/* SkymerCourt - Sky Blue Arboriculture Limited
   Canopy Crew theme: PALE JADE SIEVE ground, CANOPY INK, WORK SKY BLUE,
   DRY BARK TAN, RING WHITE, TRUNK BROWN. Light, opaque, strong contrast. */

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

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #CFE3DC;
  color: #22322B;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4A9BC8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:hover {
  color: #22322B;
}

p {
  margin: 0 0 1.1rem;
}

.site {
  width: 100%;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ CANOPY HOIST NAV (.canopyhoist) ============ */
.canopyhoist {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #CFE3DC;
}
.canopyhoist-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 10px;
}
.canopyhoist-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 2px solid #4A9BC8;
  border-radius: 12px;
  background-color: #F7FAF7;
  color: #22322B;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.canopyhoist-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.canopyhoist-plate {
  background-color: #4A9BC8;
  color: #F7FAF7;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding: 12px 20px;
  border-radius: 8px 8px 20px 8px;
  text-decoration: none;
  font-size: 20px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.canopyhoist-hoist {
  position: relative;
  width: 46px;
  height: 46px;
}
.canopyhoist-boom {
  position: absolute;
  left: 0;
  top: 8px;
  width: 46px;
  height: 4px;
  background-color: #4A3828;
  border-radius: 2px;
  transform: rotate(-8deg);
}
.canopyhoist-block {
  position: absolute;
  left: 30px;
  top: 18px;
  width: 12px;
  height: 12px;
  background-color: #4A9BC8;
  border-radius: 50%;
  box-shadow: 0 14px 0 -2px #8F7A55;
}
.canopyhoist-toplinks {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.canopy-taglink {
  position: relative;
  display: inline-block;
  padding: 10px 18px 12px;
  background-color: #F7FAF7;
  color: #22322B;
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-radius: 4px 4px 14px 4px;
}
.canopy-taglink::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #22322B;
  border-radius: 50%;
}
.canopy-taglink:nth-child(odd) {
  box-shadow: inset 0 0 0 2px #8F7A55;
  border-bottom: 4px solid #4A9BC8;
}
.canopy-taglink:nth-child(even) {
  box-shadow: inset 0 0 0 2px #4A9BC8;
  border-bottom: 4px solid #8F7A55;
  transform: rotate(1deg);
}
.canopy-taglink:hover {
  background-color: #22322B;
  color: #F7FAF7;
}
.canopy-cta {
  display: inline-block;
  background-color: #4A9BC8;
  color: #F7FAF7;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
}
.canopy-cta:hover {
  background-color: #22322B;
  color: #F7FAF7;
}
.canopyhoist-rope {
  height: 7px;
  margin-top: 10px;
  background-image: repeating-linear-gradient(
    45deg,
    #8F7A55 0,
    #8F7A55 6px,
    transparent 6px,
    transparent 14px
  );
  background-color: #4A9BC8;
}
body.nav-open .canopyhoist-navdrawer {
  display: block;
}
.canopyhoist-navdrawer {
  display: none;
}
@media (max-width: 900px) {
  .canopyhoist-toggle {
    display: block;
  }
  .canopyhoist-toplinks {
    display: none;
  }
  .canopyhoist-navdrawer {
    display: none;
    width: 100%;
    padding: 10px 0 4px;
  }
  body.nav-open .canopyhoist-navdrawer {
    display: block;
  }
  .canopy-navdrawer-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .canopy-navdrawer-list .canopy-taglink,
  .canopy-navdrawer-list .canopy-cta {
    display: block;
    text-align: center;
    transform: none;
    border-radius: 999px;
  }
}

/* ============ CANOPY BASKET HERO (.canopylift) ============ */
.canopylift {
  background-color: #CFE3DC;
}
.canopy-press {
  background-color: #D5E6E0;
  border-bottom: 4px solid #8F7A55;
}
.canopy-press-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 6px;
  padding-bottom: 6px;
}
.canopy-press .canopy-press-label {
  color: #22322B;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
}
.canopy-press .canopy-press-note {
  color: #22322B;
  margin: 0;
}
.canopypress-status {
  background-color: #F7FAF7;
  color: #4A3828;
  padding: 2px 10px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 15px;
}
.canopycrowns {
  position: relative;
  background-color: #CFE3DC;
  padding: 26px 0 6px;
}
.canopycrowns-art {
  position: relative;
  height: 300px;
  margin-top: 8px;
  border-radius: 0 0 60px 60px;
  clip-path: inset(0 0 0 0 round 0 0 60px 60px);
}
.canopycrown-row {
  position: absolute;
  left: -5%;
  width: 110%;
  border-radius: 50% 50% 4px 4px;
}
.canopycrown-a {
  bottom: 12%;
  height: 150px;
  background-color: #9BAEA7;
  transform: rotate(-2deg);
}
.canopycrown-b {
  bottom: 30%;
  height: 110px;
  background-color: #788A84;
  transform: rotate(1.5deg);
}
.canopycrown-c {
  bottom: 46%;
  height: 90px;
  background-color: #A7CDD6;
  transform: rotate(-1deg);
}
.canopycrown-d {
  bottom: 60%;
  height: 70px;
  background-color: #5EA6CB;
  transform: rotate(2deg);
}
@media (max-width: 720px) {
  .canopycrowns-art {
    height: 220px;
  }
}
.canopy-boomarm {
  position: absolute;
  left: 0;
  top: 18px;
  width: 84%;
  height: 7px;
  background-color: #4A3828;
  border-radius: 6px;
}
.canopy-boomdip {
  position: absolute;
  left: 60%;
  top: -4px;
  width: 34px;
  height: 60px;
  background-color: #4A3828;
  border-radius: 4px;
}
.canopy-line-a, .canopy-line-b {
  position: absolute;
  left: 62%;
  top: 74px;
  width: 4px;
  background-color: #4A9BC8;
}
.canopy-line-a { height: 92px; }
.canopy-line-b { left: 77%; height: 88px; }
.canopy-basket {
  position: absolute;
  left: 49%;
  top: 162px;
  width: 220px;
  height: 96px;
  background-color: #F7FAF7;
  border: 6px solid #4A9BC8;
  border-bottom-width: 12px;
  border-radius: 8px 8px 22px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 720px) {
  .canopy-basket { left: 38%; width: 170px; }
}
.canopy-basket .canopyb-crew {
  color: #4A3828;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: 0.14em;
}
.canopy-basket .canopyb-figure {
  color: #22322B;
  text-align: center;
  line-height: 1.3;
}
.canopy-treetag {
  position: absolute;
  left: 8%;
  top: 34%;
  width: 150px;
  background-color: #F7FAF7;
  color: #22322B;
  border: 2px dashed #8F7A55;
  border-radius: 6px;
  padding: 10px;
}
@media (max-width: 720px) {
  .canopy-treetag { display: none; }
}
.canopy-treetag .canopytt-code {
  color: #4A9BC8;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.canopy-treetag .canopytt-note {
  display: block;
  margin-top: 4px;
  color: #22322B;
}
.canopycounter {
  position: relative;
  margin-top: 6px;
  background-color: #F7FAF7;
  border-radius: 28px 28px 0 0;
}
.canopy-counterhead {
  padding-bottom: 10px;
  min-height: 0;
}
.canopy-eyebrow {
  display: inline-block;
  background-color: #4A3828;
  color: #F7FAF7;
  letter-spacing: 0.2em;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  border-radius: 999px;
  padding: 6px 16px;
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 15px;
}
.canopy-h1row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}
.canopy-h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  color: #22322B;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.canopy-h1 .canopy-h1span {
  display: block;
  color: #4A3828;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
}
.canopy-stamp {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #4A9BC8;
  color: #F7FAF7;
  border: 6px double #F7FAF7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  transform: rotate(-6deg);
}
.canopy-lead {
  max-width: 820px;
  font-size: 20px;
  color: #22322B;
  margin: 22px 0 26px;
}
.canopy-ctarow {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 22px;
}
.btn-solid {
  display: inline-block;
  background-color: #4A9BC8;
  color: #F7FAF7;
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 14px 26px;
  border-radius: 999px;
  letter-spacing: 0.03em;
}
.btn-solid:hover {
  background-color: #22322B;
  color: #F7FAF7;
}
.btn-inkle {
  display: inline-block;
  background-color: transparent;
  color: #22322B;
  border: 3px solid #22322B;
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 999px;
}
.btn-inkle:hover {
  background-color: #22322B;
  color: #F7FAF7;
}
.btn-white {
  display: inline-block;
  background-color: #F7FAF7;
  color: #4A3828;
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 13px 25px;
  border-radius: 999px;
  letter-spacing: 0.03em;
}
.btn-white:hover {
  background-color: #4A3828;
  color: #F7FAF7;
}
.canopy-kick {
  background-color: #4A3828;
  color: #F7FAF7;
  margin-top: 0;
}
.canopy-kick-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.canopy-kickstat {
  padding: 26px 18px;
  border-left: 2px solid #4A9BC8;
}
.canopy-kickstat:first-child {
  border-left: 0;
}
.canopy-kickstat dt {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  color: #DDECF0;
}
.canopy-kickstat .canopy-knum {
  color: #F7FAF7;
}
.canopy-kickstat dd {
  margin: 0;
  color: #F7FAF7;
}
@media (max-width: 720px) {
  .canopy-kick-inner { grid-template-columns: 1fr; }
  .canopy-kickstat { border-left: 0; border-top: 2px solid #4A9BC8; }
}

/* ============ BODY STATEMENT BAND ============ */
.statementband {
  background-color: #4A9BC8;
  color: #F7FAF7;
}
.statement-inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 26px;
  padding-bottom: 26px;
}
.statement-figure {
  font-size: clamp(96px, 16vw, 200px);
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #F7FAF7;
  font-weight: bold;
}
.statement-figure small {
  font-size: 0.4em;
  display: block;
  color: #F7FAF7;
}
.statement-copy {
  max-width: 640px;
}
.statement-copy h2 {
  margin-top: 0;
  color: #F7FAF7;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 30px;
}
.statement-copy p {
  font-size: 19px;
  color: #F7FAF7;
}
@media (max-width: 760px) {
  .statement-inner { justify-content: center; text-align: center; }
}

/* ============ TREE TAG ROWS (.treetag) ============ */
.treetag {
  background-color: #CFE3DC;
  padding-top: 20px;
}
.treetag-head {
  text-align: center;
  padding: 30px 0 10px;
}
.section-eyebrow {
  display: inline-block;
  color: #4A3828;
  letter-spacing: 0.22em;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 6px;
}
.treetag-head h2 {
  margin: 0 0 10px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: clamp(26px, 4vw, 40px);
  color: #22322B;
}
.treetag-head p {
  max-width: 720px;
  margin: 0 auto;
  color: #22322B;
  font-size: 18px;
}
.tree-rov {
  margin-top: 22px;
}
.tagcard {
  position: relative;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background-color: #F7FAF7;
  border: 2px solid #D5E6E0;
  border-radius: 16px 16px 8px 8px;
  padding: 24px 26px 24px;
  box-shadow: 0 3px 0 #8F7A55;
  max-width: 1120px;
}
.tree-rov:nth-child(even) .tagcard {
  transform: translateX(40px);
}
@media (max-width: 860px) {
  .tree-rov:nth-child(even) .tagcard { transform: none; }
  .tagcard { flex-direction: column; }
}
.tagcard-eye {
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
}
.tagcard-eye::before {
  content: "";
  position: absolute;
  left: 34px;
  top: -8px;
  z-index: 2;
  width: 74px;
  height: 10px;
  background-color: #4A3828;
}
.tagcard-top {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.tagstamp {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #4A9BC8;
  color: #F7FAF7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.concept-chip {
  background-color: #8F7A55;
  color: #F7FAF7;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
}
.tagcard h3 {
  flex: 1 1 100%;
  margin: 0 0 4px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #22322B;
  font-size: 24px;
}
.tagcard p {
  color: #22322B;
  font-size: 17px;
}
.tagcard-end {
  flex: 0 0 auto;
  background-color: #E3EEEA;
  color: #22322B;
  border-radius: 4px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.14em;
  padding: 8px 14px;
}
.tagon {
  color: #4A3828;
  font-weight: bold;
}

.tagcard-side {
  flex: 1 1 auto;
}
.tagcard-more {
  display: inline-block;
  color: #4A9BC8;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* ============ CLIMB RUN ============ */
.climbrun {
  background-color: #8F7A55;
  color: #F7FAF7;
  margin-top: 60px;
}
.climbrun-inner {
  padding-top: 34px;
  padding-bottom: 58px;
}
.climbrun-head {
  text-align: center;
  padding-bottom: 26px;
}
.climbrun-head .section-eyebrow {
  color: #E3EEEA;
}
.climbrun-head h2 {
  margin: 0 0 8px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: clamp(26px, 4vw, 38px);
  color: #F7FAF7;
}
.climbrun-head p {
  max-width: 680px;
  margin: 0 auto;
  color: #F7FAF7;
  font-size: 17px;
}
.climb-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  padding-top: 40px;
}
.climb-rail::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 2%;
  width: 96%;
  height: 5px;
  background-image: repeating-linear-gradient(
    to right,
    #F7FAF7 0,
    #F7FAF7 12px,
    transparent 12px,
    transparent 24px
  );
  background-color: #4A3828;
}
.climb-plate {
  position: relative;
  background: none;
}
@media (max-width: 860px) {
  .climb-rail { grid-template-columns: 1fr; padding-top: 6px; }
  .climb-rail::before { display: none; }
}
.climb-pin {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background-color: #4A9BC8;
  color: #F7FAF7;
  border: 4px solid #F7FAF7;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.climbrun-final .climb-pin {
  background-color: #4A3828;
  border-color: #F7FAF7;
}
.climb-plate h4 {
  text-align: center;
  margin: 4px 0 8px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #F7FAF7;
  font-size: 20px;
}
.climb-plate p {
  text-align: center;
  color: #F7FAF7;
  font-size: 16px;
  margin: 0 auto;
  max-width: 220px;
}

/* ============ ACCENT BOOKING STRIP ============ */
.bookingband {
  background-color: #4A9BC8;
  color: #F7FAF7;
}
.booking-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px;
}
.booking-mark {
  width: 84px;
  height: 84px;
  border: 3px solid #F7FAF7;
  background-color: #F7FAF7;
  color: #4A9BC8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  transform: rotate(7deg);
}
.booking-txt {
  flex: 1 1 420px;
}
.booking-txt h2 {
  margin: 0 0 4px;
  color: #F7FAF7;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 28px;
}
.booking-txt p {
  margin: 0;
  color: #F7FAF7;
  font-size: 18px;
}

/* ============ CROSSPAGE PAGE HERO (services / contact) ============ */
.pagehero {
  background-color: #F7FAF7;
  border-top: 6px solid #8F7A55;
  border-bottom: 6px solid #4A3828;
}
.pagehero-inner {
  padding-top: 30px;
  padding-bottom: 26px;
}
.pagehero .section-eyebrow {
  color: #4A3828;
}
.pagehero h1 {
  margin: 6px 0 12px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: clamp(30px, 5vw, 48px);
  color: #22322B;
}
.pagehero p {
  max-width: 820px;
  color: #22322B;
  font-size: 19px;
}
.crumb {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  color: #4A3828;
  margin-bottom: 6px;
}
.kickerdiv {
  margin: 26px 0 0;
}
.contentblock {
  background-color: #CFE3DC;
}
.contentblock h2 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #22322B;
  font-size: 28px;
}
.contentblock h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #22322B;
}

.program-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 26px 0 10px;
}
.progrow {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  background-color: #F7FAF7;
  border-left: 10px solid #8F7A55;
  border-radius: 8px 18px 18px 8px;
  padding: 26px 28px;
  box-shadow: 6px 6px 0 #D5E6E0;
}
@media (max-width: 760px) {
  .progrow { flex-direction: column; }
}
.progrow .tagstamp {
  width: 64px;
  height: 64px;
  font-size: 16px;
  flex: 0 0 auto;
}
.progrow h3 {
  margin: 0 0 4px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #22322B;
  font-size: 24px;
}
.progrow .concept-chip {
  display: inline-block;
  margin-top: 12px;
}
.progrow p {
  color: #22322B;
  font-size: 17px;
}

.processband {
  background-color: #22322B;
  color: #F7FAF7;
  padding-top: 12px;
}
.processband h2 {
  color: #F7FAF7;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.processband .section-eyebrow {
  color: #4A9BC8;
}
.process-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 34px;
}
@media (max-width: 860px) {
  .process-inner { grid-template-columns: 1fr; }
}
.proc {
  background-color: #4A3828;
  border-radius: 12px;
  padding: 18px;
}
.proc h4 {
  margin: 0 0 6px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #4A9BC8;
  font-size: 18px;
}
.proc p {
  color: #F7FAF7;
  margin: 0;
  font-size: 16px;
}

/* ============ CONTACT LAYOUT ============ */
.contactgrid {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 34px;
  padding: 28px 0 10px;
  align-items: start;
}
@media (max-width: 860px) {
  .contactgrid { grid-template-columns: 1fr; }
}
.contactcard, .infocard {
  background-color: #F7FAF7;
  border: 2px solid #D5E6E0;
  border-radius: 18px;
  padding: 26px;
}
.contactcard h2, .infocard h2 {
  margin-top: 0;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #22322B;
}
.fieldrow {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.fieldrow label {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #4A3828;
}
.fieldrow input,
.fieldrow textarea,
.fieldrow select {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  padding: 12px 14px;
  border: 2px solid #8F7A55;
  border-radius: 8px;
  background-color: #CFE3DC;
  color: #22322B;
  width: 100%;
}
.fieldrow input:focus,
.fieldrow textarea:focus {
  outline: none;
  border-color: #4A9BC8;
  box-shadow: 0 0 0 3px #DDECF0;
}
.formstatus {
  display: none;
  background-color: #4A3828;
  color: #F7FAF7;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 8px;
  font-weight: bold;
}
.formstatus.show {
  display: block;
}
.infoitem {
  border-bottom: 2px solid #D5E6E0;
  padding: 12px 0;
}
.infoitem h4 {
  margin: 0 0 4px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #4A9BC8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 15px;
}
.infoitem p, .infoitem address {
  margin: 0;
  color: #22322B;
  font-style: normal;
}
.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 14px;
}
.hours-grid .hday {
  color: #4A3828;
  font-weight: bold;
}
.hours-grid .htime {
  color: #22322B;
}
.faqcard {
  margin-top: 26px;
  background-color: #E3EEEA;
  border-radius: 16px;
}
.faqitem {
  border-top: 2px solid #8F7A55;
}
.faqitem:first-child {
  border-top: 0;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #22322B;
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.faq-q .faq-mark {
  color: #4A9BC8;
}
.faq-a {
  display: none;
  padding: 0 20px 18px;
  color: #22322B;
}
.faqitem.open .faq-a {
  display: block;
}
.faqitem.open .faq-mark {
  transform: rotate(45deg);
}

/* ============ ROOT PLATE FOOTER (.rootplate) ============ */
.rootplate {
  background-color: #4A3828;
  color: #F7FAF7;
}
.rootplate-teeth {
  position: relative;
  height: 40px;
  background-color: #4A3828;
}
.rootplate-teeth::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26px;
  background-color: #8F7A55;
  border-radius: 100% 0 0 0;
}
.rootplate-main {
  position: relative;
  z-index: 1;
  background-color: #4A3828;
  padding-top: 26px;
  padding-bottom: 10px;
}
.rootplate-motto {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: 0.34em;
  color: #4A9BC8;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.rootplate-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding-top: 30px;
}
@media (max-width: 700px) {
  .rootplate-cols { grid-template-columns: 1fr; }
}
.foot-col h4 {
  color: #4A9BC8;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
}
.foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.foot-col li {
  margin: 8px 0;
}
.foot-col a {
  color: #F7FAF7;
  text-decoration: none;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.foot-col a:hover {
  color: #4A9BC8;
}
.rootplate-plate {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  background-color: #F7FAF7;
  border-radius: 8px 8px 0 0;
  padding: 26px 24px 20px;
  color: #22322B;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .rootplate-plate { flex-direction: column; text-align: center; }
}
.rootplate-plate address {
  font-style: normal;
  color: #22322B;
}
.rootplate-line {
  font-weight: bold;
  color: #4A3828;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 19px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rootplate-contacts a {
  color: #4A3828;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.rootplate-copy {
  color: #4A9BC8;
  text-align: center;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 24px 4px;
  position: relative;
  z-index: 1;
}

/* ============ SCROLL REVEAL ============ */
html.reveal-mode .reveal {
  clip-path: inset(0 0 100% 0);
  transform: translateY(14px);
}
html.reveal-mode .reveal.visible {
  clip-path: inset(-18% 0 -18% 0);
  transform: translateY(0);
}
html.reveal-mode .reveal {
  transition: clip-path 700ms ease-out, transform 700ms ease-out;
}

.stampword {
  color: #4A3828;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: 0.12em;
}
.muted-ink {
  color: #6C593E;
}
.factline {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.factspec {
  display: inline-block;
  background-color: #22322B;
  color: #4A9BC8;
  padding: 3px 10px;
  border-radius: 999px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
@media (max-width: 700px) {
  .canopycounter-margintop { margin-top: 0; }
}
