:root {
  --navy: #14375A;
  --navy-deep: #0D2744;
  --green: #3B9A34;
  --green-dark: #2E7D28;
  --teal: #1AABC8;
  --ink: #1A3348;
  --muted: #5C6E7C;
  --paper: #FFFFFF;
  --sand: #F5F6F3;
  --hero: #F7F4EE;
  --line: #E3E7EC;
  --wrap: 1180px;
  --header: 78px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
figure, blockquote { margin: 0; }
a { color: inherit; }
button { font: inherit; }

h1, h2, h3 {
  font-family: Outfit, "Source Sans 3", sans-serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0;
  color: var(--navy);
}

h2 { font-size: clamp(1.85rem, 3.4vw, 2.55rem); }
h3 { font-size: 1.05rem; letter-spacing: .02em; text-transform: uppercase; }

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--navy-deep);
  color: #fff;
  padding: .75rem 1.2rem;
}
.skip-link:focus { left: 0; }

.wrap {
  width: min(100% - 2.4rem, var(--wrap));
  margin-inline: auto;
}

.section { padding-block: clamp(4.25rem, 8vw, 6.5rem); }
main [id],
.why-bar { scroll-margin-top: calc(var(--header) + 12px); }
.section--sand { background: var(--sand); }
.section--navy {
  background: var(--navy-deep);
  color: #fff;
}
.section--navy h2 { color: #fff; }

.section-head { max-width: 38rem; margin-bottom: 2.6rem; }
.section-head--center { margin-inline: auto; text-align: center; }

.kicker {
  margin: 0 0 .7rem;
  font-family: Outfit, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green);
}
.kicker--light { color: #8fd18a; }

.lede {
  margin-top: .9rem;
  font-size: 1.12rem;
  color: var(--muted);
}
.section--navy .lede { color: rgba(255, 255, 255, .72); }

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

.btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .78rem 1.35rem;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 22px -14px rgba(59, 154, 52, .9);
  transition: background-color .2s, transform .2s var(--ease), box-shadow .2s;
}
.btn:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn:active { transform: none; }
.btn--wide { width: 100%; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--navy);
  font-family: Outfit, sans-serif;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
}
.text-link:hover { color: var(--green-dark); }
.play {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: var(--header);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid transparent;
  backdrop-filter: saturate(160%) blur(12px);
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 28px -24px rgba(13, 39, 68, .45);
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: .15rem;
  text-decoration: none;
  flex: 0 0 auto;
}
.brand-mark { width: 54px; height: 54px; }
.brand-lockup {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: .3rem;
  line-height: .82;
}
.brand-travel,
.brand-clean {
  font-family: "Barlow Condensed", Outfit, sans-serif;
  font-weight: 800;
  font-size: 1.42rem;
  letter-spacing: .06em;
}
.brand-travel {
  grid-column: 1 / -1;
  color: var(--navy);
  padding-bottom: .12rem;
  border-bottom: 1.5px solid var(--navy);
  margin-bottom: .12rem;
}
.brand-clean { color: var(--green); }
.brand-llc {
  font-family: Outfit, sans-serif;
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--navy);
  padding-bottom: .12rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.nav-links a {
  position: relative;
  font-family: Outfit, sans-serif;
  font-size: .92rem;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
}
.nav-links a[aria-current="page"]::after,
.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--navy);
}

.nav-aside {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}
.nav-place {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--navy);
  font-family: Outfit, sans-serif;
  font-size: .86rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav-mobile-cta { display: none; }

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 2px;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */

.hero {
  position: relative;
  background: var(--hero);
  overflow: hidden;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 34rem) 1fr;
  align-items: end;
  min-height: min(78vh, 720px);
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding: 3.2rem 0 4.6rem;
  max-width: 34rem;
}
.hero-line {
  display: block;
  font-family: "Barlow Condensed", Outfit, sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 6.4vw, 5.1rem);
  letter-spacing: .02em;
  line-height: .9;
  color: var(--navy);
}
.hero-line--green { color: var(--green); }
.hero-sub {
  margin: 1.15rem 0 0;
  font-size: 1.18rem;
  color: var(--muted);
}

.hero-rule {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 1.35rem 0 1rem;
  color: var(--green);
}
.hero-rule::before,
.hero-rule::after {
  content: "";
  height: 1px;
  background: #c9d4bf;
}
.hero-rule::before { width: 2.4rem; }
.hero-rule::after { flex: 1; max-width: 8rem; }

.hero-script {
  margin: 0;
  font-family: "Great Vibes", cursive;
  font-size: clamp(2rem, 3.2vw, 2.55rem);
  color: var(--navy);
  line-height: 1;
}
.hero-years {
  margin: .35rem 0 0;
  font-family: Outfit, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: var(--navy);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem 1.7rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}
.hero-badges li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-family: Outfit, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.25;
}
.badge-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1.5px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
  flex: 0 0 auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem 1.4rem;
  margin-top: 1.9rem;
}

.hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -3.4rem;
  width: min(56vw, 780px);
  z-index: 1;
  pointer-events: none;
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  background: linear-gradient(90deg, var(--hero) 0%, rgba(247, 244, 238, 0) 100%);
  z-index: 1;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 16%;
}

/* Community bar */

.community-bar {
  position: relative;
  z-index: 1;
  background: var(--navy-deep);
  color: #fff;
  padding: 1.05rem 0;
}
.community-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .7rem 1.5rem;
}
.community-script {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0;
  font-family: "Great Vibes", cursive;
  font-size: 1.55rem;
  color: #d8ead4;
}
.community-list {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Outfit, sans-serif;
  font-size: .86rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.community-list li { display: inline-flex; align-items: center; gap: .65rem; }
.community-list li + li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}

/* Services */

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}
.service-card {
  padding: 1.55rem 1.3rem 1.4rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 28px -24px rgba(13, 39, 68, .5);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -24px rgba(13, 39, 68, .55);
}
.service-icon { display: inline-flex; color: var(--navy); margin-bottom: .85rem; }
.service-card p {
  color: var(--muted);
  font-size: .95rem;
  margin: .55rem 0 1rem;
}
.more {
  font-family: Outfit, sans-serif;
  font-size: .88rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
}
.more:hover { color: var(--green-dark); }

.specialty-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
}
.specialty-row li {
  padding: .4rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--sand);
  font-family: Outfit, sans-serif;
  font-size: .82rem;
  font-weight: 600;
  color: var(--navy);
}

/* Why */

.why-bar {
  background: #fff;
  border-block: 1px solid var(--line);
  padding: 3rem 0 2.8rem;
}
.why-script {
  margin: 0 0 1.6rem;
  text-align: center;
  font-family: "Great Vibes", cursive;
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  color: var(--green);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.why-grid li {
  display: grid;
  justify-items: center;
  gap: .7rem;
}
.why-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--navy);
}
.why-grid strong {
  font-family: Outfit, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.3;
}

/* About */

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.about-photo img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 50px -32px rgba(13, 39, 68, .45);
}

.check-list {
  display: grid;
  gap: .95rem;
  margin: 1.6rem 0 2rem;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: grid;
  grid-template-columns: 1.45rem 1fr;
  gap: .35rem .75rem;
}
.check-list li::before {
  content: "";
  width: 1.45rem;
  height: 1.45rem;
  margin-top: .1rem;
  border-radius: 50%;
  grid-row: 1 / span 2;
  background: #e5f3e3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E7D28' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / .85rem no-repeat;
}
.check-list strong { grid-column: 2; display: block; color: var(--navy); }
.check-list span { grid-column: 2; display: block; color: var(--muted); font-size: .95rem; }

/* Area */

.area-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: center;
}
.town-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.town-list li {
  padding: .55rem .9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--sand);
  font-family: Outfit, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  color: var(--navy);
}
.town-list li:first-child {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

/* Quotes */

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.quote-card {
  padding: 1.7rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .05);
}
.stars { color: #e7c56a; letter-spacing: .08em; margin-bottom: .7rem; }
.quote-card blockquote {
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .9);
}
.quote-who {
  margin-top: 1.15rem;
  font-size: .92rem;
  color: rgba(255, 255, 255, .62);
}
.quote-who strong { color: #fff; }

/* Contact */

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(1.8rem, 4vw, 3.5rem);
  align-items: start;
}
.info-list {
  display: grid;
  gap: 1.2rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}
.info-list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: .85rem;
}
.info-icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #e5f3e3;
  color: var(--green-dark);
}
.info-list strong {
  display: block;
  font-family: Outfit, sans-serif;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.info-list p { margin: .15rem 0 0; font-weight: 600; }

.form-card {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2.1rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 22px 50px -32px rgba(13, 39, 68, .45);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.field { display: block; margin-bottom: .9rem; }
.field > span {
  display: block;
  margin-bottom: .35rem;
  font-family: Outfit, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  color: var(--navy);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: .78rem .9rem;
  font: inherit;
  color: var(--ink);
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(59, 154, 52, .14);
}
.form-note { margin-top: .8rem; font-size: .82rem; color: var(--muted); text-align: center; }
.form-status { margin: 0; font-family: Outfit, sans-serif; font-weight: 600; }
.form-status.is-ok { color: var(--green-dark); }
.form-status.is-err { color: #b42318; }

/* Footer */

.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, .68);
  padding: 3.2rem 0 1.6rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer-grid p { max-width: 28rem; margin-top: 1rem; }
.brand--foot .brand-travel,
.brand--foot .brand-llc { color: #fff; border-color: #fff; }
.footer-col h2 {
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: .9rem;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.footer-col a { text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .5rem 1.2rem;
  padding-top: 1.3rem;
  font-size: .86rem;
}
.footer-bottom a { color: inherit; }

/* Responsive */

@media (max-width: 1120px) {
  .nav-links { gap: 1rem; }
  .nav-place { display: none; }
}

@media (max-width: 1040px) {
  .service-grid,
  .why-grid,
  .quote-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .hero-grid,
  .about-grid,
  .area-grid,
  .contact-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 2.2rem 0 1.4rem; max-width: none; }
  .hero-photo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: min(58vw, 340px);
    margin: 0 -1.2rem -2.2rem;
    width: calc(100% + 2.4rem);
    order: -1;
    pointer-events: auto;
  }
  .hero-photo::before {
    width: 100%;
    height: 28%;
    inset: auto 0 0 0;
    background: linear-gradient(180deg, rgba(247, 244, 238, 0) 0%, var(--hero) 100%);
  }
  .hero-photo img { height: 100%; object-position: center 12%; }
  .about-photo { order: -1; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-aside .btn { display: none; }
  .nav-links {
    position: absolute;
    top: calc(var(--header) - .35rem);
    left: 1.2rem;
    right: 1.2rem;
    display: grid;
    gap: .15rem;
    margin: 0;
    padding: .7rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 18px 40px -24px rgba(13, 39, 68, .5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s, transform .2s, visibility .2s;
  }
  .nav-links.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { display: block; padding: .7rem .75rem; }
  .nav-links a::after { display: none; }
  .nav-mobile-cta { display: block; margin-top: .35rem; }
  .nav-mobile-cta .btn { width: 100%; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .service-grid,
  .why-grid,
  .quote-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
