@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700;800;900&family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap");

:root {
  --green-950: #08261d;
  --green-900: #10382b;
  --green-800: #174a39;
  --green-700: #446868;
  --green-100: #dbe8df;
  --gold: #ffc36b;
  --gold-dark: #bf8737;
  --paper: #f6f2e8;
  --cream: #fffaf0;
  --ink: #1b1f1e;
  --muted: #68736f;
  --line: rgba(27, 31, 30, .14);
  --shadow: 0 24px 70px rgba(8, 38, 29, .14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 195, 107, .2), transparent 34rem),
    linear-gradient(135deg, #f4eedf 0%, #edf3ee 48%, #f8f0df 100%);
  font-family: "Barlow", "Trebuchet MS", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 250, 240, .86);
  box-shadow: 0 18px 48px rgba(8, 38, 29, .12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 230px;
  color: var(--green-950);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .85rem;
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--green-900);
  text-decoration: none;
}

.nav a:hover {
  background: rgba(68, 104, 104, .12);
}

.call-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.call-button {
  min-width: 150px;
  padding: 13px 16px;
  color: var(--green-950);
  background: var(--gold);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 64px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
  gap: 22px;
  align-items: stretch;
  min-height: 560px;
}

.hero__copy,
.hero__image-card,
.section,
.story-panel,
.proof-card,
.logo-card,
.final-cta {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 72px);
  color: white;
  background:
    linear-gradient(135deg, rgba(8, 38, 29, .98), rgba(68, 104, 104, .92)),
    radial-gradient(circle at 90% 12%, rgba(255, 195, 107, .36), transparent 20rem);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: .88;
  letter-spacing: -.06em;
}

h2 {
  margin-bottom: 14px;
  color: var(--green-950);
  font-size: clamp(2rem, 4.8vw, 4.1rem);
  line-height: .96;
  letter-spacing: -.048em;
}

h3 {
  margin-bottom: 10px;
  color: var(--green-950);
  font-size: 1.3rem;
  line-height: 1.08;
}

.lede,
.hero__copy p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, .86);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 52px;
  padding: 14px 22px;
}

.button--primary {
  color: var(--green-950);
  background: var(--gold);
}

.button--secondary {
  border: 1px solid rgba(8, 38, 29, .28);
  color: var(--green-950);
  background: rgba(255, 250, 240, .9);
}

.button--on-dark {
  border-color: rgba(255, 255, 255, .48);
  color: white;
  background: rgba(255, 255, 255, .08);
}

.hero__image-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(10px, 1.8vw, 18px);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 195, 107, .18), transparent 18rem),
    linear-gradient(135deg, rgba(8, 38, 29, .94), rgba(68, 104, 104, .74));
}

.hero__image-card::before {
  content: "";
  position: absolute;
  inset: -26px;
  background:
    linear-gradient(180deg, rgba(8, 38, 29, .15), rgba(8, 38, 29, .5)),
    url("../../web_ready_by_original_folder/Family%20and%20Logo/Large%20Hero%20Gallery%202200px/03_about_family_run_company__2200px.jpg") center / cover;
  filter: blur(18px);
  opacity: .78;
  transform: scale(1.04);
}

.hero__image-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 24px;
  object-fit: contain;
  box-shadow: 0 18px 42px rgba(8, 38, 29, .28);
}

.hero__image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 38, 29, .08), rgba(8, 38, 29, .2)),
    rgba(68, 104, 104, .08);
  pointer-events: none;
  z-index: 2;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.trust-strip div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  background: rgba(255, 250, 240, .86);
  box-shadow: 0 16px 42px rgba(8, 38, 29, .08);
}

.trust-strip span,
.trust-strip strong {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.trust-strip span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-strip strong {
  color: var(--green-950);
  font-size: 1.05rem;
}

.story-section,
.proof-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.story-panel,
.section,
.proof-card,
.logo-card {
  padding: clamp(26px, 5vw, 46px);
}

.story-panel--dark {
  color: white;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 195, 107, .2), transparent 18rem),
    linear-gradient(145deg, var(--green-950), var(--green-800));
}

.story-panel--dark h2 {
  color: white;
}

.story-panel--dark p:not(.eyebrow) {
  color: rgba(255, 255, 255, .82);
}

.story-panel--light,
.section,
.proof-card,
.logo-card {
  background: rgba(255, 250, 240, .86);
}

.story-panel p:not(.eyebrow),
.section__heading p,
.promise-card p,
.proof-card li,
.logo-card p {
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.62;
}

.section {
  margin-top: 22px;
}

.section__heading {
  max-width: 780px;
  margin-bottom: 26px;
}

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

.promise-card {
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .88), rgba(246, 242, 232, .72)),
    radial-gradient(circle at 88% 0%, rgba(255, 195, 107, .17), transparent 13rem);
}

.promise-card span {
  display: inline-flex;
  margin-bottom: 44px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--green-950);
  background: var(--green-100);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .7rem;
  font-weight: 900;
}

.proof-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 18px;
}

.logo-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.logo-card img {
  width: min(360px, 100%);
  margin: 0 auto;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(8, 38, 29, .12);
}

.final-cta {
  margin-top: 22px;
  padding: clamp(34px, 6vw, 64px);
  color: white;
  background:
    linear-gradient(90deg, rgba(8, 38, 29, .96), rgba(68, 104, 104, .86)),
    url("../../web_ready_by_original_folder/Drone%20Shots/Large%20Hero%20Gallery%202200px/01_home_hero_primary_drone_roof__2200px.jpg") center / cover;
  overflow: hidden;
}

.final-cta h2 {
  max-width: 760px;
  color: white;
}

.final-cta p:not(.eyebrow) {
  max-width: 760px;
}

@media (max-width: 1020px) {
  .hero,
  .story-section,
  .proof-section {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__image-card img {
    min-height: 0;
  }

  .site-header {
    border-radius: 28px;
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 640px) {
  .site-header,
  main {
    width: min(100% - 20px, 1180px);
  }

  .trust-strip,
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .hero__copy,
  .hero__image-card,
  .section,
  .story-panel,
  .proof-card,
  .logo-card,
  .final-cta {
    border-radius: 24px;
  }

  .hero__actions {
    display: grid;
  }

  .button,
  .call-button {
    width: 100%;
  }

  .brand {
    min-width: 0;
  }
}

/* Shared public-page header, matched to the homepage preview. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr auto;
  gap: clamp(16px, 2.4vw, 30px);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 106px;
  margin: 0;
  padding: 10px clamp(18px, 4vw, 52px);
  background:
    linear-gradient(90deg, rgba(27, 31, 30, 0.96), rgba(68, 104, 104, 0.96)),
    #446868;
  border: 0;
  border-bottom: 1px solid rgba(255, 195, 107, 0.34);
  border-radius: 0;
  box-shadow: 0 18px 42px rgba(27, 31, 30, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: clamp(220px, 25vw, 350px);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow", "Trebuchet MS", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.main-nav a {
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.main-nav a:hover {
  color: #ffc36b;
  background: transparent;
}

.header-call {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 62px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 38, 29, 0.34);
  color: #ffffff;
  font-family: "Barlow", "Trebuchet MS", sans-serif;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 40px rgba(27, 31, 30, 0.11);
}

.header-call-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.header-call-number {
  color: #ffc36b;
  font-size: 1.02rem;
  line-height: 1.1;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(190px, 1fr) auto;
    min-height: 92px;
  }

  .main-nav {
    display: none;
  }

  .header-call {
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: minmax(150px, 1fr) auto;
    gap: 10px;
    min-height: 82px;
    padding: 10px 14px;
  }

  .brand img {
    width: clamp(160px, 48vw, 230px);
    max-height: 68px;
  }

  .header-call {
    min-width: 0;
    min-height: 50px;
    padding: 9px 12px;
  }

  .header-call-label {
    font-size: 0.58rem;
  }

  .header-call-number {
    font-size: 0.86rem;
  }
}

@media (max-width: 520px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 8px;
    min-height: 76px;
    padding: 9px 10px;
    overflow: hidden;
  }

  .brand img {
    width: min(46vw, 180px);
    max-height: 60px;
  }

  .header-call {
    justify-self: end;
    min-height: 46px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .header-call-label {
    font-size: 0.52rem;
  }

  .header-call-number {
    font-size: 0.76rem;
  }
}

/* Brand typography refresh: bolder and closer to the LRC logo. */
body {
  font-family: "Barlow", "Trebuchet MS", sans-serif;
}

h1,
h2,
h3,
.eyebrow,
.section-kicker,
.main-nav,
.nav,
.button,
button,
.header-call,
.call-button,
.hero-card span,
.trust-strip span,
.site-footer {
  font-family: "Barlow Condensed", "Barlow", "Trebuchet MS", sans-serif;
}

h1,
h2 {
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.035em;
}

h1 {
  line-height: 0.84;
}

h2 {
  line-height: 0.92;
}

h3 {
  font-weight: 800;
  letter-spacing: -0.012em;
}

.eyebrow,
.section-kicker,
.main-nav,
.nav,
.button,
button,
.header-call,
.call-button,
.hero-card span,
.trust-strip span {
  letter-spacing: 0.08em;
}

/* Keep page links visible in the preview pane instead of hiding them on tablet widths. */
@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(170px, 1fr) auto;
    grid-template-areas:
      "brand call"
      "nav nav";
    gap: 8px 14px;
    min-height: auto;
    overflow: visible;
  }

  .brand {
    grid-area: brand;
  }

  .header-call {
    grid-area: call;
    justify-self: end;
  }

  .main-nav {
    grid-area: nav;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.78rem;
  }

  .main-nav a {
    padding: 3px 0;
  }
}

@media (max-width: 520px) {
  .site-header {
    grid-template-columns: minmax(140px, 1fr) auto;
    grid-template-areas:
      "brand call"
      "nav nav";
  }

  .main-nav {
    gap: 6px 10px;
    font-size: 0.7rem;
  }
}

/* Header trust line with slogan and license numbers. */
.site-header {
  grid-template-columns: minmax(410px, 1.05fr) minmax(320px, auto) auto;
}

.brand {
  gap: clamp(12px, 1.8vw, 22px);
}

.brand img {
  flex: 0 0 auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 160px;
  padding-left: clamp(10px, 1.4vw, 18px);
  border-left: 1px solid rgba(255, 195, 107, 0.32);
  line-height: 1.05;
}

.brand-licenses {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Barlow", "Trebuchet MS", sans-serif;
  font-size: clamp(0.62rem, 0.82vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(360px, 1fr) auto;
  }
}

@media (max-width: 760px) {
  .brand img {
    width: clamp(150px, 35vw, 220px);
  }

  .brand-text {
    min-width: 0;
    padding-left: 10px;
  }

  .brand-licenses {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand {
    gap: 8px;
  }

  .brand-text {
    display: none;
  }
}

/* Liquid Glass sitewide touches: visual polish only, no layout or copy changes. */
:root {
  --glass-surface: rgba(18, 46, 42, 0.62);
  --glass-surface-light: rgba(255, 255, 255, 0.13);
  --glass-surface-cream: rgba(255, 250, 240, 0.76);
  --glass-surface-gold: rgba(255, 195, 107, 0.86);
  --glass-border: rgba(255, 255, 255, 0.3);
  --glass-highlight: rgba(255, 255, 255, 0.45);
  --glass-shadow: 0 22px 68px rgba(0, 0, 0, 0.22);
}

.hero__copy,
.hero__image-card,
.trust-strip div,
.story-panel,
.section,
.proof-card,
.logo-card,
.promise-card,
.final-cta {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.32);
  background:
    linear-gradient(135deg, var(--glass-surface-light), rgba(255, 255, 255, 0.05) 38%, rgba(255, 195, 107, 0.08)),
    var(--glass-surface-cream);
  box-shadow:
    var(--glass-shadow),
    inset 0 1px 0 var(--glass-highlight);
  backdrop-filter: blur(20px) saturate(1.22);
  -webkit-backdrop-filter: blur(20px) saturate(1.22);
}

.story-panel--dark,
.hero__image-card,
.final-cta {
  background:
    linear-gradient(135deg, var(--glass-surface-light), rgba(255, 255, 255, 0.04) 38%, rgba(255, 195, 107, 0.08)),
    var(--glass-surface);
}

.button {
  position: relative;
  overflow: hidden;
  outline: 1px solid var(--glass-border);
  outline-offset: -1px;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 var(--glass-highlight);
  backdrop-filter: blur(20px) saturate(1.22);
  -webkit-backdrop-filter: blur(20px) saturate(1.22);
}

.button--primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.04) 48%),
    var(--glass-surface-gold);
  outline-color: rgba(255, 233, 188, 0.82);
}

.button--secondary,
.button--on-dark {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05)),
    rgba(18, 46, 42, 0.5);
}
