/* Durham Chimney & Masonry -- the brightleaf sheet.
   Cured-leaf gold and Bull City blue over barn-dark umber; graded-leaf cream ground. */
:root {
   --dm5-leaf: #A3540F;
   --dm5-leafdeep: #703708;
   --dm5-bright: #E0B84B;
   --dm5-brightlight: #F2DFA0;
   --dm5-bullblue: #2C4E6B;
   --dm5-bulllight: #AFC9DC;
   --dm5-barn: #1B1208;
   --dm5-barn2: #261B0C;
   --dm5-barn3: #342612;
   --dm5-cream: #F8F3E4;
   --dm5-cream2: #F0EAD2;
   --dm5-inkleaf: #1D150A;
   --dm5-mutedbarn: #6F6650;
   --dm5-crateline: #DED6BC;
   --dm5-font: 'Golos Text', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
   --dm5-display: 'Bevan', 'Arial Narrow', var(--dm5-font);
   --dm5-radius: 14px;
   --dm5-shadow: 0 12px 34px rgba(27, 18, 8, .14);
}
* {
   box-sizing: border-box;
}
html {
   scroll-behavior: smooth;
}
body {
   margin: 0;
   font: 400 1rem/1.65 var(--dm5-font);
   color: var(--dm5-inkleaf);
   background: var(--dm5-cream);
}
img {
   max-width: 100%;
   display: block;
}
a {
   color: var(--dm5-leaf);
}
h1, h2, h3, h4 {
   font-family: var(--dm5-display);
   font-weight: 400;
   line-height: 1.08;
   margin: 0 0 .45em;
   letter-spacing: .015em;
   text-wrap: balance;
}
h2 {
   font-size: clamp(1.9rem, 4.4vw, 3rem);
}
h3 {
   font-size: 1.35rem;
}
p {
   margin: 0 0 1em;
}
.barnspan9 {
   width: min(1180px, 100% - 40px);
   margin-inline: auto;
}
section {
   padding-block: clamp(54px, 7vw, 96px);
   position: relative;
   background: var(--dm5-cream);
}
.sidebay-link9 {
   position: absolute;
   left: -9999px;
   top: 0;
   background: var(--dm5-bright);
   color: var(--dm5-barn);
   padding: 10px 18px;
   z-index: 200;
}
.sidebay-link9:focus {
   left: 12px;
   top: 12px;
}
/* buttons */
.bellcord9 {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: .8rem 1.5rem;
   border-radius: 12px;
   background: var(--dm5-leaf);
   color: #FFF9EA;
   font-weight: 700;
   text-decoration: none;
   border: 2px solid transparent;
   transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
   cursor: pointer;
}
.bellcord9:hover {
   background: var(--dm5-leafdeep);
   transform: translateY(-2px);
   box-shadow: var(--dm5-shadow);
}
.bellcord9-bright {
   background: var(--dm5-leaf);
}
.bellcord9-wide {
   padding: 1rem 1.9rem;
   font-size: 1.06rem;
}
.bellcord9-shade {
   background: transparent;
   border-color: rgba(255, 248, 240, .55);
   color: #FFF9EA;
}
.bellcord9-shade:hover {
   background: rgba(255, 248, 240, .12);
}
.bellcord9-fullbarn {
   width: 100%;
   justify-content: center;
}
/* background effects */
#bg-fx-dm {
   position: fixed;
   inset: 0;
   z-index: 0;
   pointer-events: none;
   overflow: hidden;
}
#emberCanvas-dm {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
}
.smokedrift9 {
   position: absolute;
   border-radius: 50%;
   filter: blur(64px);
   opacity: .35;
   will-change: transform;
}
.smokedrift9-a {
   width: 340px;
   height: 340px;
   background: var(--dm5-leaf);
   top: 6%;
   left: -90px;
}
.smokedrift9-b {
   width: 280px;
   height: 280px;
   background: var(--dm5-bullblue);
   top: 42%;
   right: -70px;
}
.smokedrift9-c {
   width: 240px;
   height: 240px;
   background: var(--dm5-bright);
   bottom: 4%;
   left: 32%;
}
main, header, footer, .auctionmorning9 {
   position: relative;
   z-index: 1;
}
/* top strip */
.auctionmorning9 {
   background: var(--dm5-barn);
   color: #EAE3CC;
   font-size: .84rem;
   padding-block: 8px;
   border-bottom: 1px solid rgba(224, 184, 75, .25);
}
.auctionmorning9 .barnspan9 {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 18px;
}
.am9-chip {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   white-space: nowrap;
}
.am9-chip a {
   color: #fff;
   text-decoration: none;
}
.bulldot9 {
   width: 9px;
   height: 9px;
   border-radius: 50%;
   background: #38BA70;
   display: inline-block;
   animation: dmpulse 1.7s infinite;
}
@keyframes dmpulse {
   0% {
      box-shadow: 0 0 0 0 rgba(56, 186, 112, .55);
   }
   70% {
      box-shadow: 0 0 0 8px rgba(56, 186, 112, 0);
   }
   100% {
      box-shadow: 0 0 0 0 rgba(56, 186, 112, 0);
   }
}
@media (max-width: 1080px) {
   .am9-fold {
      display: none;
   }
}
@media (max-width: 620px) {
   .am9-bulletin {
      display: none;
   }
   .auctionmorning9 .barnspan9 {
      justify-content: center;
   }
}
/* header */
.warehousegate9 {
   position: sticky;
   top: 0;
   z-index: 90;
   background: rgba(27, 18, 8, .96);
   transition: box-shadow .25s ease;
}
.warehousegate9.smokeworn {
   box-shadow: 0 8px 26px rgba(0, 0, 0, .45);
}
.auctiondesk9 {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 14px;
   padding-block: 13px;
   min-width: 0;
}
.bullseal9 {
   display: flex;
   align-items: center;
   gap: 12px;
   text-decoration: none;
   color: #fff;
   min-width: 0;
}
.bullseal9-plate {
   width: 46px;
   height: 46px;
}
.bullseal9-slip {
   display: flex;
   flex-direction: column;
   line-height: 1.12;
}
.bullseal9-slip {
   min-width: 0;
}
.bullseal9-slip strong {
   font-family: var(--dm5-display);
   font-size: 1.12rem;
   letter-spacing: .03em;
   color: #FFF9EA;
   white-space: nowrap;
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
}
@media (max-width: 700px) {
   .bullseal9-slip strong {
      font-size: 1.06rem;
   }
   .bullseal9-plate {
      width: 38px;
      height: 38px;
   }
}
@media (max-width: 560px) {
   .bullseal9-slip strong {
      max-width: 40vw;
      overflow: hidden;
      text-overflow: ellipsis;
   }
}
.bullseal9-slip span {
   font-size: .8rem;
   color: var(--dm5-brightlight);
   letter-spacing: .14em;
   text-transform: uppercase;
}
.auctionrow9 {
   display: flex;
   gap: clamp(8px, 1vw, 20px);
   list-style: none;
   margin: 0;
   padding: 0;
}
.auctionrow9 a {
   color: #E6DFC7;
   text-decoration: none;
   font-size: .84rem;
   font-weight: 600;
   padding: 6px 2px;
   border-bottom: 2px solid transparent;
   white-space: nowrap;
}
.auctionrow9 a:hover, .auctionrow9 a.onauction {
   color: var(--dm5-bright);
   border-bottom-color: var(--dm5-bright);
}
.auctiondesk9-dim {
   opacity: .85;
}
.auctiondesk9-drive {
   display: flex;
   align-items: center;
   gap: 14px;
}
.auctiondesk9-digits {
   display: flex;
   flex-direction: column;
   text-align: right;
   line-height: 1.2;
}
.auctiondesk9-digits small {
   color: #BBB29A;
   font-size: .72rem;
}
.auctiondesk9-digits b a {
   color: #fff;
   text-decoration: none;
   font-size: 1.02rem;
}
.auctiondesk9-cord {
   white-space: nowrap;
}
.bayhatch9 {
   display: none;
   background: none;
   border: 0;
   padding: 8px;
   cursor: pointer;
}
.bayhatch9 span {
   display: block;
   width: 26px;
   height: 3px;
   background: #fff;
   margin: 5px 0;
   border-radius: 2px;
   transition: transform .25s, opacity .25s;
}
@media (max-width: 1439px) {
   .auctiondesk9-digits {
      display: none;
   }
}
@media (max-width: 992px) {
   .bayhatch9 {
      display: block;
   }
   .auctionrow9 {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: var(--dm5-barn);
      flex-direction: column;
      gap: 0;
      padding: 10px 22px 18px;
      display: none;
      border-bottom: 3px solid var(--dm5-bright);
   }
   .auctionrow9.barnswung {
      display: flex;
   }
   .auctionrow9 a {
      padding: 12px 4px;
      border-bottom: 1px solid rgba(255, 255, 255, .07);
      font-size: 1.02rem;
   }
}
@media (max-width: 700px) {
   .auctiondesk9-cord-slip {
      display: none;
   }
   .auctiondesk9-cord {
      padding-inline: 14px;
   }
}
@media (min-width: 993px) and (max-width: 1249px) {
   .auctiondesk9-cord-slip {
      display: none;
   }
   .auctiondesk9-cord {
      padding-inline: 14px;
   }
}
/* hero */
.warehousefront9 {
   background: var(--dm5-barn);
   color: #F4EED9;
   overflow: hidden;
   padding-block: clamp(60px, 8vw, 110px);
}
.warehousefront9-haze {
   position: absolute;
   inset: 0;
   z-index: 0;
}
.warehousefront9-haze img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   opacity: .34;
}
.warehousefront9-haze::after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(105deg, rgba(27, 18, 8, .96) 30%, rgba(27, 18, 8, .55) 68%, rgba(27, 18, 8, .8));
}
.warehousefront9 .barnspan9 {
   position: relative;
   z-index: 1;
}
.warehousefront9-bays {
   display: grid;
   grid-template-columns: 1.25fr .85fr;
   gap: clamp(28px, 4.5vw, 62px);
   align-items: center;
}
.leafmark9 {
   display: inline-block;
   font-size: .8rem;
   letter-spacing: .16em;
   text-transform: uppercase;
   color: var(--dm5-brightlight);
   border: 1px solid rgba(224, 184, 75, .5);
   border-radius: 99px;
   padding: 6px 14px;
   margin-bottom: 18px;
}
.warehousefront9 h1 {
   font-size: clamp(2.4rem, 5.4vw, 4rem);
   color: #FFF9EA;
}
.brightgold9 {
   color: var(--dm5-bright);
}
.warehousefront9-underline {
   color: #DAD3BA;
   max-width: 56ch;
   font-size: 1.04rem;
}
.warehousefront9-cords {
   display: flex;
   flex-wrap: wrap;
   gap: 14px;
   margin: 26px 0 8px;
}
.warehousefront9-stamps {
   list-style: none;
   padding: 0;
   margin: 22px 0 0;
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 10px 20px;
   font-size: .93rem;
   color: #E6DFC7;
}
.warehousefront9-stamps li {
   display: flex;
   align-items: center;
   gap: 9px;
}
.gradestamp9 {
   width: 21px;
   height: 21px;
   border-radius: 50%;
   background: rgba(224, 184, 75, .18);
   display: inline-flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
}
.gradestamp9 svg {
   width: 13px;
   height: 13px;
   stroke: var(--dm5-bright);
   stroke-width: 3;
   fill: none;
}
/* offer card */
.brightlook9 {
   background: linear-gradient(165deg, #FFFCF2, var(--dm5-cream2));
   color: var(--dm5-inkleaf);
   border-radius: 18px;
   padding: 28px 26px;
   box-shadow: 0 24px 60px rgba(0, 0, 0, .4);
   border-top: 6px solid var(--dm5-bright);
   position: relative;
}
.brightlook9-badge {
   display: inline-block;
   background: var(--dm5-bullblue);
   color: #EFF4F8;
   font-size: .72rem;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   border-radius: 99px;
   padding: 5px 13px;
   margin-bottom: 10px;
}
.brightlook9 h2 {
   font-size: 2rem;
   margin-bottom: .2em;
}
.brightlook9-nobullline {
   margin: 4px 0 2px;
}
.brightlook9-nobull {
   font-family: var(--dm5-display);
   font-size: clamp(1.9rem, 3vw, 2.5rem);
   color: var(--dm5-leaf);
   letter-spacing: .01em;
}
.brightlook9-caption {
   color: var(--dm5-mutedbarn);
   font-weight: 600;
   font-size: .95rem;
}
.brightlook9-rows {
   list-style: none;
   margin: 14px 0 18px;
   padding: 0;
   display: grid;
   gap: 9px;
   font-size: .94rem;
}
.brightlook9-rows li {
   display: flex;
   gap: 9px;
   align-items: flex-start;
}
.brightlook9-rows svg {
   width: 17px;
   height: 17px;
   stroke: var(--dm5-leaf);
   stroke-width: 3;
   fill: none;
   flex-shrink: 0;
   margin-top: 3px;
}
.brightlook9-fineleaf {
   font-size: .8rem;
   color: var(--dm5-mutedbarn);
   margin: 14px 0 0;
   line-height: 1.55;
}
/* marquee */
.auctionrun9 {
   background: var(--dm5-bright);
   color: var(--dm5-barn);
   overflow: hidden;
   padding-block: 12px;
   font-weight: 700;
   font-size: .95rem;
}
.auctionrun9-chant {
   display: flex;
   gap: 34px;
   white-space: nowrap;
   animation: dmchant 34s linear infinite;
   width: max-content;
}
.auctionrun9-chant span {
   display: inline-flex;
   gap: 10px;
   align-items: center;
}
.auctionrun9-chant b {
   color: var(--dm5-leaf);
}
@keyframes dmchant {
   from {
      transform: translateX(0);
   }
   to {
      transform: translateX(-50%);
   }
}
/* stats */
.gradeboard9 {
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: 16px;
}
.gradeboard9-tier {
   background: #FFFCF2;
   border: 1px solid var(--dm5-crateline);
   border-radius: var(--dm5-radius);
   padding: 22px 18px;
   text-align: center;
   box-shadow: 0 6px 18px rgba(27, 18, 8, .05);
}
.gradeboard9-tier b {
   font-family: var(--dm5-display);
   font-size: clamp(1.9rem, 3.3vw, 2.6rem);
   color: var(--dm5-leaf);
   display: block;
   letter-spacing: .01em;
}
.gradeboard9-tier b span {
   font-size: inherit;
   color: inherit;
   letter-spacing: 0;
}
.gradeboard9-tier span {
   font-size: .85rem;
   color: var(--dm5-mutedbarn);
}
@media (max-width: 860px) {
   .gradeboard9 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}
/* section heads */
.rafterhead9 {
   max-width: 760px;
   margin-bottom: clamp(28px, 4vw, 48px);
}
.midbarn9 {
   margin-inline: auto;
   text-align: center;
}
.westbay9 {
   text-align: left;
}
.tierflag9 {
   display: inline-block;
   font-size: .78rem;
   font-weight: 700;
   letter-spacing: .18em;
   text-transform: uppercase;
   color: var(--dm5-leaf);
   margin-bottom: 10px;
}
.openrow9 {
   color: var(--dm5-mutedbarn);
   font-size: 1.03rem;
}
/* services */
.curebay9-rows {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
   gap: 22px;
}
.curebay9 {
   background: #FFFCF2;
   border: 1px solid var(--dm5-crateline);
   border-radius: var(--dm5-radius);
   overflow: hidden;
   display: flex;
   flex-direction: column;
   transition: transform .2s ease, box-shadow .2s ease;
}
.curebay9:hover {
   transform: translateY(-5px);
   box-shadow: var(--dm5-shadow);
}
.curebay9-window {
   position: relative;
   aspect-ratio: 16/9.5;
	height: 200px;
   overflow: hidden;
}
.curebay9-window img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform .35s ease;
}
.curebay9:hover .curebay9-window img {
   transform: scale(1.06);
}
.curebay9-ledger {
   position: relative;
}
.curebay9-brand {
   position: absolute;
   right: 16px;
   top: -24px;
   width: 46px;
   height: 46px;
   background: var(--dm5-leaf);
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 6px 14px rgba(0, 0, 0, .25), 0 0 0 4px #FFFCF2;
}
.curebay9-brand svg {
   width: 23px;
   height: 23px;
   stroke: #FFF4E6;
   stroke-width: 1.7;
   fill: none;
}
.curebay9-ledger {
   padding: 22px 20px 20px;
   display: flex;
   flex-direction: column;
   flex: 1;
}
.curebay9-ledger p {
   font-size: .92rem;
   color: #4D4532;
}
.curebay9-ledger ul {
   margin: 0 0 14px;
   padding-left: 18px;
   font-size: .85rem;
   color: var(--dm5-mutedbarn);
   display: grid;
   gap: 4px;
}
.curebay9-cord {
   margin-top: auto;
   display: inline-flex;
   align-items: center;
   gap: 7px;
   font-weight: 700;
   font-size: .9rem;
   color: var(--dm5-leaf);
   text-decoration: none;
}
.curebay9-cord svg {
   width: 15px;
   height: 15px;
   stroke: currentColor;
   stroke-width: 2.4;
   fill: none;
   transition: transform .18s;
}
.curebay9-cord:hover svg {
   transform: translateX(4px);
}
/* dark + cream tones */
.tone-barnnight9 {
   background: var(--dm5-barn);
   color: #EDE7DA;
}
.tone-barnnight9 h2 {
   color: #FFF9EA;
}
.tone-barnnight9 .openrow9 {
   color: #BBB29A;
}
.tone-leafcream {
   background: var(--dm5-cream2);
}
/* warning signs */
.scorchboard9-rows {
   display: grid;
   grid-template-columns: 1.15fr .85fr;
   gap: clamp(28px, 4vw, 56px);
   align-items: start;
}
.scorchboard9-marks {
   list-style: none;
   margin: 0;
   padding: 0;
   display: grid;
   gap: 14px;
}
.scorchboard9-marks li {
   display: flex;
   gap: 14px;
   background: rgba(255, 253, 248, .05);
   border: 1px solid rgba(224, 184, 75, .22);
   border-radius: 12px;
   padding: 13px 16px;
}
.scorchboard9-marks b {
   display: block;
   color: #FFF5D6;
}
.scorchboard9-marks span {
   font-size: .87rem;
   color: #BEB69C;
}
.sc9 {
   width: 38px;
   height: 38px;
   flex-shrink: 0;
   border-radius: 10px;
   background: rgba(163, 84, 15, .3);
   display: flex;
   align-items: center;
   justify-content: center;
}
.sc9 svg {
   width: 19px;
   height: 19px;
   stroke: var(--dm5-bright);
   stroke-width: 1.8;
   fill: none;
}
.scorchboard9-window {
   border-radius: var(--dm5-radius);
   overflow: hidden;
   position: sticky;
   top: 96px;
   box-shadow: 0 20px 48px rgba(0, 0, 0, .5);
}
.scorchboard9-window img {
   width: 100%;
}
.scorchboard9-chalk {
   background: var(--dm5-barn2);
   padding: 18px 20px;
}
.scorchboard9-chalk b {
   color: var(--dm5-bright);
   display: block;
   margin-bottom: 5px;
}
.scorchboard9-chalk span {
   font-size: .87rem;
   color: #BEB69C;
}
/* process */
.curerow9 {
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: 20px;
}
.curerow9 > * {
   min-width: 0;
}
.curerow9-stage {
   background: #FFFCF2;
   border: 1px solid var(--dm5-crateline);
   border-radius: var(--dm5-radius);
   padding: 26px 20px 22px;
   position: relative;
}
.curerow9-stage h3 {
   overflow-wrap: anywhere;
   font-size: 1.2rem;
   margin-top: 12px;
}
.curerow9-stage p {
   font-size: .88rem;
   color: #4D4532;
   margin: 0;
}
.curerow9-brandmark {
   font-family: var(--dm5-display);
   font-size: 1.5rem;
   width: 44px;
   height: 44px;
   border-radius: 50%;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: var(--dm5-bullblue);
   color: #EFF4F8;
}
@media (max-width: 900px) {
   .curerow9 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}
@media (max-width: 540px) {
   .curerow9 {
      grid-template-columns: 1fr;
   }
}
/* cta band */
.duskbarn9 {
   background: var(--dm5-barn);
   color: #F4EED9;
   text-align: center;
   overflow: hidden;
}
.duskbarn9-haze {
   position: absolute;
   inset: 0;
}
.duskbarn9-haze img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   opacity: .22;
}
.duskbarn9-haze::after {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse at center, rgba(27, 18, 8, .55), rgba(27, 18, 8, .93));
}
.duskbarn9 .barnspan9 {
   position: relative;
   z-index: 1;
   max-width: 820px;
}
.duskbarn9 h2 {
   color: #FFF9EA;
}
.duskbarn9-digits {
   display: inline-block;
   font-family: var(--dm5-display);
   font-size: clamp(2.1rem, 5vw, 3.4rem);
   color: var(--dm5-bright);
   text-decoration: none;
   margin: 12px 0 6px;
}
.duskbarn9-cords {
   margin-top: 14px;
}
/* gallery */
.warehousebook9 {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
   gap: 16px;
}
.warehousebook9-bay {
   margin: 0;
   border-radius: 12px;
   overflow: hidden;
   background: #FFFCF2;
   border: 1px solid var(--dm5-crateline);
}
.warehousebook9-bay img {
   width: 100%;
   aspect-ratio: 4/2.6;
	height: 175px;
   object-fit: cover;
   transition: transform .3s ease;
}
.warehousebook9-bay:hover img {
   transform: scale(1.05);
}
.warehousebook9-bay figcaption {
   font-size: .8rem;
   font-weight: 600;
   color: var(--dm5-mutedbarn);
   padding: 9px 13px;
}
/* areas */
.bullboard9 {
   list-style: none;
   margin: 0 0 22px;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   justify-content: center;
}
.bullboard9 li {
   background: #FFFCF2;
   border: 1px solid var(--dm5-crateline);
   border-radius: 99px;
   padding: 8px 18px;
   font-size: .9rem;
   font-weight: 600;
}
/* faq */
.auction-qa {
   max-width: 840px;
   margin-inline: auto;
   display: grid;
   gap: 12px;
}
.auction-qa details {
   background: #FFFCF2;
   border: 1px solid var(--dm5-crateline);
   border-radius: 12px;
   overflow: hidden;
}
.auction-qa summary {
   cursor: pointer;
   font-weight: 700;
   padding: 17px 46px 17px 20px;
   position: relative;
   list-style: none;
}
.auction-qa summary::-webkit-details-marker {
   display: none;
}
.auction-qa summary::after {
   content: "+";
   position: absolute;
   right: 18px;
   top: 50%;
   transform: translateY(-50%);
   font-family: var(--dm5-display);
   font-size: 1.5rem;
   color: var(--dm5-leaf);
}
.auction-qa details[open] summary::after {
   content: "–";
}
.auction-qa-ledger {
   padding: 0 20px 18px;
   font-size: .93rem;
   color: #4D4532;
}
/* contact */
.miamidesk9 {
   display: grid;
   grid-template-columns: 1fr .95fr;
   gap: clamp(26px, 4vw, 52px);
   align-items: start;
}
.miamidesk9-lines {
   list-style: none;
   margin: 0 0 22px;
   padding: 0;
   display: grid;
   gap: 16px;
}
.miamidesk9-lines li {
   display: flex;
   gap: 14px;
   align-items: flex-start;
}
.miamidesk9-lines b {
   display: block;
   font-size: .8rem;
   text-transform: uppercase;
   letter-spacing: .1em;
   color: var(--dm5-mutedbarn);
}
.miamidesk9-lines a, .miamidesk9-lines span {
   font-weight: 600;
   color: var(--dm5-inkleaf);
   text-decoration: none;
}
.miamidesk9-brand {
   width: 42px;
   height: 42px;
   border-radius: 11px;
   background: rgba(163, 84, 15, .12);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
}
.miamidesk9-brand svg {
   width: 20px;
   height: 20px;
   stroke: var(--dm5-leaf);
   stroke-width: 1.8;
   fill: none;
}
.barnwatch9 {
   background: #FFFCF2;
   border: 1px solid var(--dm5-crateline);
   border-radius: var(--dm5-radius);
   padding: 18px 20px;
   margin-bottom: 22px;
}
.barnwatch9 dl {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 7px 18px;
   margin: 0;
   font-size: .92rem;
}
.barnwatch9 dt {
   font-weight: 700;
}
.barnwatch9 dd {
   margin: 0;
   color: var(--dm5-mutedbarn);
}
.bullmap9 {
   border-radius: var(--dm5-radius);
   overflow: hidden;
   border: 1px solid var(--dm5-crateline);
}
.bullmap9 iframe {
   width: 100%;
   height: 260px;
   border: 0;
   display: block;
}
.grader-card9 {
   background: var(--dm5-barn);
   color: #EDE7DA;
   border-radius: 18px;
   padding: 30px 28px;
   position: sticky;
   top: 96px;
   box-shadow: 0 24px 56px rgba(27, 18, 8, .35);
   border-top: 6px solid var(--dm5-leaf);
}
.grader-tag9 {
   display: inline-block;
   background: rgba(224, 184, 75, .16);
   color: var(--dm5-brightlight);
   font-size: .72rem;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   border-radius: 99px;
   padding: 5px 13px;
   margin-bottom: 12px;
}
.grader-card9 h3 {
   color: #FFF9EA;
   font-size: 1.55rem;
}
.grader-card9 > p {
   font-size: .92rem;
   color: #CAC2A8;
}
.grader-digits9 {
   display: block;
   font-family: var(--dm5-display);
   font-size: 2.1rem;
   color: var(--dm5-bright);
   text-decoration: none;
   margin: 10px 0 14px;
}
.grader-watch9 {
   font-size: .87rem;
   color: #CAC2A8;
   margin-top: 14px;
}
.grader-watch9 strong {
   color: #FFF5D6;
}
.grader-steps9 {
   margin-top: 18px;
   border-top: 1px solid rgba(255, 255, 255, .12);
   padding-top: 16px;
}
.grader-steps9 h4 {
   font-size: 1.02rem;
   color: var(--dm5-brightlight);
}
.grader-steps9 ol {
   margin: 0;
   padding-left: 20px;
   font-size: .88rem;
   color: #CAC2A8;
   display: grid;
   gap: 6px;
}
@media (max-width: 900px) {
   .miamidesk9, .scorchboard9-rows, .warehousefront9-bays {
      grid-template-columns: 1fr;
   }
   .grader-card9, .scorchboard9-window {
      position: static;
   }
}
/* footer */
.brickfooting9 {
   background: var(--dm5-barn);
   color: #CAC2A8;
   padding-block: clamp(44px, 6vw, 72px) 0;
   font-size: .92rem;
}
.brickfooting9-rows {
   display: grid;
   grid-template-columns: 1.4fr .8fr .8fr 1fr;
   gap: clamp(24px, 3.5vw, 48px);
}
.brickfooting9 h4 {
   color: var(--dm5-brightlight);
   letter-spacing: .06em;
   font-size: 1.15rem;
}
.brickfooting9-brand {
   display: flex;
   gap: 12px;
   align-items: center;
   margin-bottom: 14px;
}
.brickfooting9-brand strong {
   font-family: var(--dm5-display);
   font-size: 1.25rem;
   color: #FFF9EA;
   line-height: 1.15;
   letter-spacing: .03em;
}
.brickfooting9-lines {
   list-style: none;
   margin: 0;
   padding: 0;
   display: grid;
   gap: 8px;
}
.brickfooting9-lines a {
   color: #CAC2A8;
   text-decoration: none;
}
.brickfooting9-lines a:hover {
   color: var(--dm5-bright);
}
.brickfooting9 address a {
   color: #fff;
   text-decoration: none;
}
.brickfooting9-sill {
   margin-top: clamp(30px, 4vw, 48px);
   border-top: 1px solid rgba(255, 255, 255, .1);
   padding-block: 18px;
   display: flex;
   justify-content: space-between;
   gap: 14px;
   flex-wrap: wrap;
   font-size: .8rem;
   color: #918972;
}
@media (max-width: 900px) {
   .brickfooting9-rows {
      grid-template-columns: 1fr 1fr;
   }
}
@media (max-width: 560px) {
   .brickfooting9-rows {
      grid-template-columns: 1fr;
   }
}
/* floating call pill (desktop) */
.barnlamp9 {
   position: fixed;
   right: 22px;
   bottom: 24px;
   z-index: 80;
   display: flex;
   align-items: center;
   gap: 12px;
   background: var(--dm5-barn);
   color: #fff;
   text-decoration: none;
   border-radius: 99px;
   padding: 10px 20px 10px 12px;
   box-shadow: 0 14px 36px rgba(0, 0, 0, .35);
   border: 1px solid rgba(224, 184, 75, .5);
}
.bl9-halo {
   width: 42px;
   height: 42px;
   border-radius: 50%;
   background: var(--dm5-leaf);
   display: flex;
   align-items: center;
   justify-content: center;
   animation: dmring 2.1s infinite;
}
.bl9-halo svg {
   width: 20px;
   height: 20px;
   stroke: #fff;
   stroke-width: 2;
   fill: none;
}
@keyframes dmring {
   0% {
      box-shadow: 0 0 0 0 rgba(163, 84, 15, .55);
   }
   70% {
      box-shadow: 0 0 0 12px rgba(163, 84, 15, 0);
   }
   100% {
      box-shadow: 0 0 0 0 rgba(163, 84, 15, 0);
   }
}
.bl9-slip {
   display: flex;
   flex-direction: column;
   line-height: 1.2;
}
.bl9-slip small {
   font-size: .68rem;
   color: #CAC2A8;
}
.bl9-slip b {
   font-size: 1rem;
}
/* mobile call bar */
.loadbar9 {
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 85;
   background: var(--dm5-barn);
   border-top: 2px solid var(--dm5-bright);
   display: none;
   padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
}
.loadbar9 ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: grid;
   grid-template-columns: 1fr;
   gap: 9px;
}
.ld9-cord {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 9px;
   background: var(--dm5-leaf);
   color: #FFF9EA;
   font-weight: 800;
   text-decoration: none;
   border-radius: 11px;
   padding: 13px 10px;
   font-size: 1.02rem;
}
.ld9-cord svg {
   width: 18px;
   height: 18px;
   stroke: currentColor;
   stroke-width: 2;
   fill: none;
}
@media (max-width: 768px) {
   .loadbar9 {
      display: block;
   }
   .barnlamp9 {
      display: none;
   }
   body {
      padding-bottom: 68px;
   }
}
/* back to top */
.rafterknob9 {
   position: fixed;
   right: 22px;
   bottom: 96px;
   z-index: 79;
   width: 44px;
   height: 44px;
   border-radius: 12px;
   border: 1px solid var(--dm5-crateline);
   background: #FFFCF2;
   color: var(--dm5-leaf);
   cursor: pointer;
   display: none;
   align-items: center;
   justify-content: center;
   box-shadow: 0 8px 20px rgba(27, 18, 8, .16);
}
.rafterknob9 svg {
   width: 20px;
   height: 20px;
   stroke: currentColor;
   stroke-width: 2.2;
   fill: none;
}
.rafterknob9.leafup9 {
   display: flex;
}
@media (max-width: 768px) {
   .rafterknob9 {
      bottom: 150px;
      right: 14px;
   }
}
/* reveal + stagger */
.curedin9 {
   opacity: 0;
   transform: translateY(22px);
   transition: opacity .6s ease, transform .6s ease;
}
.curedin9.cured9 {
   opacity: 1;
   transform: none;
}
.drh1 {
   transition-delay: .08s;
}
.drh2 {
   transition-delay: .16s;
}
.drh3 {
   transition-delay: .24s;
}
.drh4 {
   transition-delay: .32s;
}
.drh5 {
   transition-delay: .4s;
}
.drh6 {
   transition-delay: .48s;
}
@media (prefers-reduced-motion: reduce) {
   .curedin9 {
      opacity: 1;
      transform: none;
      transition: none;
   }
   .auctionrun9-chant {
      animation: none;
   }
}
/* narrow-shed allowances */
@media (max-width: 392px) {
   .bullseal9-slip strong {
      max-width: 46vw;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
   }
   .auctiondesk9-cord {
      padding-inline: 13px;
   }
}

@supports (aspect-ratio: 1) {
	.curebay9-window {
		height: auto;
	}
	.warehousebook9-bay img {
		height: auto;
	}
}
.curebay9-window img {
	height: 100%;
}
