/* ICE CELLAR FRUIT STOREHOUSE */
/* LIGHT theme: cellar-paper body, cellar-ink text */
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  background-color: #F4F3EE;
  color: #26262B;
  overflow-x: hidden;
}

* { box-sizing: border-box; }
img { max-width: 100%; }
p { font-size: 16px; }
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", serif; color: #26262B; margin: 0; }

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

/* ---------- ICICLE BEAM HEADER ---------- */
.navbeam {
  background-color: #23242B;
}
.iciclebeam {
  position: relative;
  background-color: #7A98A8;
  padding: 14px 0 6px;
}
.beamlogoboard {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.brandboard {
  background-color: #26262B;
  color: #FBFAF6;
  padding: 6px 16px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 3px 0 #15161A;
}
.beamtagrow {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  flex: 1;
  position: relative;
}
.varietytag {
  position: relative;
  background-color: #FBFAF6;
  border: 1px solid #26262B;
  padding: 4px 12px 4px 18px;
  font-size: 15px;
  box-shadow: 0 2px 0 #5a6b76;
}
.varietytag a {
  color: #26262B;
  font-weight: bold;
}
.varietytag::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  height: 2px;
  width: 6px;
  background-color: #7A98A8;
  margin-top: -1px;
}
.varietytag::after {
  content: "";
  position: absolute;
  left: 2px;
  top: -5px;
  width: 12px;
  height: 2px;
  background-color: #C2622E;
  transform: rotate(-8deg);
}
.frutag {
  position: relative;
}
.frutag i {
  font-style: normal;
}
.frutag b {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #C2622E;
  border-radius: 50%;
  margin: 0 2px;
}
.tag1 { transform: rotate(-1deg); }
.tag2 { transform: rotate(1.2deg); }
.tag3 { transform: rotate(-1.4deg); }
.tag4 { transform: rotate(0.8deg); }
.tag5 { transform: rotate(-0.9deg); }

/* ---------- CELLAR MOUTH HERO ---------- */
.cellarmouth {
  position: relative;
  background-color: #E9E6DD;
  border-bottom: 6px solid #E1DFD6;
}
.cellarmouthin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 48px 0 56px;
}
.mouthcopy {
  width: 55%;
  padding-right: 40px;
}
.mouthhead {
  font-size: 48px;
  line-height: 1.08;
  color: #26262B;
}
.mouthhead .kept {
  color: #C2622E;
}
.mouthintro {
  font-size: 18px;
  margin: 22px 0 24px;
  max-width: 620px;
}
.ctarow { display: flex; gap: 14px; flex-wrap: wrap; }
.waxbtn {
  display: inline-block;
  background-color: #C2622E;
  color: #FBFAF6;
  border: 2px solid #23242B;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 3px 3px 0 #23242B;
}
.waxbtn.ghost {
  background-color: #FBFAF6;
  color: #C2622E;
}
.waxbtn a, a.waxbtn { color: inherit; }
.waxbtn:hover { text-decoration: none; }

.mouthart {
  width: 45%;
  position: relative;
}
.cellarwall {
  position: relative;
  height: 340px;
  background-color: #CFC9BC;
  border: 2px solid #26262B;
}
.cavity {
  position: absolute;
  top: 0;
  left: 22%;
  width: 56%;
  height: 120px;
  background-color: #23242B;
  border-bottom-left-radius: 60px 40px;
  border-bottom-right-radius: 60px 40px;
  border-bottom: 14px solid #17181C;
}
.glowshaft {
  position: absolute;
  top: 0;
  left: 26%;
  width: 48%;
  height: 250px;
  background-color: #FFE9BE;
  border-bottom: 6px solid #F7D796;
}
.crateheap {
  position: absolute;
  left: 28%;
  bottom: 24px;
  width: 74%;
  display: flex;
}
.tallskate { position: relative; }
.tallcrate {
  width: 170px;
  height: 84px;
  background-color: #B07938;
  border: 3px solid #6E4B22;
  margin-bottom: 10px;
  position: relative;
}
.tallcrate.small { height: 66px; margin: 0 0 0 20px; width: 150px; }
.slat { position: absolute; background-color: #6E4B22; }
.crateslat1s { top: 22px; left: 4px; width: calc(100% - 8px); height: 3px; }
.crateslat2s { top: 46px; left: 4px; width: calc(100% - 8px); height: 3px; }
.orangedots {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 26px;
}
.od { width: 12px; height: 12px; border-radius: 50%; background-color: #C2622E; position: absolute; box-shadow: 0 0 0 1px #8A441F; }
.thleft { display: inline-block; width: 60px; height: 84px; background-color: #FBFAF6; border: 2px solid #26262B; position: absolute; right: -72px; top: 30px; }
.thname { width: 14px; position: absolute; right: 4px; top: 34px; bottom: 8px; writing-mode: vertical-rl; }
.thermfill { position: absolute; right: 8px; top: 8px; width: 6px; height: 60px; background-color: #C2622E; }
.sawband {
  height: 14px;
  background-color: #CFA86B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ---------- CONVENIENCE HOME ---------- */
.introslab { position: relative; }
.introwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 46px 0;
}
.introcol {
  width: 46%;
  flex: 1 1 300px;
}
.intropane {
  background-color: #FBFAF6;
  border: 1px solid #E1DFD6;
  padding: 24px 26px;
}
.frosttile {
  display: inline-block;
  background-color: #EAF0F3;
  color: #7A98A8;
  border: 1px solid #7A98A8;
  padding: 3px 12px;
  font-size: 13px;
  border-radius: 6px;
}
.h2eyebrow {
  font-size: 14px;
  color: #7A98A8;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ---------- CRATE STACKS SECTIONS ---------- */
.cratestacks { position: relative; padding: 0; }
.stackshelfwrap { position: relative; }
.stackrow { position: relative; padding: 30px 0; display: flex; }
.stackrow.left { justify-content: flex-start; }
.stackrow.center { justify-content: center; }
.stackrow.right { justify-content: flex-end; }

.cratedoc {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background-color: #FBFAF6;
  border: 1px solid #E1DFD6;
  padding: 20px 24px;
  max-width: 860px;
  position: relative;
}
.cratedoc.revl { flex-direction: row-reverse; }

.crateicon { position: relative; flex-shrink: 0; }
.cratebox {
  width: 150px;
  height: 92px;
  background-color: #B07938;
  border-top: 4px solid #C9A25E;
  border-bottom: 4px solid #6E4B22;
  box-shadow: 0 5px 0 #8A5C28;
  position: relative;
}
.cratepear { background-color: #D3D9B0; border-bottom: 4px solid #7E8A56; }
.cratefruitcluster { position: absolute; top: -22px; left: 0; right: 0; height: 26px; }
.fdot { width: 13px; height: 13px; border-radius: 50%; background-color: #C2622E; position: absolute; box-shadow: 0 0 0 1px #8A441F; }
.fdot.dpair { width: 15px; height: 19px; background-color: #A8B25E; border-radius: 50% 50% 50% 4px; box-shadow: 0 0 0 1px #7E8A56; }
.strawline { position: absolute; height: 2px; background-color: #C9A25E; transform: rotate(-20deg); }
.papertagline {
  position: absolute;
  right: -16px;
  top: 8px;
  font-size: 11px;
  background-color: #FBFAF6;
  border: 1px solid #C2622E;
  color: #C2622E;
  padding: 1px 6px;
  transform: rotate(3deg);
}
.iciclehang { position: relative; width: 12px; margin: 0 auto; }

.cratebody h3 { font-size: 24px; margin-bottom: 8px; }
.cratebody h3 .srno { color: #C2622E; }
.cratebody p { margin: 0 0 10px; }

.legalish { color: #26262B; }

/* frost breath tile floaters */
.breathfloat {
  position: absolute;
  width: 60px;
  height: 74px;
  background-color: #EAF0F3;
  border: 1px solid #7A98A8;
  border-radius: 50% 50% 12px 12px;
  color: #7A98A8;
  font-size: 30px;
  text-align: center;
  line-height: 74px;
  transform: rotate(-6deg);
  display: none;
}
.breathfloat.show { display: block; }

/* ---------- WINTER HARVEST STRIP ---------- */
.winterstrip {
  background-color: #C2622E;
  color: #FBFAF6;
  padding: 30px 0;
}
.winterstrip .stripin { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.winterstrip h2, .winterstrip h3 { color: #FBFAF6; margin: 0 0 6px; }
.winterstrip p { color: #FBFAF6; margin: 0; }
.winterstrip a { color: #FBFAF6; text-decoration: underline; }
.winterstrip .orangeside { flex-shrink: 0; height: 44px; width: 120px; }

/* ---------- WHY / second band ---------- */
.whyband { background-color: #E4E0D6; }
.whybandin { padding: 40px 0; text-align: center; }
.whyline { font-size: 15px; color: #3E3E44; }

/* ---------- SERVICE LINKS HOMEPAGE ---------- */
.homeservicemap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
}
.homeserve {
  background-color: #FBFAF6;
  border: 1px solid #E1DFD6;
  border-left: 4px solid #C2622E;
  padding: 10px 14px;
  width: 30%;
  flex: 1 1 240px;
}

/* ---------- WAX JAR FOOTER ---------- */
.waxjarfoot { position: relative; }
.jarshelfwrap {
  background-color: #23242B;
  color: #E8E6DD;
  position: relative;
}
.jarshelfwrap a { color: #F4D6BC; }
.footshelf {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 24px 44px;
}
.jarpackrow {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 44px;
  align-items: flex-end;
  margin-bottom: 26px;
}
.jarcol { flex: 1 1 220px; }
.jarjar { display: inline-block; text-align: center; width: 100%; }
.jarlid {
  background-color: #FBFAF6;
  width: 92px;
  height: 26px;
  margin: 0 auto;
  border-bottom: 4px solid #7A98A8;
  border-radius: 50% 50% 4px 4px;
  position: relative;
}
.jartape { position: absolute; top: 8px; left: 0; right: 0; height: 8px; background-color: #C9A25E; }
.jarbody {
  background-color: #C2622E;
  width: 84px;
  height: 74px;
  margin: 0 auto;
  border-radius: 4px 4px 12px 12px;
  color: #FBFAF6;
  font-weight: bold;
  padding-top: 8px;
  position: relative;
}
.jar2 .jarbody { background-color: #7A9A70; }
.jar3 .jarbody { background-color: #A9854E; }
.jarbody b { display: block; font-size: 13px; }
.jarlinks { list-style: none; margin: 10px 0 0; padding: 0; text-align: center; font-size: 15px; }
.jarlinks li { margin: 5px 0; }
.footbrand {
  border-top: 1px solid #4A4B52;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.brandmark { font-weight: bold; color: #FBFAF6; font-size: 20px; }
.copyright { margin-left: auto; font-size: 14px; color: #B8B8BE; }
.contactline { font-size: 14px; color: #D8D6CE; }
.contactline b { color: #FBFAF6; }
.footcolgroup { font-size: 14px; }
.footcolgroup b { color: #FBFAF6; }

.legalpage { min-height: 66vh; }

/* ---------- CONTACT PAGE ---------- */
.contactgrid { display: flex; flex-wrap: wrap; gap: 40px; padding: 40px 0; }
.formpane {
  flex: 1 1 60%;
  background-color: #23242B;
  color: #FBFAF6;
  padding: 30px;
}
.formpane label { display: block; color: #FBFAF6; font-size: 15px; }
.formpane input, .formpane textarea, .formpane select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin: 8px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #FBFAF6;
  color: #26262B;
  border: 1px solid #C2622E;
}
.infopane { flex: 1 1 30%; }
.infopane .infocard { background-color: #FBFAF6; border: 1px solid #E1DFD6; padding: 20px; margin-bottom: 18px; }
.infopane h3 { color: #C2622E; }
.bighours td { padding: 6px 10px 6px 0; color: #26262B; }
.bighours td:last-child { text-align: right; color: #26262B; }
.faqitem { border: 1px solid #E1DFD6; margin-bottom: 12px; background-color: #FBFAF6; }
.faqq { padding: 12px 16px; font-weight: bold; cursor: pointer; color: #26262B; }
.faqa { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; color: #26262B; padding: 0 16px; }
.faqa.faqopen { max-height: 900px; padding: 0 16px 14px; }

/* ---------- SERVICES page ---------- */
.prepband { background-color: #23242B; color: #FBFAF6; padding: 30px 0; }
.prepband h2 { color: #FBFAF6; }
.prepsteps { display: flex; flex-wrap: wrap; gap: 16px; }
.steptag { flex: 1 1 200px; background-color: #FBFAF6; color: #26262B; padding: 14px; }
.steptag b { color: #C2622E; }
.ctaend { background-color: #C2622E; color: #FBFAF6; padding: 40px 0; }
.ctaend .waxbtn.ghost { background-color: #FBFAF6; }
.ctacenter { text-align: center; }
.ctacenter h2 { color: #FBFAF6; }
.ctacenter .ctarow { justify-content: center; }

.noscript-guard-forced-hidden { }

/* ---------- ICICLES hanging from beam ---------- */
.icicleHang {
  display: inline-block;
  height: 26px;
  width: 6px;
  background-color: #EAF7FB;
  border-left: 2px solid #9FBFCC;
  border-right: 2px solid #6C93A6;
  margin: 0 3px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  vertical-align: top;
  transform: rotate(3deg);
}
.iciclehangrow { display: inline-flex; }

/* ---------- icicle beam layout/mobile ---------- */
.beambars {
  width: 100%;
}
.beamtoggle {
  display: none;
}
@media (max-width: 700px) {
  .icleable .beamlogoboard { justify-content: space-between; }
  .varietytag { font-size: 14px; }
}
@media (max-width: 620px) {
  .tagwrapcol { flex-direction: column; align-items: flex-start; }
  .beamtagrow { gap: 6px 12px; }
  .iciclebeam { padding-bottom: 14px; }
}
@media (max-width: 980px) {
  .mouthcopy, .mouthart { width: 100%; padding-right: 0; }
  .mouthart { margin-top: 30px; }
}
@media (max-width: 760px) {
  .stackrow { flex-direction: column; }
  .cratestacklay { padding-left: 0; }
}
.bannerstrip { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ---------- CONTACT page form helpers ---------- */
.formactions { display: flex; gap: 12px; align-items: center; margin-top: 6px; }
.primarybtn {
  background-color: #C2622E;
  color: #FBFAF6;
  border: 2px solid #FBFAF6;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 3px 3px 0 #17181C;
}
.primarybtn:hover { background-color: #A85025; }
.mailnote { color: #FBFAF6; margin-top: 12px; font-size: 15px; }
.ishidden { display: none; }
.contactpane { }
.addressblock { line-height: 1.9; color: #26262B; }
.addressbig { font-size: 17px; }
.h2kicker { color: #7A98A8; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px; }

body.jsreveal .revealable {
  visibility: hidden;
  transform: translateY(10px);
  transition: visibility 0s linear 0.05s, transform 0.5s ease-out;
}
body.jsreveal .revealable.render-visible {
  visibility: visible;
  transform: none;
  transition: visibility 0s linear 0s, transform 0.5s ease-out;
}
