@charset "UTF-8";
/* Lala Builders — single stylesheet
   1 Fonts · 2 Tokens · 3 Base · 4 Header · 5 Hero · 6 Services
   7 Work · 8 Quote · 9 Footer · 10 Call bar · 11 Motion */

/* 1. Fonts (4 files, latin only) --------------------------- */
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/barlow-400-latin.woff2) format("woff2");
}
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/barlow-600-latin.woff2) format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/barlow-condensed-800-latin.woff2) format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/barlow-condensed-800-italic-latin.woff2) format("woff2");
}
@font-face{font-family:'Barlow Fallback';src:local('Arial');
  size-adjust:95%;ascent-override:100%;descent-override:24%;line-gap-override:0%;}
@font-face{font-family:'Condensed Fallback';src:local('Arial Narrow'),local('Arial');
  size-adjust:80%;ascent-override:118%;descent-override:28%;line-gap-override:0%;}

/* 2. Tokens ------------------------------------------------ */
:root {
  --blue-900: #062461;
  --blue-800: #0a2f86;
  --blue-700: #072461;
  --blue-600: #0b3fb0;
  --blue-500: #0b57d0;
  --blue-050: #062a6e;
  --cyan: #29abe2;
  --cyan-200: #8fd6f7;
  --pale: #cfe1ff;
  --nav: #dbe9ff;
  --ink: #10161f;
  --grey: #5a6879;
  --grey-d: #4b5768;
  --line: #dbe6f5;
  --surface: #fff;
  --alt: #f4f8fd;
  --tint: #eef4fc;
  --wrap: 1120px;
  --pad: clamp(52px, 7vw, 84px);
  --body:Barlow,'Barlow Fallback',Helvetica,Arial,sans-serif;
  --display:'Barlow Condensed','Condensed Fallback','Arial Narrow',Helvetica,Arial,sans-serif;
}

/* 3. Base -------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--surface);
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
a {
  color: var(--blue-500);
  text-decoration: none;
  transition:
    color 0.15s,
    background-color 0.15s,
    border-color 0.15s;
}
a:hover {
  color: var(--cyan);
}
a:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 4px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: #fff;
  color: var(--blue-800);
  padding: 10px 16px;
  font-weight: 600;
}
.skip-link:focus {
  left: 8px;
  top: 8px;
}
.eyebrow {
  font-family: var(--display);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cyan-200);
}
.h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp(32px, 4.6vw, 46px);
}

/* 4. Header ------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--blue-600);
  color: #fff;
  border-bottom: 3px solid var(--cyan);
}
.site-header__inner {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-header__logo {
  flex: none;
}
.site-header__logo img {
  width: 127px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.site-nav__link {
  color: var(--nav);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.btn-call {
  background: var(--cyan);
  color: var(--blue-050);
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 999px;
  white-space: nowrap;
}
.btn-call:hover {
  background: #fff;
  color: var(--blue-050);
}
.site-nav__phone {
  font-size: 19px;
  padding: 9px 18px;
}

/* 5. Hero -------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    160deg,
    var(--blue-600) 0%,
    var(--blue-800) 60%,
    var(--blue-700) 100%
  );
}
.hero__mark {
  position: absolute;
  top: -10%;
  right: -16%;
  width: min(1250px, 115%);
  opacity: 0.14;
  pointer-events: none;
  transform: scaleX(-1);
}
.hero__inner {
  position: relative;
  padding: clamp(44px, 7vw, 84px) 20px clamp(52px, 7vw, 88px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.hero__title {
  margin-top: 14px;
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(44px, 8.4vw, 78px);
  line-height: 0.92;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero__text {
  margin-top: 18px;
  font-size: clamp(17px, 2.1vw, 20px);
  max-width: 44ch;
  color: var(--pale);
  text-wrap: pretty;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hero__actions .btn-call {
  font-size: 22px;
  padding: 15px 30px;
}
.btn-ghost {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: 22px;
  padding: 13px 28px;
  border-radius: 999px;
}
.btn-ghost:hover {
  border-color: var(--cyan);
  color: var(--cyan-200);
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.badges li {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  color: var(--blue-800);
  background: var(--cyan-200);
}
.badges li:last-child {
  color: var(--cyan-200);
  background: none;
  border: 1px solid rgba(143, 214, 247, 0.5);
}
.hero__media {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(4, 18, 54, 0.5);
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 6. Services ---------------------------------------------- */
.services {
  padding: var(--pad) 20px;
  background: var(--alt);
}
.services .h2 {
  color: var(--blue-800);
  margin-bottom: 6px;
}
.services__lead {
  margin-bottom: 30px;
  font-size: 17px;
  color: var(--grey-d);
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.service {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--cyan);
  border-radius: 10px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}
.service:hover {
  border-left-color: var(--blue-600);
  box-shadow: 0 8px 24px rgba(11, 63, 176, 0.09);
}
.service img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.service h3 {
  margin-bottom: 6px;
  font-family: var(--display);
  font-weight: 800;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--blue-800);
}
.service p {
  font-size: 15.5px;
  line-height: 1.45;
  color: var(--grey);
}

/* 7. Work -------------------------------------------------- */
.work {
  padding: var(--pad) 20px;
}
.work__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}
.work .h2 {
  color: var(--blue-800);
}
.work__lead {
  margin-top: 6px;
  font-size: 17px;
  color: var(--grey);
}
.work__link {
  font-family: var(--display);
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--blue-500);
  border-bottom: 2px solid var(--cyan);
  padding-bottom: 2px;
}
.work__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.work__grid li {
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--tint);
}
.work__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 8. Quote ------------------------------------------------- */
.quote {
  background: var(--blue-800);
  color: #fff;
  padding: var(--pad) 20px;
}
.quote__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(26px, 4vw, 52px);
  align-items: center;
}
.quote .h2 {
  margin-top: 12px;
  font-size: clamp(32px, 5vw, 50px);
  line-height: 0.96;
}
.quote__text {
  margin-top: 16px;
  font-size: 18px;
  color: var(--pale);
  max-width: 42ch;
  text-wrap: pretty;
}
.contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 12px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(143, 214, 247, 0.45);
  color: #fff;
}
.contact a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.contact a:first-child {
  background: var(--cyan);
  color: var(--blue-050);
  border-color: var(--cyan);
}
.contact a:first-child:hover {
  background: #fff;
  color: var(--blue-050);
}
.contact__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan-200);
}
.contact a:first-child .contact__label {
  color: inherit;
  opacity: 0.75;
}
.contact__value {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(22px, 3.4vw, 28px);
}
.contact a:first-child .contact__value {
  font-size: clamp(26px, 4vw, 34px);
  letter-spacing: 0.01em;
}
.contact a:last-child .contact__value {
  font-size: clamp(19px, 2.8vw, 24px);
}

/* 9. Footer ------------------------------------------------ */
.site-footer {
  background: var(--blue-900);
  color: #9db8e8;
  padding: 28px 20px 96px;
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
.site-footer img {
  width: 112px;
  flex: none;
}

/* 10. Sticky call bar -------------------------------------- */
.call-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  max-width: 420px;
  margin: 0 auto;
  z-index: 60;
  padding: 15px;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(4, 18, 54, 0.35);
}

.to-top {
  position: fixed;
  right: 12px;
  bottom: 76px;
  z-index: 60;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: var(--blue-600);
  color: #fff;
  box-shadow: 0 6px 18px rgba(4, 18, 54, 0.35);
  transition:
    background-color 0.15s,
    opacity 0.2s;
}
.to-top[hidden] {
  display: none;
}
.to-top:hover {
  background: var(--cyan);
  color: var(--blue-050);
}
.to-top:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

/* 11. Motion ----------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Mobile header ------------------------------------------- */
@media (max-width: 600px) {
  .site-nav__phone {
    display: none;
  }
  .site-nav {
    gap: 18px;
  }
  .site-header__logo img {
    width: 104px;
  }
  .site-nav__link {
    font-size: 14px;
  }
}
