/* ==========================================================================
   Start Line Lab — stylesheet
   Sonoran desert palette (sunset orange / sage / warm sand) paired with an
   editorial serif (Fraunces) for display type and a clean grotesque
   (Instrument Sans) for body copy. Plain CSS, no build step, no framework.
   ========================================================================== */

:root {
  /* Sonoran palette */
  --sll-sand:        #f4ead7;
  --sll-sand-deep:   #e8d8b8;
  --sll-sand-line:   #dccaa4;
  --sll-cream:       #fffaf0;
  --sll-ink:         #241a10;
  --sll-ink-soft:    #5a4a36;
  --sll-orange:      #d75f28;
  --sll-orange-deep: #a8441a;
  --sll-orange-soft: #f3946a;
  --sll-sage:        #79855f;
  --sll-sage-deep:   #56603f;
  --sll-sage-soft:   #c9d0b2;
  --sll-dusk:        #2b1c14;

  --sll-font-display: 'Fraunces', 'Georgia', serif;
  --sll-font-body: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --sll-radius: 4px;
  --sll-radius-lg: 10px;
  --sll-shadow: 0 1px 2px rgba(43, 28, 20, 0.06), 0 12px 30px -14px rgba(43, 28, 20, 0.28);
  --sll-shadow-lg: 0 30px 60px -24px rgba(43, 28, 20, 0.38);
  --sll-max: 1180px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sll-sand);
  color: var(--sll-ink);
  font-family: var(--sll-font-body);
  font-size: 16.5px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--sll-font-display); font-weight: 700; line-height: 1.14; margin: 0 0 0.5em; color: var(--sll-ink); }
p { margin: 0 0 1em; color: var(--sll-ink-soft); }
address { font-style: normal; }
button { font-family: inherit; }

h1 { font-size: clamp(2.3rem, 4.4vw, 3.5rem); font-weight: 600; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.7rem, 2.8vw, 2.35rem); font-weight: 600; letter-spacing: -0.005em; }
h3 { font-size: 1.24rem; font-weight: 600; }

.sll-skip {
  position: absolute; left: -999px; top: 0; background: var(--sll-orange); color: #fff;
  padding: 12px 18px; z-index: 200; border-radius: 0 0 6px 0;
}
.sll-skip:focus { left: 0; }

.sll-wrap { max-width: var(--sll-max); margin: 0 auto; padding: 0 28px; }

/* ---------- Buttons ---------- */
.sll-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: 0.96rem;
  border: 1px solid transparent; cursor: pointer; transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}
.sll-btn--primary { background: var(--sll-orange); color: #fff8ee; }
.sll-btn--primary:hover { background: var(--sll-orange-deep); transform: translateY(-1px); }
.sll-btn--ghost { border-color: rgba(36, 26, 16, 0.22); color: var(--sll-ink); }
.sll-btn--ghost:hover { border-color: var(--sll-ink); }
.sll-btn--panel { background: var(--sll-sage); color: #fff8ee; }
.sll-btn--panel:hover { background: var(--sll-sage-deep); }
.sll-btn--block { width: 100%; }

/* ---------- Utility strip + header ---------- */
.sll-utility {
  background: var(--sll-dusk); color: #f3e6d3; font-size: 0.85rem;
}
.sll-utility__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 9px 28px; }
.sll-utility__loc { opacity: 0.78; display: none; }
.sll-utility__phone { font-weight: 600; }
.sll-utility__cta { margin-left: auto; color: var(--sll-orange-soft); font-weight: 600; }

.sll-header {
  position: sticky; top: 0; z-index: 100; background: rgba(244, 234, 215, 0.92);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--sll-sand-line);
  transition: box-shadow 0.25s ease;
}
.sll-header.is-scrolled { box-shadow: 0 8px 24px -18px rgba(43, 28, 20, 0.5); }
.sll-header__inner { display: flex; align-items: center; gap: 24px; padding: 16px 28px; }

.sll-brand { display: flex; align-items: center; gap: 12px; }
.sll-brand__reticle {
  position: relative; width: 38px; height: 38px; border-radius: 50%;
  border: 2px solid var(--sll-orange); flex: none;
  background: radial-gradient(circle at center, var(--sll-orange) 0 3px, transparent 4px);
}
.sll-brand__reticle span { position: absolute; background: var(--sll-orange); }
.sll-brand__reticle span:first-child { top: 50%; left: -6px; right: -6px; height: 1.5px; transform: translateY(-50%); }
.sll-brand__reticle span:last-child { left: 50%; top: -6px; bottom: -6px; width: 1.5px; transform: translateX(-50%); }
.sll-brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.sll-brand__name { font-family: var(--sll-font-display); font-weight: 700; font-size: 1.2rem; }
.sll-brand__tag { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.09em; color: var(--sll-ink-soft); }

.sll-nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 40px; height: 40px; border: 1px solid var(--sll-sand-line); border-radius: 8px;
  background: var(--sll-cream); margin-left: auto; cursor: pointer;
}
.sll-nav-toggle span { width: 18px; height: 2px; background: var(--sll-ink); margin: 0 auto; transition: transform 0.2s ease, opacity 0.2s ease; }
.sll-nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sll-nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.sll-nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sll-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.sll-nav__list { display: flex; align-items: center; gap: 22px; }
.sll-nav__item a {
  font-size: 0.92rem; font-weight: 500; color: var(--sll-ink-soft); padding: 6px 0; position: relative;
}
.sll-nav__item a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--sll-orange);
  transform: scaleX(0); transform-origin: left; transition: transform 0.2s ease;
}
.sll-nav__item a:hover, .sll-nav__item.is-active a { color: var(--sll-ink); }
.sll-nav__item a:hover::after, .sll-nav__item.is-active a::after { transform: scaleX(1); }
.sll-nav__cta { flex: none; }

@media (max-width: 980px) {
  .sll-utility__loc { display: none; }
  .sll-nav-toggle { display: flex; }
  .sll-nav {
    position: fixed; inset: 0 0 0 auto; width: min(340px, 86vw); background: var(--sll-cream);
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0;
    padding: 96px 28px 28px; transform: translateX(100%); transition: transform 0.32s ease;
    box-shadow: -20px 0 50px rgba(43, 28, 20, 0.25); overflow-y: auto;
  }
  .sll-nav.is-open { transform: translateX(0); }
  .sll-nav__list { flex-direction: column; align-items: flex-start; gap: 4px; width: 100%; }
  .sll-nav__item { width: 100%; border-bottom: 1px solid var(--sll-sand-line); }
  .sll-nav__item a { display: block; padding: 14px 2px; }
  .sll-nav__cta { margin-top: 20px; width: 100%; }
}

/* ---------- Hero ---------- */
.sll-hero {
  position: relative; overflow: hidden; padding: 70px 0 90px;
  background:
    radial-gradient(ellipse 900px 500px at 82% -10%, rgba(215, 95, 40, 0.18), transparent 60%),
    linear-gradient(180deg, var(--sll-sand) 0%, var(--sll-sand-deep) 100%);
}
.sll-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.sll-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 0.82rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--sll-orange-deep); margin-bottom: 18px;
}
.sll-hero__eyebrow::before { content: ''; width: 22px; height: 1.5px; background: var(--sll-orange); }
.sll-hero__lede { font-size: 1.08rem; max-width: 540px; margin-top: 18px; }
.sll-hero__actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.sll-hero__target {
  position: relative; width: 100%; aspect-ratio: 1 / 1; max-width: 420px; margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 27%, var(--sll-cream) 27% 28%, transparent 28% 100%),
    radial-gradient(circle, transparent 0 48%, var(--sll-sand-line) 48% 49%, transparent 49% 100%),
    radial-gradient(circle, transparent 0 68%, var(--sll-sand-line) 68% 69%, transparent 69% 100%),
    conic-gradient(from 90deg, var(--sll-orange) 0deg 1.4deg, transparent 1.4deg 180deg, var(--sll-orange) 180deg 181.4deg, transparent 181.4deg 360deg),
    conic-gradient(from 0deg, var(--sll-sage) 0deg 1.4deg, transparent 1.4deg 180deg, var(--sll-sage) 180deg 181.4deg, transparent 181.4deg 360deg),
    var(--sll-cream);
  border: 1.5px solid var(--sll-sand-line);
  box-shadow: var(--sll-shadow-lg);
}
.sll-hero__target-ball {
  position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--sll-dusk);
  top: 22%; left: 61%; box-shadow: 0 4px 10px rgba(43,28,20,0.35);
}
.sll-hero__target-line {
  position: absolute; left: 50%; bottom: 6%; width: 2px; height: 66%; background: var(--sll-orange);
  transform-origin: bottom center; transform: translateX(-50%) rotate(9deg); border-radius: 2px;
}
.sll-hero__target-caption {
  position: absolute; left: 50%; bottom: -34px; transform: translateX(-50%); text-align: center;
  font-size: 0.78rem; color: var(--sll-ink-soft); white-space: nowrap;
}
.sll-hero__target-caption strong { color: var(--sll-orange-deep); }

@media (max-width: 900px) {
  .sll-hero__grid { grid-template-columns: 1fr; }
  .sll-hero__target { margin-top: 40px; }
}

/* ---------- Stats strip ---------- */
.sll-stats {
  background: var(--sll-dusk); color: #f3e6d3;
}
.sll-stats__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 42px 0; }
.sll-stat { text-align: center; }
.sll-stat__num { display: block; font-family: var(--sll-font-display); font-size: 2.1rem; font-weight: 700; color: var(--sll-orange-soft); }
.sll-stat__label { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.07em; opacity: 0.78; }
@media (max-width: 720px) { .sll-stats__row { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Sections ---------- */
.sll-section { padding: 84px 0; }
.sll-section--alt { background: var(--sll-cream); border-top: 1px solid var(--sll-sand-line); border-bottom: 1px solid var(--sll-sand-line); }
.sll-section__head { max-width: 660px; margin-bottom: 46px; }
.sll-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--sll-sage-deep); margin-bottom: 12px;
}
.sll-eyebrow::before { content: ''; width: 18px; height: 1.5px; background: var(--sll-sage); }
.sll-page-header { padding: 62px 0 46px; background: linear-gradient(180deg, var(--sll-sand-deep), var(--sll-sand)); }
.sll-breadcrumb { display: inline-block; font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--sll-orange-deep); margin-bottom: 12px; }
.sll-lede { font-size: 1.06rem; max-width: 640px; }
.sll-text-center { text-align: center; }

.sll-two-col { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 52px; align-items: start; }
@media (max-width: 880px) { .sll-two-col { grid-template-columns: 1fr; } }

.sll-grid { display: grid; gap: 22px; }
.sll-grid--2 { grid-template-columns: repeat(2, 1fr); }
.sll-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sll-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .sll-grid--3, .sll-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sll-grid--2, .sll-grid--3, .sll-grid--4 { grid-template-columns: 1fr; } }

/* ---------- Cards ---------- */
.sll-card {
  background: var(--sll-cream); border: 1px solid var(--sll-sand-line); border-radius: var(--sll-radius-lg);
  padding: 28px; box-shadow: var(--sll-shadow);
}
.sll-card__icon {
  width: 42px; height: 42px; border-radius: 10px; background: var(--sll-orange); color: #fff8ee;
  display: flex; align-items: center; justify-content: center; font-family: var(--sll-font-display);
  font-weight: 700; margin-bottom: 16px; font-size: 1.1rem;
}
.sll-card__link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--sll-orange-deep); margin-top: 6px; }

.sll-panel {
  background: var(--sll-dusk); color: #f3e6d3; border-radius: var(--sll-radius-lg); padding: 26px;
  box-shadow: var(--sll-shadow-lg);
}
.sll-panel-title { display: flex; align-items: center; justify-content: space-between; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.8; margin-bottom: 16px; }
.sll-metric-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(243, 230, 211, 0.14); font-size: 0.95rem; }
.sll-metric-row:last-child { border-bottom: none; }
.sll-metric-row span:first-child { opacity: 0.75; }
.sll-metric-row span:last-child { font-weight: 600; }

/* ---------- Bars (comparison viz) ---------- */
.sll-bars > div { margin-bottom: 16px; }
.sll-bars > div:last-child { margin-bottom: 0; }
.sll-bar-row__label { display: flex; align-items: center; justify-content: space-between; font-size: 0.9rem; margin-bottom: 6px; }
.sll-bar-track { height: 8px; border-radius: 999px; background: rgba(243, 230, 211, 0.16); overflow: hidden; }
.sll-panel .sll-bar-track { background: rgba(243, 230, 211, 0.16); }
.sll-bar-fill { height: 100%; border-radius: 999px; background: var(--sll-orange-soft); }
.sll-bar-fill--muted { background: rgba(243, 230, 211, 0.35); }

/* ---------- Timeline ---------- */
.sll-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; counter-reset: sll-step; position: relative; }
.sll-timeline::before {
  content: ''; position: absolute; top: 21px; left: 6%; right: 6%; height: 1.5px;
  background: repeating-linear-gradient(90deg, var(--sll-sand-line) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.sll-timeline__item { position: relative; z-index: 1; padding-right: 14px; }
.sll-timeline__num {
  counter-increment: sll-step; display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; background: var(--sll-orange); color: #fff8ee;
  font-family: var(--sll-font-display); font-weight: 700; margin-bottom: 16px;
}
.sll-timeline__num::before { content: counter(sll-step); }
@media (max-width: 880px) {
  .sll-timeline { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .sll-timeline::before { display: none; }
}

/* ---------- Testimonials ---------- */
.sll-testimonial { position: relative; }
.sll-stars { color: var(--sll-orange); letter-spacing: 2px; display: block; margin-bottom: 12px; font-size: 0.95rem; }
.sll-testimonial__author { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.sll-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--sll-sage); color: #fff8ee;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; flex: none;
}
.sll-testimonial__author strong { display: block; font-size: 0.92rem; }
.sll-testimonial__author span { font-size: 0.8rem; color: var(--sll-ink-soft); }

/* ---------- Brand tiles ---------- */
.sll-brand-tile { background: var(--sll-cream); border: 1px solid var(--sll-sand-line); border-radius: var(--sll-radius-lg); padding: 22px; text-align: center; }
.sll-brand-tile__mark {
  width: 44px; height: 44px; margin: 0 auto 12px; border-radius: 50%; background: var(--sll-sand-deep);
  color: var(--sll-orange-deep); display: flex; align-items: center; justify-content: center;
  font-family: var(--sll-font-display); font-weight: 700; font-size: 0.95rem;
}
.sll-brand-tile strong { display: block; margin-bottom: 4px; }
.sll-brand-tile span { font-size: 0.82rem; color: var(--sll-ink-soft); }

/* ---------- CTA band ---------- */
.sll-cta { padding: 78px 0; background: linear-gradient(120deg, var(--sll-orange) 0%, var(--sll-orange-deep) 100%); color: #fff8ee; }
.sll-cta__inner { text-align: center; max-width: 640px; margin: 0 auto; }
.sll-cta h2 { color: #fff8ee; }
.sll-cta p { color: rgba(255, 248, 238, 0.88); }
.sll-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.sll-cta .sll-btn--ghost { border-color: rgba(255, 248, 238, 0.55); color: #fff8ee; }
.sll-cta .sll-btn--ghost:hover { border-color: #fff8ee; background: rgba(255, 248, 238, 0.1); }
.sll-cta .sll-btn--primary { background: var(--sll-dusk); }
.sll-cta .sll-btn--primary:hover { background: #1c1108; }

/* ---------- Pricing ---------- */
.sll-pricing-card { display: flex; flex-direction: column; }
.sll-pricing-card--featured { border-color: var(--sll-orange); box-shadow: 0 20px 40px -22px rgba(215, 95, 40, 0.4); position: relative; }
.sll-pricing-card--featured::before {
  content: 'Most Booked'; position: absolute; top: -12px; right: 24px; background: var(--sll-orange);
  color: #fff8ee; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 5px 12px; border-radius: 999px;
}
.sll-price { font-family: var(--sll-font-display); font-size: 2.2rem; font-weight: 700; margin: 8px 0 10px; }
.sll-price span { font-family: var(--sll-font-body); font-size: 0.9rem; font-weight: 500; color: var(--sll-ink-soft); }
.sll-pricing-card ul { margin: 16px 0 22px; }
.sll-pricing-card li { position: relative; padding-left: 22px; margin-bottom: 9px; font-size: 0.92rem; color: var(--sll-ink-soft); }
.sll-pricing-card li::before { content: '✓'; position: absolute; left: 0; color: var(--sll-sage-deep); font-weight: 700; }

.sll-table-wrap { overflow-x: auto; }
.sll-table { width: 100%; border-collapse: collapse; background: var(--sll-cream); border: 1px solid var(--sll-sand-line); border-radius: var(--sll-radius-lg); overflow: hidden; }
.sll-table th, .sll-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--sll-sand-line); font-size: 0.94rem; }
.sll-table th { background: var(--sll-sand-deep); font-family: var(--sll-font-display); font-weight: 700; }
.sll-table tr:last-child td { border-bottom: none; }

/* ---------- FAQ ---------- */
.sll-faq-item { border-bottom: 1px solid var(--sll-sand-line); padding: 20px 0; }
.sll-faq-item summary {
  cursor: pointer; font-weight: 600; font-size: 1.02rem; list-style: none; display: flex;
  align-items: center; justify-content: space-between; gap: 16px; color: var(--sll-ink);
}
.sll-faq-item summary::-webkit-details-marker { display: none; }
.sll-faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--sll-orange); flex: none; transition: transform 0.2s ease; }
.sll-faq-item[open] summary::after { transform: rotate(45deg); }
.sll-faq-item p { margin-top: 14px; }

/* ---------- Forms ---------- */
.sll-form-card { background: var(--sll-cream); border: 1px solid var(--sll-sand-line); border-radius: var(--sll-radius-lg); padding: 30px; box-shadow: var(--sll-shadow); }
.sll-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .sll-form-row { grid-template-columns: 1fr; } }
.sll-form-field { margin-bottom: 16px; }
.sll-form-field label { display: block; font-size: 0.86rem; font-weight: 600; margin-bottom: 6px; }
.sll-form-field input, .sll-form-field select, .sll-form-field textarea {
  width: 100%; padding: 11px 14px; border: 1px solid var(--sll-sand-line); border-radius: 8px;
  font-family: inherit; font-size: 0.96rem; background: #fff; color: var(--sll-ink);
}
.sll-form-field input:focus, .sll-form-field select:focus, .sll-form-field textarea:focus {
  outline: none; border-color: var(--sll-orange); box-shadow: 0 0 0 3px rgba(215, 95, 40, 0.14);
}
.sll-form-note { font-size: 0.84rem; color: var(--sll-ink-soft); }

.sll-check-list li { position: relative; padding-left: 26px; margin-bottom: 12px; color: var(--sll-ink-soft); }
.sll-check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--sll-sage-deep); font-weight: 700; }

/* ---------- Locate panel ---------- */
.sll-locate {
  position: relative; border-radius: var(--sll-radius-lg); overflow: hidden; aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--sll-sage-soft), var(--sll-sand-deep));
  border: 1px solid var(--sll-sand-line); display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.sll-locate--lg { aspect-ratio: 16 / 11; }
.sll-locate__grid {
  position: absolute; inset: 0; opacity: 0.5;
  background-image: linear-gradient(rgba(43,28,20,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(43,28,20,0.08) 1px, transparent 1px);
  background-size: 32px 32px;
}
.sll-locate__pin { width: 16px; height: 16px; border-radius: 50%; background: var(--sll-orange); border: 3px solid #fff8ee; box-shadow: var(--sll-shadow); position: relative; z-index: 1; }
.sll-locate__label { margin-top: 10px; font-weight: 700; position: relative; z-index: 1; }
.sll-locate__coords { font-size: 0.8rem; color: var(--sll-ink-soft); position: relative; z-index: 1; }

/* ---------- Team ---------- */
.sll-team-card { text-align: center; }
.sll-team-photo {
  width: 68px; height: 68px; border-radius: 50%; background: var(--sll-sand-deep); color: var(--sll-orange-deep);
  display: flex; align-items: center; justify-content: center; font-family: var(--sll-font-display);
  font-weight: 700; font-size: 1.2rem; margin: 0 auto 14px;
}
.sll-team-role { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--sll-sage-deep); margin-bottom: 6px; font-weight: 600; }

/* ---------- Error page ---------- */
.sll-error { padding: 130px 0; text-align: center; }
.sll-error-code {
  display: block; font-family: var(--sll-font-display); font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 700; color: var(--sll-orange); line-height: 1; margin-bottom: 6px;
}

/* ---------- Blog ---------- */
.sll-post-meta { display: inline-block; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--sll-sage-deep); margin-bottom: 10px; }
.sll-article-header { max-width: 760px; }
.sll-article { max-width: 720px; margin: 0 auto; }
.sll-article h2 { margin-top: 2em; }
.sll-article p { font-size: 1.02rem; }
.sll-article blockquote {
  margin: 28px 0; padding: 18px 24px; border-left: 3px solid var(--sll-orange); background: var(--sll-cream);
  font-family: var(--sll-font-display); font-style: italic; font-size: 1.08rem; color: var(--sll-ink);
}

/* ---------- Footer ---------- */
.sll-footer { background: var(--sll-dusk); color: #efe1cb; padding-top: 64px; }
.sll-footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 48px; }
.sll-footer .sll-brand__name { font-size: 1.25rem; }
.sll-footer__brand p { color: rgba(239, 225, 203, 0.72); margin-top: 12px; font-size: 0.92rem; }
.sll-footer__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.sll-tag { font-size: 0.74rem; border: 1px solid rgba(239, 225, 203, 0.3); padding: 5px 10px; border-radius: 999px; opacity: 0.85; }
.sll-footer h3 { color: #efe1cb; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 16px; }
.sll-footer address, .sll-footer p { color: rgba(239, 225, 203, 0.78); font-size: 0.92rem; }
.sll-footer a:hover { color: var(--sll-orange-soft); }
.sll-hours { font-size: 0.88rem; }
.sll-hours li { display: flex; justify-content: space-between; padding: 5px 0; color: rgba(239, 225, 203, 0.78); }
.sll-footer__links li { margin-bottom: 9px; font-size: 0.9rem; }
.sll-footer__bottom { border-top: 1px solid rgba(239, 225, 203, 0.14); padding: 20px 0; margin-top: 12px; }
.sll-footer__bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 0.8rem; color: rgba(239, 225, 203, 0.6); }
@media (max-width: 880px) { .sll-footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .sll-footer__top { grid-template-columns: 1fr; } }

/* ---------- Scroll reveal ---------- */
/* Gated behind .js-on (inline script in <head>) so content is never hidden
   when JavaScript is disabled or blocked. */
.js-on .sll-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js-on .sll-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js-on .sll-reveal { opacity: 1; transform: none; transition: none; }
}
