/* ============================================================
   BDS TRUCK — BensonHaus Holdings
   style.css — Moving day carton motif, LIGHT kraft palette
   Palette:
     CARTON-PAPER body   #F5F2EA
     STRAPPING-BROWN     #2E2620
     STRAP-ORANGE        #C05A2E
     BLANKET-SLATE       #33302B
     TRUCK-BED-DEEP      #1D1A16
     TAPE-TAN            #B9A288
     WRAP-CARD           #FBF8F1
     KRAFT-BODY          #5C5347
     BLANKET-MIST        #C9C2B4
     STRAP-LINE          #46403A
   No gradients on text. No semi-transparent colors.
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background-color: #F5F2EA;
  color: #5C5347;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.home-page { background-color: #F5F2EA; }
span, a, div, p, h1, h2, h3, h4 { letter-spacing: normal; }
img { max-width: 100%; }
a { color: #C05A2E; text-decoration: none; }
a:hover { color: #7A3A1E; }

.wrap-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ============================================================
   CORNER-MARK NAV — floating, no full-width bar
   ============================================================ */
.cornermarknav {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 24px 0;
  pointer-events: none;
}
.cornermarknav .corner-group,
.cornermarknav .pill-menu { pointer-events: auto; }

.corner-group {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  background-color: #F5F2EA;
  border: 1px solid #E2DCCB;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 6px 16px rgba(70, 64, 58, 0.10);
}
.box-tape-glyph {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #C89A6D;
  position: relative;
}
.box-tape-glyph::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 3px;
  height: 5px;
  background-color: #DBC49A;
  border-radius: 2px;
}
.corner-group .wordmark {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0.14em;
  color: #2E2620;
  line-height: 1;
}
.corner-group .wordmark b { color: #C05A2E; }
.corner-group .descript {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: #8A7E6D;
  text-transform: uppercase;
}

.pill-menu {
  display: inline-flex;
  align-items: center;
  background-color: #FBF8F1;
  border: 1px solid #C9BFAB;
  border-radius: 999px;
  padding: 10px 22px;
  box-shadow: 0 8px 22px rgba(46, 38, 32, 0.14);
  gap: 14px;
}
.pill-menu a {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C5347;
  white-space: nowrap;
}
.pill-menu a:hover { color: #C05A2E; }
.pill-menu .sep {
  width: 5px; height: 5px;
  border-radius: 50%;
  background-color: #C05A2E;
  flex: none;
}

/* ============================================================
   HERO — FLOOR-PLAN MANIFESTO (two stacked full-width bands)
   ============================================================ */
.floorplanhero {
  border-bottom: 6px solid #C05A2E;
}
.hero-band-one {
  margin-top: 26px;
  background-color: #F5F2EA;
  padding: 64px 0 56px;
}
.hero-kicker {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #9A7B52;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-kicker::before {
  content: "";
  width: 46px;
  height: 3px;
  background-color: #B9A288;
}
.display-headline {
  font-family: Georgia, serif;
  font-size: clamp(46px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #2E2620;
  max-width: 16ch;
}
.display-headline .accent-word {
  position: relative;
  color: #C05A2E;
  white-space: nowrap;
}
.display-headline .accent-word::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 10px;
  background-color: transparent;
  border-bottom: 5px solid #C89A6D;
  border-radius: 40%;
}
.hero-subline {
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.5;
  color: #5C5347;
  max-width: 56rem;
}
.hero-subline strong { color: #2E2620; font-weight: 700; }

/* Floor plan on dark blanket-slate */
.hero-band-two {
  background-color: #33302B;
  padding: 46px 0 50px;
  position: relative;
}
.floorplan-tagrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}
.floorplan-tagrow .label {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #C9C2B4;
}
.floorplan-tagrow .rule {
  flex: 1;
  height: 1px;
  background-color: #4E4940;
}
.floorplan-tagrow .seal {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #DF8C5E;
  border: 1px solid #5E5140;
  border-radius: 5px;
  padding: 4px 12px;
}
.floor-plan {
  position: relative;
  width: 100%;
  height: 300px;
  border: 3px solid #E4C391;
  border-radius: 14px;
  background-color: #2C2925;
  overflow: hidden;
}
/* rooms */
.fp-room {
  position: absolute;
  background-color: #38342E;
  border: 2px solid #6E665B;
}
.fp-room .room-tag {
  position: absolute;
  top: 8px;
  left: 10px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #E4C391;
}
.fp-room .room-tick {
  height: 4px;
  margin-top: 6px;
  background-color: #DF8C5E;
  width: 20px;
}
.fp-room-01 { top: 16px; left: 16px; width: 34%; height: 42%; }
.fp-room-02 { top: 16px; right: 16px; width: 24%; height: 42%; }
.fp-room-03 { left: 16px; bottom: 16px; width: 47%; height: 38%; }
.fp-room-04 { right: 16px; bottom: 16px; width: 20%; height: 38%; }
/* furniture blocks */
.fp-bed {
  position: absolute; background-color: #575249;
  border-radius: 4px;
  border: 1px solid #7C7569;
}
.fp-bed-1 { width: 34px; height: 16px; bottom: 10px; left: 14px; }
.fp-bed-2 { width: 16px; height: 30px; right: 12px; top: 40px; }
.fp-sofa { position: absolute; width: 30px; height: 14px; background-color: #6E665B; }
.fp-sofa::before { content:""; position:absolute; left:0; bottom:0; width:9px; height:14px; background-color:#575249; }
.fp-sofa-1 { right: 16px; bottom: 16px; }
.fp-sofa-2 { left: 20px; bottom: 14px; }
.fp-table { position: absolute; width: 18px; height: 18px; border-radius: 50%; background-color: #7C7569; }
.fp-table-1 { top: 26px; left: 26px; }
.fp-table-2 { right: 22px; top: 18px; }
.fp-shelf { position: absolute; height: 3px; background-color: #575249; width: 26px; box-shadow: 0 6px 0 #575249; }
.fp-shelf-1 { left: 8px; top: 16px; }
.fp-shelf-2 { right: 10px; top: 14px; }
.fp-door-arc {
  position: absolute;
  width: 40px;
  height: 40px;
  border-left: 2px solid #E4C391;
  border-top: 2px solid #E4C391;
  border-top-left-radius: 40px;
}
.fp-door-arc { left: 0; bottom: 120px; }
.fp-door-opening {
  position: absolute;
  top: 0; left: 0;
  width: 8px; height: 44px;
  background-color: #DF8C5E;
}
/* dolly path */
.fp-path {
  position: absolute;
  width: 130px;
  height: 22px;
  background-image: repeating-linear-gradient(90deg, #DF8C5E 0 7px, transparent 7px 14px);
  transform: rotate(0deg);
}
.fp-path-1 { left: 52px; top: 52px; width: 150px; }
.fp-path-2 { left: 196px; top: 68px; width: 180px; transform: rotate(90deg); }
.fp-path-3 { left: 360px; top: 120px; width: 210px; transform: rotate(180deg); }
/* exit mark */
.fp-exit {
  position: absolute;
  right: 46px; bottom: 28px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #DF8C5E;
  border: 1px dashed #DF8C5E;
  padding: 6px 12px;
}
/* dimension ticks */
.fp-horiz-dim, .fp-vert-dim {
  position: absolute;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 9px;
  color: #A79E8E;
}
.fp-horiz-dim { bottom: -16px; }
.fp-right-dim { right: 2px; }
.floor-plan.caption {
  border: none;
  background-color: transparent;
  height: auto;
  margin-top: 30px;
  color: #C9C2B4;
  font-size: 14px;
  overflow: visible;
}

/* ============================================================
   INVENTORY-TAG SPREAD — editorial asymmetric two columns
   ============================================================ */
.inventory-section {
  background-color: #F5F2EA;
  padding: 90px 0 100px;
}
.inventory-grid {
  display: grid;
  grid-template-columns: 38fr 62fr;
  gap: 60px;
  align-items: start;
}
.index-column {
  position: sticky;
  top: 40px;
  background-color: #EEE8D8;
  border: 1px solid #DECBB0;
  border-top: 5px solid #C05A2E;
  padding: 34px 32px;
}
.index-column .contents-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.index-column .contents-title h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2E2620;
}
.index-column .contents-title .tape {
  width: 26px; height: 6px;
  background-color: #C89A6D;
  border-radius: 3px;
}
.contents-list { list-style: none; }
.contents-list li {
  border-top: 1px solid #D8CBB0;
  padding: 16px 0;
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.contents-list li:first-child { border-top: none; }
.contents-list .num {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
  color: #C05A2E;
  font-size: 24px;
  letter-spacing: 0.04em;
  min-width: 46px;
}
.contents-list a {
  color: #3A3129;
  font-size: 20px;
  font-weight: 700;
  font-family: Georgia, serif;
}
.contents-list a:hover { color: #C05A2E; }

.quotemeter {
  margin-top: 34px;
  background-color: #FBF8F1;
  border: 1px solid #C9BFAB;
  border-left: 4px solid #C05A2E;
  padding: 18px 18px;
}
.quotemeter .qm-title {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8A7E6D;
  margin-bottom: 12px;
}
.quotemeter .qm-price {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #2E2620;
  letter-spacing: -0.02em;
}
.quotemeter .qm-price span { color: #9A7B52; font-size: 14px; font-weight: 400; }
.quotemeter .qm-break {
  margin-top: 12px;
  font-size: 13px;
  color: #5C5347;
  display: flex;
  gap: 10px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  flex-wrap: wrap;
}
.quotemeter .qm-break span {
  background-color: #E6DFCC;
  border-radius: 20px;
  padding: 3px 11px;
  color: #463A2E;
}
.card-column { min-width: 0; }
.rule-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
}
.rule-row .rule {
  flex: 1;
  height: 1px;
  background-color: #D3C9B2;
}
.rule-row .box-glyph {
  width: 8px; height: 8px;
  background-color: #B9A288;
  flex: none;
  border: 1px solid #9A7B52;
}
.inventory-card {
  background-color: #FBF8F1;
  border: 1px solid #C2B49A;
  position: relative;
  padding: 38px 36px;
  box-shadow: 0 10px 28px rgba(46, 38, 32, 0.08);
}
.inventory-card.offset-right { margin-left: 40px; }
.inventory-card .tape-cornertab {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
  background-color: #B9A288;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.inventory-card .tape-cornertab::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  background: rgba(251,248,241,0.6);
  clip-path: polygon(0 0, 100% 0, 55px 55px);
}
.inventory-card .card-idx {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 0.24em;
  color: #C05A2E;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.inventory-card h3 {
  font-family: Georgia, serif;
  font-size: 27px;
  color: #2E2620;
  margin-bottom: 16px;
  line-height: 1.1;
}
.inventory-card h3 b { color: #C05A2E; }
.inventory-card p { color: #5C5347; margin-top: 8px; font-size: 17px; }
.kraft-tag {
  display: inline-block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6E5A3E;
  background-color: #E9E0CB;
  padding: 5px 12px;
  border-radius: 3px;
  margin-top: 18px;
}
.kraft-tag b { color: #C05A2E; }

/* ============================================================
   STATEMENT SECTION — single slate band
   ============================================================ */
.statement-section {
  background-color: #33302B;
  padding: 80px 0;
}
.statement-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.tally-marks {
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}
.tally-marks .tick {
  width: 16px;
  height: 42px;
  background-color: #DF8C5E;
  margin-right: 6px;
  position: relative;
}
.tally-marks .group { display: flex; }
.tally-marks .slash {
  width: 16px; height: 46px;
  background-color: transparent;
  border-left: 4px solid #DF8C5E;
  transform: rotate(24deg);
  margin-left: 2px;
}
.statement-text {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.25;
  color: #FBF8F1;
}
.statement-text strong { color: #E4C391; }
.statement-attr {
  margin-top: 30px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9C2B4;
}
.statement-attr b { color: #DF8C5E; }

/* ============================================================
   TAPE-SEAM FOOTER — two zones
   ============================================================ */
.tape-seam-footer { margin-top: 0; }
.footer-band {
  background-color: #C05A2E;
  padding: 30px 0;
}
.footer-band .band-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  color: #2E2620;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.12em;
  color: #1D1A16;
}
.footer-brand .box-tape-glyph-f {
  width: 18px; height: 18px;
  background-color: #1D1A16;
  border-radius: 3px;
}
.footer-band .band-links a {
  color: #1D1A16;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 700;
  font-size: 17px;
  white-space: nowrap;
  font-family: Georgia, serif;
}
.footer-band .band-links a:hover { color: #FBF8F1; text-decoration: none; }
.footer-legal-zone {
  background-color: #F5F2EA;
  border-top: 1px solid #D8CBB0;
  padding: 16px 0;
}
.footer-legal-zone .legal-line {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #8A7E6D;
  text-align: left;
}
.footer-legal-zone a { color: #5C5347; }
.footer-legal-zone a:hover { color: #C05A2E; }
.legal-space { color: #C05A2E; padding: 0 6px; }

/* ===== scroll reveal (fade-up) safe default ===== */
.fade-up { opacity: 1; transform: none; }

/* ===== responsive ===== */
@media (max-width: 980px) {
  .inventory-grid { grid-template-columns: 1fr; gap: 40px; }
  .index-column { position: static; }
  .wrap-inner { padding: 0 22px; }
  .inventory-card.offset-right { margin-left: 0; }
  .pill-menu { padding: 8px 14px; gap: 8px; }
  .pill-menu .sep { display: none; }
  .cornermarknav { align-items: center; gap: 10px; }
  .display-headline { font-size: clamp(38px, 9vw, 56px); }
}
@media (min-width: 501px) and (max-width: 720px) {
  .corner-group .descript { max-width: 120px; line-height: 1.3; }
}
