/* Raleigh Chimney & Masonry -- the clay ledger.
   Acorn gold and Carolina haze blue over oak-shade char; clay-cream ground. */
:root {
  --rl2-brick: #A6431A;
  --rl2-brick-dark: #7C2F0E;
  --rl2-ember: #D0A945;
  --rl2-ember-glow: #EEDA9A;
  --rl2-coast: #4B7FA5;
  --rl2-charcoal: #181411;
  --rl2-charcoal-2: #221D18;
  --rl2-charcoal-3: #312A22;
  --rl2-cream: #F6F2EB;
  --rl2-cream-2: #EDE7DA;
  --rl2-ink: #1A1511;
  --rl2-muted: #6E675D;
  --rl2-line: rgba(24,20,17,.12);
  --rl2-gold: #D2AB3B;
  --rl2-green-ok: #35824D;
  --rl2-radius: 16px;
  --rl2-radius-lg: 26px;
  --rl2-shadow-sm: 0 4px 14px rgba(24,20,17,.08);
  --rl2-shadow: 0 14px 40px rgba(24,20,17,.14);
  --rl2-shadow-lg: 0 30px 70px rgba(24,20,17,.26);
  --rl2-wrap: 1200px;
  --rl2-font: 'Commissioner',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --rl2-display: 'Pathway Gothic One','Arial Narrow',var(--rl2-font);
  --rl2-header-h: 76px;
  }
*,*::before,*::after {
  box-sizing: border-box;
  }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  -webkit-text-size-adjust: 100%;
  }
body {
  margin: 0;
  font-family: var(--rl2-font);
  color: var(--rl2-ink);
  background: var(--rl2-cream);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  }
img {
  max-width: 100%;
  height: auto;
  display: block;
  }
a {
  color: var(--rl2-brick);
  text-decoration: none;
  }
a:hover {
  color: var(--rl2-brick-dark);
  }
button {
  font-family: inherit;
  }
h1,h2,h3,h4 {
  font-family: var(--rl2-display);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 .5em;
  letter-spacing: .4px;
  text-transform: uppercase;
  }
h1 {
  font-size: clamp(2.15rem,5.4vw,4.15rem);
  }
h2 {
  font-size: clamp(1.85rem,3.9vw,3rem);
  }
h3 {
  font-size: clamp(1.15rem,1.7vw,1.45rem);
  }
p {
  margin: 0 0 1.1em;
  }
.oakspan6 {
  width: min(var(--rl2-wrap),92%);
  margin-inline: auto;
  }
.midlot6 {
  text-align: center;
  }
.quietlot6 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  }
.sidewalk-link6 {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--rl2-brick);
  color: #fff;
  padding: 12px 20px;
  z-index: 9999;
  }
.sidewalk-link6:focus {
  left: 10px;
  top: 10px;
  }
:focus-visible {
  outline: 3px solid var(--rl2-ember);
  outline-offset: 3px;
  }
#bg-fx-rl {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  }
#emberCanvas-rl {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .55;
  }
.pollendrift6 {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .34;
  will-change: transform;
  }
.pollendrift6-a {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 30% 30%,var(--rl2-ember),transparent 68%);
  top: -140px;
  left: -120px;
  animation: float1 26s ease-in-out infinite;
  }
.pollendrift6-b {
  width: 640px;
  height: 640px;
  background: radial-gradient(circle at 60% 40%,var(--rl2-brick),transparent 66%);
  top: 38%;
  right: -220px;
  animation: float2 32s ease-in-out infinite;
  }
.pollendrift6-c {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 50% 50%,var(--rl2-gold),transparent 65%);
  bottom: -120px;
  left: 22%;
  animation: float3 29s ease-in-out infinite;
  }
@keyframes float1 {
  0%,100% {
    transform: translate3d(0,0,0) scale(1);
    }
  50% {
    transform: translate3d(90px,120px,0) scale(1.16);
    }
  }
@keyframes float2 {
  0%,100% {
    transform: translate3d(0,0,0) scale(1.05);
    }
  50% {
    transform: translate3d(-120px,-90px,0) scale(.9);
    }
  }
@keyframes float3 {
  0%,100% {
    transform: translate3d(0,0,0) scale(.95);
    }
  50% {
    transform: translate3d(70px,-110px,0) scale(1.2);
    }
  }
main,header,footer,.morningline6 {
  position: relative;
  z-index: 1;
  }
.bellpull6 {
  --rl2-bg: var(--rl2-brick);
  --rl2-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: var(--rl2-bg);
  color: var(--rl2-fg);
  font-weight: 700;
  font-size: 1.02rem;
  padding: 16px 30px;
  border-radius: 60px;
  border: 0;
  cursor: pointer;
  letter-spacing: .3px;
  box-shadow: 0 10px 26px rgba(178,58,33,.32);
  transition: transform .22s cubic-bezier(.2,.8,.3,1),box-shadow .22s,background .22s;
  position: relative;
  overflow: hidden;
  text-align: center;
  }
.bellpull6:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(178,58,33,.42);
  color: #fff;
  }
.bellpull6:active {
  transform: translateY(-1px);
  }
.bellpull6::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);
  transform: skewX(-18deg);
  animation: sheen 4.5s ease-in-out infinite;
  }
@keyframes sheen {
  0%,72% {
    left: -60%;
    }
  88%,100% {
    left: 135%;
    }
  }
.bellpull6-clay {
  --rl2-bg: linear-gradient(135deg,var(--rl2-ember),var(--rl2-brick));
  box-shadow: 0 10px 26px rgba(240,128,60,.4);
  }
.bellpull6-shade {
  --rl2-bg: transparent;
  --rl2-fg: #fff;
  border: 2px solid rgba(255,255,255,.6);
  box-shadow: none;
  }
.bellpull6-shade:hover {
  background: rgba(255,255,255,.12);
  box-shadow: none;
  }
.bellpull6-dusk {
  --rl2-bg: var(--rl2-charcoal);
  box-shadow: 0 10px 26px rgba(24,20,17,.3);
  }
.bellpull6-wide {
  padding: 19px 38px;
  font-size: 1.12rem;
  }
.bellpull6-fullporch {
  display: flex;
  width: 100%;
  }
.morningline6 {
  background: var(--rl2-charcoal);
  color: #DAD4C7;
  font-size: .86rem;
  letter-spacing: .3px;
  }
.morningline6 .oakspan6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  }
.morningline6 b {
  color: #fff;
  }
.morningline6 .ml6-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  }
.porchdot6 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31C16D;
  box-shadow: 0 0 0 0 rgba(73,199,126,.7);
  animation: pulseDot 2s infinite;
  }
@keyframes pulseDot {
  70% {
    box-shadow: 0 0 0 9px rgba(73,199,126,0);
    }
  100% {
    box-shadow: 0 0 0 0 rgba(73,199,126,0);
    }
  }
.officegate6 {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246,240,231,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rl2-line);
  transition: box-shadow .3s,background .3s;
  }
.officegate6.clayworn {
  box-shadow: 0 8px 30px rgba(24,20,17,.13);
  background: rgba(246,240,231,.96);
  }
.officegate6 .oakspan6 {
  width: min(1360px,94%);
  }
.foyerdesk6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: var(--rl2-header-h);
  }
.officeseal6 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--rl2-ink);
  flex: 0 0 auto;
  }
.officeseal6:hover {
  color: var(--rl2-ink);
  }
.officeseal6-plate {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  filter: drop-shadow(0 4px 8px rgba(178,58,33,.3));
  }
.officeseal6-slip {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  }
.officeseal6-slip strong {
  font-family: var(--rl2-display);
  font-size: 1.06rem;
  letter-spacing: .6px;
  text-transform: uppercase;
  }
.officeseal6-slip span {
  font-size: .7rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rl2-brick);
  font-weight: 600;
  }
.hallrow6 {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
.hallrow6 a {
  color: var(--rl2-ink);
  font-weight: 600;
  font-size: .92rem;
  white-space: nowrap;
  position: relative;
  padding: 6px 0;
  }
.hallrow6 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--rl2-brick);
  transition: width .28s;
  }
.hallrow6 a:hover::after,.hallrow6 a.makingrounds::after {
  width: 100%;
  }
.foyerdesk6-drive {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  }
.foyerdesk6-digits {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: right;
  }
.foyerdesk6-digits small {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--rl2-muted);
  }
.foyerdesk6-digits b {
  font-family: var(--rl2-display);
  font-size: 1.22rem;
  color: var(--rl2-brick);
  }
.screendoor6 {
  display: none;
  width: 48px;
  height: 44px;
  border: 1px solid var(--rl2-line);
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  position: relative;
  }
.screendoor6 span {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  background: var(--rl2-ink);
  transition: .3s;
  }
.screendoor6 span:nth-child(1) {
  top: 15px;
  }
.screendoor6 span:nth-child(2) {
  top: 21px;
  }
.screendoor6 span:nth-child(3) {
  top: 27px;
  }
.screendoor6[aria-expanded="true"] span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
  }
.screendoor6[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  }
.screendoor6[aria-expanded="true"] span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
  }
.porchfront6 {
  position: relative;
  color: #fff;
  padding: clamp(56px,8vw,104px) 0 clamp(70px,9vw,120px);
  overflow: hidden;
  isolation: isolate;
  }
.porchfront6-haze {
  position: absolute;
  inset: 0;
  z-index: -2;
  }
.porchfront6-haze img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: kenburns 24s ease-in-out infinite alternate;
  }
@keyframes kenburns {
  to {
    transform: scale(1.17) translate3d(-1.5%,-1.5%,0);
    }
  }
.porchfront6::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg,rgba(18,14,12,.95) 0%,rgba(26,18,14,.86) 38%,rgba(181,57,31,.6) 74%,rgba(242,145,63,.42) 100%);
  }
.porchfront6-lots {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 52px;
  align-items: center;
  }
.acornmark6 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.26);
  color: #fff;
  padding: 8px 17px;
  border-radius: 60px;
  font-size: .79rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
  }
.porchfront6 h1 {
  color: #fff;
  text-shadow: 0 6px 30px rgba(0,0,0,.4);
  }
.porchfront6 h1 .pineamber6 {
  color: var(--rl2-ember-glow);
  display: inline-block;
  }
.porchfront6-underline {
  font-size: clamp(1.02rem,1.5vw,1.2rem);
  color: #EAE4D7;
  max-width: 610px;
  }
.porchfront6-pulls {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 26px;
  }
.porchfront6-stamps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .92rem;
  color: #E6E0D3;
  }
.porchfront6-stamps li {
  display: flex;
  align-items: center;
  gap: 8px;
  }
.checkleaf6 {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(73,199,126,.2);
  display: grid;
  place-items: center;
  }
.checkleaf6 svg {
  width: 12px;
  height: 12px;
  stroke: #53DD8D;
  fill: none;
  stroke-width: 3;
  }
.looksee6 {
  background: linear-gradient(160deg,rgba(255,255,255,.98),rgba(246,240,231,.94));
  color: var(--rl2-ink);
  border-radius: var(--rl2-radius-lg);
  padding: 30px 28px;
  box-shadow: var(--rl2-shadow-lg);
  border: 1px solid rgba(255,255,255,.6);
  position: relative;
  animation: floaty 6.5s ease-in-out infinite;
  }
@keyframes floaty {
  0%,100% {
    transform: translateY(0);
    }
  50% {
    transform: translateY(-13px);
    }
  }
.looksee6-seal {
  position: absolute;
  top: -18px;
  right: -10px;
  background: var(--rl2-brick);
  color: #fff;
  font-family: var(--rl2-display);
  font-size: .82rem;
  letter-spacing: 1.4px;
  padding: 9px 16px;
  border-radius: 40px;
  box-shadow: 0 8px 20px rgba(178,58,33,.4);
  text-transform: uppercase;
  animation: wobble 5s ease-in-out infinite;
  }
@keyframes wobble {
  0%,100% {
    transform: rotate(-3deg);
    }
  50% {
    transform: rotate(3deg);
    }
  }
.looksee6-clearline {
  font-family: var(--rl2-display);
  font-size: clamp(3.4rem,7vw,4.6rem);
  line-height: 1;
  color: var(--rl2-brick);
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: center;
  margin: 6px 0 2px;
  }
.looksee6-clearline sup {
  font-size: .42em;
  margin-top: .32em;
  }
.looksee6 h2 {
  font-size: 1.32rem;
  margin-bottom: 4px;
  text-align: center;
  }
.looksee6 .looksee6-caption {
  text-align: center;
  color: var(--rl2-muted);
  font-size: .9rem;
  margin-bottom: 16px;
  }
.looksee6-rows {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 9px;
  font-size: .95rem;
  }
.looksee6-rows li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  }
.looksee6-rows svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  stroke: var(--rl2-brick);
  fill: none;
  stroke-width: 3;
  }
.looksee6-deedprint {
  font-size: .76rem;
  color: var(--rl2-muted);
  text-align: center;
  margin: 12px 0 0;
  line-height: 1.5;
  }
.beltline6 {
  background: var(--rl2-charcoal-2);
  color: #C9C4B7;
  overflow: hidden;
  padding: 13px 0;
  border-block: 1px solid rgba(255,255,255,.07);
  }
.beltline6-lanes {
  display: flex;
  gap: 52px;
  white-space: nowrap;
  width: max-content;
  animation: scrollX 34s linear infinite;
  font-family: var(--rl2-display);
  letter-spacing: 2px;
  font-size: .94rem;
  text-transform: uppercase;
  }
.beltline6-lanes span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  }
.beltline6-lanes b {
  color: var(--rl2-ember);
  }
@keyframes scrollX {
  to {
    transform: translateX(-50%);
    }
  }
section {
  padding: clamp(56px,7vw,100px) 0;
  position: relative;
  }
.gablehead6 {
  max-width: 760px;
  margin: 0 auto 52px;
  }
.gablehead6.westlot6 {
  margin-inline: 0;
  }
.acornflag6 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rl2-brick);
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 14px;
  }
.acornflag6::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--rl2-brick);
  }
.walkway6 {
  font-size: 1.06rem;
  color: var(--rl2-muted);
  }
.tone-claycream {
  background: linear-gradient(180deg,rgba(237,227,213,.75),rgba(246,240,231,.4));
  }
.tone-oakshade6 {
  background: var(--rl2-charcoal);
  color: #DCD7CA;
  }
.tone-oakshade6 h2,.tone-oakshade6 h3 {
  color: #fff;
  }
.tone-oakshade6 .walkway6 {
  color: #B6B1A3;
  }
.tone-oakshade6 .acornflag6 {
  color: var(--rl2-ember-glow);
  }
.tone-oakshade6 .acornflag6::before {
  background: var(--rl2-ember);
  }
.tallyporch6 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  }
.tallyporch6-post {
  background: #fff;
  border-radius: var(--rl2-radius);
  padding: 26px 20px;
  text-align: center;
  box-shadow: var(--rl2-shadow-sm);
  border: 1px solid var(--rl2-line);
  transition: transform .3s,box-shadow .3s;
  }
.tallyporch6-post:hover {
  transform: translateY(-7px);
  box-shadow: var(--rl2-shadow);
  }
.tallyporch6-post b {
  display: block;
  font-family: var(--rl2-display);
  font-size: clamp(2rem,3.6vw,2.9rem);
  color: var(--rl2-brick);
  line-height: 1;
  }
.tallyporch6-post span {
  font-size: .87rem;
  color: var(--rl2-muted);
  letter-spacing: .6px;
  }
.workbay6-lots {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(295px,1fr));
  gap: 26px;
  }
.workbay6 {
  background: #fff;
  border-radius: var(--rl2-radius-lg);
  overflow: hidden;
  box-shadow: var(--rl2-shadow-sm);
  border: 1px solid var(--rl2-line);
  display: flex;
  flex-direction: column;
  transition: transform .35s cubic-bezier(.2,.8,.3,1),box-shadow .35s;
  }
.workbay6:hover {
  transform: translateY(-10px);
  box-shadow: var(--rl2-shadow-lg);
  }
.workbay6-window {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--rl2-charcoal-3);
  }
.workbay6-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.8,.3,1);
  }
.workbay6:hover .workbay6-window img {
  transform: scale(1.09);
  }
.workbay6-window::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 42%,rgba(20,16,14,.72));
  }
.workbay6-seal {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--rl2-brick);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(178,58,33,.45);
  }
.workbay6-seal svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  }
.workbay6-ledger {
  padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
  }
.workbay6-ledger h3 {
  margin-bottom: 8px;
  }
.workbay6-ledger p {
  font-size: .95rem;
  color: var(--rl2-muted);
  margin-bottom: 16px;
  }
.workbay6-ledger ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: .9rem;
  display: grid;
  gap: 6px;
  }
.workbay6-ledger li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #48443E;
  }
.workbay6-ledger li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rl2-ember);
  flex: 0 0 auto;
  margin-top: 8px;
  }
.workbay6-pull {
  margin-top: auto;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .95rem;
  }
.workbay6-pull svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  transition: transform .3s;
  }
.workbay6:hover .workbay6-pull svg {
  transform: translateX(5px);
  }
.warnfence6-lots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  }
.warnfence6-posts {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  }
.warnfence6-posts li {
  display: flex;
  gap: 15px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 16px 18px;
  align-items: flex-start;
  transition: transform .3s,border-color .3s,background .3s;
  }
.warnfence6-posts li:hover {
  transform: translateX(7px);
  border-color: rgba(240,128,60,.55);
  background: rgba(240,128,60,.08);
  }
.warnfence6-posts .wf6 {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 11px;
  background: rgba(240,128,60,.16);
  display: grid;
  place-items: center;
  }
.warnfence6-posts .wf6 svg {
  width: 20px;
  height: 20px;
  stroke: var(--rl2-ember-glow);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  }
.warnfence6-posts b {
  display: block;
  color: #fff;
  font-family: var(--rl2-display);
  letter-spacing: .5px;
  font-size: 1.02rem;
  text-transform: uppercase;
  }
.warnfence6-posts span {
  font-size: .92rem;
  color: #B2AD9F;
  }
.warnfence6-window {
  position: relative;
  border-radius: var(--rl2-radius-lg);
  overflow: hidden;
  box-shadow: var(--rl2-shadow-lg);
  }
.warnfence6-window img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  }
.warnfence6-chalk {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: rgba(24,20,17,.82);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 16px 18px;
  color: #fff;
  }
.warnfence6-chalk b {
  font-family: var(--rl2-display);
  display: block;
  color: var(--rl2-ember-glow);
  letter-spacing: 1px;
  }
.warnfence6-chalk span {
  font-size: .88rem;
  color: #C6C1B3;
  }
.stairway6 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  counter-reset: step;
  position: relative;
  }
.stairway6-tread {
  background: #fff;
  border-radius: var(--rl2-radius);
  padding: 34px 24px 26px;
  box-shadow: var(--rl2-shadow-sm);
  border: 1px solid var(--rl2-line);
  position: relative;
  transition: transform .35s,box-shadow .35s;
  }
.stairway6-tread:hover {
  transform: translateY(-8px);
  box-shadow: var(--rl2-shadow);
  }
.stairway6-stamp {
  position: absolute;
  top: -20px;
  left: 24px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(140deg,var(--rl2-ember),var(--rl2-brick));
  color: #fff;
  font-family: var(--rl2-display);
  font-size: 1.3rem;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 22px rgba(178,58,33,.35);
  }
.stairway6-tread h3 {
  font-size: 1.12rem;
  margin-top: 8px;
  }
.stairway6-tread p {
  font-size: .93rem;
  color: var(--rl2-muted);
  margin: 0;
  }
.jobbook6 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  }
.jobbook6-page {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--rl2-shadow-sm);
  aspect-ratio: 1;
  background: var(--rl2-charcoal-3);
  }
.jobbook6-page:nth-child(1),.jobbook6-page:nth-child(6) {
  grid-row: span 2;
  aspect-ratio: 1/2.06;
  }
.jobbook6-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.3,1);
  }
.jobbook6-page:hover img {
  transform: scale(1.1);
  }
.jobbook6-page figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 34px 16px 14px;
  background: linear-gradient(transparent,rgba(20,16,14,.86));
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  transform: translateY(6px);
  opacity: 0;
  transition: .35s;
  }
.jobbook6-page:hover figcaption {
  transform: translateY(0);
  opacity: 1;
  }
.townwords6 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  }
.townword6 {
  background: #fff;
  border-radius: var(--rl2-radius);
  padding: 28px 26px;
  box-shadow: var(--rl2-shadow-sm);
  border: 1px solid var(--rl2-line);
  position: relative;
  transition: transform .35s,box-shadow .35s;
  }
.townword6:hover {
  transform: translateY(-8px);
  box-shadow: var(--rl2-shadow);
  }
.townword6 .porchquote6 {
  position: absolute;
  top: 16px;
  right: 22px;
  font-family: var(--rl2-display);
  font-size: 4.2rem;
  color: rgba(178,58,33,.13);
  line-height: 1;
  }
.nightgable6 {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
  }
.nightgable6 svg {
  width: 18px;
  height: 18px;
  fill: var(--rl2-gold);
  }
.townword6 p {
  font-size: .98rem;
  color: #48443E;
  }
.townword6 footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  border-top: 1px solid var(--rl2-line);
  padding-top: 14px;
  }
.cameo6r {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(140deg,var(--rl2-brick),var(--rl2-ember));
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--rl2-display);
  font-size: 1.05rem;
  flex: 0 0 auto;
  }
.townword6 footer b {
  display: block;
  font-size: .95rem;
  }
.townword6 footer span {
  font-size: .8rem;
  color: var(--rl2-muted);
  }
.countyboard6 {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  }
.countyboard6 li {
  background: #fff;
  border: 1px solid var(--rl2-line);
  border-radius: 60px;
  padding: 10px 20px;
  font-size: .92rem;
  font-weight: 600;
  box-shadow: var(--rl2-shadow-sm);
  transition: transform .25s,background .25s,color .25s,border-color .25s;
  }
.countyboard6 li:hover {
  transform: translateY(-4px);
  background: var(--rl2-brick);
  color: #fff;
  border-color: var(--rl2-brick);
  }
.porch-qa {
  max-width: 880px;
  margin-inline: auto;
  }
.porch-qa details {
  background: #fff;
  border: 1px solid var(--rl2-line);
  border-radius: 14px;
  margin-bottom: 12px;
  box-shadow: var(--rl2-shadow-sm);
  overflow: hidden;
  transition: box-shadow .3s;
  }
.porch-qa details[open] {
  box-shadow: var(--rl2-shadow);
  }
.porch-qa summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 58px 20px 22px;
  font-weight: 700;
  font-size: 1.03rem;
  position: relative;
  }
.porch-qa summary::-webkit-details-marker {
  display: none;
  }
.porch-qa summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2.6px solid var(--rl2-brick);
  border-bottom: 2.6px solid var(--rl2-brick);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s;
  }
.porch-qa details[open] summary::after {
  transform: translateY(-25%) rotate(-135deg);
  }
.porch-qa .porch-qa-ledger {
  padding: 0 22px 20px;
  color: var(--rl2-muted);
  font-size: .97rem;
  }
.porch-qa .porch-qa-ledger p:last-child {
  margin-bottom: 0;
  }
.duskporch6 {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  }
.duskporch6 .duskporch6-haze {
  position: absolute;
  inset: 0;
  z-index: -2;
  }
.duskporch6 .duskporch6-haze img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
.duskporch6::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg,rgba(140,43,22,.94),rgba(24,20,17,.9));
  }
.duskporch6 h2 {
  color: #fff;
  font-size: clamp(2rem,4.4vw,3.3rem);
  }
.duskporch6 p {
  color: #EFE9DE;
  max-width: 660px;
  margin-inline: auto;
  font-size: 1.06rem;
  }
.duskporch6-pulls {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
  }
.duskporch6-digits {
  display: block;
  font-family: var(--rl2-display);
  font-size: clamp(2rem,5vw,2.9rem);
  color: #fff;
  margin-top: 20px;
  letter-spacing: 1px;
  }
.duskporch6-digits:hover {
  color: var(--rl2-ember-glow);
  }
.saundersdesk6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
  }
.saundersdesk6>* {
  min-width: 0;
  }
.saundersdesk6-lines a,.clayfooting6 address a {
  overflow-wrap: anywhere;
  }
.backporch6 {
  background: #fff;
  border-radius: var(--rl2-radius-lg);
  padding: 34px 32px;
  box-shadow: var(--rl2-shadow);
  border: 1px solid var(--rl2-line);
  }
.toolchest6 {
  margin-bottom: 16px;
  }
.toolchest6 label {
  display: block;
  font-weight: 700;
  font-size: .86rem;
  margin-bottom: 7px;
  letter-spacing: .4px;
  }
.toolchest6 input,.toolchest6 select,.toolchest6 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.6px solid var(--rl2-line);
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  background: #FBFAF6;
  color: var(--rl2-ink);
  transition: border-color .25s,box-shadow .25s,background .25s;
  }
.toolchest6 input:focus,.toolchest6 select:focus,.toolchest6 textarea:focus {
  outline: none;
  border-color: var(--rl2-brick);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(178,58,33,.12);
  }
.toolchest6 textarea {
  resize: vertical;
  min-height: 110px;
  }
.twinporch6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  }
.backnote6 {
  font-size: .79rem;
  color: var(--rl2-muted);
  margin-top: 12px;
  text-align: center;
  }
.backline6 {
  display: none;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: .94rem;
  margin-bottom: 16px;
  }
.backline6.onlot6 {
  display: block;
  background: rgba(46,125,81,.1);
  color: #35824D;
  border: 1px solid rgba(46,125,81,.3);
  }
.backline6.offlot6 {
  display: block;
  background: rgba(178,58,33,.1);
  color: var(--rl2-brick-dark);
  border: 1px solid rgba(178,58,33,.3);
  }
.saundersdesk6-lines {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 16px;
  }
.saundersdesk6-lines li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  }
.saundersdesk6-seal {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 14px;
  background: rgba(178,58,33,.1);
  display: grid;
  place-items: center;
  }
.saundersdesk6-seal svg {
  width: 22px;
  height: 22px;
  stroke: var(--rl2-brick);
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  }
.saundersdesk6-lines b {
  display: block;
  font-family: var(--rl2-display);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: .95rem;
  }
.saundersdesk6-lines a,.saundersdesk6-lines span {
  color: var(--rl2-muted);
  font-size: 1rem;
  }
.saundersdesk6-lines a:hover {
  color: var(--rl2-brick);
  }
.countymap6 {
  border-radius: var(--rl2-radius);
  overflow: hidden;
  box-shadow: var(--rl2-shadow-sm);
  border: 1px solid var(--rl2-line);
  line-height: 0;
  }
.countymap6 iframe {
  width: 100%;
  height: 290px;
  border: 0;
  }
.porchwatch6 {
  background: #fff;
  border: 1px solid var(--rl2-line);
  border-radius: var(--rl2-radius);
  padding: 22px 24px;
  box-shadow: var(--rl2-shadow-sm);
  margin-bottom: 26px;
  }
.porchwatch6 dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  margin: 0;
  font-size: .95rem;
  }
.porchwatch6 dt {
  font-weight: 700;
  }
.porchwatch6 dd {
  margin: 0;
  text-align: right;
  color: var(--rl2-muted);
  }
.clayfooting6 {
  background: var(--rl2-charcoal);
  color: #A7A295;
  padding: 70px 0 0;
  font-size: .95rem;
  }
.clayfooting6-lots {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 38px;
  padding-bottom: 44px;
  }
.clayfooting6 h4 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
  }
.clayfooting6 a {
  color: #A7A295;
  }
.clayfooting6 a:hover {
  color: var(--rl2-ember-glow);
  }
.clayfooting6-lines {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  }
.clayfooting6-seal {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #fff;
  }
.clayfooting6-seal strong {
  font-family: var(--rl2-display);
  font-size: 1.1rem;
  letter-spacing: .6px;
  text-transform: uppercase;
  }
.clayfooting6-sill {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: .84rem;
  }
.porchlamp6 {
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 950;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg,var(--rl2-brick),var(--rl2-brick-dark));
  color: #fff;
  padding: 15px 24px 15px 17px;
  border-radius: 60px;
  font-weight: 800;
  letter-spacing: .4px;
  box-shadow: 0 16px 40px rgba(178,58,33,.5);
  transition: transform .3s cubic-bezier(.2,.8,.3,1),box-shadow .3s;
  }
.porchlamp6:hover {
  transform: scale(1.06) translateY(-3px);
  color: #fff;
  box-shadow: 0 22px 52px rgba(178,58,33,.6);
  }
.porchlamp6 .pl6-halo {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  }
.porchlamp6 .pl6-halo::before,.porchlamp6 .pl6-halo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.6);
  animation: ring 2.6s ease-out infinite;
  }
.porchlamp6 .pl6-halo::after {
  animation-delay: 1.3s;
  }
@keyframes ring {
  0% {
    transform: scale(1);
    opacity: .85;
    }
  100% {
    transform: scale(2.1);
    opacity: 0;
    }
  }
.porchlamp6 svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  animation: shake 3.2s ease-in-out infinite;
  }
@keyframes shake {
  0%,86%,100% {
    transform: rotate(0);
    }
  90% {
    transform: rotate(-14deg);
    }
  94% {
    transform: rotate(14deg);
    }
  }
.porchlamp6 .pl6-slip {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  }
.porchlamp6 .pl6-slip small {
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  opacity: .85;
  font-weight: 600;
  }
.porchlamp6 .pl6-slip b {
  font-family: var(--rl2-display);
  font-size: 1.12rem;
  letter-spacing: .6px;
  }
.stepbar6 {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 960;
  background: rgba(24,20,17,.97);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
  }
.stepbar6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 8px;
  }
.stepbar6 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 9px 4px;
  border-radius: 12px;
  color: #E8E2D5;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  }
.stepbar6 a svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  }
.stepbar6 .sb6-pull {
  background: linear-gradient(135deg,var(--rl2-brick),var(--rl2-brick-dark));
  color: #fff;
  box-shadow: 0 6px 18px rgba(178,58,33,.5);
  animation: mbPulse 2.4s ease-in-out infinite;
  }
@keyframes mbPulse {
  0%,100% {
    box-shadow: 0 6px 18px rgba(178,58,33,.5);
    }
  50% {
    box-shadow: 0 6px 26px rgba(240,128,60,.85);
    }
  }
.ridgeknob6 {
  position: fixed;
  right: 26px;
  bottom: 104px;
  z-index: 940;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--rl2-charcoal);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--rl2-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  border: 0;
  cursor: pointer;
  }
.ridgeknob6.sunup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  }
.ridgeknob6 svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.6;
  }
.leafedin6 {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.2,.8,.3,1),transform .8s cubic-bezier(.2,.8,.3,1);
  }
.leafedin6.onporch {
  opacity: 1;
  transform: none;
  }
.leafedin6.ral1 {
  transition-delay: .1s;
  }
.leafedin6.ral2 {
  transition-delay: .2s;
  }
.leafedin6.ral3 {
  transition-delay: .3s;
  }
.leafedin6.ral4 {
  transition-delay: .4s;
  }
.leafedin6.ral5 {
  transition-delay: .5s;
  }
.leafedin6.ral6 {
  transition-delay: .6s;
  }
@media (max-width:1080px) {
  .porchfront6-lots {
    grid-template-columns: 1fr;
    gap: 44px;
    }
  .looksee6 {
    max-width: 520px;
    }
  .tallyporch6 {
    grid-template-columns: repeat(2,1fr);
    }
  .stairway6 {
    grid-template-columns: repeat(2,1fr);
    row-gap: 38px;
    }
  .townwords6 {
    grid-template-columns: 1fr;
    }
  .clayfooting6-lots {
    grid-template-columns: 1fr 1fr;
    }
  .jobbook6 {
    grid-template-columns: repeat(3,1fr);
    }
  }
@media (max-width:1440px) {
  .hallrow6 {
    gap: 18px;
    }
  .hallrow6 a {
    font-size: .9rem;
    }
  .foyerdesk6-digits {
    display: none;
    }
  }
@media (max-width:1240px) {
  .hallrow6 {
    gap: 15px;
    }
  .hallrow6 a {
    font-size: .86rem;
    }
  .hallrow6 li:has(.foyerdesk6-dim) {
    display: none;
    }
  .foyerdesk6-dim {
    display: none;
    }
  }
@media (max-width:1150px) {
  .hallrow6 {
    position: fixed;
    inset: var(--rl2-header-h) 0 auto 0;
    background: var(--rl2-cream);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 6% 26px;
    border-bottom: 1px solid var(--rl2-line);
    box-shadow: var(--rl2-shadow);
    transform: translateY(-135%);
    transition: transform .4s cubic-bezier(.2,.8,.3,1);
    max-height: calc(100vh - var(--rl2-header-h));
    overflow: auto;
    }
  .hallrow6.screenswung {
    transform: translateY(0);
    }
  .hallrow6 li:has(.foyerdesk6-dim) {
    display: block;
    }
  .foyerdesk6-dim {
    display: block;
    }
  .hallrow6 li {
    border-bottom: 1px solid var(--rl2-line);
    }
  .hallrow6 a {
    display: block;
    padding: 15px 0;
    font-size: 1.05rem;
    }
  .screendoor6 {
    display: block;
    }
  .foyerdesk6-digits {
    display: none;
    }
  .foyerdesk6-drive .bellpull6 {
    padding: 12px 20px;
    font-size: .92rem;
    }
  .warnfence6-lots,.saundersdesk6 {
    grid-template-columns: 1fr;
    gap: 34px;
    }
  .porchlamp6 {
    display: none;
    }
  .stepbar6 {
    display: block;
    }
  body {
    padding-bottom: 74px;
    }
  .ridgeknob6 {
    bottom: 88px;
    right: 16px;
    }
  }
@media (max-width:640px) {
  body {
    font-size: 16px;
    }
  .morningline6 .oakspan6 {
    justify-content: center;
    text-align: center;
    font-size: .8rem;
    gap: 6px 16px;
    padding: 7px 0;
    }
  .morningline6 .ml6-fold,.morningline6 .ml6-bulletin {
    display: none;
    }
  .foyerdesk6-pull-slip {
    display: none;
    }
  .foyerdesk6-drive .bellpull6 {
    padding: 12px 14px;
    border-radius: 50%;
    }
  .foyerdesk6-drive {
    gap: 9px;
    }
  .tallyporch6,.stairway6 {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    }
  .jobbook6 {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    }
  .jobbook6-page:nth-child(1),.jobbook6-page:nth-child(6) {
    grid-row: span 1;
    aspect-ratio: 1;
    }
  .twinporch6 {
    grid-template-columns: 1fr;
    }
  .backporch6 {
    padding: 26px 20px;
    }
  .clayfooting6-lots {
    grid-template-columns: 1fr;
    gap: 30px;
    }
  .porchfront6-pulls .bellpull6 {
    flex: 1 1 100%;
    }
  .foyerdesk6 {
    gap: 8px;
    }
  .officeseal6 {
    min-width: 0;
    gap: 9px;
    }
  .officeseal6-plate {
    width: 38px;
    height: 38px;
    }
  .officeseal6-slip {
    min-width: 0;
    }
  .officeseal6-slip span {
    font-size: .56rem;
    letter-spacing: 1.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
  .officeseal6-slip strong {
    font-size: .85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
  .tallyporch6 .tallyporch6-post {
    padding: 20px 12px;
    }
  .workbay6-ledger,.backporch6 {
    overflow-wrap: break-word;
    }
  }
@media (max-width:400px) {
  .oakspan6 {
    width: 94%;
    }
  .stairway6 {
    grid-template-columns: 1fr;
    row-gap: 34px;
    }
  .tallyporch6 {
    gap: 10px;
    }
  .officeseal6-plate {
    width: 34px;
    height: 34px;
    }
  .officeseal6-slip strong {
    font-size: .8rem;
    }
  .foyerdesk6-drive .bellpull6 {
    padding: 11px 13px;
    }
  .screendoor6 {
    width: 44px;
    }
  }
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    animation-duration: .001ms!important;
    animation-iteration-count: 1!important;
    transition-duration: .001ms!important;
    }
  html {
    scroll-behavior: auto;
    }
  .leafedin6 {
    opacity: 1;
    transform: none;
    }
  }
@media print {
  .officegate6,.porchlamp6,.stepbar6,.ridgeknob6,#bg-fx-rl,.beltline6 {
    display: none!important;
    }
  body {
    background: #fff;
    color: #000;
    }
  }
.looksee6-freeclear {
  font-family: var(--rl2-display);
  font-size: clamp(3rem,6.4vw,4.3rem);
  line-height: 1;
  color: var(--rl2-brick);
  text-align: center;
  letter-spacing: 2px;
  margin: 8px 0 2px;
  }
.looksee6-freeclear small {
  display: block;
  font-family: var(--rl2-font);
  font-size: .31em;
  letter-spacing: 3.4px;
  color: var(--rl2-coast);
  font-weight: 800;
  margin-top: 6px;
  }
.looksee6 .looksee6-rows svg {
  stroke: var(--rl2-coast);
  }
.seal-freeclear {
  background: var(--rl2-coast);
  box-shadow: 0 8px 20px rgba(30,111,104,.42);
  }
.checkleaf6-haze {
  background: rgba(30,111,104,.22);
  }
.checkleaf6-haze svg {
  stroke: #B9D2E3;
  }
.porchaside6 {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(242,145,63,.1);
  border: 1px solid rgba(242,145,63,.34);
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 24px;
  }
.porchaside6 svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: 2px;
  stroke: var(--rl2-brick);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  }
.porchaside6 p {
  margin: 0;
  font-size: .94rem;
  }
.tradesman-card6 {
  background: linear-gradient(158deg,var(--rl2-charcoal) 0%,var(--rl2-charcoal-2) 55%,#392713 100%);
  color: #DBD5C8;
  border-radius: var(--rl2-radius-lg);
  padding: 38px 34px;
  box-shadow: var(--rl2-shadow-lg);
  border: 1px solid rgba(255,255,255,.09);
  position: relative;
  overflow: hidden;
  }
.tradesman-card6::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(242,145,63,.34),transparent 68%);
  filter: blur(14px);
  animation: float1 18s ease-in-out infinite;
  }
.tradesman-card6>* {
  position: relative;
  z-index: 1;
  }
.tradesman-tag6 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rl2-ember-glow);
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: .74rem;
  margin-bottom: 12px;
  }
.tradesman-tag6::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--rl2-ember);
  }
.tradesman-card6 h3 {
  color: #fff;
  font-size: clamp(1.4rem,2.4vw,1.9rem);
  margin-bottom: 10px;
  }
.tradesman-card6 p {
  color: #B4AFA1;
  font-size: .99rem;
  }
.tradesman-digits6 {
  display: block;
  font-family: var(--rl2-display);
  font-size: clamp(2.1rem,4.6vw,3rem);
  color: #fff;
  letter-spacing: 1px;
  margin: 20px 0 18px;
  text-align: center;
  transition: color .25s,transform .25s;
  }
.tradesman-digits6:hover {
  color: var(--rl2-ember-glow);
  transform: scale(1.03);
  }
.tradesman-watch6 {
  text-align: center;
  font-size: .92rem;
  margin: 18px 0 0;
  color: #B4AFA1;
  }
.tradesman-watch6 strong {
  color: #fff;
  }
.tradesman-steps6 {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  }
.tradesman-steps6 h4 {
  color: #fff;
  font-size: .92rem;
  letter-spacing: 1.8px;
  margin-bottom: 14px;
  }
.tradesman-steps6 ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ce;
  display: grid;
  gap: 12px;
  }
.tradesman-steps6 li {
  counter-increment: ce;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: .94rem;
  color: #C2BDAF;
  }
.tradesman-steps6 li::before {
  content: counter(ce);
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(242,145,63,.18);
  color: var(--rl2-ember-glow);
  font-family: var(--rl2-display);
  font-size: .9rem;
  display: grid;
  place-items: center;
  margin-top: 1px;
  }
@media (max-width:640px) {
  .tradesman-card6 {
    padding: 28px 22px;
    }
  }
.townword6 p {
  font-size: .95rem;
  line-height: 1.62;
  }
.townword6 footer b {
  font-size: .92rem;
  line-height: 1.3;
  }
.townword6 .cameo6r svg {
  display: block;
  }
@media (max-width:1080px) {
  .townwords6 {
    gap: 22px;
    }
  }
.stepbar6 ul.sb6-pair {
  grid-template-columns: 1.7fr 1fr;
  }
/* narrow-porch allowances */
@media (max-width: 392px) {
  .officeseal6-slip strong {
    max-width: 46vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
  .foyerdesk6-pull {
    padding-inline: 13px;
    }
  }
.stepbar6 ul {
  grid-template-columns: 1fr;
  }
.stairway6 > * {
  min-width: 0;
  }
.stairway6-tread h3 {
  overflow-wrap: anywhere;
  }
.tallyporch6-post b span {
  font-size: inherit;
  color: inherit;
  letter-spacing: 0;
  }
