@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Oblique.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --orange: #e86a17;
  --orange-deep: #b94b0d;
  --orange-soft: #fff0e6;
  --ink: #17191d;
  --ink-2: #1f1a19;
  --graphite: #3f4852;
  --muted: #66717c;
  --line: #dce1e7;
  --line-soft: #edf0f3;
  --white: #ffffff;
  --warm-white: #fffaf5;
  --warm-white-soft: #f9f1e8;
  --off: #f5f6f8;
  --cool: #eef2f5;
  --bluegray: #596b78;
  --green: #2f6f57;
  --shadow: 0 22px 60px rgba(24, 25, 28, .10);
  --shadow-soft: 0 12px 34px rgba(24, 25, 28, .08);
  --jakarta: "Plus Jakarta Sans", Arial, sans-serif;
  --avenir: "Avenir", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --sans: var(--jakarta);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --hero-height: 760px;
  --hero-height-tablet: 720px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--avenir);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

a {
  color: inherit;
  text-decoration: none;
  font-family: var(--avenir);
}

ul,
ol {
  margin: 0;
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
  font-family: var(--avenir);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -.035em;
  font-family: var(--sans);
}

h1 {
  font-size: 75px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.055em;
}

h2 {
  font-size: 54px;
  line-height: 1.18;
}

h3 {
  font-size: 28px;
  line-height: 1.12;
}

h4{
  font-size: 18px;
  letter-spacing:.5px;
  font-weight: 500;
}

.small-text {
  font-size: 14px;
}

.title-block{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 90px;
  align-items: center;
  margin-bottom: 60px;
}

.container,
.container-large {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container {
  max-width: 1200px;
}

.container-large {
  max-width: 1500px;
}

.section-space {
  padding-block: clamp(72px, 9vw, 122px);
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-160%);
  border: 1px solid var(--line);
}

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

.section-label,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-label::before,
.eyebrow__line {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
  display: inline-block;
}

.eyebrow--light {
  color: var(--orange);
}

.section-label--brass {
  color: var(--orange);
}

.small-text {
  font-size: 14px;
}

p a{
  font-size: 16px;
  font-weight: 700;
  color: var(--orange);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.title-center{
  text-align: center;
  margin: 0 auto 40px;
  width: 860px;
  max-width: 100%;
  min-width: 0;
}

.title-center h2{
  margin-bottom: 15px;
  overflow-wrap: normal;
  word-break: normal;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  width: 230px;
  padding: 15px 22px;
  border-radius: 100px;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.button--accent {
  color: var(--white);
  background: var(--orange);
  border-color: var(--orange);
}

.button--accent:hover,
.button--accent:focus-visible {
  color: var(--orange);
  background: transparent;
  border-color: var(--orange);
}

.button--dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button--dark:hover,
.button--dark:focus-visible {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.button--ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button--outline-dark{
  color: var(--ink);
  background: transparent;
  border: 1px solid  var(--ink);
}

.button--outline-dark:hover,
.button--outline-dark:focus-visible {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: var(--hero-height);
  background: var(--warm-white);
  color: var(--ink);
}

/*=================================================
  GRID
=================================================*/

.grid{
  display: grid;
  max-width: 100%;
}

.grid--3{
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
      background: linear-gradient(90deg, rgb(255 250 245) 0%, rgb(255 250 245 / .96) 36%, rgb(249 241 232 / .24) 57%, rgb(249 241 232 / .01) 82%);
}

.footer-logo img,
.logo img{
  width: 235px;
  height: auto;
}



.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 38%;
  height: 12px;
  background: var(--orange);
}

.hero__image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 64%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(1.08) contrast(1.04);
}

.hero__overlay {
  display: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  min-height: var(--hero-height);
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.hero__copy {
  max-width: 640px;
}

.hero h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-title span{
  color: var(--orange);
}

.hero__intro {
  max-width: 610px;
  margin-top: 30px;
  color: var(--graphite);
  font-size: 19px;
  line-height: 1.58;
  font-weight: 500;
}

.hero__actions {
margin-top: 30px;
    padding-top: 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #e3dedb9d;
    flex-wrap: wrap;
}

.hero__phone {
    color: var(--ink);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03em;
    display: grid;
    gap: 2px;
}

.hero__phone span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
}


.hero__foot p {
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
}

.hero__foot-label {
  color: var(--orange) !important;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-footer {
  background: #101114;
  color: var(--white);
  padding: 64px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(160px, .62fr) minmax(300px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-brand {
  max-width: 460px;
}

.footer-logo {
  display: inline-grid;
  color: var(--white);
}

.footer-logo__primary {
  color: var(--white);
  font-family: var(--avenir);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.045em;
}

.footer-logo__secondary {
  margin-top: 7px;
  color: var(--orange);
  font-family: var(--avenir);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 42ch;
  margin-top: 22px;
  color: rgba(255, 255, 255, .4);
  font-size: 15px;
  line-height: 1.72;
}

.footer-col {
  display: grid;
  gap: 12px;
}

.footer-col h4 {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-col a {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 800;
  transition: color .2s var(--ease);
}

.footer-col a:hover,
.footer-col a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--orange);
}

.footer-phone {
  color: var(--orange) !important;
  font-family: var(--avenir);
  font-size: 30px !important;
  font-weight: 900 !important;
  letter-spacing: -.035em;
}

.footer-contact {
  display: grid;
  gap: 18px;
  margin-top: 10px;
}

.footer-contact__item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
}

.footer-contact__item svg {
  width: 34px;
  height: 34px;
  color: var(--orange);
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
}

.footer-contact__item span {
  display: block;
  color: rgba(255, 255, 255, .46);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-contact__item strong,
.footer-contact__item address {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .76);
  font-family: var(--avenir);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-top: 22px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, .46);
  font-size: 13px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.footer-legal a {
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  font-weight: 800;
  transition: color .2s var(--ease);
}

.mobile-action-bar {
  display: none;
}

.page-hero {
  background: var(--off);
  border-bottom: 1px solid var(--line);
  padding: 92px 0 74px;
  position: relative;
}

.page-hero h1 {
  max-width: 900px;
}

.page-hero p {
  max-width: 720px;
  margin-top: 24px;
  font-size: 18px;
}

.page-hero .section-label {
  margin-top: 0;
}

.page-hero--image {
  background-image: linear-gradient(90deg, rgba(17, 19, 24, .88), rgba(17, 19, 24, .68) 52%, rgba(17, 19, 24, .34)), var(--page-hero-bg);
  background-position: center;
  background-size: cover;
  border-bottom: 0;
  color: var(--white);
  min-height: 430px;
  overflow: hidden;
  padding: clamp(104px, 12vw, 150px) 0 clamp(86px, 10vw, 124px);
}

.page-hero--image::after {
  background: linear-gradient(180deg, transparent, rgba(17, 19, 24, .32));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.page-hero--image .container {
  position: relative;
  z-index: 1;
}

.page-hero--image h1 {
  color: var(--white);
  max-width: 820px;
}

.page-hero--image p:not(.section-label) {
  color: rgba(255, 255, 255, .84);
  max-width: 680px;
}

.page-hero--image .section-label {
  color: var(--brass);
}
