:root {
  --sun-red: #e60012;
  --sun-dark: #b8000e;
  --ink: #191919;
  --soft: #f6f6f6;
  --shadow-soft: 0 24px 70px rgba(25, 25, 25, 0.09);
  --shadow-red: 0 18px 40px rgba(230, 0, 18, 0.22);
}

body {
  text-rendering: geometricPrecision;
}

.text-balance {
  text-wrap: balance;
}

.shadow-soft {
  box-shadow: var(--shadow-soft);
}

.shadow-red {
  box-shadow: var(--shadow-red);
}

.nav-link {
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: var(--sun-red);
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--sun-red);
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.section-title {
  color: var(--ink);
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 1rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--sun-red);
  color: #fff;
  box-shadow: var(--shadow-red);
}

.btn-primary:hover {
  background: var(--sun-dark);
}

.btn-secondary {
  border: 1px solid rgba(25, 25, 25, 0.15);
  background: #fff;
  color: var(--ink);
}

.btn-secondary:hover {
  border-color: var(--sun-red);
  color: var(--sun-red);
}

.feature-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1.75rem;
}

.feature-box h3 {
  margin-top: 2rem;
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 900;
}

.feature-box p {
  margin-top: 1rem;
  color: rgba(25, 25, 25, 0.65);
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.feature-number,
.service-label {
  color: var(--sun-red);
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.service-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}

.service-card h3 {
  margin-top: 1.25rem;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.service-card p {
  margin-top: 1.5rem;
  max-width: 32rem;
  color: rgba(25, 25, 25, 0.65);
  line-height: 2rem;
}

.service-card a {
  margin-top: 2.5rem;
}

.service-card-dark {
  background: var(--ink);
  color: #fff;
}

.service-card-dark h3,
.service-card-dark p {
  color: #fff;
}

.service-card-dark p {
  color: rgba(255, 255, 255, 0.7);
}

.stat-box {
  min-width: 8rem;
  border-left: 4px solid var(--sun-red);
  background: var(--soft);
  padding: 1rem 1.25rem;
}

.stat-box strong {
  display: block;
  color: var(--ink);
  font-size: 2.25rem;
  font-weight: 900;
}

.stat-box span {
  color: rgba(25, 25, 25, 0.6);
  font-size: 0.875rem;
  font-weight: 700;
}

.project-card {
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.project-card img {
  height: 16rem;
  width: 100%;
  object-fit: cover;
}

.project-card div {
  padding: 1.75rem;
}

.project-card span,
.news-card span {
  color: var(--sun-red);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.project-card h3 {
  margin-top: 1rem;
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.project-card p,
.news-card p {
  margin-top: 1rem;
  color: rgba(25, 25, 25, 0.65);
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.culture-box {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5rem;
}

.culture-box strong {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
}

.culture-box span {
  margin-top: 1rem;
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.news-card {
  min-height: 18rem;
  background: #fff;
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
}

.news-card h3 {
  margin-top: 1.25rem;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.35;
}

.footer-title {
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

footer a,
footer span {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  color: rgba(25, 25, 25, 0.6);
  font-size: 0.875rem;
  line-height: 1.5rem;
  transition: color 0.2s ease;
}

footer a:hover {
  color: var(--sun-red);
}

@media (min-width: 1024px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .service-card {
    padding: 2.5rem;
  }
}
