:root {
  --navy: #08293a;
  --navy-deep: #031d2b;
  --lime: #7da62f;
  --lime-bright: #9fbd42;
  --aqua: #72c7d4;
  --ink: #092338;
  --muted: #5f6970;
  --paper: #f7f8f4;
  --line: #dce4db;
  --font-display: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-body: "Lato", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
}

h1,
h2,
h3,
.logo-lockup,
.site-nav .nav-link,
.btn,
.eyebrow,
.section-kicker,
.hero-location,
.values-row span,
.hero-facts,
.hero-card-kicker,
.hero-cta-card strong,
.hero-cta-card a,
.hero-testimonial figcaption,
.contact-line strong,
.price-label,
.price-card h3,
.route-distance,
.phone-box a,
.footer-grid strong {
  font-family: var(--font-display);
}

a {
  color: inherit;
}

.container {
  max-width: 1160px;
}

.top-ribbon {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1100;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 16px;
  background: var(--lime-bright);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.top-ribbon span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.top-ribbon-icon {
  font-size: 14px;
  line-height: 1;
}

.top-ribbon a {
  border-radius: 999px;
  background: var(--navy);
  padding: 6px 13px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(11px, 1vw, 12px);
  font-weight: 850;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: calc(100svh - 44px);
  margin-top: 44px;
  background: var(--navy-deep);
  isolation: isolate;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(1.08) contrast(1.04);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(3 29 43 / 92%) 0%, rgb(3 29 43 / 72%) 42%, rgb(3 29 43 / 18%) 100%),
    linear-gradient(180deg, rgb(3 29 43 / 36%) 0%, rgb(3 29 43 / 16%) 45%, rgb(3 29 43 / 76%) 100%);
  content: "";
}

.site-nav {
  position: absolute;
  inset-inline: 0;
  top: 38px;
  z-index: 20;
  padding-top: 18px;
}

.logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0.03em;
  line-height: 0.96;
  text-transform: uppercase;
}

.logo-lockup:hover {
  color: #fff;
}

.logo-icon {
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 18px rgb(0 0 0 / 22%));
  transform: translateY(-4px);
}

.site-nav .nav-link {
  color: rgb(255 255 255 / 86%);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-nav .nav-link:hover {
  color: var(--aqua);
}

.site-nav .navbar-toggler {
  border-color: rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 92%);
}

.btn-brand-small {
  border: 0;
  border-radius: 4px;
  background: var(--lime-bright);
  color: var(--navy);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-grid {
  display: grid;
  min-height: min(820px, calc(100svh - 38px));
  grid-template-columns: minmax(410px, 0.9fr) minmax(0, 1.1fr);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: min(860px, calc(100svh - 38px));
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding-top: 148px;
  padding-bottom: clamp(48px, 7vw, 84px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 780px;
  color: #fff;
}

.hero-copy::after {
  display: none;
}

.hero-symbols {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1;
}

.hero-symbols .bolt::before {
  display: block;
  color: var(--lime-bright);
  content: "\26A1";
  font-size: clamp(30px, 4vw, 44px);
}

.wave-line {
  width: min(430px, 92%);
  height: 15px;
  margin: 2px 0 24px;
  background:
    radial-gradient(50% 100% at 50% 0, transparent 58%, var(--aqua) 61% 72%, transparent 75%)
      0 0 / 66px 15px repeat-x;
}

.eyebrow,
.section-kicker {
  margin-bottom: 10px;
  color: var(--lime-bright);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgb(255 255 255 / 86%);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-location i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime-bright);
  color: var(--navy);
}

.hero h1 {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-size: clamp(58px, 9vw, 112px);
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 0.94;
  text-transform: uppercase;
  text-shadow: 0 18px 46px rgb(0 0 0 / 24%);
}

.hero-subtitle {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--lime-bright);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 950;
  letter-spacing: 0.01em;
}

.hero-text {
  max-width: 650px;
  margin-top: 20px;
  color: rgb(255 255 255 / 86%);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn-brand {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 4px;
  background: var(--lime-bright);
  color: var(--navy);
  padding: 0 24px;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.btn-brand i {
  line-height: 1;
}

.btn-brand:hover {
  background: #b6d34f;
  color: var(--navy);
}

.btn-ghost-light {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 36%);
  border-radius: 4px;
  color: #fff;
  padding: 15px 24px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.btn-ghost-light:hover {
  border-color: var(--aqua);
  color: var(--aqua);
}

.values-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 32px;
}

.values-row span {
  display: inline-flex;
  min-width: 118px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-right: 2px solid var(--lime);
  padding-right: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.values-row span:last-child {
  border-right: 0;
}

.hero-cta-card {
  width: 100%;
  max-width: 360px;
  justify-self: end;
  border: 1px solid rgb(255 255 255 / 18%);
  border-top: 8px solid var(--lime-bright);
  border-radius: 8px;
  background: rgb(255 255 255 / 94%);
  padding: 28px;
  color: var(--ink);
  box-shadow: 0 26px 80px rgb(0 0 0 / 28%);
}

.hero-card-kicker {
  display: block;
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-cta-card strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 950;
  line-height: 0.95;
}

.hero-cta-card p {
  margin: 18px 0 22px;
  color: var(--muted);
  line-height: 1.6;
}

.direct-contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.direct-link {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--navy);
  color: #fff;
  font-weight: 950;
  text-decoration: none;
}

.direct-link:hover {
  background: var(--navy-deep);
  color: #fff;
}

.hero-testimonial {
  margin: 20px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.hero-testimonial blockquote {
  margin: 0;
  color: #394853;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
}

.hero-testimonial figcaption {
  margin-top: 8px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 22px;
}

.hero-facts span {
  min-height: 78px;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 6px;
  background: rgb(255 255 255 / 7%);
  padding: 14px;
  color: rgb(255 255 255 / 78%);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.hero-facts strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-photo {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(1.05) contrast(1.02);
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(3 29 43 / 22%) 0%, rgb(3 29 43 / 0%) 32%),
    linear-gradient(180deg, rgb(3 29 43 / 4%), rgb(3 29 43 / 32%));
  content: "";
}

.delivery-brush {
  position: absolute;
  right: clamp(20px, 5vw, 64px);
  bottom: clamp(24px, 5vw, 58px);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(430px, calc(100% - 40px));
  border-left: 8px solid var(--navy);
  border-radius: 6px;
  background: var(--lime-bright);
  padding: 16px 22px;
  color: var(--navy);
  box-shadow: 0 20px 46px rgb(3 29 43 / 26%);
  font-size: clamp(21px, 2.8vw, 36px);
  font-weight: 950;
  letter-spacing: 0.055em;
  line-height: 1.05;
  text-transform: uppercase;
}

.delivery-brush i {
  font-size: clamp(32px, 4vw, 52px);
}

.quick-contact {
  padding: 28px 0;
  background: #fff;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.9fr;
  gap: 0;
  border: 1px solid var(--line);
  border-top: 8px solid var(--lime-bright);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 42px rgb(8 41 58 / 9%);
}

.contact-line {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  min-height: 116px;
  align-items: center;
  border-right: 1px solid var(--line);
  padding: 23px;
}

.contact-line:last-child {
  border-right: 0;
}

.contact-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid var(--lime);
  border-radius: 50%;
  color: var(--lime);
  font-size: 28px;
}

.contact-line strong {
  display: block;
  color: var(--ink);
  font-size: clamp(19px, 1.8vw, 28px);
  font-weight: 950;
  line-height: 1.1;
}

.contact-line p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

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

.intro h2,
.section-heading h2,
.routes-top h2,
.phone-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 950;
  letter-spacing: -0.01em;
  line-height: 1.02;
}

.lead-copy {
  margin: 0;
  color: #43505a;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.section-lead {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.intro-phone-btn {
  margin-top: 22px;
}

.offer-section {
  background: #fff;
}

.pricing-section {
  background:
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.pricing-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.pricing-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 950;
  letter-spacing: -0.01em;
  line-height: 1.02;
}

.pricing-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.price-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 8px solid var(--lime-bright);
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 16px 42px rgb(8 41 58 / 8%);
}

.price-card.featured {
  border-color: rgb(159 189 66 / 60%);
  box-shadow: 0 22px 58px rgb(8 41 58 / 13%);
}

.price-card.delivery-price {
  background:
    linear-gradient(145deg, rgb(8 41 58 / 97%), rgb(3 29 43 / 98%)),
    var(--navy);
  color: #fff;
}

.price-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: rgb(159 189 66 / 14%);
  color: var(--lime);
  font-size: 30px;
}

.delivery-price .price-icon {
  background: rgb(255 255 255 / 10%);
  color: var(--lime-bright);
}

.price-label {
  margin: 22px 0 10px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 950;
  line-height: 0.96;
}

.delivery-price h3,
.delivery-price .price-label {
  color: #fff;
}

.price-card > span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 850;
}

.delivery-price > span,
.delivery-price li {
  color: #fff;
}

.price-card.delivery-price li {
  color: #fff;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 24px;
  color: #4e5c65;
  line-height: 1.5;
}

.price-card li::before {
  position: absolute;
  left: 0;
  top: 0.18em;
  color: var(--lime);
  font-family: "bootstrap-icons";
  content: "\f26a";
}

.price-card strong {
  color: var(--ink);
  font-weight: 950;
}

.delivery-price strong {
  color: #fff;
}

.price-call-btn {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  border-radius: 4px;
  background: var(--lime-bright);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgb(0 0 0 / 18%);
}

.price-call-btn:hover {
  background: #fff;
  color: var(--navy);
}

.pricing-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  border: 1px solid rgb(125 166 47 / 24%);
  border-radius: 8px;
  background: rgb(159 189 66 / 10%);
  padding: 16px 18px;
  color: #40505a;
  font-weight: 750;
  line-height: 1.45;
}

.pricing-note i {
  color: var(--lime);
  font-size: 22px;
}

.section-heading {
  margin-bottom: 30px;
  text-align: center;
}

.offer-card,
.route-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 16px 40px rgb(8 41 58 / 7%);
}

.offer-card i {
  color: var(--lime);
  font-size: 44px;
}

.offer-card h3,
.route-card h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.offer-card p,
.route-card p {
  margin: 14px 0 0;
  color: #53616a;
  line-height: 1.72;
}

.routes-section {
  background:
    radial-gradient(circle at 12% 12%, rgb(114 199 212 / 16%), transparent 30%),
    var(--navy);
  color: #fff;
}

.routes-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.routes-top h2 {
  color: #fff;
}

.btn-outline-brand {
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 4px;
  color: #fff;
  font-weight: 850;
}

.btn-outline-brand:hover {
  border-color: var(--lime-bright);
  background: var(--lime-bright);
  color: var(--navy);
}

.route-card {
  border-color: rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 8%);
  box-shadow: none;
}

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

.route-card p {
  color: rgb(255 255 255 / 76%);
}

.route-map {
  display: block;
  width: 100%;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  background: #d5d8d7;
  box-shadow: 0 18px 34px rgb(0 0 0 / 16%);
}

.route-distance {
  display: inline-flex;
  border-radius: 999px;
  background: var(--lime-bright);
  padding: 7px 12px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.route-points span {
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  padding: 8px 13px;
  color: rgb(255 255 255 / 82%);
  font-size: 14px;
  font-weight: 750;
}

.routes-call-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  border-radius: 4px;
  background: var(--lime-bright);
  padding: 0 28px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 38px rgb(0 0 0 / 18%);
}

.routes-call-btn:hover {
  background: #fff;
  color: var(--navy);
}

.photo-band {
  background: var(--paper);
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-rows: 230px;
  gap: 16px;
  align-items: stretch;
}

.gallery-thumb {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--navy);
  padding: 0;
  box-shadow: 0 18px 40px rgb(8 41 58 / 10%);
}

.gallery-thumb.tall {
  grid-row: span 2;
}

.gallery-thumb.wide {
  grid-column: span 2;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.gallery-thumb:hover img {
  transform: scale(1.04);
}

.phone-cta {
  background: #fff;
}

.phone-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-top: 8px solid var(--lime-bright);
  border-radius: 8px;
  background: #fff;
  padding: clamp(28px, 5vw, 54px);
  box-shadow: 0 18px 46px rgb(8 41 58 / 10%);
}

.phone-card p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.phone-box {
  display: grid;
  gap: 12px;
  min-width: min(410px, 100%);
  border-radius: 8px;
  background: var(--navy);
  padding: 30px;
  color: #fff;
  text-align: center;
}

.phone-box a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.phone-box-call {
  background: var(--lime-bright);
  color: var(--navy) !important;
  font-size: clamp(22px, 3vw, 34px);
}

.site-footer {
  background: var(--navy-deep);
  color: #fff;
  padding: 44px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.footer-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
}

.footer-grid p,
.footer-grid a {
  margin: 0;
  color: rgb(255 255 255 / 70%);
  text-decoration: none;
}

.footer-bottom {
  margin-top: 28px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  padding-top: 18px;
  color: rgb(255 255 255 / 52%);
  font-size: 13px;
  text-align: center;
}

.modal-gallery-image {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
}

.gallery-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

@media (max-width: 1099.98px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: end;
    padding-top: 142px;
  }

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

  .hero-copy::after {
    display: none;
  }

  .hero-cta-card {
    max-width: 430px;
    justify-self: start;
  }

  .hero-photo,
  .hero-photo img {
    min-height: 520px;
  }

  .site-nav {
    top: 38px;
  }

  .contact-card,
  .phone-card {
    grid-template-columns: 1fr;
  }

  .pricing-head {
    grid-template-columns: 1fr;
  }

  .contact-line {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-line:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .site-nav .navbar-collapse {
    margin-top: 12px;
    border-radius: 8px;
    background: rgb(255 255 255 / 96%);
    padding: 14px;
  }

  .site-nav .nav-link {
    color: var(--ink);
  }

  .routes-top {
    display: grid;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgb(3 29 43 / 90%) 0%, rgb(3 29 43 / 66%) 100%),
      linear-gradient(180deg, rgb(3 29 43 / 22%) 0%, rgb(3 29 43 / 78%) 100%);
  }

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

  .gallery-thumb.tall {
    grid-row: span 1;
  }

  .gallery-thumb.wide {
    grid-column: span 2;
  }

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

@media (max-width: 575.98px) {
  .top-ribbon {
    gap: 8px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .top-ribbon a {
    padding: 5px 9px;
    font-size: 10px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-content {
    padding-top: 128px;
    padding-bottom: 36px;
  }

  .hero-location {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.45;
  }

  .hero-symbols {
    gap: 14px;
    font-size: 48px;
  }

  .hero h1 {
    font-size: 50px;
    line-height: 1.02;
  }

  .hero-subtitle {
    font-size: 21px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-cta-card {
    width: min(100%, 430px);
    justify-self: center;
    margin-inline: auto;
    padding: 22px;
    text-align: center;
  }

  .hero-cta-card .direct-link {
    justify-content: center;
  }

  .hero-testimonial {
    text-align: center;
  }

  .hero-facts span {
    min-height: auto;
  }

  .values-row span {
    min-width: auto;
    border-right: 0;
    padding-right: 0;
  }

  .delivery-brush {
    right: 16px;
    left: 16px;
    max-width: none;
    font-size: 22px;
  }

  .contact-line {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-icon {
    margin: 0 auto;
  }

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

  .gallery-thumb.wide {
    grid-column: span 1;
  }

  .phone-box {
    padding: 24px 14px;
  }

  .phone-box-call {
    font-size: 20px;
  }

  .intro-phone-btn {
    width: 100%;
  }

  .pricing-note {
    align-items: flex-start;
  }

  .routes-call-btn {
    width: 100%;
    padding-inline: 16px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .direct-contact-actions {
    grid-template-columns: 1fr;
  }
}
