/* Happy Campers Australia — rebuild 2026 · Design system: Option B "Campfire"
   Fraunces (display serif) + DM Sans (body). Brand orange #F26522, charcoal #1d1f21,
   cool light-grey wash #eef1f2, white base. Warm editorial feel.
   NO cream/beige (the two warm neutrals from the exploration file are cooled here).
   Photos sit in rounded-asymmetric frames with soft shadow, no borders.
   No thin-outlined boxes, no glow, no bracket shapes. */

:root {
  --orange: #F26522;
  --orange-dk: #e0561a;
  --char: #1d1f21;
  --paper: #ffffff;
  --wash: #eef1f2;      /* cool light grey */
  --wash-2: #e3e7e9;    /* cool hairline / divider (was warm #e9e2da) */
  --muted: #5c6266;
  --foot: #b9c0c2;      /* cool footer text (was warm #cabfb4) */
  --wrap: 1180px;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--char); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--char); color: #fff; padding: 10px 16px; z-index: 100; border-radius: 0 0 10px 0; }
.skip-link:focus { left: 0; }

/* ---------- Header / nav ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: saturate(1.1) blur(6px); border-bottom: 1px solid var(--wash-2); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px clamp(20px,5vw,56px); max-width: var(--wrap); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--char); }
.brand__mark { width: 44px; height: 44px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; font-size: 22px; color: #fff; }
.brand__name { font-family: var(--serif); font-weight: 900; font-size: 1.12rem; line-height: 1; letter-spacing: -.01em; }
.brand__name small { display: block; font-family: var(--sans); font-weight: 700; font-size: .62rem; letter-spacing: .18em; color: var(--orange); text-transform: uppercase; margin-top: 4px; }
.nav-toggle { display: none; background: transparent; border: 0; color: var(--char); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; }
.main-nav ul { list-style: none; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.main-nav a { color: var(--char); font-weight: 500; font-size: .95rem; padding: 6px 2px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--orange); }
.main-nav .nav-cta { background: var(--orange); color: #fff; padding: 9px 18px; border-radius: 40px; font-weight: 700; }
.main-nav .nav-cta:hover { background: var(--orange-dk); color: #fff; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); display: none; padding: 12px clamp(20px,5vw,56px) 20px; border-bottom: 1px solid var(--wash-2); }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .main-nav a { padding: 12px 4px; }
  .main-nav .nav-cta { text-align: center; }
}

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; padding: 15px 28px; border-radius: 40px; font-size: 1rem; cursor: pointer; border: 0; font-family: var(--sans); }
.btn--pri { background: var(--orange); color: #fff; } .btn--pri:hover { background: var(--orange-dk); color: #fff; }
.btn--onorange { background: #fff; color: var(--orange); } .btn--onorange:hover { background: #f4f4f4; color: var(--orange); }
.btn--link { color: var(--char); padding-left: 0; padding-right: 0; } .btn--link:hover { color: var(--orange); }
.btn--dark { background: var(--char); color: #fff; } .btn--dark:hover { background: #33373a; color: #fff; }

/* ---------- Shared typographic bits ---------- */
.tag { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--orange); font-size: .94rem; margin-bottom: 16px; letter-spacing: .01em; }
.tag::before { content: ""; width: 34px; height: 2px; background: var(--orange); flex: none; }
.pill { display: inline-block; background: #fff; color: var(--orange); font-weight: 700; padding: 8px 16px; border-radius: 30px; font-size: .85rem; margin-bottom: 18px; box-shadow: 0 6px 18px -8px rgba(0,0,0,.2); }
h1, h2, h3 { font-family: var(--serif); font-weight: 900; line-height: 1.05; letter-spacing: -.01em; }
h1 em, h2 em { font-style: italic; color: var(--orange); font-weight: 600; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.6; color: var(--muted); max-width: 48ch; }

/* ---------- Photo frames (rounded-asymmetric, soft shadow, no border) ---------- */
.frame { box-shadow: 0 26px 54px -28px rgba(60,40,20,.5); overflow: hidden; }
.frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.frame--br { border-radius: 14px 14px 100px 14px; }   /* hero */
.frame--bl { border-radius: 120px 14px 14px 14px; }   /* pie / shop */
.frame--tr { border-radius: 14px 120px 14px 14px; }   /* story */
.frame--soft { border-radius: 14px; }

/* photo pending placeholder (cool wash fill, no outline) */
.photo-ph { display: grid; place-items: center; text-align: center; background: var(--wash); color: var(--muted); border-radius: 14px; min-height: 240px; padding: 26px; }
.photo-ph .ph-label { font-weight: 700; color: var(--orange); letter-spacing: .04em; text-transform: uppercase; font-size: .78rem; }
.photo-ph .ph-file { font-size: .9rem; margin-top: 6px; }
.photo-ph .ph-icon { font-size: 2rem; margin-bottom: 8px; }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: clamp(24px,5vw,64px); padding: clamp(40px,6vw,88px) clamp(20px,5vw,56px); max-width: var(--wrap); margin: 0 auto; }
.hero h1 { font-size: clamp(38px, 5.4vw, 72px); }
.hero .lead { margin-top: 22px; }
.hero .actions { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero .art { position: relative; }
.hero .art .badge { position: absolute; left: -18px; bottom: 26px; background: var(--char); color: #fff; font-family: var(--serif); font-weight: 600; font-style: italic; padding: 14px 22px; border-radius: 40px; font-size: 1.1rem; box-shadow: 0 14px 30px -12px rgba(0,0,0,.5); }
@media (max-width: 820px) { .hero { grid-template-columns: 1fr; } .hero .art { order: -1; } }

/* ---------- Bands (full-bleed sections) ---------- */
.band { padding: clamp(48px,7vw,92px) 0; }
.band--wash { background: var(--wash); }
.band--orange { background: var(--orange); color: #fff; }
.band--char { background: var(--char); color: #fff; }
.band__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,5vw,60px); align-items: center; }
.band__grid--wide-l { grid-template-columns: 1fr 1.05fr; }
.band__grid--wide-r { grid-template-columns: 1.05fr 1fr; }
.band h2 { font-size: clamp(30px,4vw,50px); }
.band p.body { margin-top: 16px; color: var(--muted); font-size: 1.1rem; line-height: 1.6; max-width: 46ch; }
.band--orange p.body, .band--char p.body { color: rgba(255,255,255,.92); }
@media (max-width: 820px) { .band__grid, .band__grid--wide-l, .band__grid--wide-r { grid-template-columns: 1fr; } .band__grid.reverse .art { order: -1; } }

/* ---------- Section (plain) ---------- */
.section { padding: clamp(52px,7vw,96px) 0; }
.section .head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; flex-wrap: wrap; gap: 12px; }
.section .head h2 { font-size: clamp(30px,4vw,52px); }
.section .head .intro { color: var(--muted); max-width: 52ch; margin-top: 10px; }
.section .head a.more { color: var(--orange); font-weight: 700; }

/* ---------- Video grids ---------- */
.vids { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 24px; }
.vid { color: inherit; }
.vid .thumb { position: relative; aspect-ratio: 16/10; border-radius: 12px; overflow: hidden; background: linear-gradient(150deg, var(--orange), var(--char)); display: grid; place-items: center; transition: transform .4s ease; }
.vid:hover .thumb { transform: translateY(-6px); }
.vid .thumb img { width: 100%; height: 100%; object-fit: cover; }
.vid .play { width: 56px; height: 56px; border-radius: 50%; background: rgba(0,0,0,.5); display: grid; place-items: center; color: #fff; font-size: 1.4rem; }
.vid h3 { font-family: var(--serif); font-weight: 600; font-size: 1.18rem; margin-top: 14px; line-height: 1.25; }
.vid span { color: var(--muted); font-size: .86rem; }

.feed-note { margin-top: 20px; color: var(--muted); font-size: .9rem; }
.feed-status { text-align: center; color: var(--muted); padding: 26px; }

/* Live YouTube feed cards (rendered by youtube-feed.js) */
.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 24px; }
.video-card { color: inherit; text-decoration: none; display: block; }
.video-card__thumb { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; background: linear-gradient(150deg, var(--orange), var(--char)); display: grid; place-items: center; transition: transform .4s ease; }
.video-card:hover .video-card__thumb { transform: translateY(-6px); }
.video-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-card__play { width: 56px; height: 56px; border-radius: 50%; background: rgba(0,0,0,.5); display: grid; place-items: center; color: #fff; font-size: 1.4rem; }
.video-card__body { padding-top: 12px; }
.video-card__title { font-family: var(--serif); font-weight: 600; font-size: 1.12rem; line-height: 1.25; }
.video-card__meta { color: var(--muted); font-size: .86rem; margin-top: 4px; }

/* ---------- State pills ---------- */
.staterow { display: flex; flex-wrap: wrap; gap: 12px; }
.staterow a { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; padding: 14px 26px; border-radius: 40px; background: var(--wash); transition: .25s; }
.staterow a:hover { background: var(--orange); color: #fff; }

/* ---------- Prose ---------- */
.prose { max-width: 62ch; }
.prose p { margin-bottom: 18px; font-size: 1.08rem; }
.prose h2 { font-size: clamp(28px,3.4vw,44px); margin: 6px 0 14px; }

/* ---------- Feature trio ---------- */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 820px) { .trio { grid-template-columns: 1fr; } }
.feature { background: var(--wash); border-radius: 14px; padding: 28px 26px; }
.feature .ficon { font-size: 1.8rem; margin-bottom: 10px; }
.feature h3 { font-size: 1.3rem; margin-bottom: 8px; }
.feature p { color: var(--muted); }
.feature a { color: var(--orange); font-weight: 700; }

/* ---------- Contact ---------- */
.contact-form { max-width: 620px; background: var(--wash); padding: 32px; border-radius: 14px; }
.contact-form label { display: block; font-weight: 700; margin-bottom: 6px; }
.contact-form .field { margin-bottom: 18px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 15px; border-radius: 10px; border: 2px solid var(--wash-2); font-family: inherit; font-size: 1rem; background: #fff; color: var(--char); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--orange); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.follow-set { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
.follow-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--char); color: #fff; padding: 11px 20px; border-radius: 40px; font-weight: 700; }
.follow-btn:hover { background: var(--orange); color: #fff; }

/* ---------- Blog archive ---------- */
.archive-intro { background: var(--wash); border-radius: 14px; padding: 20px 24px; margin-bottom: 30px; color: var(--muted); }
.year-group { margin-bottom: 34px; }
.year-group h2 { font-size: 1.9rem; display: inline-block; padding-bottom: 4px; margin-bottom: 16px; border-bottom: 3px solid var(--orange); }
.post-list { list-style: none; display: grid; gap: 10px; }
.post-list li { display: flex; gap: 14px; align-items: baseline; background: var(--wash); padding: 13px 18px; border-radius: 10px; }
.post-list a { font-weight: 600; font-family: var(--serif); font-size: 1.08rem; }
.post-list a:hover { color: var(--orange); }
.post-list time { font-size: .82rem; color: var(--muted); white-space: nowrap; min-width: 92px; }

.post-body { max-width: 68ch; }
.post-body h1 { font-size: clamp(32px,4.2vw,52px); margin-bottom: 10px; }
.post-body .post-date { color: var(--muted); font-size: .95rem; margin-bottom: 22px; }
.post-archived { background: var(--wash); border-radius: 14px; padding: 20px 24px; margin: 22px 0; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--char); color: var(--foot); padding: 54px 0 34px; }
.site-footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
@media (max-width: 820px) { .site-footer .cols { grid-template-columns: 1fr; gap: 24px; } }
.site-footer h4 { color: #fff; font-family: var(--serif); font-weight: 600; margin-bottom: 12px; font-size: 1.15rem; }
.site-footer a { color: var(--foot); } .site-footer a:hover { color: var(--orange); }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.socials { display: flex; gap: 12px; margin-top: 14px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; font-size: 1.05rem; color: #fff; }
.socials a:hover { background: var(--orange); }
.footer-bottom { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: .84rem; color: var(--foot); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ---------- Utility ---------- */
.center { text-align: center; }
.mt-24 { margin-top: 24px; }
.stack-lg > * + * { margin-top: clamp(48px,7vw,92px); }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto; } }
