/* Hartland interim site. Fonts are SIL OFL (see /fonts/OFL-*.txt). */
@font-face { font-family: "Big Shoulders Display"; src: url("/fonts/big-shoulders-800.woff2") format("woff2"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("/fonts/barlow-condensed-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("/fonts/barlow-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("/fonts/barlow-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }

:root {
  --bark: #2E2A22;
  --olive: #4A503C;
  --olive-d: #3D4232;
  --bone: #EDE8DE;
  --stone: #D9D2C3;
  --muted: #B9B2A4;
  --ochre: #9A5A26;
  --ochre-d: #82491C;
  --display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --cond: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Barlow", system-ui, sans-serif;
  --gutter: clamp(16px, 5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bark); color: var(--bone); font: 400 18px/1.55 var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
strong { font-weight: 500; color: #fff; }
.tm { font-size: .42em; vertical-align: super; line-height: 0; margin-left: .05em; letter-spacing: 0; font-weight: inherit; }
h3 .tm, .lead .tm { font-size: .55em; }

/* top bar */
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px var(--gutter); background: var(--bark); border-bottom: 1px solid #423C31; }
.brand img { width: clamp(170px, 30vw, 240px); height: auto; }
.top-actions { display: flex; align-items: center; gap: 12px; }
.btn-shop { min-height: 40px; padding: 0 20px; font-size: 15px; background: var(--ochre); color: #fff; }
.btn-shop:hover { background: var(--ochre-d); }
.pill { font: 600 13px/1 var(--cond); letter-spacing: .18em; text-transform: uppercase; color: var(--bark); background: var(--bone); padding: 8px 12px; border-radius: 999px; white-space: nowrap; }

/* hero */
.hero { background: var(--olive); padding: clamp(56px, 10vw, 120px) var(--gutter) clamp(56px, 8vw, 96px); }
.hero-inner { max-width: 820px; }
.eyebrow { margin: 0 0 18px; font: 600 15px/1 var(--cond); letter-spacing: .22em; text-transform: uppercase; color: #D9CFA8; }
h1 { margin: 0; font: 800 clamp(52px, 10vw, 112px)/.92 var(--display); text-transform: uppercase; letter-spacing: .01em; }
.lead { margin: 24px 0 0; max-width: 620px; font-size: clamp(18px, 2.2vw, 21px); color: var(--stone); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 26px; font: 600 16px/1 var(--cond); letter-spacing: .14em; text-transform: uppercase; text-decoration: none; border-radius: 3px; transition: background .15s, border-color .15s; }
.btn-primary { background: var(--ochre); color: #fff; }
.btn-primary:hover { background: var(--ochre-d); }
.btn-ghost { border: 1px solid #A89A74; color: var(--bone); }
.btn-ghost:hover { border-color: var(--bone); }
.btn-lg { min-height: 56px; padding: 0 34px; font-size: 17px; }
.btn:focus-visible { outline: 3px solid #D9CFA8; outline-offset: 3px; }

/* camo band */
.band { position: relative; margin: 0; }
.band img { width: 100%; height: clamp(260px, 42vw, 560px); object-fit: cover; }
.band figcaption { position: absolute; left: var(--gutter); bottom: clamp(18px, 3vw, 36px); display: grid; gap: 6px; background: var(--bark); padding: 18px 24px 20px; border-radius: 6px; }
.tag-kicker { font: 600 13px/1 var(--cond); letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.tag-title { font: 800 clamp(40px, 6vw, 64px)/.9 var(--display); text-transform: uppercase; }
.tag-sub { font: 600 14px/1 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: #D9CFA8; }

/* what's coming */
.coming { padding: clamp(56px, 8vw, 96px) var(--gutter); background: var(--bark); }
h2 { margin: 0 0 28px; font: 800 clamp(36px, 5vw, 52px)/1 var(--display); text-transform: uppercase; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.card { background: #38332A; border: 1px solid #4A4236; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.card img { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; }
.card-body { padding: 20px 22px 24px; }
.card h3 { margin: 0 0 10px; font: 600 22px/1.1 var(--cond); letter-spacing: .06em; text-transform: uppercase; }
.card p { margin: 0 0 10px; color: var(--stone); font-size: 17px; }
.card ul { margin: 4px 0 14px; padding-left: 20px; color: var(--bone); }
.card li { margin: 4px 0; }
.card-text { justify-content: center; }
.muted { color: var(--muted) !important; }

/* signup */
.signup { background: var(--olive); text-align: center; padding: clamp(56px, 8vw, 96px) var(--gutter); display: flex; flex-direction: column; align-items: center; }
.signup-mark { width: 64px; height: auto; margin-bottom: 18px; }
.signup h2 { margin-bottom: 12px; }
.signup > p { margin: 0 0 26px; max-width: 520px; color: var(--stone); }
.fine { margin: 16px 0 0; font-size: 14px; color: var(--muted); }
.signup .fine { color: #CFC8B6; }

/* footer */
.footer { padding: 40px var(--gutter) 48px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #423C31; }
.footer img { width: 170px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 22px; font: 600 15px/1 var(--cond); letter-spacing: .12em; text-transform: uppercase; }
.footer nav a { text-decoration: none; color: var(--stone); }
.footer nav a:hover { color: var(--bone); text-decoration: underline; text-underline-offset: 4px; }
.footer .fine { flex-basis: 100%; margin: 0; }

@media (max-width: 860px) {
  .cards { grid-template-columns: 1fr; }
  .band figcaption { right: var(--gutter); }
}
@media (max-width: 420px) {
  .pill { display: none; }
  .btn-shop { min-height: 38px; padding: 0 16px; }
  .actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
