/* The Perfect Touch — Sunbeam theme. Light-dominant. */
:root {
  --paper: #f8f2e2;
  --wash: #efe4c8;
  --wash-deep: #e6d5ae;
  --ink: #2b251b;
  --ink-soft: #5c5138;
  --accent: #c9962e;
  --accent-deep: #a67c24;
  --hairline: rgba(43, 37, 27, 0.16);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --display: "Vollkorn", Georgia, "Times New Roman", serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  /* fluid scale, 1.333 ratio */
  --step-0: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --step-1: clamp(1.2rem, 1.1rem + 0.5vw, 1.5rem);
  --step-2: clamp(1.44rem, 1.25rem + 0.95vw, 2rem);
  --step-3: clamp(1.75rem, 1.4rem + 1.75vw, 2.5rem);
  --step-4: clamp(2.1rem, 1.6rem + 2.6vw, 3.4rem);
  --step-5: clamp(2.6rem, 1.8rem + 4vw, 4.6rem);
  --hero: clamp(3.2rem, 2rem + 8vw, 7.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--step-0);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
address { font-style: normal; }

h1, h2, h3, .final-title, .service-num, .step-num {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}
h1 em, h2 em, .final-title em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--accent-deep);
  letter-spacing: 0;
}
p { margin: 0 0 1em; text-wrap: pretty; }

.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

section { padding: clamp(5rem, 10vw, 9rem) 0; }

/* ---------- eyebrow / section head ---------- */
.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent-deep);
  margin: 0 0 1.25rem;
}
.eyebrow-light { color: #e8c96a; }
.eyebrow-ink { color: var(--ink); }
.section-title { font-size: var(--step-5); margin: 0 0 1rem; }
.section-title-light { color: #f8f2e2; }
.section-title-light em { color: #e8c96a; }
.lede {
  font-size: var(--step-1);
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0;
}
.lede-light { color: rgba(248, 242, 226, 0.82); }
.section-head { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }

/* ---------- grain ---------- */
.hero-grain, .image-band-grain, .cta-grain {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1.25rem, 4vw, 2.5rem);
  background: rgba(248, 242, 226, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.brand-mark { width: 32px; height: 32px; color: var(--ink); flex: none; }
.brand-name { font-family: var(--display); font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
.site-nav { display: flex; gap: 1.6rem; }
.site-nav a {
  text-decoration: none; font-size: 0.95rem; font-weight: 600; color: var(--ink-soft);
  background-image: linear-gradient(var(--accent-deep), var(--accent-deep));
  background-size: 0% 2px; background-position: left bottom; background-repeat: no-repeat;
  transition: background-size 0.2s ease-out, color 0.2s ease-out;
  padding-bottom: 2px;
}
.site-nav a:hover { background-size: 100% 2px; color: var(--ink); }
.header-call {
  display: inline-flex; align-items: center; gap: 0.5rem;
  text-decoration: none; font-weight: 700; font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  background: var(--accent); color: var(--ink);
  padding: 0.55rem 1.1rem; border-radius: 5px;
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out;
}
.header-call svg { width: 17px; height: 17px; }
.header-call:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201, 150, 46, 0.4); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 1rem 1.9rem;
  border-radius: 5px;
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, background 0.18s ease-out;
  min-height: 48px;
}
.btn-primary { background: var(--accent); color: var(--ink); font-variant-numeric: tabular-nums; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(201, 150, 46, 0.45); }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(43, 37, 27, 0.4); }
.btn-gold { background: #e8c96a; color: var(--ink); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(232, 201, 106, 0.35); }
.btn-ghost {
  border: 2px solid var(--ink); color: var(--ink);
  background: transparent; padding: calc(1rem - 2px) calc(1.9rem - 2px);
}
.btn-ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-3px); }
.text-link {
  font-weight: 700; text-decoration: none; color: var(--accent-deep);
  background-image: linear-gradient(var(--accent-deep), var(--accent-deep));
  background-size: 100% 2px; background-position: left bottom; background-repeat: no-repeat;
  transition: background-size 0.2s ease-out;
  padding-bottom: 2px;
}
.text-link:hover { background-size: 0% 2px; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: min(92svh, 980px);
  display: flex; align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
  background:
    radial-gradient(60rem 40rem at 78% 8%, rgba(201, 150, 46, 0.16), transparent 60%),
    radial-gradient(50rem 36rem at 12% 88%, rgba(201, 150, 46, 0.1), transparent 60%),
    var(--paper);
}
.hero-panes { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-motes { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-inner {
  position: relative; z-index: 2;
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}
.hero-eyebrow { margin-bottom: 1.5rem; }
.hero-title { font-size: var(--hero); margin-bottom: 1.5rem; }
.hero-sub {
  font-size: var(--step-1);
  color: var(--ink-soft);
  max-width: 38ch;
  margin-bottom: 2.25rem;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.75rem; }
.trust-row {
  list-style: none; margin: 0; padding: 1.1rem 0 0;
  display: flex; flex-wrap: wrap; gap: 0.75rem 2rem;
  border-top: 1px solid var(--hairline);
  font-size: 0.95rem; font-weight: 600; color: var(--ink-soft);
}
.trust-row li { display: inline-flex; align-items: center; gap: 0.55rem; }
.trust-row svg { width: 18px; height: 18px; color: var(--accent-deep); flex: none; }
.trust-row-ink { color: var(--ink); border-top-color: rgba(43, 37, 27, 0.25); font-weight: 700; }

/* word-mask hero entrance */
.mask { display: inline-block; overflow: hidden; vertical-align: top; white-space: nowrap; padding-bottom: 0.08em; margin-bottom: -0.08em; }
html.js .mask > span { display: inline-block; transform: translateY(112%); }
html.js body.hero-ready .mask > span { animation: rise 0.75s var(--ease) forwards; animation-delay: var(--d, 0s); }
html.js .hero-eyebrow, html.js .hero-sub, html.js .hero-ctas, html.js .hero .trust-row { opacity: 0; }
html.js body.hero-ready .hero-eyebrow { animation: fadein 0.6s var(--ease) forwards; animation-delay: 0.05s; }
html.js body.hero-ready .hero-sub { animation: fadeup 0.6s var(--ease) forwards; animation-delay: 0.55s; }
html.js body.hero-ready .hero-ctas { animation: fadeup 0.6s var(--ease) forwards; animation-delay: 0.7s; }
html.js body.hero-ready .hero .trust-row { animation: fadeup 0.6s var(--ease) forwards; animation-delay: 0.85s; }
@keyframes rise { to { transform: translateY(0); } }
@keyframes fadein { to { opacity: 1; } }
@keyframes fadeup { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- shaft sweep divider (transition 1) ---------- */
.shaft-sweep { position: relative; height: 110px; overflow: hidden; background: var(--paper); }
.shaft-sweep span {
  position: absolute; top: -40%; bottom: -40%; left: -10%; right: -10%;
  background: repeating-linear-gradient(
    100deg,
    transparent 0 90px,
    rgba(201, 150, 46, 0.22) 90px 150px,
    transparent 150px 260px
  );
  transform: translateX(-18%);
  transition: transform 1.1s var(--ease);
}
.shaft-sweep.is-visible span { transform: translateX(18%); }
.shaft-sweep-flip { background: var(--paper); }
.shaft-sweep-flip span {
  background: repeating-linear-gradient(
    -100deg,
    transparent 0 90px,
    rgba(201, 150, 46, 0.22) 90px 150px,
    transparent 150px 260px
  );
  transform: translateX(18%);
}
.shaft-sweep-flip.is-visible span { transform: translateX(-18%); }

/* ---------- scroll reveal ---------- */
html.js [data-reveal] { opacity: 0; transform: translateY(16px); }
html.js [data-reveal].is-visible {
  opacity: 1; transform: none;
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

/* ---------- services ---------- */
.services { background: var(--paper); }
.service-rows { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); }
.service-row {
  display: grid;
  grid-template-columns: auto 1fr minmax(120px, 220px);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: start;
  padding: clamp(1.75rem, 3vw, 2.75rem) 0;
  border-top: 2px solid var(--ink);
  transition: transform 0.2s ease-out;
}
.service-row:last-child { border-bottom: 2px solid var(--ink); }
.service-row:hover { transform: translateX(6px); }
.service-num {
  font-size: var(--step-4);
  color: transparent;
  -webkit-text-stroke: 1.5px var(--accent-deep);
  line-height: 1;
}
.service-row h3 { font-size: var(--step-2); margin: 0 0 0.75rem; }
.service-row p { color: var(--ink-soft); max-width: 52ch; margin-bottom: 1.1rem; }
.service-shaft {
  height: 100%; min-height: 160px;
  border-radius: 6px;
  background:
    linear-gradient(105deg, transparent 30%, rgba(201, 150, 46, 0.5) 46%, rgba(201, 150, 46, 0.5) 58%, transparent 74%),
    linear-gradient(160deg, var(--wash), var(--wash-deep));
  border: 1px solid var(--hairline);
}

/* ---------- proof band (transition 2: mote drift) ---------- */
.proof {
  position: relative;
  background: var(--ink);
  color: #f8f2e2;
  overflow: hidden;
}
.motes-band { position: absolute; inset: 0; overflow: hidden; }
.mote {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 201, 106, 0.9), rgba(232, 201, 106, 0) 70%);
  animation: drift linear infinite;
}
.mote.m1 { width: 10px; height: 10px; left: 8%; top: 70%; animation-duration: 14s; }
.mote.m2 { width: 6px; height: 6px; left: 24%; top: 30%; animation-duration: 19s; animation-delay: -6s; }
.mote.m3 { width: 12px; height: 12px; left: 55%; top: 65%; animation-duration: 23s; animation-delay: -11s; }
.mote.m4 { width: 5px; height: 5px; left: 72%; top: 25%; animation-duration: 16s; animation-delay: -3s; }
.mote.m5 { width: 8px; height: 8px; left: 88%; top: 60%; animation-duration: 21s; animation-delay: -9s; }
.mote.m6 { width: 7px; height: 7px; left: 40%; top: 80%; animation-duration: 18s; animation-delay: -14s; }
@keyframes drift {
  0% { transform: translate3d(0, 0, 0); opacity: 0; }
  15% { opacity: 0.8; }
  85% { opacity: 0.8; }
  100% { transform: translate3d(60px, -140px, 0); opacity: 0; }
}
.proof-inner { position: relative; z-index: 2; }
.activity-ticks { list-style: none; margin: 2.5rem 0 3rem; padding: 0; display: grid; gap: 0; max-width: 640px; }
.activity-ticks li {
  display: grid; grid-template-columns: 130px 24px 1fr;
  align-items: center; gap: 0.75rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(248, 242, 226, 0.18);
  font-size: 1rem;
}
.activity-ticks li:last-child { border-bottom: 1px solid rgba(248, 242, 226, 0.18); }
.tick-date { font-family: var(--display); font-weight: 700; font-variant-numeric: tabular-nums; color: #e8c96a; }
.tick-dot { width: 9px; height: 9px; border-radius: 50%; background: #e8c96a; justify-self: center; }
.tick-label { color: rgba(248, 242, 226, 0.85); }

/* ---------- process ---------- */
.process { background: var(--wash); }
.process-steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.process-steps li {
  padding: 1.5rem 1.5rem 0.5rem 0;
  border-top: 2px solid var(--ink);
  margin-right: 1.5rem;
}
.process-steps li:last-child { margin-right: 0; }
.step-num {
  display: block;
  font-size: var(--step-3);
  color: transparent;
  -webkit-text-stroke: 1.5px var(--accent-deep);
  margin-bottom: 0.9rem;
}
.process-steps h3 { font-size: var(--step-1); margin-bottom: 0.6rem; }
.process-steps p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- image band (transition 3: Ken Burns) ---------- */
.image-band { position: relative; overflow: hidden; padding: 0; min-height: 78svh; display: flex; align-items: flex-end; }
.kenburns { position: absolute; inset: 0; }
.kenburns img {
  width: 100%; height: 100%; object-fit: cover;
  filter: sepia(0.35) saturate(0.9) brightness(1.03);
  animation: kenburns 30s ease-in-out infinite alternate;
}
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.12); } }
.duotone {
  position: absolute; inset: 0;
  background: linear-gradient(165deg, rgba(201, 150, 46, 0.5) 0%, rgba(201, 150, 46, 0.18) 45%, rgba(43, 37, 27, 0.55) 100%);
  mix-blend-mode: multiply;
}
.image-band-grain { opacity: 0.08; }
.image-band-copy { position: relative; z-index: 2; padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 6vw, 4.5rem); }

/* ---------- area ---------- */
.area { background: var(--paper); }
.area-card {
  display: grid; grid-template-columns: 1fr auto;
  gap: 2rem; align-items: center;
  background: var(--wash);
  border: 1px solid var(--hairline);
  border-radius: 10px;
  padding: clamp(1.75rem, 4vw, 3rem);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
.area-card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(43, 37, 27, 0.14); }
.area-address { display: flex; gap: 1.1rem; align-items: flex-start; }
.area-address svg { width: 30px; height: 30px; color: var(--accent-deep); flex: none; margin-top: 2px; }
.area-address address { font-size: var(--step-1); line-height: 1.55; }
.area-actions { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }

/* ---------- faq ---------- */
.faq { background: var(--paper); }
.faq-narrow .container, .faq-narrow { max-width: 820px; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-item summary {
  list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.35rem 0.25rem;
  cursor: pointer;
  font-family: var(--display); font-weight: 700; font-size: var(--step-1);
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }
.faq-icon {
  position: relative; flex: none;
  width: 34px; height: 34px;
  border: 2px solid var(--accent-deep); border-radius: 50%;
  transition: transform 0.25s var(--ease), background 0.25s ease-out;
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; background: var(--accent-deep);
  top: 50%; left: 50%;
  transition: background 0.25s ease-out;
}
.faq-icon::before { width: 12px; height: 2px; transform: translate(-50%, -50%); }
.faq-icon::after { width: 2px; height: 12px; transform: translate(-50%, -50%); }
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--accent-deep); }
.faq-item[open] .faq-icon::before, .faq-item[open] .faq-icon::after { background: var(--paper); }
.faq-item summary:hover .faq-icon { background: rgba(201, 150, 46, 0.18); }
.faq-body { padding: 0 0.25rem 1.5rem; }
.faq-body p { margin: 0; color: var(--ink-soft); max-width: 62ch; }
.faq-item summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: 4px; }

/* ---------- final CTA ---------- */
.final-cta {
  position: relative;
  background: var(--accent);
  color: var(--ink);
  overflow: hidden;
  text-align: left;
}
.cta-shafts { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta-inner { position: relative; z-index: 2; }
.final-title { font-size: var(--step-5); margin-bottom: 1.5rem; max-width: 14ch; }
.final-title em { color: var(--ink); }
.final-phone {
  display: inline-block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 1.4rem + 7vw, 5.5rem);
  letter-spacing: -0.02em;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  margin-bottom: 2.25rem;
  background-image: linear-gradient(var(--ink), var(--ink));
  background-size: 100% 4px; background-position: left bottom; background-repeat: no-repeat;
  transition: background-size 0.25s ease-out;
  padding-bottom: 0.08em;
}
.final-phone:hover { background-size: 0% 4px; }
.final-cta .trust-row { margin-top: 2.5rem; max-width: 900px; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: rgba(248, 242, 226, 0.8); padding: 3rem 0 6.5rem; }
.footer-name { font-family: var(--display); font-weight: 700; color: #f8f2e2; margin-bottom: 0.75rem; font-size: 1.05rem; }
.footer-lines { margin: 0; font-size: 0.95rem; line-height: 1.7; }
.footer-lines a { color: #e8c96a; text-decoration: none; }
.footer-lines a:hover { text-decoration: underline; }

/* ---------- mobile call bar ---------- */
.mobile-call-bar {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  display: none;
  align-items: center; justify-content: center; gap: 0.6rem;
  background: var(--ink); color: var(--paper);
  text-decoration: none; font-weight: 700; font-size: 1.1rem;
  font-variant-numeric: tabular-nums;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(43, 37, 27, 0.35);
}
.mobile-call-bar svg { width: 20px; height: 20px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); row-gap: 2rem; }
  .process-steps li { margin-right: 1rem; }
  .area-card { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-nav { display: none; }
  .header-call span { font-size: 0.95rem; }
  .mobile-call-bar { display: inline-flex; }
  .site-footer { padding-bottom: 8.5rem; }
  .service-row { grid-template-columns: auto 1fr; }
  .service-shaft { display: none; }
  .hero { min-height: 88svh; }
  .activity-ticks li { grid-template-columns: 112px 20px 1fr; gap: 0.5rem; }
}
@media (max-width: 480px) {
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { margin-right: 0; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html.js [data-reveal],
  html.js .mask > span,
  html.js .hero-eyebrow, html.js .hero-sub, html.js .hero-ctas, html.js .hero .trust-row { opacity: 1 !important; transform: none !important; }
  .kenburns img { transform: none; }
  .mote { display: none; }
}
