/* NBVINEYARD LLC - Trellis Vineyard stylesheet
   Palette: harvest-paper #F5F1E4 / vine-ink #2E2A20 / cluster-garnet #7E3B48
   canopy-leaf #5E7440 (thin marks only) / post-bark #6E5B41 / trellis-cream #FBF8ED
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #F5F1E4;
  color: #2E2A20;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #7E3B48;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

/* ============ TRELLIS WIRE HEADER ============ */
.trelliswire {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: #F5F1E4;
  border-bottom: 3px solid #2E2A20;
  padding: 0 12px;
}

.trelliswire-inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  min-height: 118px;
  padding: 0 62px;
}

.trelliswire-post {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  background-color: #6E5B41;
  border-left: 3px solid #2E2A20;
  border-right: 3px solid #2E2A20;
}

.trelliswire-post.left {
  left: 0;
}

.trelliswire-post.right {
  right: 0;
}

.trelliswire-post::before,
.trelliswire-post::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background-color: #5A4933;
  box-shadow: 0 10px 0 #5A4933, 0 20px 0 #5A4933, 0 30px 0 #5A4933,
    0 40px 0 #5A4933, 0 50px 0 #5A4933, 0 60px 0 #5A4933, 0 70px 0 #5A4933,
    0 80px 0 #5A4933, 0 90px 0 #5A4933, 0 100px 0 #5A4933, 0 110px 0 #5A4933;
}

.trelliswire-post::before {
  top: 12px;
}

.trelliswire-post::after {
  display: none;
}

.trelliswire-wire {
  position: absolute;
  left: 52px;
  right: 52px;
  height: 0;
  border-top: 2px solid #5E7440;
}

.trelliswire-wire.upper {
  top: 34px;
}

.trelliswire-wire.lower {
  top: 62px;
  border-top-color: #6E7F4E;
}

.trelliswire-brandrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 44px;
  gap: 16px;
  flex-wrap: wrap;
}

.trelliswire-marker {
  background-color: #6E5B41;
  border: 3px solid #2E2A20;
  border-radius: 4px;
  padding: 8px 18px;
  color: #FBF8ED;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 17px;
  position: relative;
}

.trelliswire-marker .marker-line {
  display: block;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 3px;
  color: #E4D8BC;
}

.trelliswire-nav {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 8px;
}

.tendrilchip {
  position: relative;
  display: block;
  background-color: #FBF8ED;
  border: 2px solid #2E2A20;
  border-radius: 14px;
  padding: 7px 16px 7px 26px;
  color: #2E2A20;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 12px;
}

.tendrilchip:nth-child(2) {
  margin-top: 22px;
}

.tendrilchip:nth-child(3) {
  margin-top: 10px;
}

.tendrilchip:nth-child(4) {
  margin-top: 20px;
}

.tendrilchip:nth-child(5) {
  margin-top: 13px;
}

.tendrilchip::before {
  content: "";
  position: absolute;
  left: 16px;
  top: -20px;
  width: 2px;
  height: 22px;
  background-color: #5E7440;
  transform: rotate(12deg);
  transform-origin: bottom center;
}

.tendrilchip .curl {
  position: absolute;
  left: 8px;
  top: 9px;
  width: 10px;
  height: 10px;
  border: 2px solid #5E7440;
  border-radius: 50%;
  border-left-color: #FBF8ED;
  border-bottom-color: #FBF8ED;
  transform: rotate(40deg);
}

.tendrilchip:hover {
  background-color: #7E3B48;
  color: #FBF8ED;
  text-decoration: none;
}

.tendrilchip:hover .curl {
  border-color: #FBF8ED;
  border-left-color: #7E3B48;
  border-bottom-color: #7E3B48;
}

.trelliswire-endcluster {
  width: 34px;
  height: 30px;
  position: relative;
  flex: 0 0 auto;
}

.grapeglyph {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 40px;
  vertical-align: middle;
}

.grapeglyph .gberry {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #7E3B48;
}

.grapeglyph .r1 { left: 16px; top: 0; }
.grapeglyph .r2 { left: 5px; top: 9px; }
.grapeglyph .r3 { left: 27px; top: 9px; }
.grapeglyph .r4 { left: 16px; top: 18px; }
.grapeglyph .r5 { left: 5px; top: 27px; }
.grapeglyph .r6 { left: 27px; top: 27px; }
.grapeglyph .r7 { left: 16px; top: 36px; }

.grapeglyph .gleaf {
  position: absolute;
  left: 19px;
  top: -7px;
  width: 13px;
  height: 8px;
  background-color: #5E7440;
  border-radius: 0 100% 0 100%;
  transform: rotate(-18deg);
}

.grapeglyph .gstem {
  position: absolute;
  left: 21px;
  top: -14px;
  width: 2px;
  height: 9px;
  background-color: #5E7440;
}

.trelliswire-toggle {
  display: none;
  background-color: #6E5B41;
  border: 3px solid #2E2A20;
  border-radius: 4px;
  color: #FBF8ED;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 8px 14px;
  cursor: pointer;
  margin-top: 40px;
}

/* ============ HERO: SLOPE CANOPY ============ */
.slopecanopy {
  background-color: #F5F1E4;
  border-bottom: 3px solid #2E2A20;
  padding: 54px 0 58px;
}

.slopecanopy-grid {
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
}

.slopecanopy-left {
  flex: 1 1 54%;
  max-width: 55%;
}

.slopecanopy-right {
  flex: 1 1 40%;
  max-width: 42%;
}

.slopecanopy-kicker {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #6E5B41;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.slopecanopy h1 {
  font-size: 46px;
  line-height: 1.12;
  margin: 0 0 20px;
  color: #2E2A20;
  font-weight: 700;
}

.slopecanopy h1 .garnet {
  color: #7E3B48;
  display: block;
}

.slopecanopy-lead {
  font-size: 17px;
  color: #2E2A20;
  margin: 0 0 26px;
  max-width: 540px;
}

.rowbtn {
  display: inline-block;
  background-color: #7E3B48;
  color: #FBF8ED;
  border: 3px solid #2E2A20;
  border-radius: 5px;
  padding: 13px 26px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-right: 14px;
  margin-bottom: 12px;
}

.rowbtn:hover {
  background-color: #6E5B41;
  text-decoration: none;
}

.rowbtn.ghost {
  background-color: #FBF8ED;
  color: #2E2A20;
}

.rowbtn.ghost:hover {
  background-color: #6E5B41;
  color: #FBF8ED;
}

.slopecanopy-note {
  font-size: 13px;
  color: #6E5B41;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  margin: 6px 0 0;
}

/* CSS vineyard slope scene */
.slopescene {
  position: relative;
  height: 380px;
  background-color: #FBF8ED;
  border: 3px solid #2E2A20;
  border-radius: 6px;
  overflow: hidden;
}

.slopescene-sun {
  position: absolute;
  top: 26px;
  right: 34px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #C99A3E;
  border: 3px solid #2E2A20;
}

.slopescene-sun::after {
  content: "";
  position: absolute;
  top: 52px;
  right: -46px;
  width: 90px;
  height: 3px;
  background-color: #C99A3E;
}

.slopescene-hill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  background-color: #EDE6D0;
  border-top: 3px solid #2E2A20;
  clip-path: polygon(0 60%, 22% 44%, 48% 30%, 74% 20%, 100% 12%, 100% 100%, 0 100%);
}

.slopescene-hill2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background-color: #E0D6B8;
  border-top: 3px solid #2E2A20;
  clip-path: polygon(0 78%, 30% 58%, 60% 44%, 100% 30%, 100% 100%, 0 100%);
}

.sloperow {
  position: absolute;
  height: 0;
  border-top: 2px solid #5E7440;
  transform-origin: left center;
}

.sloperow.w1 { left: 6%; top: 58%; width: 88%; transform: rotate(-6deg); }
.sloperow.w2 { left: 8%; top: 68%; width: 84%; transform: rotate(-5deg); }
.sloperow.w3 { left: 11%; top: 79%; width: 78%; transform: rotate(-4deg); }

.sloperow .vtrunk {
  position: absolute;
  top: -14px;
  width: 5px;
  height: 34px;
  background-color: #6E5B41;
  border-radius: 2px;
}

.sloperow.w1 .vtrunk { left: 30%; }
.sloperow.w1 .vtrunk.b { left: 66%; height: 30px; }
.sloperow.w2 .vtrunk { left: 24%; height: 30px; }
.sloperow.w2 .vtrunk.b { left: 62%; }
.sloperow.w3 .vtrunk { left: 36%; }
.sloperow.w3 .vtrunk.b { left: 74%; height: 30px; }

.sloperow .vtn {
  position: absolute;
  top: 12px;
  width: 14px;
  height: 14px;
  border: 2px solid #5E7440;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.sloperow .vtn.a { left: 30%; transform: rotate(-30deg); }
.sloperow .vtn.b { left: 66%; transform: rotate(20deg); }
.sloperow.w2 .vtn.a { left: 24%; transform: rotate(40deg); }
.sloperow.w2 .vtn.b { left: 62%; transform: rotate(-15deg); }
.sloperow.w3 .vtn.a { left: 36%; transform: rotate(-45deg); }
.sloperow.w3 .vtn.b { left: 74%; transform: rotate(25deg); }

.vpost {
  position: absolute;
  bottom: 0;
  width: 8px;
  background-color: #6E5B41;
  border: 2px solid #2E2A20;
  border-bottom: none;
}

.slopescene-hangcluster {
  position: absolute;
  left: 24%;
  top: 40%;
  transform: scale(0.9);
}

.slopescene-hangcluster.two {
  left: 68%;
  top: 52%;
  transform: scale(0.72);
}

.slopescene-crate {
  position: absolute;
  left: 20px;
  bottom: 16px;
  width: 130px;
  height: 56px;
  background-color: #6E5B41;
  border: 3px solid #2E2A20;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 6px;
}

.slopescene-crate i {
  display: block;
  width: 6px;
  height: 40px;
  background-color: #5A4933;
}

/* ============ VINE ROW RUN ============ */
.vinerun {
  background-color: #F5F1E4;
  padding: 44px 0 30px;
}

.vinerun-head {
  margin-bottom: 30px;
}

.vinerun-head .eyebrow {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #7E3B48;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.vinerun-head h2 {
  font-size: 34px;
  color: #2E2A20;
  margin: 0 0 12px;
}

.vinerun-head p {
  max-width: 720px;
  color: #2E2A20;
  margin: 0;
}

.rowslope {
  padding: 8px 0 26px;
}

.vrow {
  position: relative;
  padding: 22px 0 30px;
  margin-bottom: 12px;
}

.vrow-wire {
  position: relative;
  height: 0;
  border-top: 2px solid #5E7440;
  margin-bottom: 20px;
}

.vrow-wire::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 0;
  border-top: 2px solid #6E7F4E;
}

.vrow-wire .nub {
  position: absolute;
  top: -9px;
  width: 9px;
  height: 18px;
  background-color: #6E5B41;
  border: 2px solid #2E2A20;
}

.vrow-wire .nub.l { left: -4px; }
.vrow-wire .nub.r { right: -4px; }

.vrow-body {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.rowtag {
  flex: 0 0 auto;
  background-color: #7E3B48;
  color: #FBF8ED;
  border: 3px solid #2E2A20;
  border-radius: 6px;
  padding: 10px 16px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 6px;
}

.rowtag .leafmark {
  position: absolute;
  right: -8px;
  top: -9px;
  width: 14px;
  height: 9px;
  background-color: #5E7440;
  border-radius: 0 100% 0 100%;
  transform: rotate(-20deg);
}

.rowcontent {
  background-color: #FBF8ED;
  border: 2px solid #2E2A20;
  border-radius: 6px;
  padding: 22px 26px;
  color: #2E2A20;
}

.rowcontent h3 {
  margin: 0 0 6px;
  font-size: 23px;
  color: #2E2A20;
}

.rowcontent .garnet-underline {
  display: block;
  width: 78px;
  height: 4px;
  background-color: #7E3B48;
  margin-bottom: 14px;
  border-radius: 2px;
}

.rowcontent p {
  margin: 0 0 10px;
}

.rowcontent .rowlink {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #7E3B48;
}

.vrow-1 .vrow-body { padding-right: 16%; transform: rotate(-1deg); }
.vrow-2 .vrow-body { padding-left: 16%; flex-direction: row-reverse; transform: rotate(1deg); }
.vrow-3 .vrow-body { padding-right: 22%; transform: rotate(-1deg); }
.vrow-4 .vrow-body { padding-left: 11%; flex-direction: row-reverse; transform: rotate(1deg); }
.vrow-5 .vrow-body { padding-right: 19%; transform: rotate(-1deg); }
.vrow-6 .vrow-body { padding-left: 14%; flex-direction: row-reverse; transform: rotate(1deg); }

.vrow-2 .rowcontent, .vrow-4 .rowcontent, .vrow-6 .rowcontent { text-align: right; }
.vrow-2 .garnet-underline, .vrow-4 .garnet-underline, .vrow-6 .garnet-underline { margin-left: auto; }

.vrow-clusterhang {
  position: absolute;
  right: 6%;
  top: 4px;
}

/* ============ HARVEST WINDOW STRIP ============ */
.harvestwindow {
  background-color: #7E3B48;
  border-top: 3px solid #2E2A20;
  border-bottom: 3px solid #2E2A20;
  padding: 30px 0;
  color: #FBF8ED;
}

.harvestwindow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  text-align: center;
}

.harvestwindow p {
  margin: 0;
  font-size: 19px;
  color: #FBF8ED;
  max-width: 860px;
}

.harvestwindow .hw-chip {
  display: inline-block;
  border: 2px solid #FBF8ED;
  border-radius: 4px;
  padding: 3px 12px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  color: #FBF8ED;
}

/* ============ PRESS HOUSE FOOTER ============ */
.presshouse {
  background-color: #6E5B41;
  color: #FBF8ED;
  border-top: 3px solid #2E2A20;
  margin-top: 0;
}

.presshouse-slats {
  height: 22px;
  background-color: #6E5B41;
  border-top: 3px solid #2E2A20;
  border-bottom: 3px solid #2E2A20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  gap: 4px;
}

.presshouse-slats i {
  display: block;
  flex: 1 1 auto;
  height: 14px;
  background-color: #5A4933;
  border-left: 2px solid #4A3C2A;
  border-right: 2px solid #4A3C2A;
}

.presshouse-top {
  display: flex;
  gap: 40px;
  padding: 40px 0 30px;
  flex-wrap: wrap;
}

.presshouse-nameplate {
  flex: 1 1 46%;
  background-color: #FBF8ED;
  color: #2E2A20;
  border: 3px solid #2E2A20;
  border-radius: 6px;
  padding: 22px 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.presshouse-nameplate h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #2E2A20;
}

.presshouse-nameplate p {
  margin: 0;
  font-size: 15px;
  color: #2E2A20;
}

.pressscrew {
  flex: 0 0 auto;
  width: 40px;
  height: 72px;
  position: relative;
}

.pressscrew .shaft {
  position: absolute;
  left: 18px;
  top: 0;
  width: 4px;
  height: 52px;
  background-color: #2E2A20;
}

.pressscrew .threads {
  position: absolute;
  left: 0;
  top: 14px;
  width: 40px;
  height: 44px;
  background-image: repeating-linear-gradient(
    to bottom,
    #2E2A20 0,
    #2E2A20 2px,
    transparent 2px,
    transparent 8px
  );
}

.pressscrew .handle {
  position: absolute;
  left: 4px;
  top: 52px;
  width: 32px;
  height: 4px;
  background-color: #2E2A20;
}

.presshouse-cols {
  flex: 1 1 46%;
  display: flex;
  gap: 40px;
}

.presscol {
  flex: 1 1 auto;
}

.presscol h4 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FBF8ED;
  margin: 0 0 16px;
  border-bottom: 2px solid #FBF8ED;
  padding-bottom: 8px;
}

.presscol .col-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.presscol .col-links:nth-child(odd) {
  padding-left: 0;
}

.presscol .col-links a {
  display: inline-block;
  background-color: #FBF8ED;
  color: #2E2A20;
  border: 2px solid #2E2A20;
  border-radius: 4px;
  padding: 7px 14px 7px 24px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

.presscol .col-links a::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #7E3B48;
}

.presscol .col-links a:hover {
  background-color: #7E3B48;
  color: #FBF8ED;
  text-decoration: none;
}

.presscol .col-links a:hover::before {
  background-color: #FBF8ED;
}

.presshouse-base {
  background-color: #5A4933;
  border-top: 3px solid #2E2A20;
  padding: 18px 0;
}

.presshouse-base-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.presshouse-base p {
  margin: 0;
  font-size: 14px;
  color: #FBF8ED;
}

.presshouse-base a {
  color: #FBF8ED;
  text-decoration: underline;
}

.presshouse-base .base-cluster {
  flex: 0 0 auto;
}

/* ============ SHARED SECONDARY PAGE BLOCKS ============ */
.pagehead {
  background-color: #F5F1E4;
  border-bottom: 3px solid #2E2A20;
  padding: 46px 0 40px;
}

.pagehead .eyebrow {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #7E3B48;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.pagehead h1 {
  font-size: 40px;
  margin: 0 0 12px;
  color: #2E2A20;
}

.pagehead p {
  max-width: 720px;
  margin: 0;
  color: #2E2A20;
}

.proseband {
  background-color: #F5F1E4;
  padding: 40px 0 30px;
}

.proseband .insetcard {
  background-color: #FBF8ED;
  border: 2px solid #2E2A20;
  border-radius: 6px;
  padding: 26px 30px;
  color: #2E2A20;
}

.proseband .insetcard h2 {
  margin-top: 0;
  font-size: 28px;
  color: #2E2A20;
}

.proseband .insetcard h3 {
  color: #2E2A20;
}

.processlist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0 0;
}

.processstep {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background-color: #FBF8ED;
  border: 2px solid #2E2A20;
  border-radius: 6px;
  padding: 18px 22px;
}

.processstep .stepno {
  flex: 0 0 auto;
  background-color: #7E3B48;
  color: #FBF8ED;
  border: 2px solid #2E2A20;
  border-radius: 5px;
  padding: 6px 12px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
}

.processstep h4 {
  margin: 0 0 4px;
  color: #2E2A20;
  font-size: 18px;
}

.processstep p {
  margin: 0;
  color: #2E2A20;
}

.ctaband {
  background-color: #7E3B48;
  border-top: 3px solid #2E2A20;
  border-bottom: 3px solid #2E2A20;
  color: #FBF8ED;
  padding: 40px 0;
}

.ctaband h2 {
  color: #FBF8ED;
  margin: 0 0 10px;
  font-size: 28px;
}

.ctaband p {
  color: #FBF8ED;
  margin: 0 0 20px;
  max-width: 720px;
}

.ctaband .rowbtn {
  background-color: #FBF8ED;
  color: #2E2A20;
}

.ctaband .rowbtn:hover {
  background-color: #6E5B41;
  color: #FBF8ED;
}

/* contact */
.contactgrid {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  padding: 40px 0 40px;
}

.contactform-card {
  flex: 1 1 58%;
  background-color: #FBF8ED;
  border: 2px solid #2E2A20;
  border-radius: 6px;
  padding: 28px 30px;
}

.contactform-card h2 {
  margin-top: 0;
  color: #2E2A20;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #2E2A20;
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  border: 2px solid #2E2A20;
  border-radius: 4px;
  background-color: #F5F1E4;
  color: #2E2A20;
  font-family: Georgia, serif;
  font-size: 15px;
  padding: 10px 12px;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.contactside {
  flex: 1 1 34%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.infoslab {
  background-color: #6E5B41;
  color: #FBF8ED;
  border: 3px solid #2E2A20;
  border-radius: 6px;
  padding: 20px 22px;
}

.infoslab h3 {
  margin: 0 0 10px;
  color: #FBF8ED;
  font-size: 18px;
}

.infoslab p {
  margin: 0 0 6px;
  color: #FBF8ED;
}

.infoslab a {
  color: #FBF8ED;
  text-decoration: underline;
}

.faqblock {
  padding: 10px 0 46px;
}

.faqblock h2 {
  color: #2E2A20;
}

.accitem {
  border: 2px solid #2E2A20;
  border-radius: 6px;
  background-color: #FBF8ED;
  margin-bottom: 12px;
  overflow: hidden;
}

.accbtn {
  width: 100%;
  text-align: left;
  background-color: #FBF8ED;
  border: none;
  border-left: 10px solid #7E3B48;
  color: #2E2A20;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 18px;
  cursor: pointer;
}

.accbtn:hover {
  background-color: #EDE6D0;
}

.accpanel {
  display: none;
  padding: 4px 20px 18px;
  color: #2E2A20;
}

.accitem.open .accpanel {
  display: block;
}

/* reveal */
.reveal {
  opacity: 1;
}

.js-reveal .reveal {
  opacity: 0;
}

.js-reveal .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* counters */
.counters {
  background-color: #F5F1E4;
  padding: 8px 0 40px;
}

.counterstrip {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.countercrate {
  flex: 1 1 30%;
  background-color: #FBF8ED;
  border: 2px solid #2E2A20;
  border-left: 10px solid #7E3B48;
  border-radius: 6px;
  padding: 20px 22px;
  color: #2E2A20;
}

.countercrate .cnum {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #7E3B48;
}

.countercrate .clabel {
  display: block;
  font-size: 14px;
  color: #2E2A20;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .slopecanopy-left,
  .slopecanopy-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .slopescene {
    height: 300px;
  }
  .trelliswire-toggle {
    display: inline-block;
  }
  .trelliswire-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-bottom: 14px;
  }
  .trelliswire-nav.open {
    display: flex;
  }
  .tendrilchip {
    margin-top: 6px;
  }
  .tendrilchip::before {
    display: none;
  }
  .trelliswire-brandrow {
    align-items: flex-start;
  }
  .vrow-1 .vrow-body,
  .vrow-2 .vrow-body,
  .vrow-3 .vrow-body,
  .vrow-4 .vrow-body,
  .vrow-5 .vrow-body,
  .vrow-6 .vrow-body {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    transform: none;
  }
  .vrow-2 .rowcontent,
  .vrow-4 .rowcontent,
  .vrow-6 .rowcontent {
    text-align: left;
  }
  .vrow-2 .garnet-underline,
  .vrow-4 .garnet-underline,
  .vrow-6 .garnet-underline {
    margin-left: 0;
  }
  .slopecanopy h1 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .trelliswire-inner {
    padding: 0 52px;
  }
  .slopecanopy h1 {
    font-size: 28px;
  }
  .presshouse-cols {
    flex-direction: column;
    gap: 26px;
  }
  .presshouse-top {
    gap: 24px;
  }
}
