/* Simplified, quote-led Thomas Surface Coatings homepage. */
.simple-home {
  background: #f4f1eb;
  color: #151515;
}

.simple-home main {
  overflow: hidden;
}

.simple-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  background: linear-gradient(180deg, rgba(7, 7, 7, .88), rgba(7, 7, 7, .24) 72%, transparent);
  border-bottom: 0;
}

.simple-nav > .btn {
  display: inline-flex;
}

.simple-hero {
  position: relative;
  min-height: clamp(690px, 88vh, 920px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: #111;
}

.simple-hero-image,
.simple-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.simple-hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: 58% 58%;
}

.simple-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .92) 0%, rgba(5, 5, 5, .74) 38%, rgba(5, 5, 5, .18) 70%),
    linear-gradient(0deg, rgba(5, 5, 5, .72), transparent 45%);
}

.simple-hero-content {
  width: min(780px, 75vw);
  padding: 190px 0 96px clamp(28px, 6vw, 96px);
  color: #fff;
}

.simple-hero-content .t-mono {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .72);
  letter-spacing: .16em;
}

.simple-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(4.2rem, 8.6vw, 8.2rem);
  font-weight: 800;
  line-height: .84;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.simple-hero h1 span {
  color: #e11d2e;
}

.simple-hero-content > p:not(.t-mono) {
  max-width: 660px;
  margin: 34px 0 0;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, .84);
}

.simple-hero-actions,
.simple-proof-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}

.simple-text-link {
  color: #171717;
  font: 600 .78rem/1 "JetBrains Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}

.simple-hero .simple-text-link,
.light-link {
  color: #fff;
}

.simple-project-label {
  position: absolute;
  right: clamp(22px, 4vw, 64px);
  bottom: 44px;
  display: grid;
  gap: 6px;
  max-width: 300px;
  padding: 18px 22px;
  color: #fff;
  background: rgba(8, 8, 8, .82);
  border-left: 3px solid #e11d2e;
  backdrop-filter: blur(8px);
}

.simple-project-label span {
  font: 500 .65rem/1.3 "JetBrains Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .58);
}

.simple-project-label strong {
  font-size: .95rem;
  line-height: 1.3;
}

.simple-quote-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding: clamp(46px, 6vw, 78px) clamp(28px, 6vw, 96px);
  color: #fff;
  background: #161616;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.simple-quote-band > div {
  max-width: 820px;
}

.simple-quote-band .t-mono {
  margin: 0 0 13px;
  color: #e11d2e;
}

.simple-quote-band h2 {
  margin: 0;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(3rem, 5.3vw, 5.3rem);
  line-height: .95;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.simple-quote-band p:not(.t-mono) {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .67);
  font-size: 1.05rem;
  line-height: 1.65;
}

.simple-services {
  padding: clamp(72px, 9vw, 132px) clamp(28px, 6vw, 96px);
}

.simple-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: 1450px;
  margin: 0 auto 44px;
}

.simple-section-head .t-mono,
.simple-section-head h2 {
  margin: 0;
}

.simple-section-head h2,
.simple-proof h2 {
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.simple-section-head .t-mono {
  margin-bottom: 13px;
}

.simple-section-head > a {
  flex: none;
  color: #171717;
  font: 600 .75rem/1 "JetBrains Mono", monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.simple-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1450px;
  margin: 0 auto;
  border-top: 1px solid #c8c3ba;
  border-bottom: 1px solid #c8c3ba;
}

.simple-service-grid > a {
  min-height: 330px;
  padding: 36px;
  color: #171717;
  border-right: 1px solid #c8c3ba;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.simple-service-grid > a:last-child {
  border-right: 0;
}

.simple-service-grid > a:hover {
  color: #fff;
  background: #171717;
  transform: translateY(-6px);
}

.simple-service-grid span {
  color: #e11d2e;
  font: 600 .72rem/1 "JetBrains Mono", monospace;
  letter-spacing: .12em;
}

.simple-service-grid h3 {
  margin: 76px 0 14px;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: clamp(2.3rem, 3.5vw, 3.5rem);
  line-height: .95;
  text-transform: uppercase;
}

.simple-service-grid p {
  max-width: 390px;
  margin: 0;
  color: #6b6863;
  line-height: 1.65;
}

.simple-service-grid > a:hover p {
  color: rgba(255, 255, 255, .68);
}

.simple-proof {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(480px, 1.14fr);
  min-height: 690px;
  color: #fff;
  background: #0c0c0c;
}

.simple-proof-image {
  min-height: 560px;
  overflow: hidden;
}

.simple-proof-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.simple-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 8vw, 126px);
}

.simple-proof-copy .t-mono {
  margin: 0 0 16px;
  color: #e11d2e;
}

.simple-proof h2 {
  max-width: 730px;
  margin: 0;
}

.simple-proof-copy > p:not(.t-mono) {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 1.08rem;
  line-height: 1.72;
}

.simple-proof ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.simple-proof li {
  display: flex;
  gap: 13px;
  color: rgba(255, 255, 255, .82);
}

.simple-proof li::before {
  content: "—";
  color: #e11d2e;
}

.simple-footer {
  display: grid;
  grid-template-columns: 220px minmax(260px, 1fr) minmax(300px, auto) auto;
  align-items: center;
  gap: 42px;
  padding: 54px clamp(28px, 6vw, 96px) 78px;
  color: #fff;
  background: #070707;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.simple-footer > p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, .58);
  line-height: 1.6;
}

.simple-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.simple-footer nav a {
  color: rgba(255, 255, 255, .72);
  font: 500 .67rem/1.3 "JetBrains Mono", monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.simple-footer nav a:hover {
  color: #fff;
}

@media (max-width: 960px) {
  .simple-nav > .btn {
    display: none;
  }

  .simple-hero {
    min-height: 760px;
  }

  .simple-hero-content {
    width: min(92vw, 720px);
    padding: 180px 28px 150px;
  }

  .simple-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, .88), rgba(5, 5, 5, .32)),
      linear-gradient(0deg, rgba(5, 5, 5, .85), transparent 55%);
  }

  .simple-project-label {
    right: auto;
    left: 28px;
    bottom: 32px;
  }

  .simple-quote-band {
    grid-template-columns: 1fr;
  }

  .simple-quote-band .btn {
    justify-self: start;
  }

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

  .simple-service-grid > a {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #c8c3ba;
  }

  .simple-service-grid > a:last-child {
    border-bottom: 0;
  }

  .simple-service-grid h3 {
    margin-top: 38px;
  }

  .simple-proof {
    grid-template-columns: 1fr;
  }

  .simple-proof-image {
    max-height: 620px;
  }

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

@media (max-width: 640px) {
  .simple-hero {
    min-height: 700px;
  }

  .simple-hero-image {
    object-position: 62% 50%;
  }

  .simple-hero-content {
    width: 100%;
    padding: 144px 22px 164px;
  }

  .simple-hero-content .t-mono {
    margin-bottom: 18px;
    font-size: .64rem;
  }

  .simple-hero h1 {
    font-size: clamp(3.55rem, 18vw, 5rem);
  }

  .simple-hero-content > p:not(.t-mono) {
    margin-top: 24px;
    font-size: .98rem;
  }

  .simple-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .simple-project-label {
    left: 22px;
    right: 22px;
    bottom: 24px;
    max-width: none;
  }

  .simple-quote-band,
  .simple-services,
  .simple-proof-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .simple-section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .simple-service-grid > a {
    padding: 30px 24px 34px;
  }

  .simple-proof-image {
    min-height: 430px;
  }

  .simple-proof-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .simple-footer {
    grid-template-columns: 1fr;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 112px;
  }

  .simple-footer nav {
    gap: 15px 20px;
  }
}

