* {
  box-sizing: border-box;
}

:root {
  --ink: #17201c;
  --muted: #5f6964;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --sage: #45685b;
  --sage-dark: #263f36;
  --clay: #c9825b;
  --blue: #0782a8;
  --line: #dfe5dd;
}

html {
  scroll-behavior: smooth;
}

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

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

.version-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(92, 105, 99, 0.2);
  color: #28322e;
  backdrop-filter: blur(14px);
}

.version-home {
  color: var(--blue);
  font-weight: 850;
}

.version-nav {
  display: flex;
  gap: 8px;
}

.version-nav a {
  min-width: 42px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(92, 105, 99, 0.2);
  color: #28322e;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.version-nav a[aria-current="page"] {
  background: var(--sage-dark);
  color: #ffffff;
}

.classic {
  background: var(--paper);
}

.classic .hero {
  position: relative;
  min-height: calc(86vh - 61px);
  overflow: hidden;
  color: #ffffff;
}

.classic .hero-media,
.classic .hero-shade {
  position: absolute;
  inset: 0;
}

.classic .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.classic .hero-shade {
  background:
    linear-gradient(90deg, rgba(23, 32, 28, 0.84) 0%, rgba(23, 32, 28, 0.5) 48%, rgba(23, 32, 28, 0.08) 100%),
    linear-gradient(180deg, rgba(23, 32, 28, 0.22), rgba(23, 32, 28, 0.32));
}

.classic .topbar,
.classic .hero-content,
.classic .section {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.classic .topbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.brand-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 700;
}

.brand-chip img {
  width: 48px;
  height: 58px;
  object-fit: contain;
}

.classic .topbar-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
}

.classic .hero-content {
  padding: clamp(90px, 15vh, 150px) 0 88px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.classic h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.classic .hero-copy {
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 750;
}

.button-primary {
  background: #ffffff;
  color: var(--sage-dark);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.64);
  color: #ffffff;
}

.classic .section {
  padding: 78px 0;
}

.classic .intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 56px;
  align-items: center;
}

.classic h2,
.fresh h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.classic .lead,
.fresh .lead {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.logo-panel {
  display: grid;
  place-items: center;
  min-height: 300px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.logo-panel img {
  width: min(185px, 100%);
  height: auto;
  display: block;
}

.classic .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  min-height: 198px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card i {
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 26px;
  background: var(--clay);
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.service-card p,
.contact-card span {
  margin: 0;
  color: var(--muted);
}

.classic .contact-band {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.6fr);
  gap: 48px;
  padding-top: 0;
}

.contact-card {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 26px;
  background: var(--sage-dark);
  border-radius: 8px;
  color: #ffffff;
  font-style: normal;
}

.contact-card a,
.contact-card strong {
  font-weight: 780;
}

.contact-card a {
  color: #ffffff;
}

.contact-card span {
  color: rgba(255, 255, 255, 0.78);
}

.fresh {
  min-height: calc(100vh - 61px);
  background:
    linear-gradient(90deg, rgba(7, 130, 168, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(7, 130, 168, 0.08) 1px, transparent 1px),
    #f8fbfb;
  background-size: 34px 34px;
}

.fresh .shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 74px;
}

.fresh header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 62px;
}

.fresh .logo-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fresh .logo-lockup img {
  width: 58px;
  height: 90px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 6px;
}

.fresh .logo-lockup strong {
  display: block;
  font-size: 1.15rem;
}

.fresh .logo-lockup span,
.fresh .kicker {
  color: var(--muted);
}

.fresh .phone {
  padding: 12px 16px;
  background: #0782a8;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 800;
}

.fresh .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 52px;
  align-items: center;
}

.fresh h1 {
  max-width: 760px;
  margin: 0;
  color: #262a2c;
  font-size: clamp(2.7rem, 7vw, 6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.fresh .kicker {
  max-width: 590px;
  margin: 24px 0 0;
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.fresh .line-mark-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(300px, 46vh, 460px);
}

.fresh .line-mark-stage::before {
  position: absolute;
  width: min(360px, 82%);
  height: min(360px, 82%);
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0));
}

.fresh .line-mark-stage img {
  position: relative;
  width: clamp(150px, 18vw, 250px);
  max-height: clamp(280px, 52vh, 430px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(7, 93, 126, 0.18));
}

.fresh .info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 60px;
  overflow: hidden;
  border: 1px solid rgba(7, 130, 168, 0.18);
  border-radius: 8px;
  background: rgba(7, 130, 168, 0.18);
}

.fresh .info-strip div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
}

.fresh .info-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fresh .info-strip p {
  margin: 0;
  color: #313739;
  font-weight: 700;
}

@media (max-width: 800px) {
  .classic .hero {
    min-height: 760px;
  }

  .classic .topbar,
  .fresh header {
    align-items: flex-start;
    flex-direction: column;
  }

  .classic .topbar-links {
    gap: 14px;
  }

  .classic .intro,
  .classic .contact-band,
  .fresh .hero-grid,
  .fresh .info-strip {
    grid-template-columns: 1fr;
  }

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

  .fresh .line-mark-stage {
    min-height: clamp(220px, 38vh, 320px);
  }

  .fresh .line-mark-stage img {
    width: clamp(110px, 34vw, 180px);
    max-height: clamp(210px, 36vh, 300px);
  }
}

@media (max-width: 560px) {
  .version-nav {
    width: 100%;
  }

  .version-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .version-nav a {
    flex: 1;
  }

  .classic .topbar,
  .classic .hero-content,
  .classic .section,
  .fresh .shell {
    width: min(100% - 28px, 1120px);
  }

  .button,
  .fresh .phone {
    width: 100%;
  }
}
