:root {
  --ink: #162026;
  --muted: #5c6972;
  --paper: #f7f6f0;
  --white: #ffffff;
  --teal: #0f8c85;
  --teal-dark: #0a5f61;
  --red: #b54035;
  --gold: #c69234;
  --line: rgba(22, 32, 38, 0.14);
  --shadow: 0 20px 55px rgba(22, 32, 38, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(12, 19, 23, 0.78), rgba(12, 19, 23, 0.18));
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  font-size: 0.88rem;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.88;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 112px clamp(20px, 6vw, 84px) 70px;
}

.hero picture,
.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 20, 26, 0.88) 0%, rgba(9, 20, 26, 0.66) 42%, rgba(9, 20, 26, 0.18) 100%),
    linear-gradient(0deg, rgba(12, 19, 23, 0.32), rgba(12, 19, 23, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.4rem, 6vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.7vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
}

.button.primary {
  background: var(--teal);
  color: var(--white);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.section {
  padding: clamp(58px, 9vw, 108px) clamp(20px, 6vw, 84px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 88px);
  background: var(--white);
}

.section-copy {
  max-width: 920px;
}

h2 {
  margin: 0;
  max-width: 840px;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  margin: 16px 0 0;
}

.section-copy p,
.legal-copy p,
.legal-copy li,
.contact-panel,
.business-grid p {
  color: var(--muted);
}

.business-section {
  background: #eef4f2;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: clamp(22px, 6vw, 88px);
  align-items: start;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.business-grid article,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.business-grid article {
  min-height: 240px;
  padding: 24px;
}

.card-number {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
}

.categories-section {
  background: var(--paper);
}

.category-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-list li {
  min-height: 72px;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  padding: 18px 18px 16px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(22, 32, 38, 0.08);
}

.contact-section {
  background: var(--teal-dark);
  color: var(--white);
}

.contact-section h2,
.contact-section .section-label {
  color: var(--white);
}

.contact-section .section-label {
  opacity: 0.78;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 0.9fr;
  gap: 16px;
}

.contact-panel {
  padding: 24px;
  color: var(--muted);
}

.contact-panel h3 {
  color: var(--ink);
}

address {
  margin-top: 16px;
  font-style: normal;
}

.email-text {
  overflow-wrap: anywhere;
  font-weight: 800;
  color: var(--teal-dark);
}

.legal-section {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.terms-section {
  background: #f8f9f7;
}

.legal-copy {
  max-width: 920px;
  margin-left: calc(34% + clamp(22px, 6vw, 88px));
}

.legal-copy ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px clamp(20px, 6vw, 84px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: var(--white);
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 84vh;
    padding-top: 150px;
  }

  .intro-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .business-grid,
  .category-list,
  .contact-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-copy {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .brand span:last-child {
    max-width: 76vw;
  }

  .site-nav {
    gap: 14px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 86vh;
    padding: 142px 20px 56px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(9, 20, 26, 0.9), rgba(9, 20, 26, 0.66)),
      linear-gradient(0deg, rgba(12, 19, 23, 0.36), rgba(12, 19, 23, 0.16));
  }

  .hero h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .button {
    width: 100%;
  }

  .business-grid,
  .category-list,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .business-grid article {
    min-height: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
