:root {
  --ink: #263c5d;
  --ink-dark: #17283f;
  --gold: #ecb63f;
  --gold-soft: #f8dc8d;
  --paper: #f8f7f3;
  --white: #ffffff;
  --line: #d9dee7;
  --muted: #5f6b7b;
  --shadow: 0 18px 50px rgba(23, 40, 63, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(248, 247, 243, 0.94);
  border-bottom: 1px solid rgba(38, 60, 93, 0.12);
  backdrop-filter: blur(14px);
}

.brand img {
  display: block;
  width: clamp(190px, 24vw, 270px);
  height: auto;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.top-nav a {
  text-decoration: none;
}

.top-nav a:hover {
  color: #9a6f14;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 86px);
  padding: clamp(46px, 8vw, 110px) clamp(20px, 5vw, 72px) clamp(36px, 6vw, 76px);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.76) 48%, rgba(236, 182, 63, 0.2) 100%),
    repeating-linear-gradient(135deg, rgba(38, 60, 93, 0.08) 0 1px, transparent 1px 18px);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #8a6418;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(2.35rem, 5.2vw, 4.9rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.1rem;
}

.lead {
  max-width: 660px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.button.primary {
  color: var(--ink-dark);
  background: var(--gold);
  border-color: var(--gold);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
}

.button.light {
  width: 100%;
  color: var(--ink-dark);
  background: var(--gold);
  border-color: var(--gold);
}

.hero-panel {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 36px);
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-mark {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  padding-bottom: 0;
  color: var(--ink-dark);
  background: var(--gold);
  border: 0;
  border-radius: 8px;
}

.hero-mark svg {
  width: 50px;
  height: 50px;
  stroke-width: 2.4;
}

.hero-panel div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-panel div:last-child,
.hero-panel .hero-mark {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-panel strong,
.hero-panel a {
  display: block;
  overflow-wrap: anywhere;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.hero-panel a:hover {
  color: var(--gold-soft);
}

.phone-button {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  color: var(--ink-dark);
  background: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.hero-panel .phone-button:hover,
.contact-card .phone-button:hover,
.phone-button:hover {
  color: var(--ink-dark);
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}

.phone-button.wide {
  width: 100%;
}

.panel-label {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section,
.split-section,
.contact-section {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: var(--white);
}

.intro > p,
.contact-section p {
  color: var(--muted);
  font-size: 1.12rem;
}

.section-heading {
  max-width: 760px;
}

.service-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.service-grid article,
.why-grid div {
  min-height: 190px;
  padding: 24px;
  background: var(--white);
  border: 2px solid rgba(38, 60, 93, 0.28);
  border-radius: 8px;
}

.service-grid article {
  position: relative;
}

.service-grid article > svg {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--gold);
  stroke-width: 2;
}

.service-grid p,
.why-grid p {
  color: var(--muted);
}

.ready-section {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: var(--white);
}

.ready-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.ready-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 18px;
  color: var(--ink);
  background: #f3f5f8;
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  font-weight: 800;
}

.ready-list svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--gold);
  stroke-width: 2.2;
}

.ready-note {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  background: var(--ink);
}

.split-section h2 {
  color: var(--white);
}

.fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fit-list div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 18px;
  color: var(--ink-dark);
  background: var(--gold);
  border: 2px solid rgba(38, 60, 93, 0.28);
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
}

.why {
  background: #eef1f5;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 410px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.8) 52%, rgba(236, 182, 63, 0.18) 100%),
    repeating-linear-gradient(135deg, rgba(38, 60, 93, 0.06) 0 1px, transparent 1px 18px);
}

.contact-card {
  display: grid;
  gap: 22px;
  padding: 28px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-card strong {
  display: block;
  color: var(--white);
  font-size: 1.2rem;
}

.contact-card img {
  width: min(100%, 270px);
  height: auto;
}

.contact-link {
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--ink-dark);
}

.site-footer a {
  color: var(--gold-soft);
  text-decoration: none;
}

@media (max-width: 860px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.88rem;
  }

  .hero,
  .intro,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .service-grid,
  .why-grid,
  .ready-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: min(100%, 245px);
  }

  h1 {
    font-size: 2.35rem;
  }

  .top-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .fit-list {
    grid-template-columns: 1fr;
  }
}
