:root {
  --orange: #ee3a12;
  --gold: #ffc400;
  --brown: #2f1607;
  --ink: #201711;
  --paper: #fff8ee;
  --line: rgba(62, 30, 10, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  background: #ece8e1;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, #fff 0 22%, transparent 48%),
    linear-gradient(135deg, #f7f3ed, #e4ded4);
  font-family: Arial, Helvetica, sans-serif;
}

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

.mobile-hero-phone {
  display: none;
}

.landing {
  width: min(100%, 1360px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 18px 55px rgba(34, 20, 10, 0.18);
}

.top-strip {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 82px;
  padding: 13px 42px 10px;
  background: rgba(255, 249, 238, 0.96);
}

.top-phone {
  display: grid;
  color: var(--orange);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.top-phone span {
  color: #17110c;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.top-phone a {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--orange);
  text-decoration: none;
}

.top-phone a:hover,
.top-phone a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-panel {
  position: relative;
  min-height: 700px;
  isolation: isolate;
  background:
    linear-gradient(90deg, #fff8ee 0 42%, rgba(255, 248, 238, 0.56) 64%, rgba(255, 248, 238, 0.18) 100%),
    #eadbc2;
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
  transform: translateX(10%);
  z-index: -3;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 238, 0.99) 0 34%, rgba(255, 248, 238, 0.82) 48%, rgba(255, 248, 238, 0.12) 74%, rgba(255, 248, 238, 0) 100%),
    linear-gradient(0deg, rgba(255, 248, 238, 0.78), rgba(255, 248, 238, 0) 40%);
  z-index: -2;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(57%, 720px);
  padding: 30px 0 34px 58px;
}

.hero-logo {
  width: 255px;
  margin-left: 0;
}

.slogan-art {
  width: 595px;
  margin: 18px 0 4px 0;
  transform: translateX(-6px);
}

.hero-copy p {
  width: 450px;
  margin: 12px 0 20px;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

.service-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 530px;
  margin-top: 6px;
}

.service-icons figure {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 5px;
  margin: 0;
  min-width: 0;
}

.service-icons img {
  width: 74px;
  height: auto;
  object-fit: contain;
}

.service-icons figcaption {
  width: 124px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.tagline-band {
  padding: 18px 30px 20px;
  color: #fff;
  background: linear-gradient(90deg, #e73310, #f25a12);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.service-area-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 14px 24px 15px;
  color: #241106;
  background: var(--gold);
  border-bottom: 1px solid rgba(62, 30, 10, 0.16);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 2.6vw, 28px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.service-area-icon {
  flex: 0 0 auto;
  width: clamp(34px, 4.4vw, 50px);
  height: clamp(34px, 4.4vw, 50px);
  object-fit: contain;
}

.service-area-band span {
  display: block;
  min-width: 0;
}

.why-row {
  display: grid;
  grid-template-columns: minmax(285px, 390px) 1fr;
  gap: 34px;
  align-items: center;
  padding: 38px 58px 36px;
  background: #fffaf2;
}

.why-copy h1 {
  margin: 0 0 12px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.why-copy p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.promise-grid > div {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 118px;
  padding: 0 18px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.promise-grid strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.promise-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  background: transparent;
}

.promise-grid > div:nth-child(even) .promise-icon,
.promise-grid > div:last-child .promise-icon {
  background: transparent;
}

.promise-icon img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.bottom-callout {
  padding: 0;
  background: #fff;
}

.bottom-callout a {
  display: block;
}

.bottom-callout img {
  width: 100%;
}

.email-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 24px 20px 28px;
  color: #fff;
  background: #241106;
  font-size: 18px;
  font-weight: 800;
}

.email-footer a {
  color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}


@media (max-width: 920px) {
  .top-strip {
    justify-content: flex-end;
  }

  .hero-panel {
    min-height: clamp(590px, 88vw, 740px);
  }

  .hero-copy {
    width: 62%;
    padding: clamp(18px, 3vw, 30px) 0 24px clamp(18px, 6vw, 58px);
  }

  .hero-logo {
    width: clamp(150px, 29vw, 255px);
  }

  .slogan-art {
    width: clamp(320px, 64vw, 595px);
  }

  .hero-copy p {
    width: clamp(270px, 48vw, 450px);
    font-size: clamp(17px, 3vw, 27px);
    text-align: center;
  }

  .service-icons {
    width: clamp(330px, 58vw, 530px);
  }

  .why-row {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }
}

@media (max-width: 620px) {
  html,
  body,
  .landing {
    max-width: 100%;
    overflow-x: hidden;
  }

  .top-strip {
    min-height: 74px;
    padding: 9px 14px;
  }

  .top-logo {
    width: 118px;
  }

  .top-phone span {
    font-size: 12px;
  }

  .top-phone a {
    font-size: 20px;
  }

  .hero-panel {
    min-height: 0 !important;
  }

  .hero-copy {
    width: 100%;
    padding-left: 12px;
    padding-right: 14px;
    padding-bottom: 24px !important;
    overflow: hidden;
  }

  .slogan-art {
    width: min(100%, 360px);
    transform: none;
  }

  .hero-copy p {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .service-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    width: min(100%, 300px);
    margin: 12px auto 0;
    gap: 12px 12px;
  }

  .service-icons figcaption {
    display: block !important;
    width: 128px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .service-icons img {
    width: min(25vw, 86px);
    height: auto;
  }

  .tagline-band {
    padding-inline: 18px;
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.1;
  }

  .promise-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .promise-grid > div {
    border-left: 0;
    padding: 0 8px;
  }
}

@media (max-width: 420px) {
  .top-strip {
    justify-content: center;
  }

  .top-phone {
    justify-self: center;
    text-align: center;
  }

  .hero-copy {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

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

@media (max-width: 620px) {
  html,
  body,
  .landing {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .hero-panel {
    min-height: 0 !important;
  }

  .hero-photo {
    object-position: right top !important;
    transform: translateX(18%) !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(255, 248, 238, 0.99) 0 48%, rgba(255, 248, 238, 0.75) 68%, rgba(255, 248, 238, 0.08) 100%),
      linear-gradient(0deg, rgba(255, 248, 238, 0.9), rgba(255, 248, 238, 0) 44%) !important;
  }

  .hero-copy {
    width: 100% !important;
    padding: 20px 12px 22px !important;
    overflow: hidden !important;
  }

  .hero-logo {
    width: min(56vw, 225px) !important;
  }

  .slogan-art {
    width: min(70vw, 275px) !important;
    margin-top: 18px !important;
    transform: none !important;
  }

  .hero-copy p {
    width: 100% !important;
    max-width: 285px !important;
    margin: 14px auto 14px !important;
    font-size: 18px !important;
  }

  .service-icons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-items: center !important;
    width: min(100%, 286px) !important;
    margin: 10px auto 0 !important;
    gap: 12px 14px !important;
  }

  .service-icons figcaption {
    display: block !important;
    width: 128px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .service-icons img {
    width: min(25vw, 86px) !important;
    height: auto !important;
  }

  .promise-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 318px) !important;
    margin: 26px auto 0 !important;
    gap: 24px 14px !important;
  }

  .promise-grid > div {
    min-height: 0 !important;
    padding: 0 6px !important;
    border-left: 0 !important;
  }

  .promise-icon,
  .promise-icon img {
    width: 86px !important;
    height: 86px !important;
  }

  .promise-grid strong {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  .tagline-band {
    font-size: clamp(24px, 6.6vw, 32px) !important;
    line-height: 1.1 !important;
    padding: 20px 18px !important;
  }

  .service-area-band {
    font-size: clamp(17px, 4.4vw, 22px) !important;
    padding: 12px 14px !important;
  }

  .why-row {
    padding: 28px 22px 30px !important;
  }

  .why-copy h1 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }
}

@media (max-width: 620px) {
  .hero-photo {
    object-position: right top !important;
    transform: translateX(8%) !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(255, 248, 238, 0.96) 0 38%, rgba(255, 248, 238, 0.62) 58%, rgba(255, 248, 238, 0.02) 100%),
      linear-gradient(0deg, rgba(255, 248, 238, 0.82), rgba(255, 248, 238, 0) 42%) !important;
  }

  .hero-copy {
    padding-top: 18px !important;
  }

  .hero-logo {
    width: min(46vw, 188px) !important;
  }

  .slogan-art {
    width: min(60vw, 238px) !important;
    margin-top: 24px !important;
  }

  .hero-copy p {
    max-width: 285px !important;
    margin-top: 18px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 620px) {
  .hero-panel {
    display: block !important;
    min-height: 0 !important;
    background: #fff8ee !important;
  }

  .hero-photo {
    position: relative !important;
    inset: auto !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
    object-position: 72% top !important;
    transform: none !important;
  }

  .hero-shade {
    display: none !important;
  }

  .hero-copy {
    width: 100% !important;
    padding: 18px 14px 24px !important;
    text-align: center !important;
    overflow: visible !important;
  }

  .hero-logo {
    width: min(40vw, 150px) !important;
    margin: 0 auto 10px !important;
  }

  .slogan-art {
    width: min(74vw, 300px) !important;
    margin: 0 auto 12px !important;
    transform: none !important;
  }

  .hero-copy p {
    width: 100% !important;
    max-width: 330px !important;
    margin: 0 auto 18px !important;
    font-size: 20px !important;
    line-height: 1.12 !important;
  }

  .service-icons {
    margin-top: 0 !important;
  }
}

@media (max-width: 620px) {
  .top-strip {
    display: none !important;
  }

  .hero-panel {
    display: grid !important;
    grid-template-areas:
      "copy"
      "photo" !important;
    min-height: 0 !important;
    background: #fff8ee !important;
  }

  .hero-photo {
    grid-area: photo !important;
    position: relative !important;
    inset: auto !important;
    z-index: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
    transform: none !important;
  }

  .hero-shade {
    display: none !important;
  }

  .hero-copy {
    grid-area: copy !important;
    display: grid !important;
    grid-template-columns: 36% 64% !important;
    grid-template-areas:
      "logo phone"
      "slogan slogan"
      "photo photo"
      "trust trust"
      "services services" !important;
    align-items: center !important;
    width: 100% !important;
    padding: 18px 16px 0 !important;
    background: #fff8ee !important;
    overflow: visible !important;
    text-align: center !important;
  }

  .mobile-hero-phone {
    grid-area: phone !important;
    display: grid !important;
    justify-items: center !important;
    gap: 3px !important;
    text-transform: uppercase !important;
    min-width: 0 !important;
  }

  .mobile-hero-phone span {
    color: #201711 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .mobile-hero-phone a {
    color: var(--orange) !important;
    font-size: clamp(17px, 4.5vw, 20px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    text-decoration: none !important;
  }

  .hero-logo {
    grid-area: logo !important;
    width: min(30vw, 116px) !important;
    margin: 0 !important;
    justify-self: center !important;
  }

  .slogan-art {
    grid-area: slogan !important;
    width: min(72vw, 282px) !important;
    margin: 14px auto 8px !important;
    transform: none !important;
  }

  .hero-copy p {
    grid-area: trust !important;
    width: 100% !important;
    max-width: 350px !important;
    margin: 14px auto 16px !important;
    font-size: clamp(20px, 5.4vw, 25px) !important;
    line-height: 1.12 !important;
  }

  .service-icons {
    grid-area: services !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-items: center !important;
    width: min(100%, 330px) !important;
    margin: 0 auto 22px !important;
    gap: 16px 18px !important;
  }

  .hero-panel > .hero-photo {
    display: none !important;
  }

  .hero-copy::after {
    grid-area: photo !important;
    display: block !important;
    width: calc(100% + 28px) !important;
    height: 330px !important;
    margin: 0 -14px !important;
    background-image: url("assets/03_team_hero_image.png") !important;
    background-size: cover !important;
    background-position: 66% top !important;
    content: "" !important;
  }

  .service-icons img {
    width: 82px !important;
    height: auto !important;
  }

  .service-icons figcaption {
    display: block !important;
    width: 136px !important;
    font-size: 13px !important;
    line-height: 1.08 !important;
  }
}
