/* Mountain Landscapers — shared stylesheet
   Design language: modern-premium mountain craft.
   Deep forest greens + warm cream + amber accent; Fraunces serif display
   over Poppins body; angular ridge-line divider as the signature touch. */

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

:root {
  /* palette */
  --forest-950: #132018;
  --forest-900: #1a2c21;
  --forest: #21382c;
  --pine: #2d483b;          /* brand green (logo) */
  --leaf: #426e34;          /* interactive green */
  --leaf-hover: #35592a;
  --amber: #d99e2b;         /* CTA accent */
  --amber-hover: #c48c1d;
  --cream: #f7f5ef;         /* warm tint */
  --cream-2: #efece2;
  --ink: #1c211d;
  --ink-soft: #565e57;
  --line: #e4e1d8;
  --white: #fff;

  /* legacy aliases (kept so nothing references a missing token) */
  --green-dark: var(--pine);
  --green-btn: var(--leaf);
  --green-btn-hover: var(--leaf-hover);
  --footer-bg: var(--forest-950);
  --bg-tint: var(--cream);
  --gold: var(--amber);

  --radius: 14px;
  --radius-sm: 8px;
  --wrap: 1180px;
  --font: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --shadow: 0 6px 24px rgba(19, 32, 24, .09);
  --shadow-lg: 0 14px 44px rgba(19, 32, 24, .16);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--leaf); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--leaf); outline-offset: 2px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600; line-height: 1.16; margin: 0 0 .55em;
  color: var(--forest); letter-spacing: -.012em;
}
h4, h5 { font-weight: 600; line-height: 1.3; margin: 0 0 .6em; color: var(--forest); }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.35rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
h4 { font-size: 1.12rem; }
h5 { font-size: 1rem; }
p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.3em; }
li { margin-bottom: .55em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--forest-950); color: #fff; padding: 12px 20px;
}
.skip:focus { left: 0; }

/* ---------- top utility bar ---------- */
.topbar { background: var(--forest-950); color: #e8ede6; font-size: .82rem; }
.topbar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 44px; flex-wrap: wrap;
}
.topbar a { color: #e8ede6; text-decoration: none; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.stars { display: flex; align-items: center; }
.stars img { width: 104px; height: auto; }
.socials { display: flex; gap: 15px; align-items: center; }
.socials a { display: flex; opacity: .85; transition: opacity .15s; }
.socials a:hover { opacity: 1; }
.socials svg { width: 15px; height: 15px; fill: #e8ede6; }
.topbar .employment { font-weight: 600; letter-spacing: .06em; font-size: .76rem; text-decoration: underline; text-underline-offset: 3px; }
.topbar .tel { font-weight: 700; color: var(--amber); font-size: .9rem; }
.topbar .tel:hover { color: var(--amber); }

/* ---------- header / nav ---------- */
.site-header {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(1.4) blur(10px);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 60;
}
.site-header .wrap { display: flex; align-items: center; gap: 22px; min-height: 88px; }
.brand { flex: 0 0 auto; }
.brand img { width: 118px; height: auto; }

.mainnav { margin-left: auto; margin-right: auto; }
.mainnav > ul {
  display: flex; align-items: center; gap: 28px;
  list-style: none; margin: 0; padding: 0;
}
.mainnav > ul > li { margin: 0; position: relative; }
.mainnav a, .mainnav .navtop {
  font-weight: 600; font-size: .93rem; color: var(--ink);
  text-decoration: none; background: none; border: 0; padding: 8px 0;
  font-family: var(--font); cursor: pointer;
  display: inline-flex; align-items: center; gap: 5px;
}
.mainnav a:hover, .mainnav .navtop:hover { color: var(--leaf); }
.mainnav .navtop svg { width: 10px; height: 10px; fill: currentColor; transition: transform .18s; }
.mainnav li.open > .navtop svg { transform: rotate(180deg); }
.mainnav a[aria-current="page"] { color: var(--leaf); box-shadow: 0 2px 0 var(--amber); }

.submenu {
  list-style: none; margin: 0; padding: 10px 0;
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 240px; background: #fff; box-shadow: var(--shadow-lg);
  border-radius: var(--radius-sm); border: 1px solid var(--line);
  display: none;
}
.mainnav li.open > .submenu { display: block; }
.submenu li { margin: 0; }
.submenu a { display: block; padding: 10px 22px; font-weight: 400; font-size: .92rem; }
.submenu a:hover { background: var(--cream); color: var(--leaf); }

.btn {
  display: inline-block; background: var(--amber); color: var(--forest-950);
  font-weight: 600; font-size: .95rem; text-decoration: none;
  padding: 13px 28px; border-radius: 999px; border: 2px solid var(--amber);
  text-align: center;
  transition: background .18s, color .18s, border-color .18s, transform .18s, box-shadow .18s;
}
.btn:hover {
  background: var(--amber-hover); border-color: var(--amber-hover);
  color: var(--forest-950); transform: translateY(-1px); box-shadow: var(--shadow);
}
.btn-quote { flex: 0 0 auto; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .75); }
.btn-ghost:hover { background: #fff; color: var(--forest-950); border-color: #fff; box-shadow: none; }
.btn-green { background: var(--forest); border-color: var(--forest); color: #fff; }
.btn-green:hover { background: var(--forest-900); border-color: var(--forest-900); color: #fff; }

.navtoggle {
  display: none; margin-left: auto; background: none; border: 0;
  padding: 10px; cursor: pointer; color: var(--forest);
}
.navtoggle svg { width: 27px; height: 27px; fill: currentColor; }

/* ---------- hero ---------- */
.hero {
  position: relative; display: flex; align-items: center; justify-content: center;
  min-height: 480px; padding: 104px 0 132px; text-align: center;
  background: var(--forest) center/cover no-repeat;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(19, 32, 24, .58) 0%, rgba(19, 32, 24, .30) 45%, rgba(19, 32, 24, .62) 100%);
}
.hero .wrap { position: relative; z-index: 2; max-width: 940px; }
.hero h1 { color: #fff; margin: 0; text-shadow: 0 2px 22px rgba(0, 0, 0, .5); }
.hero h1 a { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.hero.compact { min-height: 300px; padding: 72px 0 110px; }

/* rotating home-hero photos: layers crossfade under the overlay */
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0;
  background: center/cover no-repeat;
  transition: opacity 1.4s ease-in-out;
}
.hero-slide.on { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero-slide { transition: none; } }

/* ridge-line divider — the site's signature touch */
.ridge {
  position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3;
  width: 100%; height: 68px; display: block; pointer-events: none;
}

/* ---------- sections ---------- */
.section { padding: 78px 0; }
.section.tint { background: var(--cream); }
.section.green { background: var(--forest); color: #fff; }
.section.green h2, .section.green h3, .section.green p { color: #fff; }

/* full-bleed photo band: white text over a darkened, parallax-scrolling photo */
.section.photo {
  background-size: cover; background-position: center; color: #fff;
}
.section.photo h1, .section.photo h2, .section.photo h3, .section.photo h4,
.section.photo p, .section.photo li { color: #fff; }
.section.photo a { color: #fff; text-decoration: underline; }
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .section.photo { background-attachment: fixed; }
}

/* article-in-a-panel: white card floating on the photo (blog posts) */
.section.photo.panel .panel-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: clamp(26px, 5vw, 56px); max-width: 900px; margin: 0 auto;
}
.section.photo.panel .panel-card h1, .section.photo.panel .panel-card h2,
.section.photo.panel .panel-card h3 { color: var(--forest); }
.section.photo.panel .panel-card p, .section.photo.panel .panel-card li { color: var(--ink); }
.section.photo.panel .panel-card a { color: var(--leaf); }

/* inline images that flow with copy */
.section .wrap > img { margin: 0 auto 1.3em; border-radius: var(--radius); box-shadow: var(--shadow); }

/* blog share row */
.share-row { padding: 0 0 54px; }
.share-row .wrap { display: flex; gap: 14px; justify-content: center; }
.share-row a {
  width: 42px; height: 42px; border-radius: 50%; background: var(--cream-2);
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
.share-row a:hover { background: var(--amber); }
.share-row svg { width: 18px; height: 18px; fill: var(--forest); stroke: var(--forest); }
.section > .wrap > *:last-child { margin-bottom: 0; }
.section-title { text-align: center; }
.section-title::after {
  content: ''; display: block; width: 58px; height: 3px;
  background: var(--amber); border-radius: 2px; margin: 20px auto 0;
}

/* intro row: copy + form card */
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: start; }
.intro-copy h2 { text-align: center; }

/* zigzag image/text service rows */
.zig { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.zig .zig-media { padding: 54px 0 54px 54px; height: 100%; display: flex; align-items: center; }
.zig:nth-child(even) .zig-media { padding: 54px 54px 54px 0; }
.zig img {
  width: 100%; height: auto; min-height: 0; max-height: 560px; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.zig .zig-text { padding: 62px 64px; }
.zig .zig-text > *:last-child { margin-bottom: 0; }
.zig:nth-child(even) .zig-media { order: 2; }
.zig.tint { background: var(--cream); }

/* card band */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.card {
  background: #fff; padding: 0 0 8px; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.card p,
.section.green .card p { text-align: center; font-weight: 600; margin: 16px 12px 10px; font-size: .95rem; color: var(--ink); }
.card h3 { font-family: var(--font); font-size: 1rem; margin: 14px 14px 12px; text-align: center; line-height: 1.4; }
.card h3 a { color: var(--ink); text-decoration: none; }
.card h3 a:hover { color: var(--leaf); text-decoration: underline; }
.card .excerpt {
  font-size: .86rem; color: var(--ink-soft); font-weight: 400;
  margin: 0 16px 16px; text-align: center;
}

/* checkmark bullet list */
ul.checks { list-style: none; padding-left: 0; }
ul.checks li { position: relative; padding-left: 32px; }
ul.checks li::before {
  content: ''; position: absolute; left: 4px; top: .5em;
  width: 13px; height: 7px; border-left: 2.5px solid var(--amber);
  border-bottom: 2.5px solid var(--amber); transform: rotate(-45deg);
}

/* generic image grid (galleries) */
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid2 figure, .grid3 figure { margin: 0; }
.grid2 img, .grid3 img {
  width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.grid2 figcaption, .grid3 figcaption {
  text-align: center; font-weight: 600; margin-top: 13px; font-size: .95rem;
}

/* ---------- form card ---------- */
.formcard {
  position: relative; background: #fff; box-shadow: var(--shadow-lg);
  padding: 38px 32px 30px; border-radius: var(--radius); overflow: hidden;
}
.formcard::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--amber), var(--leaf));
}
.formcard h2, .formcard h3 { text-align: center; font-size: 1.5rem; }
.formcard .mailicon { display: block; margin: 0 auto 14px; width: 58px; height: auto; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .84rem; font-weight: 600; margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; font-family: var(--font); font-size: .95rem; color: var(--ink);
  padding: 12px 14px; border: 1px solid #cfccc2; border-radius: var(--radius-sm); background: #fff;
}
.field textarea { min-height: 92px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .74rem; line-height: 1.5; color: var(--ink-soft); }
.consent input { margin-top: 3px; flex: 0 0 auto; }
.formcard button {
  width: 100%; margin-top: 16px; font-family: var(--font); font-size: 1rem;
  font-weight: 600; color: var(--forest-950); background: var(--amber);
  border: 0; border-radius: 999px; padding: 14px; cursor: pointer;
  transition: background .18s;
}
.formcard button:hover { background: var(--amber-hover); }
.formcard .legal { text-align: center; font-size: .8rem; margin: 14px 0 0; }

/* CTA card — stands in for the form on every page except /contact */
.ctacard { text-align: center; }
.ctacard p { color: var(--ink-soft); font-size: .95rem; }
.ctacard-actions {
  display: flex; flex-direction: column; gap: 12px; margin: 22px 0 16px;
}
.ctacard-actions .btn { width: 100%; }

/* contact page: centered form + booking calendar */
.contact-stack { max-width: 820px; text-align: center; }
.contact-stack .formcard { text-align: left; margin: 26px auto 0; max-width: 760px; }
.contact-stack .calcard { max-width: 820px; }
.contact-stack .formcard h2, .contact-stack .formcard h3 { text-align: center; }

/* Coraline form: placeholder shown until the iframe is injected */
.coraline-form { min-height: 260px; }
.coraline-form iframe { display: block; width: 100%; border: 0; }
.coraline-form__placeholder {
  border: 1px dashed #cbc8bd; border-radius: var(--radius-sm);
  padding: 32px 22px; text-align: center; background: var(--cream);
}
.coraline-form__placeholder p { margin: 0 0 16px; color: var(--ink-soft); font-size: .95rem; }
.coraline-form__load-btn {
  background: var(--amber); color: var(--forest-950); border: 0; border-radius: 999px;
  padding: 13px 28px; font-size: 1rem; font-weight: 600;
  font-family: var(--font); cursor: pointer; transition: background .18s;
}
.coraline-form__load-btn:hover { background: var(--amber-hover); }
.formnote { font-size: .85rem; color: var(--ink-soft); text-align: center; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 2px 22px; margin-bottom: 12px; box-shadow: 0 2px 10px rgba(19, 32, 24, .04);
}
.faq summary {
  cursor: pointer; font-weight: 600; font-size: 1.03rem;
  padding: 16px 34px 16px 0; position: relative; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; position: absolute; right: 6px; top: 50%; width: 10px; height: 10px;
  border-right: 2px solid var(--amber); border-bottom: 2px solid var(--amber);
  transform: translateY(-70%) rotate(45deg); transition: transform .2s;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { margin: 0 0 17px; color: var(--ink-soft); }

/* ---------- CTA band ---------- */
.ctaband {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--forest-950), var(--forest) 65%, var(--pine));
  color: #fff; padding: 58px 0;
}
.ctaband::before {
  content: ''; position: absolute; inset: 0; opacity: .08; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath d='M0 250 260 120 520 240 780 90 1040 220 1290 150 1440 205 V320 H0 Z' fill='%23fff'/%3E%3C/svg%3E") bottom/cover no-repeat;
}
.ctaband .wrap { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap; }
.ctaband h2 { color: #fff; max-width: 640px; margin: 0 0 8px; font-size: clamp(1.35rem, 2.4vw, 1.9rem); }
.ctaband p { margin: 0; color: #dfe7dc; }
.ctaband .ctabtns { display: flex; flex-direction: column; gap: 13px; flex: 0 0 auto; }
.ctaband .btn { min-width: 212px; }
.ctaband .btn-ghost:first-child { background: var(--amber); color: var(--forest-950); border-color: var(--amber); }
.ctaband .btn-ghost:first-child:hover { background: var(--amber-hover); border-color: var(--amber-hover); }

/* ---------- breadcrumbs ---------- */
.crumbs { background: #fff; font-size: .82rem; padding: 13px 0; border-bottom: 1px solid var(--line); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; }
.crumbs li { margin: 0; display: flex; gap: 7px; align-items: center; color: var(--ink-soft); }
.crumbs li + li::before { content: '›'; color: #a8a89e; }
.crumbs a { color: var(--ink-soft); text-decoration: none; }
.crumbs a:hover { color: var(--leaf); text-decoration: underline; }

/* ---------- footer ---------- */
.site-footer { background: var(--forest-950); color: #c9d3c7; padding: 62px 0 0; font-size: .9rem; }
.site-footer a { color: #c9d3c7; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footcols { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.15fr; gap: 38px; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer h2 { font-size: 1.55rem; text-align: center; margin-bottom: .35em; }
.site-footer h3 {
  font-family: var(--font); font-size: .82rem; text-transform: uppercase;
  letter-spacing: .12em; text-align: center; margin-bottom: 1.2em; color: var(--amber);
}
.footer-tag { text-align: center; font-weight: 600; font-size: .88rem; color: #fff; margin-bottom: 1.2em; }
.footcols ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.footcols ul li { margin-bottom: 0; }
.footcols ul li a { display: block; padding: 7px 0; }
.footcols ul li + li { border-top: 1px solid rgba(255, 255, 255, .07); }
.foot-social { display: flex; gap: 12px; justify-content: center; margin-bottom: 20px; }
.foot-social a {
  width: 32px; height: 32px; border-radius: 50%; background: rgba(255, 255, 255, .1);
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
.foot-social a:hover { background: var(--leaf); }
.foot-social a.x { background: rgba(255, 255, 255, .1); }
.foot-social a.x:hover { background: #000; }
.foot-social svg { width: 15px; height: 15px; fill: #fff; }
.hours-row { display: flex; justify-content: space-between; gap: 14px; padding: 6px 0; }
.hours-row span:first-child { color: #fff; }
.footer-blogcard { position: relative; display: block; margin: 0 auto; max-width: 250px; }
.footer-blogcard img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius); }
.footer-blogcard .fbc-body {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(19, 32, 24, .2), rgba(19, 32, 24, .78));
  border-radius: var(--radius);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; text-align: center;
}
.footer-blogcard .fbc-body strong { color: #fff; font-size: 1rem; line-height: 1.35; }
.footer-blogcard .fbc-body span { color: #dfe4dc; font-size: .78rem; margin-top: 9px; }
.footbar {
  margin-top: 50px; border-top: 1px solid rgba(255, 255, 255, .08); padding: 17px 0;
  font-size: .78rem; color: #93a091;
}
.footbar .wrap { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.site-footer address { font-style: normal; }

/* ---------- sticky mobile call bar ---------- */
.callbar { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .intro { grid-template-columns: 1fr; gap: 36px; }
  .footcols { grid-template-columns: 1fr 1fr; gap: 40px 30px; }
  .zig .zig-media { padding: 40px 0 40px 24px; }
  .zig:nth-child(even) .zig-media { padding: 40px 24px 40px 0; }
  .zig .zig-text { padding: 44px 30px; }
}

@media (max-width: 900px) {
  .navtoggle { display: block; }
  .mainnav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; box-shadow: var(--shadow-lg); padding: 10px 0 18px;
    max-height: 78vh; overflow-y: auto;
  }
  .mainnav.open { display: block; }
  .mainnav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .mainnav > ul > li { border-bottom: 1px solid var(--line); }
  .mainnav a, .mainnav .navtop { padding: 14px 22px; width: 100%; justify-content: space-between; }
  .mainnav a[aria-current="page"] { box-shadow: inset 3px 0 0 var(--amber); }
  .submenu {
    position: static; transform: none; display: none; box-shadow: none;
    border: 0; border-radius: 0; background: var(--cream); min-width: 0; padding: 0;
  }
  .mainnav li.open > .submenu { display: block; }
  .submenu a { padding: 12px 34px; }
  .btn-quote { display: none; }
  .site-header .wrap { min-height: 72px; }
  .brand img { width: 100px; }
  .zig, .cards, .grid3 { grid-template-columns: 1fr; }
  .zig:nth-child(even) .zig-media { order: 0; }
  .zig .zig-media, .zig:nth-child(even) .zig-media { padding: 34px 24px 0; }
  .zig .zig-text { padding: 26px 24px 40px; }
}

@media (max-width: 700px) {
  .topbar .wrap { justify-content: center; gap: 12px; min-height: 0; padding: 8px 22px; }
  .topbar .employment { order: 3; }
  .hero { min-height: 380px; padding: 68px 0 104px; }
  .hero.compact { min-height: 250px; padding: 52px 0 96px; }
  .ridge { height: 46px; }
  .section { padding: 50px 0; }
  .ctaband .wrap { flex-direction: column; text-align: center; }
  .ctaband .ctabtns { width: 100%; max-width: 320px; }
  .footcols { grid-template-columns: 1fr; }
  .grid2 { grid-template-columns: 1fr; }
  body { padding-bottom: 62px; }
  .callbar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    box-shadow: 0 -4px 18px rgba(19, 32, 24, .18);
  }
  .callbar a {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--amber); color: var(--forest-950); font-weight: 600; text-decoration: none;
    padding: 15px 6px; font-size: .95rem; white-space: nowrap;
  }
  .callbar a svg { width: 17px; height: 17px; fill: var(--forest-950); }
  .callbar a + a { border-left: 0; background: var(--forest); color: #fff; }
  .callbar a + a svg { fill: #fff; }
}

@media (max-width: 380px) {
  .wrap { padding: 0 16px; }
  .formcard { padding: 30px 18px 24px; }
}

@media print {
  .topbar, .navtoggle, .callbar, .ctaband, .site-footer { display: none; }
}
