/* Blue Ridge Sites — shop window. Paper, slate, copper. The object is a phone. */

:root {
  --paper: #F3EFE8;
  --ink: #161410;
  --muted: #6E675E;
  --line: rgba(22, 20, 16, 0.12);
  --slate: #1C2428;
  --slate-ink: #F3EFE8;
  --copper: #C45C26;
  --copper-ink: #FFF8F3;
  --stone: #E7E1D8;
  --serif: "Instrument Serif", "Iowan Old Style", Palatino, serif;
  --sans: "Inter Tight", "Segoe UI", Helvetica, Arial, sans-serif;
  --pad: 1.25rem;
  --wrap: 72.5rem;
  --bar: 3.5rem;
  --tap: 2.75rem;
  --ease: 180ms cubic-bezier(0.22, 1, 0.36, 1);
  --bar-offset: calc(var(--bar) + env(safe-area-inset-top, 0px));
  color-scheme: light;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: var(--paper);
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.011em;
  padding-bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
  overflow-x: clip;
}

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

img {
  height: auto;
}

a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--muted);
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

::selection {
  background: var(--slate);
  color: var(--slate-ink);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip {
  position: absolute;
  left: var(--pad);
  top: -4.5rem;
  z-index: 40;
  background: var(--ink);
  color: var(--paper);
  padding: 0.55rem 0.8rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

.skip:focus {
  top: calc(0.5rem + env(safe-area-inset-top, 0px));
  color: var(--paper);
}

.wrap {
  width: min(100% - (var(--pad) * 2), var(--wrap));
  margin-inline: auto;
}

.kicker,
.demo-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.3;
}

h1,
h2,
h3,
.demo-trade,
.reach-phone,
.foot-brand,
.gap-line {
  font-family: var(--serif);
  font-weight: 400;
  font-synthesis: none;
  text-wrap: balance;
}

h1 {
  margin: 0 0 1.1rem;
  font-size: clamp(2.55rem, 7.4vw + 0.2rem, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  max-width: 11.5ch;
  color: var(--ink);
}

h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2vw + 1.1rem, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h3 {
  margin: 0 0 0.3rem;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -0.028em;
}

.lede,
.outcome,
.rule,
.care,
.form-lead {
  max-width: 62ch;
}

.lede {
  margin: 0 0 0.9rem;
  font-size: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
  line-height: 1.5;
  color: var(--ink);
}

.outcome {
  margin: 0;
  font-weight: 600;
  font-size: clamp(1.05rem, 0.25vw + 1rem, 1.18rem);
  line-height: 1.4;
  color: var(--ink);
}

.rule {
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 0.25vw + 1rem, 1.2rem);
  line-height: 1.5;
}

/* Sticky bar — wordmark + copper Call. Nav at ~0.88. */

.bar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--slate);
  color: var(--slate-ink);
  padding-top: env(safe-area-inset-top, 0px);
}

.bar-inner {
  width: min(100% - (var(--pad) * 2), var(--wrap));
  margin-inline: auto;
  min-height: var(--bar);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--slate-ink);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  min-height: var(--tap);
  margin-right: auto;
}

.brand:hover {
  color: var(--slate-ink);
  opacity: 0.84;
}

.mark {
  width: 1.65rem;
  height: 0.7rem;
  flex: none;
  opacity: 0.9;
}

.bar-nav {
  display: none;
  gap: 1.35rem;
}

.bar-nav a {
  color: var(--slate-ink);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  opacity: 0.88;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

.bar-nav a:hover,
.bar-nav a[aria-current] {
  opacity: 1;
  color: var(--slate-ink);
}

.bar :focus-visible {
  outline-color: var(--slate-ink);
}

.bar .btn-call:focus-visible {
  outline-color: var(--copper-ink);
}

.btn-call,
.btn-ghost,
.btn-ink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  touch-action: manipulation;
  transition:
    transform var(--ease),
    background var(--ease),
    color var(--ease),
    border-color var(--ease),
    filter var(--ease);
}

.btn-call {
  background: var(--copper);
  color: var(--copper-ink);
}

.btn-call:hover {
  color: var(--copper-ink);
  filter: brightness(1.06);
}

.btn-call:active {
  transform: translateY(1px) scale(0.985);
}

.btn-call:focus-visible {
  outline-color: var(--copper-ink);
}

.btn-ghost {
  background: var(--stone);
  color: var(--ink);
  border-color: var(--line);
  font-size: 1.0625rem;
  font-weight: 600;
}

.btn-ghost:hover {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--ink) 28%, transparent);
}

.btn-ink {
  background: var(--slate);
  color: var(--slate-ink);
  width: 100%;
  border: 0;
  font-size: 1.125rem;
}

.btn-ink:hover {
  color: var(--slate-ink);
  filter: brightness(1.08);
}

.bar-call {
  min-height: var(--tap);
  padding: 0.5rem 1.1rem;
  flex: none;
  font-size: 1.125rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
  margin: 1.65rem 0 0;
}

.cta-text {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

.cta-text:hover {
  color: var(--ink);
  text-decoration: underline;
}

#work,
#prices,
#contact,
#towns,
#top,
#gap {
  scroll-margin-top: var(--bar-offset);
}

/* 1. ARRIVE */

.arrive {
  padding: 0.85rem 0 3rem;
}

.storefront {
  width: min(100% - (var(--pad) * 2), var(--wrap));
  margin: 0 auto 2rem;
  background: var(--slate);
  padding: 0.4rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.storefront picture {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.9rem;
  overflow: hidden;
  background: var(--stone);
}

.storefront img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 42%;
  display: block;
}

.arrive-copy {
  padding-top: 0.25rem;
}

/* 2. GAP — one short screen, one sentence. */

.gap {
  min-height: calc(100dvh - var(--bar-offset));
  display: grid;
  align-items: center;
  padding: 4rem 0;
  border-top: 1px solid var(--line);
}

.gap-line {
  margin: 0;
  font-size: clamp(1.85rem, 3.6vw + 0.85rem, 3.15rem);
  line-height: 1.14;
  letter-spacing: -0.038em;
  max-width: 18ch;
  color: var(--ink);
}

/* 3. PEAK — silence, then the phone. */

.peak {
  padding: 0 0 2rem;
}

.silence {
  height: 42vh;
  min-height: 12rem;
}

.peak-intro {
  margin-bottom: 2.25rem;
}

.peak-intro h2 {
  font-size: clamp(2rem, 4vw + 0.6rem, 3.4rem);
  letter-spacing: -0.042em;
}

.stage {
  position: relative;
}

.pin {
  display: none;
}

.phone-stack {
  list-style: none;
  margin: 0;
  padding: 0 var(--pad) 2rem;
  display: grid;
  gap: 3.25rem;
  width: min(100%, calc(var(--wrap) + var(--pad) * 2));
  margin-inline: auto;
}

.phone-stack > li > a {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
}

.phone-stack > li > a:hover {
  color: var(--ink);
}

.phone-stack .demo-kicker,
.phone-stack .demo-trade {
  text-align: center;
}

.phone-stack .demo-trade {
  font-size: clamp(1.55rem, 2vw + 1rem, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.phone-stack .bezel,
.pin .bezel {
  position: relative;
  display: block;
  background: var(--slate);
  border-radius: 2.35rem;
  padding: 0.62rem 0.5rem 0.78rem;
  box-shadow:
    0 0 0 1px rgba(243, 239, 232, 0.1),
    inset 0 1px 0 rgba(243, 239, 232, 0.16),
    0 28px 50px rgba(22, 20, 16, 0.18);
}

.phone-stack .bezel {
  width: min(22.5rem, 100%);
}

.notch {
  position: absolute;
  top: 0.78rem;
  left: 50%;
  z-index: 3;
  width: 5.6rem;
  height: 1.05rem;
  transform: translateX(-50%);
  background: var(--slate);
  border-radius: 0 0 0.75rem 0.75rem;
}

.phone-stack .bezel img,
.screens {
  display: block;
  width: 100%;
  aspect-ratio: 390 / 844;
  object-fit: cover;
  object-position: top center;
  border-radius: 1.7rem;
  background: var(--paper);
}

.screens {
  position: relative;
  overflow: hidden;
}

.screens img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity 0.48s ease;
}

.screens img.is-on {
  opacity: 1;
}

.bezel-link {
  display: block;
  text-decoration: none;
  pointer-events: auto;
  border-radius: 2.35rem;
}

.bezel-link:hover {
  color: inherit;
}

.bezel-link:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 6px;
}

.demo-index {
  display: none;
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  gap: 0.15rem 1.35rem;
  flex-wrap: wrap;
  justify-content: center;
  pointer-events: auto;
}

.demo-index a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.015em;
}

.demo-index a:hover,
.demo-index a[aria-current] {
  color: var(--ink);
}

.demo-index a[aria-current] {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

/* Theater: pinned device, stack becomes the scroll track. */

.stage.is-theater .pin {
  display: flex;
  position: sticky;
  top: var(--bar-offset);
  z-index: 2;
  height: calc(100dvh - var(--bar-offset));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.6rem var(--pad) 1rem;
  text-align: center;
  pointer-events: none;
}

.stage.is-theater .pin .demo-kicker {
  margin-bottom: 0.15rem;
}

.stage.is-theater .pin .demo-trade {
  margin: 0 0 0.55rem;
  font-size: clamp(1.55rem, 1.6vw + 1.1rem, 2.15rem);
  letter-spacing: -0.034em;
  line-height: 1.05;
}

.stage.is-theater .pin .bezel {
  width: min(20.5rem, calc((100dvh - var(--bar-offset) - 11.5rem) * 390 / 844));
  pointer-events: auto;
}

.stage.is-theater .demo-index {
  display: flex;
}

.stage.is-theater .phone-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: calc(-1 * (100dvh - var(--bar-offset)));
  padding: 0;
  width: 100%;
}

.stage.is-theater .phone-stack > li {
  height: calc(100dvh - var(--bar-offset));
  min-height: calc(100dvh - var(--bar-offset));
}

.stage.is-theater .phone-stack a {
  visibility: hidden;
  pointer-events: none;
}

/* Towns — quiet chips. Candler is a chip, not home. */

.towns {
  padding: 3.5rem 0 2.5rem;
}

.towns h2 {
  margin-bottom: 1.15rem;
  font-size: clamp(1.35rem, 1.2vw + 1.05rem, 1.7rem);
  letter-spacing: -0.03em;
  color: var(--muted);
  font-family: var(--sans);
  font-weight: 500;
}

.chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chips li {
  background: var(--stone);
  color: var(--ink);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.3;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

/* 4. DECIDE — price strip, not a card grid. */

.decide {
  padding: 2.5rem 0 3.5rem;
}

.strip {
  display: grid;
  border-top: 1px solid var(--ink);
}

.cell {
  display: block;
  padding: 1.4rem 0 1.45rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  min-height: var(--tap);
}

.cell:hover,
.cell:focus-visible {
  color: inherit;
}

.cell:hover h3,
.cell:focus-visible h3 {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.price {
  margin: 0 0 0.7rem;
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 1.2;
  color: var(--ink);
}

.cell p:last-child {
  margin: 0;
  color: var(--muted);
  max-width: 42ch;
}

.care {
  margin: 1.35rem 0 0;
  color: var(--muted);
}

.care a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

.care a:hover {
  text-decoration: underline;
}

.reach {
  padding: 2rem 0 4rem;
  border-top: 1px solid var(--line);
}

.reach-grid {
  display: grid;
  gap: 2.25rem;
}

.callback {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.5vw + 1rem, 1.75rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.reach-phone {
  display: inline-block;
  font-size: clamp(2.1rem, 9vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: -0.048em;
  color: var(--ink);
  text-decoration: none;
  margin: 0.15rem 0 0.85rem;
  min-height: var(--tap);
}

.reach-phone:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.reach-sms {
  margin: 0 0 0.25rem;
}

.reach-sms a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

.reach-sms a:hover {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.reach-mail {
  margin: 0;
}

.reach-mail a {
  color: var(--muted);
  text-decoration: none;
  word-break: break-word;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

.reach-mail a:hover {
  color: var(--ink);
  text-decoration: underline;
}

#contact-form {
  display: grid;
  gap: 0.9rem;
  background: var(--stone);
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 1.35rem 1.2rem 1.25rem;
}

#contact-form p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-lead {
  color: var(--muted);
  font-size: 0.9375rem;
}

#contact-form label {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

#contact-form input,
#contact-form select,
#contact-form textarea {
  font-family: var(--sans);
  font-size: 1.0625rem;
  letter-spacing: -0.011em;
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  padding: 0.75rem 0.8rem;
  min-height: var(--tap);
  width: 100%;
  appearance: none;
}

#contact-form textarea {
  min-height: 7rem;
  resize: vertical;
  line-height: 1.45;
}

#contact-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 1.1rem) calc(50% - 0.15rem),
    calc(100% - 0.75rem) calc(50% - 0.15rem);
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

#contact-form input:focus-visible,
#contact-form select:focus-visible,
#contact-form textarea:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  border-color: transparent;
}

.form-status {
  min-height: 1.3em;
  color: var(--muted);
  font-size: 0.9375rem;
}

.site-foot {
  border-top: 1px solid var(--line);
  padding: 2rem 0 calc(1.5rem + env(safe-area-inset-bottom, 0px));
  color: var(--muted);
  font-size: 0.9375rem;
}

.foot-inner p {
  margin: 0 0 0.3rem;
}

.foot-brand {
  margin-bottom: 0.55rem !important;
  font-size: 1.35rem;
  color: var(--ink);
  letter-spacing: -0.03em;
}

.site-foot a {
  color: var(--muted);
  text-decoration: none;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}

.site-foot a:hover {
  color: var(--ink);
}

.copy {
  margin-top: 1rem !important;
}

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 0.45rem;
  padding: 0.55rem var(--pad) calc(0.55rem + env(safe-area-inset-bottom, 0px));
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.dock-call,
.dock-sms,
.dock-mail {
  min-height: 2.85rem;
}

.dock .btn-call:focus-visible {
  outline-color: var(--copper-ink);
}

@media (min-width: 40rem) {
  :root {
    --pad: 1.75rem;
  }

  body {
    font-size: 1.125rem;
  }

  .arrive {
    padding-top: 1.1rem;
  }

  .storefront {
    margin-bottom: 2.4rem;
  }

  .silence {
    height: 52vh;
  }
}

@media (min-width: 64rem) {
  :root {
    --pad: 2rem;
    --bar: 3.75rem;
  }

  body {
    padding-bottom: 0;
  }

  .dock {
    display: none;
  }

  .bar-nav {
    display: flex;
  }

  .arrive {
    padding: 1.35rem 0 4.5rem;
  }

  .storefront {
    margin-bottom: 2.75rem;
    max-height: min(28rem, 46vh);
    padding: 0.48rem;
  }

  .storefront img {
    max-height: calc(min(28rem, 46vh) - 0.96rem);
    aspect-ratio: 2.35 / 1;
    object-position: 80% 48%;
  }

  .arrive-copy {
    padding-top: 0.5rem;
  }

  .gap {
    padding: 5rem 0;
  }

  .silence {
    height: 70vh;
    min-height: 22rem;
  }

  .peak-intro {
    margin-bottom: 1.5rem;
  }

  .phone-stack {
    padding-inline: 0;
    width: min(100% - (var(--pad) * 2), var(--wrap));
  }

  .towns {
    padding: 4.5rem 0 3rem;
  }

  .decide {
    padding: 3rem 0 4.5rem;
  }

  .strip {
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid var(--ink);
  }

  .cell {
    border-bottom: 0;
    padding: 1.7rem 1.6rem 1.7rem 0;
  }

  .cell + .cell {
    padding-left: 1.6rem;
    border-left: 1px solid var(--line);
  }

  .reach {
    padding: 3.5rem 0 5.5rem;
  }

  .reach-grid {
    grid-template-columns: minmax(16rem, 0.95fr) minmax(22rem, 1.1fr);
    gap: 3.5rem 4.5rem;
    align-items: start;
  }

  .reach-copy {
    position: sticky;
    top: calc(var(--bar-offset) + 1.5rem);
  }

  #contact-form {
    padding: 1.6rem 1.5rem 1.4rem;
  }

  .site-foot {
    padding-bottom: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .btn-call:active {
    transform: none;
  }

  .screens img {
    position: relative;
    opacity: 1;
    inset: auto;
  }

  .stage.is-theater .pin {
    display: none;
  }

  .stage.is-theater .phone-stack {
    display: grid;
    gap: 3.25rem;
    margin-top: 0;
    padding: 0 var(--pad) 2rem;
  }

  .stage.is-theater .phone-stack > li {
    height: auto;
    min-height: 0;
  }

  .stage.is-theater .phone-stack a {
    visibility: visible;
    pointer-events: auto;
  }
}

@media print {
  .bar,
  .dock,
  .skip,
  .bar-nav,
  #contact-form,
  .silence {
    display: none;
  }

  body {
    padding-bottom: 0;
    background: #fff;
    color: #161410;
    font-size: 12pt;
  }

  a,
  .reach-phone,
  .brand {
    color: #161410;
  }

  .storefront,
  .chips li,
  .cell {
    background: #fff;
    box-shadow: none;
  }

  .bezel {
    box-shadow: none;
  }
}
