/* ==========================================================================
   Koontz construction & landscape - preview build by NH Media Web
   Self-hosted type, self-hosted photography, no external requests.
   ========================================================================== */

@font-face {
  font-family: "Chivo";
  src: url("fonts/chivo-latin-var.woff2") format("woff2-variations");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("fonts/figtree-latin-var.woff2") format("woff2-variations");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink:      #14181C;
  --deep:     #101519;
  --deepest:  #0B0F12;
  --slate:    #1E252A;
  --slate-2:  #232B31;
  --cream:    #F4F1EB;
  --cream-2:  #E7E2D7;
  --clay:     #D2793F;
  --clay-hi:  #E9975F;
  --clay-l:   #9A4E17;
  --stone:    #AEB7BD;
  --stone-d:  #8F999F;
  --ink-tx:   #191F24;
  --ink-mu:   #4A555C;
  --line-d:   rgba(255,255,255,.13);
  --line-l:   rgba(20,24,28,.14);
  --shell:    1220px;
  --display:  "Chivo", "Arial Narrow", Arial, sans-serif;
  --body:     "Figtree", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

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

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

/* the masthead is sticky above 920px, so anchored sections keep clear of it */
[id] { scroll-margin-top: 96px; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  font-size: 17.5px;
  line-height: 1.72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; }
img { height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.018em;
  margin: 0;
}

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

a { color: var(--clay-hi); }

:focus-visible {
  outline: 3px solid var(--clay-hi);
  outline-offset: 3px;
  border-radius: 3px;
}

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

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 90;
  background: var(--clay);
  color: #14181C;
  font-weight: 700;
  padding: 12px 20px;
  text-decoration: none;
}
.skip:focus { left: 12px; top: 12px; }
/* Fixed over any ground it can cross: two rings, one of which always reads. */
.skip:focus-visible {
  outline: 3px solid #14181C;
  outline-offset: 0;
  box-shadow: 0 0 0 6px #F4F1EB;
}

/* ------------------------------------------------------------ preview banner */
.pbar {
  background: #2B180C;
  border-bottom: 2px solid var(--clay);
  padding: 13px 0;
  font-size: 14.5px;
  line-height: 1.55;
}
.pbar-in {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  align-items: center;
  justify-content: space-between;
}
.pbar-txt { margin: 0; color: #F0DCCB; max-width: 60ch; }
.pbar-acts { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; }
.pbar-btn {
  display: inline-block;
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 3px;
  background: var(--clay);
  color: #17110B;
  text-decoration: none;
  border: 2px solid var(--clay);
}
.pbar-btn:hover { background: var(--clay-hi); border-color: var(--clay-hi); }
.pbar-mail { color: #F0DCCB; text-decoration: underline; text-underline-offset: 3px; }

/* ----------------------------------------------------------------- masthead */
.mast {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(11,15,18,.94);
  border-bottom: 1px solid var(--line-d);
  backdrop-filter: saturate(140%) blur(9px);
}
.mast-in {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 78px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  color: var(--cream);
  margin-right: auto;
}
.brand-mark { width: 54px; height: 54px; flex: none; }
.brand-txt { display: block; }
.brand-name {
  display: block;
  font-family: var(--display);
  font-weight: 900;
  font-size: 25px;
  letter-spacing: -.02em;
  line-height: 1;
}
.brand-sub {
  display: block;
  font-size: 12.5px;
  letter-spacing: .05em;
  color: var(--stone);
  margin-top: 4px;
}
.nav { display: flex; gap: 26px; }
.nav a {
  color: var(--cream);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--clay-hi); border-bottom-color: var(--clay); }

.burger {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid var(--line-d);
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  padding: 11px 10px;
}
.burger span {
  display: block;
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
}
.burger span + span { margin-top: 5px; }

/* -------------------------------------------------------------------- buttons */
.btn {
  display: inline-block;
  font-family: var(--body);
  font-weight: 700;
  font-size: 15.5px;
  line-height: 1.2;
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 3px;
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-solid { background: var(--clay); color: #17110B; border-color: var(--clay); }
.btn-solid:hover { background: var(--clay-hi); border-color: var(--clay-hi); }
.btn-ghost { color: var(--cream); border-color: rgba(244,241,235,.45); }
.btn-ghost:hover { border-color: var(--cream); background: rgba(244,241,235,.09); }
.btn-lg { font-size: 17px; padding: 16px 28px; }
.mast-call { flex: none; }

/* ----------------------------------------------------------------------- hero */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 88vh;
  overflow: hidden;
  background: #0D1114;
}
.hero-img {
  position: absolute;
  inset: -3%;
  background: #0D1114 url("assets/img/stock-hero-patio.jpg") center 62% / cover no-repeat;
  animation: drift 34s ease-in-out infinite alternate;
}
@keyframes drift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to   { transform: scale(1.11) translate3d(-1.4%, -1.6%, 0); }
}
.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(101deg, rgba(9,12,15,.95) 0%, rgba(9,12,15,.88) 34%, rgba(9,12,15,.52) 66%, rgba(9,12,15,.32) 100%);
}
.hero-veil-b {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,12,15,.92) 0%, rgba(9,12,15,.30) 32%, rgba(9,12,15,0) 60%);
}
.hero-in {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-top: 130px;
  padding-bottom: 46px;
}
.hero-copy { max-width: 660px; min-width: 0; }
/* The label sits highest in the hero, where the scrim is thinnest, so it runs
   brighter than the label colour used on the solid dark grounds. */
.hero .lab-d { color: #DDD8CE; }
.hero .lab-d::before { border-bottom-color: rgba(221,216,206,.55); }
.hero-h {
  font-size: clamp(42px, 7.2vw, 78px);
  font-weight: 900;
  letter-spacing: -.032em;
  margin: 20px 0 22px;
}
.hero-h .w {
  display: inline-block;
  opacity: 0;
  transform: translateY(.36em);
  animation: rise .78s cubic-bezier(.19,.9,.3,1) forwards;
}
.hero-h .w:nth-child(1) { animation-delay: .06s; }
.hero-h .w:nth-child(2) { animation-delay: .15s; }
.hero-h .w:nth-child(3) { animation-delay: .24s; }
.hero-h .w:nth-child(4) { animation-delay: .33s; }
.hero-h .w:nth-child(5) { animation-delay: .42s; color: var(--clay-hi); }
@keyframes rise { to { opacity: 1; transform: none; } }
.hero-p {
  font-size: 19px;
  color: #E2DED5;
  max-width: 54ch;
  margin-bottom: 30px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }
/* the 404 reuses the hero's button row; no inline style, the CSP forbids one */
.gap-top { margin-top: 32px; }

.hero-card {
  flex: none;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 6px;
  padding: 16px 22px 16px 20px;
  background: rgba(15,19,23,.82);
  border: 1px solid rgba(210,121,63,.55);
  border-left: 4px solid var(--clay);
  border-radius: 3px;
  animation: fadein 1s .8s both;
}
@keyframes fadein { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; } }
.hero-card-n {
  font-family: var(--display);
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.03em;
}
.hero-card-b { display: block; }
.hero-card-k { display: block; font-size: 13.5px; color: var(--stone); margin-top: 3px; }
.stars { display: flex; gap: 2px; color: var(--clay-hi); margin: 0; }
.stars svg { display: block; }

.hero-tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(244,241,235,.20);
  background: rgba(9,12,15,.72);
}
.hero-tags li {
  flex: 1 1 auto;
  padding: 15px 26px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #DCD7CC;
  text-align: center;
  border-right: 1px solid rgba(244,241,235,.14);
}
.hero-tags li:last-child { border-right: 0; }

/* -------------------------------------------------------------------- sections */
.sec { padding: 106px 0; position: relative; }
.sec-dark { background: var(--ink); }
.sec-deep { background: var(--deep); }
.sec-deepest { background: var(--deepest); }
.sec-light { background: var(--cream); color: var(--ink-tx); }

/* bedding-sand speckle on the dark grounds */
.sanded::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(244,241,235,.075) 1px, transparent 1px);
  background-size: 22px 22px;
}
.sanded > .shell { position: relative; }

.lab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .17em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
/* the course rule: a clay cap over a thin stone course */
.lab::before {
  content: "";
  width: 34px;
  height: 9px;
  flex: none;
  border-top: 3px solid var(--clay);
  border-bottom: 1px solid currentColor;
}
.lab-d { color: var(--stone); }
.lab-d::before { border-bottom-color: rgba(174,183,189,.5); }
.lab-l { color: var(--clay-l); }
.lab-l::before { border-bottom-color: rgba(74,85,92,.5); }

.sec-head { max-width: 46ch; margin-bottom: 54px; }
.sec-h { font-size: clamp(32px, 4.1vw, 53px); }
.sec-lede { font-size: 18.5px; margin-top: 20px; color: var(--stone); }
.sec-light .sec-lede { color: var(--ink-mu); }

/* --------------------------------------------------------------------- the work */
.work-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}
.card {
  background: var(--slate);
  border: 1px solid var(--line-d);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card h3 { font-size: 23px; margin-bottom: 12px; }
.card p { color: var(--stone); font-size: 16.5px; line-height: 1.68; }
.card-feat { grid-column: span 6; }
.card-tall { grid-column: span 3; }
.card-flat { grid-column: span 2; padding: 30px 28px 32px; }
.slot-card { grid-column: span 6; }

.card-fig { margin: 0; }
.card-fig img { width: 100%; object-fit: cover; }
.card-feat .card-fig img { aspect-ratio: 24 / 10; }
.card-tall .card-fig img { aspect-ratio: 3 / 2; }
.card-body { padding: 28px 30px 32px; }
.card-feat .card-body { max-width: 74ch; }

.card-t {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 4px;
  background: rgba(210,121,63,.16);
  border: 1px solid rgba(210,121,63,.4);
  color: var(--clay-hi);
  margin-bottom: 20px;
}
.card-t svg { width: 28px; height: 28px; }

.cap {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--stone-d);
  padding: 11px 30px 0;
  margin: 0;
}
.cap-l { color: var(--ink-mu); padding: 11px 0 0; }
.cap-note { display: block; margin-top: 4px; }

/* ------------------------------------------------------------------- underneath */
.under-in {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 60px;
  align-items: start;
}
.under-fig { margin: 0; position: sticky; top: 108px; }
.under-fig img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--line-l);
}
.under-list { list-style: none; margin: 0; padding: 0; counter-reset: none; }
.under-list li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  padding: 30px 0;
  border-top: 1px solid var(--line-l);
}
.under-list li:last-child { border-bottom: 1px solid var(--line-l); }
.under-n {
  font-family: var(--display);
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  color: var(--clay-l);
  letter-spacing: -.03em;
}
.under-list h3 { font-size: 22px; margin-bottom: 10px; }
.under-list p { color: var(--ink-mu); margin: 0; font-size: 16.5px; }

/* ------------------------------------------------------------ furniture slots */
.slot {
  border: 2px dashed rgba(210,121,63,.55);
  border-radius: 4px;
  background: rgba(210,121,63,.055);
  padding: 30px 32px;
  font-size: 16px;
  line-height: 1.66;
  color: #D8D3C9;
}
.slot p { margin-bottom: .9em; }
.slot-h {
  font-family: var(--display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--clay-hi);
  margin-bottom: 12px;
}
.slot-k {
  font-family: var(--display);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: .01em;
  color: var(--cream);
  margin-bottom: 14px;
}
.sec-story .slot { max-width: 76ch; margin: 0 auto; }
.slot-wide { margin-top: 34px; }

/* ---------------------------------------------------------------------- reviews */
.rev-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 26px;
}
.score {
  background: var(--slate-2);
  border: 1px solid var(--line-d);
  border-top: 4px solid var(--clay);
  border-radius: 4px;
  padding: 34px 32px;
  align-self: start;
}
.score-n {
  font-family: var(--display);
  font-weight: 900;
  font-size: 76px;
  line-height: .92;
  letter-spacing: -.04em;
  margin: 0 0 14px;
}
.score .stars { margin-bottom: 16px; }
.score-k { font-size: 16px; margin: 0 0 4px; }
.score-s { font-size: 13.5px; color: var(--stone); margin: 0; }

.quote {
  position: relative;
  margin: 0;
  padding: 40px 44px 34px;
  background: var(--slate);
  border: 1px solid var(--line-d);
  border-radius: 4px;
  overflow: hidden;
}
.quote-mark {
  position: absolute;
  top: -46px;
  right: 8px;
  font-family: var(--display);
  font-weight: 900;
  font-size: 250px;
  line-height: 1;
  color: rgba(210,121,63,.10);
  pointer-events: none;
}
.quote-stars { display: flex; gap: 3px; color: var(--clay-hi); margin: 0 0 20px; }
.quote-stars svg { display: block; }
.quote blockquote { margin: 0; }
.quote blockquote p {
  position: relative;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.42;
  letter-spacing: -.012em;
  color: var(--cream);
}
.quote figcaption { margin-top: 24px; }
.quote-who {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 17px;
}
.quote-src { display: block; font-size: 13.5px; color: var(--stone); margin-top: 3px; }

.chips {
  grid-column: 1 / -1;
  background: var(--slate-2);
  border: 1px solid var(--line-d);
  border-radius: 4px;
  padding: 30px 32px 28px;
}
.chips h3 {
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--stone);
  font-weight: 700;
  margin-bottom: 20px;
}
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
.chip-row li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 8px 8px 15px;
  border: 1px solid var(--line-d);
  border-radius: 999px;
  font-size: 14.5px;
  color: #E1DCD2;
}
.chip-row li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(210,121,63,.2);
  color: var(--clay-hi);
  font-family: var(--display);
  font-weight: 800;
  font-size: 13px;
}
.chip-src { font-size: 13px; color: var(--stone); margin: 0; }

/* -------------------------------------------------------------------- CTA band */
.call {
  position: relative;
  overflow: hidden;
  background: #14181C;
  padding: 84px 0;
}
.call-img {
  position: absolute;
  inset: 0;
  background: #14181C url("assets/img/stock-flagstone.jpg") center 58% / cover no-repeat;
}
.call-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(10,13,16,.94) 0%, rgba(10,13,16,.86) 46%, rgba(10,13,16,.62) 100%);
}
.call-in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.call h2 { font-size: clamp(29px, 3.5vw, 44px); max-width: 18ch; }
.call p { margin: 18px 0 0; color: #DDD8CE; max-width: 44ch; }
.call-side { text-align: right; }
.call-side-k {
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--stone);
  margin: 0 0 8px;
}
.call-num {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(31px, 4.4vw, 50px);
  letter-spacing: -.03em;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 3px solid var(--clay);
  padding-bottom: 4px;
}
.call-num:hover { color: var(--clay-hi); }

/* ----------------------------------------------------------------------- quote */
.req-in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 62px;
  align-items: start;
}
.req-lede { font-size: 18px; color: var(--stone); margin: 20px 0 36px; max-width: 44ch; }
.req-side .sec-h { font-size: clamp(29px, 3.4vw, 42px); }

.prep { list-style: none; margin: 0 0 34px; padding: 0; }
.prep li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--line-d);
}
.prep li:last-child { border-bottom: 1px solid var(--line-d); }
.prep-n {
  font-family: var(--display);
  font-weight: 900;
  font-size: 27px;
  line-height: 1.1;
  color: var(--clay);
}
.prep h3 { font-size: 19px; margin-bottom: 8px; }
.prep p { color: var(--stone); font-size: 16px; margin: 0; }

.req-facts { margin-bottom: 30px; }
.rs-k {
  font-family: var(--display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--stone);
  margin: 0 0 4px;
}
.rs-v { margin: 0; font-family: var(--display); font-weight: 900; font-size: 30px; }
.rs-v a { color: var(--cream); text-decoration: none; border-bottom: 2px solid var(--clay); }
.rs-v a:hover { color: var(--clay-hi); }

.req-form {
  background: var(--slate);
  border: 1px solid var(--line-d);
  border-radius: 4px;
  padding: 38px 38px 34px;
}
.form-h { font-size: 28px; margin-bottom: 14px; }
.req-note { font-size: 15.5px; color: var(--stone); }
.req-confirm {
  font-size: 15px;
  color: #E1DCD2;
  border-left: 3px solid var(--clay);
  padding-left: 14px;
  margin-bottom: 26px;
}
.f-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
.f { margin: 0 0 18px; }
.f label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .03em;
  color: #D6D1C7;
  margin-bottom: 7px;
}
.f input, .f select, .f textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 16px;
  color: #C9C4BA;
  background: rgba(11,15,18,.7);
  border: 1px dashed rgba(174,183,189,.45);
  border-radius: 3px;
  padding: 12px 13px;
}
.f textarea { min-height: 118px; resize: vertical; }
.f input:disabled, .f select:disabled, .f textarea:disabled {
  opacity: 1;
  color: #7E8A90;
  cursor: not-allowed;
}
.f-note { font-size: 13.5px; color: var(--stone); margin: -6px 0 22px; }
.f-send {
  width: 100%;
  font-family: var(--body);
  font-weight: 700;
  font-size: 16.5px;
  padding: 15px 22px;
  border-radius: 3px;
  border: 2px dashed rgba(174,183,189,.5);
  background: transparent;
  color: #8B959B;
  cursor: not-allowed;
}
.f-off {
  font-size: 13.5px;
  color: var(--clay-hi);
  text-align: center;
  margin: 14px 0 0;
}

/* ---------------------------------------------------------------------- footer */
.foot {
  background: #090C0F;
  border-top: 3px solid var(--clay);
  padding: 68px 0 0;
  font-size: 16px;
}
.foot-in {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  padding-bottom: 52px;
}
.foot p { color: var(--stone); }
.foot h2 {
  font-size: 12.5px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--cream);
  font-weight: 700;
  margin-bottom: 16px;
}
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 9px; color: var(--stone); }
.foot a { color: var(--stone); text-decoration: none; }
.foot a:hover { color: var(--clay-hi); text-decoration: underline; }
.foot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.foot-brand span {
  font-family: var(--display);
  font-weight: 900;
  font-size: 25px;
  color: var(--cream);
  letter-spacing: -.02em;
}

.about {
  border-top: 1px solid var(--line-d);
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1220px;
}
.about h2 {
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--clay-hi);
  margin-bottom: 18px;
}
.about p { max-width: 80ch; font-size: 16px; color: #CFCAC0; }
.about .pbar-btn { margin-top: 8px; }

.bottom {
  border-top: 1px solid var(--line-d);
  padding-top: 24px;
  padding-bottom: 30px;
}
.bottom p { font-size: 14px; color: var(--stone-d); margin: 0; }

/* ------------------------------------------------------------------------- fab */
.fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--clay);
  color: #17110B;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(0,0,0,.45);
}
.fab svg { width: 26px; height: 26px; }
.fab::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--clay);
  animation: pulse 2.8s ease-out infinite;
}
@keyframes pulse {
  0%   { transform: scale(1); opacity: .7; }
  70%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}
/* Fixed: it floats over cream, slate and clay grounds alike, so it wears two
   rings and one of them always clears 3:1. */
.fab:focus-visible {
  outline: 3px solid #F4F1EB;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px #14181C, 0 10px 26px rgba(0,0,0,.45);
}

/* ---------------------------------------------------------------------- reveal */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .68s ease, transform .68s cubic-bezier(.2,.8,.3,1);
}
.js .reveal.in-view { opacity: 1; transform: none; }
.js .work-grid .reveal:nth-child(2) { transition-delay: .07s; }
.js .work-grid .reveal:nth-child(3) { transition-delay: .12s; }
.js .work-grid .reveal:nth-child(5) { transition-delay: .07s; }
.js .work-grid .reveal:nth-child(6) { transition-delay: .12s; }
.js .under-list .reveal:nth-child(2) { transition-delay: .08s; }
.js .under-list .reveal:nth-child(3) { transition-delay: .16s; }

/* ------------------------------------------------------------------ responsive */
@media (max-width: 1080px) {
  /* The angled scrim stops covering the copy once the column narrows, so the
     hero switches to a vertical one measured against the rendered photograph. */
  .hero-veil {
    background: linear-gradient(to bottom,
      rgba(9,12,15,.46) 0%,
      rgba(9,12,15,.76) 18%,
      rgba(9,12,15,.89) 42%,
      rgba(9,12,15,.91) 100%);
  }
  /* On a tall narrow crop the house fills the frame, so the focal point drops to
     the patio, the seat wall and the steps. */
  .hero-img { background-position: center 76%; }
  .hero-veil-b {
    background: linear-gradient(to top, rgba(9,12,15,.92) 0%, rgba(9,12,15,.55) 26%, rgba(9,12,15,.25) 55%);
  }
  .under-in { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .under-fig { position: static; }
  .under-fig img { aspect-ratio: 16 / 9; }
  .rev-grid { grid-template-columns: minmax(0, 1fr); }
  .req-in { grid-template-columns: minmax(0, 1fr); gap: 46px; }
}

@media (max-width: 920px) {
  .shell { padding: 0 24px; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    gap: 0;
    background: #0B0F12;
    border-bottom: 1px solid var(--line-d);
    padding: 8px 24px 18px;
  }
  .nav.is-open { display: flex; }
  [id] { scroll-margin-top: 16px; }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--line-d); }
  .mast { position: relative; }
  .mast-in { position: relative; min-height: 70px; gap: 14px; }
  .burger { display: block; order: 3; }
  .mast-call { display: none; }
  .brand-mark { width: 46px; height: 46px; }
  .brand-name { font-size: 22px; }

  .sec { padding: 74px 0; }
  .card-feat, .card-tall, .card-flat, .slot-card { grid-column: span 6; }
  .hero { min-height: 74vh; }
  .hero-in {
    padding-top: 84px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hero-card { margin-top: 30px; }
  .hero-tags li { flex: 1 1 44%; font-size: 12.5px; padding: 12px 14px; }
  .foot-in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .call-in { flex-direction: column; align-items: flex-start; }
  .call-side { text-align: left; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .shell { padding: 0 20px; }
  .sec { padding: 60px 0; }
  .hero { min-height: 0; }
  .hero-in { padding-top: 64px; padding-bottom: 34px; }
  .hero-h { margin: 16px 0 18px; }
  .hero-p { font-size: 17.5px; }
  .hero-cta { display: grid; width: 100%; }
  .hero-cta .btn { text-align: center; }
  .hero-card { width: 100%; }
  .hero-tags li { flex: 1 1 100%; text-align: left; border-right: 0; border-bottom: 1px solid rgba(244,241,235,.14); }
  .hero-tags li:last-child { border-bottom: 0; }
  .sec-head { margin-bottom: 36px; }
  .card-body, .card-flat { padding: 24px 22px 26px; }
  .cap { padding: 10px 22px 0; }
  .quote { padding: 30px 24px 26px; }
  .quote-mark { font-size: 170px; top: -30px; right: 2px; }
  .score { padding: 28px 24px; }
  .score-n { font-size: 62px; }
  .chips { padding: 26px 22px 24px; }
  .slot { padding: 24px 22px; }
  .req-form { padding: 28px 22px 26px; }
  .f-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .under-list li { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .under-n { font-size: 30px; }
  .prep li { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; }
  .foot-in { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .pbar-in { flex-direction: column; align-items: flex-start; }
  .fab { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

/* ------------------------------------------------------------- reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-img { animation: none; }
  .hero-h .w { animation: none; opacity: 1; transform: none; }
  .hero-card { animation: none; }
  .fab::after { animation: none; display: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
