/* Blake Roofing, Charleston WV. Preview build by NH Media Web.
   Self-hosted type, no libraries, no external requests. */

@font-face {
  font-family: "Rokkitt";
  src: url("fonts/rokkitt-latin-var.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("fonts/karla-latin-var.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #191612;
  --ink-2: #12100D;
  --ink-3: #221D18;
  --ink-4: #0E0C0A;
  --cream: #F3EFE6;
  --cream-2: #E8E1D3;
  --rust: #C2562C;
  --rust-lit: #E07A4B;
  --rust-deep: #99401D;
  --brass: #C9A45B;
  --brass-deep: #8A6E36;
  --on-dark: #CFC5B6;
  --on-dark-dim: #A89D8D;
  --on-light: #453E36;
  --on-light-dim: #6A6156;
  --line-dark: rgba(243, 239, 230, .14);
  --line-light: rgba(25, 22, 18, .16);
  --shell: 1220px;
  --disabled: #968D80;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--on-dark);
  font-family: "Karla", "Segoe UI", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 34px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 99;
  background: var(--rust);
  color: #fff;
  padding: 12px 20px;
  font-weight: 700;
}
.skip:focus {
  left: 12px;
  top: 12px;
  outline: 3px solid #fff;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, .85);
}

/* ------------------------------------------------------------ type helpers */

.lab {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.lab::before {
  content: "";
  width: 38px;
  height: 11px;
  flex: none;
  background: repeating-linear-gradient(90deg,
    currentColor 0 11px, transparent 11px 13.5px);
}
.lab-d { color: var(--brass); }
.lab-l { color: var(--rust-deep); }

.sec-h {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: clamp(34px, 4.3vw, 52px);
  line-height: 1.06;
  letter-spacing: -.015em;
  margin: 0 0 20px;
  color: var(--cream);
}
.sec-light .sec-h { color: #241F1A; }

.sec-lede {
  font-size: 19px;
  max-width: 62ch;
  margin: 0;
  color: var(--on-dark-dim);
}
.sec-light .sec-lede { color: var(--on-light-dim); }

.sec-head { margin-bottom: 52px; }

/* ---------------------------------------------------------------- sections */

.sec { padding: 108px 0; position: relative; }
.sec-dark { background: var(--ink); }
.sec-deep { background: var(--ink-3); }
.sec-deepest { background: var(--ink-2); }
.sec-light { background: var(--cream); color: var(--on-light); }

/* fine granule speckle on the dark grounds */
.granular::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  background-image:
    radial-gradient(rgba(243, 239, 230, .07) .9px, transparent 1px),
    radial-gradient(rgba(194, 86, 44, .09) .8px, transparent .9px);
  background-size: 13px 13px, 21px 21px;
  background-position: 0 0, 7px 9px;
}
.granular > * { position: relative; }

/* a course of shingle tabs, used as a section edge */
.course {
  height: 10px;
  background: repeating-linear-gradient(90deg,
    var(--rust) 0 34px, transparent 34px 38px);
  opacity: .55;
}

/* ---------------------------------------------------------------- buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .01em;
  padding: 15px 26px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn-solid { background: var(--rust); color: #fff; }
.btn-solid:hover { background: var(--rust-lit); }
.btn-ghost { border-color: rgba(243, 239, 230, .38); color: var(--cream); }
.btn-ghost:hover { border-color: var(--brass); color: var(--brass); }
.btn-lg { font-size: 17px; padding: 18px 30px; }

/* ------------------------------------------------------- preview banner */

.pbar {
  background: var(--ink-4);
  border-bottom: 1px solid rgba(201, 164, 91, .34);
  font-size: 15px;
  line-height: 1.55;
}
.pbar-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 28px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.pbar-txt { margin: 0; color: var(--on-dark-dim); max-width: 66ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; }
.pbar-btn {
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  padding: 11px 20px;
  background: var(--rust);
  color: #fff;
  text-decoration: none;
  border: 2px solid var(--rust);
}
.pbar-btn:hover { background: var(--rust-lit); border-color: var(--rust-lit); }
.pbar-mail { color: var(--brass); font-size: 15px; }

/* ---------------------------------------------------------------- masthead */

.mast {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(18, 16, 13, .96);
  border-bottom: 1px solid var(--line-dark);
}
.mast-in {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; margin-right: auto; }
.brand-mark { width: 54px; height: 54px; flex: none; }
.brand-name {
  display: block;
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--cream);
}
.brand-sub {
  display: block;
  font-size: 12px;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--brass);
  margin-top: 5px;
}
.nav { display: flex; gap: 30px; }
.nav a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: var(--on-dark);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--cream); border-bottom-color: var(--rust); }
.burger { display: none; }

/* -------------------------------------------------------------------- hero */

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--ink-2);
}
.hero-img {
  position: absolute;
  inset: -3%;
  background: #211C17 url("assets/img/stock-hero-roof.jpg") center 42% / cover no-repeat;
  animation: drift 32s ease-in-out infinite alternate;
}
@keyframes drift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.09) translate3d(-1.4%, -1%, 0); }
}
.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(101deg,
    rgba(14, 12, 10, .96) 0%, rgba(14, 12, 10, .9) 38%,
    rgba(14, 12, 10, .58) 68%, rgba(14, 12, 10, .34) 100%);
}
.hero-veil-b {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(14, 12, 10, .9) 0%, rgba(14, 12, 10, .1) 34%, rgba(14, 12, 10, 0) 60%);
}
.hero-in {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 46px;
  padding-top: 122px;
  padding-bottom: 40px;
  flex: 1;
}
.hero-copy { max-width: 44ch; }
.hero-h {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: clamp(42px, 6.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.022em;
  color: var(--cream);
  margin: 0 0 22px;
}
.hero-h .w {
  display: inline-block;
  animation: rise .74s cubic-bezier(.2, .7, .2, 1) both;
}
.hero-h .w:nth-child(1) { animation-delay: .05s; }
.hero-h .w:nth-child(2) { animation-delay: .12s; }
.hero-h .w:nth-child(3) { animation-delay: .19s; }
.hero-h .w:nth-child(4) { animation-delay: .26s; }
.hero-h .w:nth-child(5) { animation-delay: .33s; }
.hero-h .w:nth-child(6) { animation-delay: .4s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}
.hero-p { font-size: 20px; color: #DCD3C6; margin: 0 0 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }

.hero-card {
  margin: 0 0 6px;
  flex: none;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  background: rgba(14, 12, 10, .84);
  border: 1px solid rgba(201, 164, 91, .5);
  border-left: 5px solid var(--rust);
  animation: fadein 1s ease .55s both;
}
@keyframes fadein { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hero-card-n {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 46px;
  line-height: 1;
  color: var(--cream);
}
.hero-card-k { display: block; font-size: 14px; color: var(--on-dark-dim); margin-top: 3px; }
.stars { display: flex; gap: 3px; color: var(--brass); }
.stars svg { display: block; }

.hero-tags {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(243, 239, 230, .16);
  background: rgba(14, 12, 10, .78);
}
.hero-tags li {
  padding: 17px 32px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--on-dark);
  border-right: 1px solid rgba(243, 239, 230, .13);
}
.hero-tags li:first-child { padding-left: 34px; }

/* ---------------------------------------------------------------- the work */

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.card {
  background: rgba(243, 239, 230, .045);
  border: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
}
.card-feat {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: stretch;
}
.card-feat .card-body { align-self: center; padding: 36px 42px; }
.card-fig { margin: 0; position: relative; display: flex; flex-direction: column; }
.card-fig img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 3 / 2; }
.card-feat .card-fig { height: 100%; min-height: 0; }
.card-feat .card-fig img { flex: 1 1 auto; height: auto; min-height: 260px; aspect-ratio: auto; }
.card-body { padding: 30px 32px 34px; }
.card-body h3 {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.14;
  margin: 0 0 12px;
  color: var(--cream);
}
.card-body p { margin: 0; font-size: 17px; color: var(--on-dark-dim); }
.card-body p + p { margin-top: 14px; }

.cap {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--on-dark-dim);
  padding: 10px 32px 0;
  margin: 0;
}
.cap-l { color: var(--on-light-dim); }
.cap-note { display: block; margin-top: 5px; color: var(--brass); }

/* --------------------------------------------------------------- the roof */

.roof-in {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 68px;
  align-items: start;
}
.roof-fig { margin: 0; position: sticky; top: 120px; }
.roof-fig img { width: 100%; height: auto; }
.roof-fig .cap { padding: 10px 0 0; }
.roof-list { list-style: none; margin: 0; padding: 0; }
.roof-list li {
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line-light);
}
.roof-list li:first-child { border-top: 0; padding-top: 0; }
.roof-n {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: var(--rust-deep);
  flex: none;
  width: 58px;
}
.roof-list h3 {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 24px;
  margin: 0 0 8px;
  color: #241F1A;
  line-height: 1.14;
}
.roof-list p { margin: 0; font-size: 17px; color: var(--on-light); }

/* ------------------------------------------------------------- pull quote */

.years-in { max-width: 940px; }
.years-q {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.22;
  color: var(--cream);
  margin: 0;
  padding: 0;
  border: 0;
}
.years-q p { margin: 0; }
.years-mark {
  display: block;
  font-family: "Rokkitt", Georgia, serif;
  font-size: 92px;
  line-height: .6;
  color: var(--rust);
  margin-bottom: 14px;
}
.years-by {
  margin: 26px 0 0;
  font-size: 15px;
  color: var(--on-dark-dim);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
}
.years-by b { color: var(--cream); font-weight: 700; }

/* ---------------------------------------------------------------- reviews */

.rev-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 26px;
  align-items: start;
}
.score {
  text-align: center;
  padding: 44px 30px;
  border: 1px solid rgba(201, 164, 91, .42);
  background: rgba(243, 239, 230, .04);
}
.score-n {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 78px;
  line-height: 1;
  color: var(--cream);
  margin: 0 0 12px;
}
.score .stars { justify-content: center; margin-bottom: 16px; }
.score-k { margin: 0; font-size: 16px; color: var(--on-dark); }
.score-s { margin: 6px 0 0; font-size: 13.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--brass); }

.quote {
  margin: 0;
  padding: 40px 42px;
  background: rgba(243, 239, 230, .05);
  border: 1px solid var(--line-dark);
  border-top: 4px solid var(--rust);
}
.quote-stars { display: flex; gap: 4px; color: var(--brass); margin: 0 0 20px; }
.quote blockquote { margin: 0; }
.quote blockquote p {
  font-size: 21px;
  line-height: 1.62;
  color: var(--cream);
  margin: 0;
}
.quote figcaption { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: baseline; }
.quote-who { font-weight: 700; color: var(--cream); }
.quote-src { font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--brass); }

/* reviews on the light ground */
.sec-light .score {
  border-color: rgba(153, 64, 29, .34);
  background: rgba(25, 22, 18, .035);
}
.sec-light .score-n { color: #241F1A; }
.sec-light .stars { color: var(--rust-deep); }
.sec-light .score-k { color: var(--on-light); }
.sec-light .score-s { color: var(--rust-deep); }
.sec-light .quote {
  background: rgba(25, 22, 18, .04);
  border-color: var(--line-light);
  border-top-color: var(--rust);
}
.sec-light .quote blockquote p { color: #241F1A; }
.sec-light .quote-who { color: #241F1A; }
.sec-light .quote-src { color: var(--rust-deep); }
.sec-light .quote-stars { color: var(--rust-deep); }
.sec-light .slot {
  border-color: rgba(153, 64, 29, .5);
  background: rgba(153, 64, 29, .05);
  color: var(--on-light);
}
.sec-light .slot-h { color: var(--rust-deep); }
.sec-light .slot-k { color: var(--rust-deep); }

/* ------------------------------------------------------- furniture slots */

.slot {
  border: 2px dashed rgba(201, 164, 91, .55);
  background: rgba(201, 164, 91, .05);
  padding: 30px 32px;
  color: var(--on-dark-dim);
}
.slot p { margin: 0 0 14px; font-size: 16px; }
.slot p:last-child { margin-bottom: 0; }
.slot-h {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--brass);
  letter-spacing: .01em;
}
.slot-k {
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--rust-lit);
  font-size: 14px !important;
  text-transform: uppercase;
}
.slot-card { display: flex; flex-direction: column; justify-content: center; }
.slot-wide { margin-top: 26px; }
.sec-story .slot { max-width: 900px; }

/* --------------------------------------------------------------- CTA band */

.call { position: relative; overflow: hidden; padding: 96px 0; }
.call-img {
  position: absolute;
  inset: 0;
  background: #211C17 url("assets/img/stock-house.jpg") center 58% / cover no-repeat;
}
.call-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(14, 12, 10, .95) 0%, rgba(14, 12, 10, .88) 46%, rgba(14, 12, 10, .6) 100%);
}
.call-in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.call-in h2 {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: clamp(30px, 3.9vw, 46px);
  line-height: 1.08;
  color: var(--cream);
  margin: 0 0 14px;
  max-width: 18ch;
}
.call-in p { margin: 0; max-width: 46ch; color: #DCD3C6; }
.call-side { text-align: right; }
.call-side-k { font-size: 13px; letter-spacing: .17em; text-transform: uppercase; color: var(--brass); margin: 0 0 8px; }
.call-num {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 4px solid var(--rust);
  padding-bottom: 6px;
}
.call-num:hover { color: var(--rust-lit); }

/* ------------------------------------------------------------ ask section */

.req-in { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: start; }
.req-lede { font-size: 18px; color: var(--on-dark-dim); margin: 0 0 34px; max-width: 52ch; }
.prep { list-style: none; margin: 0 0 38px; padding: 0; }
.prep li { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line-dark); }
.prep li:first-child { border-top: 0; }
.prep-n {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  color: var(--rust);
  width: 42px;
  flex: none;
}
.prep h3 { font-family: "Rokkitt", Georgia, serif; font-weight: 800; font-size: 21px; margin: 0 0 6px; color: var(--cream); }
.prep p { margin: 0; font-size: 16.5px; color: var(--on-dark-dim); }

.here {
  border: 1px solid rgba(201, 164, 91, .38);
  padding: 26px 28px;
  margin-bottom: 26px;
  background: rgba(243, 239, 230, .035);
}
.here-k { margin: 0 0 8px; font-size: 13px; letter-spacing: .17em; text-transform: uppercase; color: var(--brass); }
.here-a { margin: 0 0 4px; font-size: 18px; color: var(--cream); font-style: normal; line-height: 1.5; }
.here-t {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 28px;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 3px solid var(--rust);
}
.here-t:hover { color: var(--rust-lit); }
.here-tel { margin: 16px 0 0; }
.here-map { display: inline-flex; align-items: center; gap: 7px; margin: 16px 0 0; font-size: 15px; color: var(--brass); }
.gap-top { margin-top: 34px; }
.vh {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

/* ------------------------------------------------------------------- form */

.req-form {
  background: rgba(243, 239, 230, .045);
  border: 1px solid var(--line-dark);
  padding: 38px 40px 40px;
}
.form-h { font-family: "Rokkitt", Georgia, serif; font-weight: 800; font-size: 30px; margin: 0 0 12px; color: var(--cream); }
.req-note { margin: 0 0 6px; font-size: 15.5px; color: var(--on-dark-dim); }
.req-confirm { margin: 0 0 26px; font-size: 15.5px; color: var(--brass); }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.f { margin: 0 0 18px; display: flex; flex-direction: column; gap: 7px; }
.f label { font-size: 14px; font-weight: 700; letter-spacing: .04em; color: var(--on-dark); }
.f input, .f select, .f textarea {
  font-family: inherit;
  font-size: 16px;
  color: var(--cream);
  background: rgba(14, 12, 10, .55);
  border: 1px dashed rgba(243, 239, 230, .3);
  padding: 13px 14px;
  width: 100%;
}
.f textarea { min-height: 128px; resize: vertical; }
.f input:disabled, .f select:disabled, .f textarea:disabled {
  color: var(--disabled);
  opacity: 1;
  -webkit-text-fill-color: var(--disabled);
}
.f-note { margin: 0 0 24px; font-size: 14.5px; color: var(--on-dark-dim); }
.f-send {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 30px;
  border: 2px dashed rgba(243, 239, 230, .32);
  background: transparent;
  color: var(--disabled);
  width: 100%;
}
.f-off { margin: 14px 0 0; font-size: 14px; color: var(--brass); text-align: center; }

/* ----------------------------------------------------------------- footer */

.foot { background: var(--ink-4); padding-top: 76px; }
.foot-in {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line-dark);
}
.foot-brand { display: flex; align-items: center; gap: 14px; margin: 0 0 16px; }
.foot-brand img { width: 46px; height: 46px; }
.foot-brand span {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 25px;
  color: var(--cream);
}
.foot p { margin: 0; font-size: 16px; color: var(--on-dark-dim); max-width: 44ch; }
.foot h2 {
  font-size: 13px;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 16px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
}
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 10px; font-size: 16px; color: var(--on-dark-dim); }
.foot a { color: var(--on-dark); text-decoration: none; }
.foot a:hover { color: var(--brass); text-decoration: underline; }

.about {
  padding-top: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line-dark);
}
.about h2 {
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--brass);
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 16px;
}
.about p { margin: 0 0 16px; font-size: 16px; color: var(--on-dark-dim); max-width: 78ch; }
.about p:last-child { margin-bottom: 0; }
/* .foot a would otherwise beat .pbar-btn on colour and underline it on hover */
.about .pbar-btn, .about .pbar-btn:hover { color: #fff; text-decoration: none; }

.bottom { padding: 26px 34px 34px; }
.bottom p { margin: 0; font-size: 14.5px; color: var(--on-dark-dim); }

/* -------------------------------------------------------------------- fab */

.fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--rust);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .5);
  animation: pulse 3.4s ease-in-out infinite;
}
.fab svg { width: 26px; height: 26px; }
.fab:hover { background: var(--rust-lit); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(0, 0, 0, .5), 0 0 0 0 rgba(194, 86, 44, .5); }
  60% { box-shadow: 0 10px 26px rgba(0, 0, 0, .5), 0 0 0 16px rgba(194, 86, 44, 0); }
}

/* --------------------------------------------------------------- reveals */

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}
.sec-light :where(a, button):focus-visible { outline-color: var(--rust-deep); }
/* fixed elements cross every ground, so they carry two rings */
.fab:focus-visible,
.skip:focus-visible {
  outline: 3px solid #FFF3DF;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px #1A140F, 0 10px 26px rgba(0, 0, 0, .5);
}

.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.in-view {
  opacity: 1;
  transform: none;
  transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1);
}
.js .work-grid .reveal:nth-child(2).in-view,
.js .rev-grid .reveal:nth-child(2).in-view { transition-delay: .1s; }
.js .work-grid .reveal:nth-child(3).in-view,
.js .rev-grid .reveal:nth-child(3).in-view { transition-delay: .18s; }
.js .work-grid .reveal:nth-child(4).in-view { transition-delay: .26s; }

/* ------------------------------------------------------------ responsive */

@media (max-width: 1080px) {
  .hero-in { flex-direction: column; align-items: flex-start; gap: 34px; }
  .hero-veil {
    background: linear-gradient(180deg, rgba(14, 12, 10, .93) 0%, rgba(14, 12, 10, .8) 45%, rgba(14, 12, 10, .9) 100%);
  }
  .roof-in { grid-template-columns: 1fr; gap: 44px; }
  .roof-fig { position: static; }
  .req-in { grid-template-columns: 1fr; gap: 44px; }
  .foot-in { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .shell { padding: 0 24px; }
  .sec { padding: 80px 0; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--ink-4);
    border-bottom: 1px solid var(--line-dark);
    padding: 10px 24px 20px;
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--line-dark); }
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--line-dark);
    cursor: pointer;
  }
  .burger span { display: block; height: 2px; background: var(--cream); margin: 0 11px; }
  .mast-call { display: none; }
  .work-grid { grid-template-columns: 1fr; }
  .card-feat { grid-column: auto; grid-template-columns: 1fr; }
  .card-feat .card-body { padding: 24px 22px 28px; }
  .card-feat .card-fig img { min-height: 0; aspect-ratio: 3 / 2; }
  .rev-grid { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; gap: 0; }
  .call-side { text-align: left; }
  .hero-tags li { padding: 14px 20px; font-size: 12.5px; }
  .hero-tags li:first-child { padding-left: 24px; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .shell { padding: 0 18px; }
  .sec { padding: 64px 0; }
  .sec-head { margin-bottom: 36px; }
  .hero { min-height: 0; }
  .hero-in { padding-top: 74px; padding-bottom: 34px; }
  .hero-p { font-size: 18px; }
  .hero-cta .btn { width: 100%; }
  .hero-card { width: 100%; }
  .card-body { padding: 24px 22px 28px; }
  .cap { padding: 10px 22px 0; }
  .quote { padding: 28px 24px; }
  .quote blockquote p { font-size: 18.5px; }
  .req-form { padding: 26px 22px 28px; }
  .slot { padding: 24px 22px; }
  .roof-list li { gap: 16px; }
  .roof-n { width: 44px; font-size: 32px; }
  .foot-in { grid-template-columns: 1fr; gap: 34px; }
  .bottom { padding: 22px 18px 30px; }
  .years-mark { font-size: 68px; }
  .fab { width: 56px; height: 56px; right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero-img { animation: none; inset: 0; }
}
