/*
Theme Name: Holt Ranch
Theme URI: https://holt-ranch.com
Author: Holt Ranch
Description: Public website for Holt Ranch — cattle and working border collies, Scipio, Oklahoma.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: holt-ranch
*/

:root {
  --bg: #efe8dc;
  --paper: #faf6ef;
  --ink: #1c1612;
  --ink-soft: #4a4036;
  --muted: #7a6e62;
  --line: #d4c8b6;
  --sidebar: #241c16;
  --sidebar-2: #2e241c;
  --paper-fg: #f3eee4;
  --muted-light: #b6a898;
  --accent: #8f3d2c;
  --accent-fg: #faf6ef;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--sidebar); color: var(--paper-fg); font-family: var(--font-body); }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 1.25rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(36,28,22,.96); border-bottom: 1px solid rgba(255,255,255,.1); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 1rem; }
.brand { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; color: var(--paper); }
.nav { display: flex; gap: .25rem; flex-wrap: wrap; }
.nav a { text-decoration: none; color: var(--muted-light); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .5rem .75rem; border-radius: 6px; }
.nav a:hover, .nav a.current { color: var(--paper); background: #3a2e24; }
.btn { display: inline-flex; align-items: center; height: 48px; padding: 0 1.2rem; background: var(--accent); color: var(--accent-fg); text-decoration: none; font-weight: 700; font-size: .9rem; border-radius: 6px; }
.hero { position: relative; min-height: 70vh; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .scrim { position: absolute; inset: 0; background: linear-gradient(to top, #241c16, rgba(36,28,22,.5), rgba(36,28,22,.25)); }
.hero-copy { position: relative; min-height: 70vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 6rem 0 3.5rem; }
.kicker { font-size: .75rem; letter-spacing: .28em; text-transform: uppercase; font-weight: 700; opacity: .85; }
h1, h2 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 3.8rem); margin: .4rem 0; color: var(--paper); }
.lede { max-width: 34rem; font-size: 1.15rem; color: rgba(250,246,239,.88); }
.split { display: grid; }
@media (min-width: 800px) { .split { grid-template-columns: 1fr 1fr; } }
.panel { background: var(--paper); color: var(--ink); padding: 3rem 1.5rem; }
.panel h2 { font-size: 2rem; margin: .3rem 0; }
.panel p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.6; }
.panel a.more { color: var(--accent); font-weight: 700; text-decoration: none; }
.photo { min-height: 280px; background: var(--sidebar-2); }
.photo img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.page { background: var(--paper); color: var(--ink); }
.page-hero { position: relative; height: 42vh; min-height: 240px; }
.page-hero img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.page-body { max-width: 42rem; margin: 0 auto; padding: 3rem 1.25rem; }
.page-body p { font-size: 1.1rem; line-height: 1.65; color: var(--ink-soft); }
.grid3 { display: grid; gap: 1.25rem; }
@media (min-width: 700px) { .grid3 { grid-template-columns: repeat(3, 1fr); } }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.card h3 { margin: .2rem 0; font-family: var(--font-display); }
.meta { color: var(--muted); font-size: .9rem; }
.site-footer { background: var(--sidebar-2); border-top: 1px solid rgba(255,255,255,.1); color: var(--muted-light); padding: 2.5rem 0; }
.site-footer a { color: var(--paper); }
@media (max-width: 799px) {
  .header-inner { flex-wrap: wrap; padding: .5rem 0; }
  .nav { width: 100%; }
}
