/* Llama911 — shared styles. Style A "Rugged outdoor" (spec §3). Breakpoint 820px. */

@font-face { font-family: "Black Ops One"; src: url(../fonts/black-ops-one-400.woff2?v=7c98bed2) format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Oswald; src: url(../fonts/oswald-400.woff2?v=28f055bf) format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Oswald; src: url(../fonts/oswald-600.woff2?v=0734bb5c) format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: Oswald; src: url(../fonts/oswald-700.woff2?v=8b0f8217) format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: Inter; src: url(../fonts/inter-400.woff2?v=aefdbd53) format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Inter; src: url(../fonts/inter-600.woff2?v=551eb6e9) format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --timber: #1c261d; --deep: #141b15; --panel: #243125; --line: #34432f;
  --blaze: #f26b1d; --canvas: #d8c9a8; --bone: #e9dfc9; --muted: #b9ad93;
  --callbar-h: 60px;
  --head: "Black Ops One", Impact, sans-serif;
  --ui: Oswald, "Arial Narrow", sans-serif;
  --text: Inter, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--timber); color: var(--bone); font-family: var(--ui); padding-bottom: var(--callbar-h); min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1 0 auto; }
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p, ul { margin: 0; }
.wrap { max-width: 1080px; margin: 0 auto; }

:focus-visible { outline: 3px solid var(--blaze); outline-offset: 3px; }
.btn-primary:focus-visible, .callbar-call:focus-visible { outline-color: var(--bone); }

/* ---------- nav ---------- */
.site-nav { position: sticky; top: 0; z-index: 5; background: var(--deep); }
.site-nav .wrap { display: flex; justify-content: space-between; align-items: center; padding: 4px 16px; min-height: 58px; }
.logo { font-family: var(--head); font-size: 26px; color: var(--blaze); letter-spacing: 1px; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.nav-links { display: none; gap: 26px; text-transform: uppercase; font-size: 15px; letter-spacing: .06em; }
.nav-links a { text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.nav-links a:hover, .nav-menu-links a:hover, .site-footer a:hover { color: var(--blaze); }
.sms-number { font-family: var(--head); font-size: 34px; line-height: 1.1; color: #fff; letter-spacing: 1px; }
.sms-help { font-family: var(--text); font-weight: 400; font-size: 15px; color: var(--muted); }
.nav-links a[aria-current="page"], .nav-menu-links a[aria-current="page"] { color: var(--blaze); }

.nav-menu { position: static; }
.menu-toggle { list-style: none; cursor: pointer; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; margin-right: -9px; }
.menu-toggle::-webkit-details-marker { display: none; }
.burger { display: block; width: 26px; height: 18px; border-top: 3px solid var(--bone); border-bottom: 3px solid var(--bone); position: relative; }
.burger::after { content: ""; position: absolute; left: 0; right: 0; top: 4.5px; border-top: 3px solid var(--bone); }
.nav-menu[open] .burger { border-color: var(--blaze); }
.nav-menu[open] .burger::after { border-color: var(--blaze); }
.nav-menu-links { position: absolute; left: 0; right: 0; top: 100%; background: var(--deep); border-top: 1px solid var(--line); padding: 4px 16px 12px; display: grid; }
.nav-menu-links a { text-decoration: none; text-transform: uppercase; font-size: 18px; letter-spacing: .06em; display: flex; align-items: center; min-height: 48px; border-bottom: 1px solid var(--line); }
.nav-menu-links a:last-child { border-bottom: 0; }

/* ---------- hero ---------- */
.hero { position: relative; }
.hero-photo { display: block; position: relative; }
.hero-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 30%; background: linear-gradient(180deg, rgba(28, 38, 29, 0), var(--timber)); }
.hero-text { position: relative; padding: 4px 16px 22px; width: 100%; margin-top: -34px; }
h1 { font-family: var(--head); font-weight: 400; font-size: clamp(34px, 9vw, 68px); line-height: 1.02; margin: 0 0 12px; text-transform: uppercase; color: #fff; }
.lede { font-size: 18px; line-height: 1.35; color: var(--canvas); margin: 0 0 16px; max-width: 560px; }

/* ---------- buttons ---------- */
.cta-row { display: flex; gap: 10px; max-width: 520px; }
.cta-row-gap { margin-top: 14px; }
.btn { flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 15px 8px; font-family: var(--ui); font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; }
.btn-primary { background: var(--blaze); color: var(--deep); }
.btn-outline { border: 2px solid var(--canvas); color: var(--canvas); }

/* Text-button pattern: a.sms-link on touch, span.sms-desktop on fine pointers (see end of file). */
.sms-desktop { display: none; }
.cta-row .sms-desktop { flex: 1; align-items: center; justify-content: center; text-align: center; padding: 15px 8px; font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .05em; color: var(--canvas); white-space: nowrap; }

/* ---------- guarantee strip ---------- */
.guarantee { background: var(--blaze); color: var(--deep); }
.guarantee .wrap { padding: 14px 16px; text-transform: uppercase; font-weight: 700; font-size: 17px; letter-spacing: .03em; line-height: 1.3; }
.nowrap { white-space: nowrap; }
.guarantee small { display: block; font-weight: 400; font-size: 14px; letter-spacing: .02em; }

/* ---------- sections ---------- */
.section .wrap { padding: 34px 16px 8px; }
.section-title { font-family: var(--head); font-weight: 400; color: var(--blaze); font-size: 26px; margin: 0 0 14px; text-transform: uppercase; }

.ruled-row { display: flex; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); align-items: center; }
.ruled-num { font-family: var(--head); font-size: 36px; color: var(--blaze); width: 34px; flex: none; }
.ruled-title { display: block; font-family: var(--ui); font-weight: 700; font-size: 20px; text-transform: uppercase; color: #fff; }
.ruled-body, .body { font-family: var(--text); font-size: 15px; color: var(--muted); line-height: 1.5; }

.haul { display: grid; gap: 18px; }
.haul img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.big-line { font-size: 21px; line-height: 1.3; margin: 0 0 14px; color: #fff; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.chip { border: 2px solid var(--canvas); color: var(--canvas); padding: 6px 12px; text-transform: uppercase; font-size: 15px; letter-spacing: .05em; }

.video-tap { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; cursor: pointer; border: 0; padding: 0; color: inherit; }
.video-tap img { display: block; width: 100%; height: 100%; object-fit: cover; }
.play-icon { position: absolute; left: 50%; top: 50%; width: 74px; height: 74px; margin: -37px 0 0 -37px; border-radius: 50%; background: var(--blaze) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z' fill='%23141b15'/%3E%3C/svg%3E") center / 40px no-repeat; }
.video-player { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; }

.panel { background: var(--panel); padding: 18px; border-left: 5px solid var(--blaze); }
.region-home { font-size: 20px; color: #fff; text-transform: uppercase; margin-bottom: 10px; }
.region-home .star { color: var(--blaze); }
.region-map svg { display: block; width: calc(100% + 26px); max-width: 520px; height: auto; margin: 4px -13px 16px; }

/* ---------- profile cards (Meet the Llamas) ---------- */
.profile-grid { display: grid; gap: 22px; }
.profile-card { display: flex; flex-direction: column; background: var(--panel); border-top: 5px solid var(--blaze); }
.profile-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.profile-body { padding: 16px 18px 20px; }
.profile-heading { font-family: var(--ui); font-weight: 400; font-size: 20px; text-transform: uppercase; letter-spacing: .03em; color: var(--canvas); margin: 0 0 8px; }
.profile-name { font-family: var(--head); color: #fff; font-size: 26px; letter-spacing: 1px; }
.profile-dot { color: var(--blaze); }
.profile-card .body { margin: 0; }
.ruled-rows .ruled-row:last-child { border-bottom: 1px solid var(--line); }

/* ---------- interior pages: About story, Contact blocks, 404 ---------- */
.page-top .wrap { padding-top: 40px; }
.story { display: grid; gap: 18px; }
.story p { font-family: var(--text); font-size: 17px; line-height: 1.6; color: var(--bone); margin: 0; max-width: 640px; }
.story strong { font-weight: 600; color: #fff; }
.story-photo img { display: block; width: 100%; height: auto; }
.btn-lg { font-size: 20px; padding: 20px 8px; }
.contact-actions { max-width: 640px; margin-top: 22px; flex-direction: column; }
.contact-guarantee { margin-bottom: 18px; }
.contact-guarantee .price { margin: 6px 0 0; }
.contact-chips { margin-top: 8px; }
.inline-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--canvas); }
.inline-link:hover, .text-link:hover { color: var(--blaze); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .05em; color: var(--canvas); }
.home-link { margin-top: 18px; }
.page-top .lede { margin-bottom: 22px; }

.price { font-size: 22px; color: #fff; line-height: 1.3; margin: 22px 0; }

.faq { border-top: 1px solid var(--line); }
.faq:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { font-size: 18px; text-transform: uppercase; color: #fff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 44px; padding: 14px 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blaze); font-size: 22px; line-height: 1; }
.faq[open] summary::after { content: "\2013"; }
.faq p { margin: -2px 0 14px; }

/* ---------- footer ---------- */
.site-footer { background: var(--deep); margin-top: 38px; }
.site-footer .wrap { padding: 20px 16px 24px; display: grid; gap: 2px; font-family: var(--text); font-size: 14px; color: var(--muted); }
.footer-trust { font-family: var(--ui); text-transform: uppercase; letter-spacing: .08em; color: var(--canvas); font-size: 15px; margin-bottom: 4px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; }

/* ---------- call bar ---------- */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; display: flex; z-index: 9; }
.callbar a, .callbar .sms-desktop { flex: 3; align-items: center; justify-content: center; text-align: center; min-height: var(--callbar-h); padding: 0 8px; background: var(--blaze); color: var(--deep); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; font-size: 17px; white-space: nowrap; }
.callbar a { display: flex; }
.callbar .callbar-text, .callbar .sms-desktop { flex: 1; background: var(--bone); }

@media (min-width: 820px) {
  .nav-links { display: flex; }
  .nav-menu { display: none; }
  .haul { grid-template-columns: 1fr 1fr; align-items: center; }
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .steps .ruled-row { flex-direction: column; align-items: flex-start; }
  .profile-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .contact-actions { flex-direction: row; }
  .story { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); column-gap: 40px; align-items: start; }
  .story-p1, .story-p2, .story-p3 { grid-column: 1; }
  .story-photo { grid-column: 2; grid-row: 1 / span 3; }
  .region-map svg { width: 100%; margin: 4px 0 16px; }
  .hero { min-height: 80vh; display: flex; align-items: flex-end; overflow: hidden; }
  .hero-photo { position: absolute; inset: 0; }
  .hero-photo img { height: 100%; aspect-ratio: auto; object-position: center 60%; }
  .hero-photo::after { top: 0; height: auto; background: linear-gradient(90deg, rgba(20, 27, 21, .95) 0%, rgba(20, 27, 21, .88) 55%, rgba(20, 27, 21, .6) 78%, rgba(20, 27, 21, .15) 100%); } /* darker than the mockup: keeps the headline >= 3:1 over snow at 820-1920px */
  .hero-text { margin-top: 0; padding: 40px 16px 48px; }
  /* Interior-page header: the subject sits left, so fade from the bottom instead of the left. */
  .hero-fade-bottom { min-height: 70vh; }
  .hero-fade-bottom .hero-photo img { object-position: center 40%; }
  .hero-fade-bottom .hero-photo::after { background: linear-gradient(0deg, rgba(20, 27, 21, .96) 0%, rgba(20, 27, 21, .85) 28%, rgba(20, 27, 21, .35) 55%, rgba(20, 27, 21, 0) 75%); }
  /* About: keep Darin's face clear; a lower, shorter fade behind the short H1. */
  .hero-fade-low { min-height: 80vh; }
  .hero-fade-low .hero-photo img { object-position: center 45%; }
  .hero-fade-low .hero-photo::after { background: linear-gradient(0deg, rgba(20, 27, 21, .94) 0%, rgba(20, 27, 21, .78) 20%, rgba(20, 27, 21, .35) 38%, rgba(20, 27, 21, 0) 55%); }
  body { padding-bottom: 0; }
  .site-footer .wrap { padding-bottom: 30px; }
  .callbar { left: auto; right: 24px; bottom: 24px; box-shadow: 0 6px 20px rgba(0, 0, 0, .45); }
  .callbar a, .callbar .sms-desktop { flex: none; min-height: 0; padding: 14px 18px; font-size: 16px; }
}

/* Desktop Text swap (spec §6): no dead sms: links where a fine pointer can hover. */
@media (hover: hover) and (pointer: fine) {
  a.sms-link { display: none; }
  .cta-row .sms-desktop, .callbar .sms-desktop { display: flex; }
  /* Contact: the number in large type with one line of help (spec §5.4) */
  .cta-row .sms-desktop-lg { flex-direction: column; align-items: flex-start; justify-content: center; padding: 4px 0 4px 18px; text-transform: none; letter-spacing: 0; white-space: normal; }
}
@media (hover: hover) and (pointer: fine) and (max-width: 819.98px) {
  .callbar .sms-desktop { flex: none; padding: 0 14px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
