
:root {
  --bg: #110d0b;
  --wood: #2b1d16;
  --wood2: #4d3427;
  --paper: #efe6d6;
  --paper2: #e3d3b8;
  --text-dark: #241812;
  --text-soft: #59463a;
  --brass: #b68a42;
  --brass2: #d1a964;
  --line: rgba(182, 138, 66, .28);
  --shadow: 0 16px 36px rgba(0,0,0,.24);
  --container: min(1180px, calc(100vw - 2rem));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--paper); background: linear-gradient(180deg, #1b120e 0%, #120d0b 30%, #18120e 100%); }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .24; background: repeating-linear-gradient(0deg, rgba(255,255,255,.025), rgba(255,255,255,.025) 2px, transparent 2px, transparent 5px); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: white; color: black; padding: .6rem .8rem; }
.site-header { position: sticky; top: 0; z-index: 50; display:flex; align-items:center; justify-content:space-between; padding: 1rem clamp(1rem, 2vw, 2rem); background: rgba(25, 17, 13, .92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(182,138,66,.22); }
.brand { display: flex; gap: .8rem; align-items: center; font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem; }
.brand-mark { width: 2.2rem; height: 2.2rem; display:grid; place-items:center; border-radius:999px; color: var(--brass2); border:1px solid rgba(182,138,66,.5); }
.desktop-nav, .mobile-nav { display:flex; gap: 1rem; }
.desktop-nav a, .mobile-nav a { color: #eadfce; opacity: .9; }
.menu-toggle { display:none; width:3rem; height:3rem; background:none; border:0; }
.menu-toggle span { display:block; height:2px; background:var(--paper); margin:.35rem 0; }
.mobile-nav { display:none; flex-direction:column; padding: 0 1rem 1rem; background: rgba(25,17,13,.98); border-bottom:1px solid rgba(182,138,66,.22); }
.mobile-nav.is-open { display:flex; }
.hero { position: relative; overflow: hidden; padding: 4rem 0 3.5rem; border-bottom:1px solid rgba(182,138,66,.18); }
.hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; opacity:.28; }
.hero-inner { position:relative; z-index:1; display:grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items:center; min-height: 68vh; }
.hero-copy h1, .section-heading h2, .dog-card h3, .aircraft-card h3, .journey-heading h3, .milestone-card h3, .footer-inner h3, .lightbox-title { font-family: Georgia, 'Times New Roman', serif; }
.eyebrow { letter-spacing: .24em; text-transform: uppercase; color: var(--brass2); font-weight: 700; font-size: .76rem; margin-bottom: 1rem; }
.eyebrow.dark { color: var(--brass); }
.hero-copy h1 { font-size: clamp(2.9rem, 6vw, 5.2rem); line-height: 1; margin: 0 0 1rem; max-width: 11ch; }
.hero-copy h1 span { color: var(--brass2); }
.hero-copy p { max-width: 42rem; line-height: 1.72; color: rgba(239,230,214,.88); }
.hero-actions { display:flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.6rem; }
.button { padding: .95rem 1.2rem; border-radius: 999px; min-width: 12rem; display:inline-flex; justify-content:center; align-items:center; }
.button-primary { background: linear-gradient(180deg, #d1a964, #a37937); color:#23170f; font-weight:700; }
.button-secondary { border:1px solid rgba(239,230,214,.3); background: rgba(51,35,28,.45); }
.engine-wrap { display:flex; justify-content:center; }
.engine-frame { max-width: 520px; padding: 1rem; border-radius: 26px; background: linear-gradient(180deg, rgba(74,49,38,.9), rgba(39,27,22,.96)); box-shadow: var(--shadow); border: 1px solid rgba(182,138,66,.28); }
.engine-frame img { width: 100%; height: auto; }
.section { padding: 5rem 0; }
.split-intro { display:grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: start; }
.section-heading h2 { font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.05; margin: 0 0 .8rem; }
.section-heading p { max-width: 58rem; line-height: 1.8; color: rgba(239,230,214,.84); }
.center { text-align:center; }
.center p { margin-inline: auto; }
.quote-panel, .dog-card, .aircraft-card, .lightbox-content { background: linear-gradient(180deg, rgba(239,230,214,.98), rgba(225,210,184,.96)); color: var(--text-dark); border: 1px solid rgba(182,138,66,.45); box-shadow: var(--shadow); }
.quote-panel { padding: 2rem; border-radius: 22px; }
.quote-panel p { margin:0; font-size: 1.25rem; line-height: 1.5; font-family: Georgia, 'Times New Roman', serif; }
.bio-section { position: relative; }
.journey-board { margin-top: 2rem; display: grid; gap: 1.6rem; }
.journey-group { background: linear-gradient(180deg, rgba(239,230,214,.98), rgba(225,210,184,.96)); color: var(--text-dark); border: 1px solid rgba(182,138,66,.45); box-shadow: var(--shadow); border-radius: 24px; overflow: hidden; }
.journey-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; background: linear-gradient(180deg, rgba(78,53,41,.92), rgba(53,36,28,.96)); color: var(--paper); border-bottom: 1px solid rgba(182,138,66,.22); }
.journey-kicker { letter-spacing: .18em; text-transform: uppercase; font-size: .72rem; color: var(--brass2); font-weight: 700; }
.journey-heading h3 { margin: 0; font-size: 1.8rem; }
.milestone-grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; padding: 1.15rem; }
.milestone-grid::before { content: ''; position: absolute; left: 1.7rem; right: 1.7rem; top: 2rem; height: 2px; background: linear-gradient(90deg, rgba(182,138,66,.25), rgba(182,138,66,.55), rgba(182,138,66,.25)); display:none; }
.milestone-card { position: relative; background: rgba(255,255,255,.34); border:1px solid rgba(182,138,66,.30); border-radius: 18px; padding: 1rem; min-height: 138px; }
.milestone-top { display:flex; align-items:center; justify-content:space-between; gap: .75rem; margin-bottom: .85rem; }
.milestone-date { display:inline-flex; padding: .42rem .68rem; border-radius: 999px; background: linear-gradient(180deg, #d9b06f, #b28744); color: #2a1c13; font-size: .82rem; font-weight: 700; }
.milestone-pin { width: .95rem; height: .95rem; border-radius:999px; background: radial-gradient(circle at 35% 35%, #f0d19a, #ae7f37 70%); box-shadow: inset 0 0 0 2px rgba(255,255,255,.16); }
.milestone-card h3 { margin: 0 0 .45rem; font-size: 1.28rem; line-height: 1.2; }
.milestone-card p { margin: 0; color: var(--text-soft); line-height: 1.55; }
.dog-grid, .aircraft-grid, .gallery-grid { display:grid; gap: 1rem; }
.dog-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.aircraft-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.photo-button, .gallery-button { border:0; background:none; padding:0; width:100%; cursor:pointer; display:block; }
.dog-card, .aircraft-card { overflow:hidden; border-radius: 18px; }
.dog-card img { width:100%; aspect-ratio: 1/1; object-fit:cover; }
.aircraft-card img { width:100%; height: 180px; object-fit:cover; }
.dog-card h3, .aircraft-card h3 { margin: 0; padding: .9rem .9rem 1rem; font-size: 1.18rem; line-height: 1.25; }
.filter-bar { display:flex; gap:.8rem; justify-content:center; flex-wrap:wrap; margin: 1.2rem 0 1.5rem; }
.filter-button { border:1px solid rgba(182,138,66,.45); background: rgba(46,31,24,.88); color: var(--paper); border-radius:999px; padding: .75rem 1rem; cursor:pointer; }
.filter-button.is-active { background: linear-gradient(180deg, #d1a964, #a37937); color:#23170f; font-weight:700; }
.gallery-grid { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.gallery-item.is-hidden { display:none; }
.gallery-button { position:relative; overflow:hidden; border-radius: 16px; box-shadow: var(--shadow); }
.gallery-button img { width:100%; height: 180px; object-fit:cover; }
.gallery-button span { position:absolute; left:0; right:0; bottom:0; padding: .65rem .75rem; background: linear-gradient(180deg, transparent, rgba(10,7,6,.9)); color: white; font-size:.92rem; text-align:left; }
.site-footer { padding: 2rem 0 3rem; border-top:1px solid rgba(182,138,66,.18); }
.footer-inner { display:flex; justify-content:space-between; gap:1rem; align-items:center; }
.footer-inner h3 { margin:0 0 .3rem; font-size:2rem; }
.footer-inner p { margin:0; color: rgba(239,230,214,.72); }
.back-to-top { color: var(--brass2); }
.lightbox { position:fixed; inset:0; background: rgba(8,6,5,.85); display:none; place-items:center; z-index:80; padding: 1rem; }
.lightbox.is-open { display:grid; }
.lightbox-content { width:min(1100px,100%); border-radius: 20px; overflow:hidden; }
.lightbox-image { width:100%; max-height:72vh; object-fit:contain; background:#1a120e; }
.lightbox-meta { padding: 1rem 1.15rem 1.2rem; }
.lightbox-meta p { color: var(--text-soft); margin: 0; }
.lightbox-close { position:absolute; top:1rem; right:1rem; width:3rem; height:3rem; border:0; border-radius:999px; font-size:2rem; background:white; cursor:pointer; }
.reveal { opacity:0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity:1; transform:translateY(0); }
@media (max-width: 920px) { .desktop-nav { display:none; } .menu-toggle { display:block; } .hero-inner, .split-intro { grid-template-columns: 1fr; } .hero { padding-top: 2.5rem; } }
@media (max-width: 680px) { .section { padding: 4rem 0; } .hero-copy h1 { font-size: 2.8rem; } .button { width:100%; } .footer-inner { flex-direction:column; align-items:flex-start; } .journey-heading { flex-direction: column; align-items: flex-start; } }
