/* ===== LATIN HDZGLEZ LLC — HONEYCOMB TILE FIELD ===== */

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

a{
  color:#C98F2E;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

h1,h2,h3,h4{
  margin:0 0 0.4em;
  line-height:1.2;
  font-weight:700;
  color:#2C2A24;
}

.comb-page{
  position:relative;
  z-index:1;
  max-width:1280px;
  margin:0 auto;
  padding:32px 20px 0;
}

/* ===== Scroll reveal (hidden only with JS presence via body.js) ===== */
body.default-visible .reveal{
  opacity:1;
  transform:none;
}

body.js-active .reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity 600ms ease,transform 600ms ease;
}

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

/* ===== Comb opener field (seven interlocking hex tiles) ===== */
.comb-opener{
  position:relative;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:18px;
  margin:0 auto 30px;
  max-width:1120px;
  padding:10px 0 30px;
}

.comb-tile{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:250px;
  padding:34px 40px;
  background:#FAF6EA;
  color:#2C2A24;
  -webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  text-align:center;
}

.comb-tile.is-dark{
  background:#26241C;
  color:#F4F0E4;
}

.comb-tile.is-dark h1,
.comb-tile.is-dark h2,
.comb-tile.is-dark h3,
.comb-tile.is-dark p{
  color:#FAF6EA;
}

.comb-tile.is-dark a{
  color:#C98F2E;
}

.comb-tile.is-dusk{
  background:#221F19;
  color:#FAF6EA;
}

.comb-tile.is-dusk h3,
.comb-tile.is-dusk p{
  color:#FAF6EA;
}

.comb-tile.is-wax{
  border:2px solid #8E8B7E;
}

.comb-tile-standfirst{
  margin:0;
  font-size:1.05rem;
  line-height:1.7;
}

.comb-tile-lead{
  margin:0 0 0.4em;
  font-size:1.7rem;
}

.comb-tile a.is-anchor-link{
  font-weight:700;
}

.cell-glyph{
  display:block;
  margin:0 auto 12px;
  width:24px;
  height:24px;
  background:#C98F2E;
  -webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
}

.hex-numeral{
  font-size:0.85rem;
  letter-spacing:0.08em;
  color:#8E8B7E;
}

.is-dark .hex-numeral,
.is-dusk .hex-numeral{
  color:#C98F2E;
}

/* ===== Stamps ===== */
.dispatch-stamp{
  margin:16px auto 0;
  border:2px solid #C98F2E;
  color:#FAF6EA;
  padding:6px 18px;
  display:inline-block;
  font-size:0.8rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
  transform:rotate(-3deg);
}

.is-cream-stamp{
  border:2px solid #C98F2E;
  color:#8E8B7E;
}

/* ===== Wax line divider between hives ===== */
.wax-line{
  height:1px;
  background:#8E8B7E;
  border:none;
  max-width:900px;
  margin:10px auto 46px;
}

/* ===== Hive section spacing ===== */
.hive-section{
  position:relative;
  padding:6px 0 10px;
}

.hive-head-caption{
  text-align:center;
  margin-bottom:8px;
}

.hive-head-caption h2{
  display:inline-block;
  font-size:1.5rem;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

/* ===== Hex field inside each hive ===== */
.hex-field{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:18px;
  max-width:1120px;
  margin:0 auto;
}

.hex-field-two{
  grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
}

.hex-cell{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:300px;
  padding:36px 44px;
  background:#FAF6EA;
  color:#2C2A24;
  -webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  text-align:center;
  box-sizing:border-box;
}

.hex-cell.is-head-cell{
  background:#26241C;
  color:#FAF6EA;
}

.hex-cell.is-head-cell h3,
.hex-cell.is-head-cell p,
.hex-cell.is-head-cell li{
  color:#FAF6EA;
}

.hex-cell.is-head-cell a{
  color:#C98F2E;
}

.hex-cell.is-form-cell{
  text-align:left;
}

.hex-cell-cell{
  background:#FAF6EA;
}

.cell-cap{
  margin:0 0 0.5em;
  font-size:1.15rem;
}

.service-tile p{
  margin:0.4em auto;
  max-width:300px;
}

.stamp-with-tag{
  margin:14px auto 0;
  border:2px solid #C98F2E;
  color:#C98F2E;
  padding:4px 16px;
  display:inline-block;
  font-size:0.72rem;
  letter-spacing:0.1em;
  text-transform:uppercase;
}

/* coverage lists */
.coverage-roll h4{
  margin-top:18px;
  font-size:1.02rem;
}

.coverage-roll ul{
  margin:0;
  padding:0;
  list-style:none;
  text-align:left;
}

.coverage-roll li{
  position:relative;
  padding:4px 0 4px 30px;
  margin:0 auto;
  max-width:270px;
}

.hex-badge{
  position:absolute;
  left:2px;
  top:8px;
  width:14px;
  height:14px;
  background:#C98F2E;
  -webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
}

.is-head-cell .hex-badge{
  background:#C98F2E;
}

/* ===== Form ===== */
.ticket-form{
  display:block;
}

.ticket-form label{
  display:block;
  margin:10px 0 4px;
  font-weight:700;
  color:#2C2A24;
}

.form-inp{
  width:100%;
  box-sizing:border-box;
  border:1px solid #8E8B7E;
  background:#FAF6EA;
  color:#2C2A24;
  padding:10px 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1rem;
}

.form-btn{
  margin-top:16px;
  border:2px solid #C98F2E;
  background:#C98F2E;
  color:#26241C;
  font-weight:700;
  font-size:1rem;
  padding:10px 26px;
  cursor:pointer;
}

.form-btn:hover{
  background:#221F19;
  color:#FAF6EA;
}

.form-note{
  font-size:0.85rem;
  margin-top:8px;
}

.jobcard-tile p{
  max-width:320px;
  margin:0.4em auto;
}

/* ===== Final footer hex + link strip ===== */
.comb-footer-wrap{
  max-width:1120px;
  margin:26px auto 0;
  padding:0 0 10px;
}

.footer-hex{
  position:relative;
  background:#26241C;
  color:#FAF6EA;
  padding:64px 60px 60px;
  -webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  text-align:center;
  min-height:120px;
}

.footer-hex h3,
.footer-hex p{
  color:#FAF6EA;
}

.footer-links a{
  color:#C98F2E;
  margin:0 10px;
  font-weight:700;
}

.footer-hex .comb-text{
  color:#C98F2E;
}

.straight-strip{
  background:#221F19;
  color:#C98F2E;
  text-align:center;
  padding:18px 16px;
  margin:30px -32px 0;
  width:calc(100% + 64px);
}

.straight-strip p{
  margin:2px 0 0;
}

.straight-strip a{
  color:#C98F2E;
}

/* ===== Go to top ===== */
.go-top-btn{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:40;
  width:48px;
  height:48px;
  border-radius:50%;
  border:2px solid #C98F2E;
  background:#26241C;
  color:#FAF6EA;
  font-size:1.3rem;
  cursor:pointer;
  display:none;
}

.go-top-btn.is-shown{
  display:block;
}

/* ===== Forms rely on visible state ===== */
address{
  font-style:normal;
}

/* ===== small tiles 300-420px min width support ===== */
.tile-s{
  position:relative;
  overflow:hidden;
  min-height:300px;
}

.tile-m{
  position:relative;
  overflow:hidden;
  min-height:360px;
}

.tile-l{
  position:relative;
  overflow:hidden;
  min-height:420px;
}
