/* Nash Alvarez Carpentry and Construction — demo styles (v2, BOLD EDITORIAL)
   Image-forward, oversized type, asymmetric. Light warm base, neon green accent only. */

:root {
    --ink: #17150f;
    --ink-soft: #4a463c;
    --ink-mute: #837c6e;
    --paper: #ffffff;
    --cream: #f7f3ea;
    --beige: #efe7d7;
    --stone: #e6ddca;
    --line: #e2d9c6;
    --accent: #3ee00d;
    --accent-strong: #29ab06;
    --accent-tint: #ecffe2;
    --radius: 4px;
    --radius-lg: 8px;
    --shadow: 0 20px 50px -22px rgba(23,21,15,0.35);
    --shadow-lg: 0 40px 80px -30px rgba(23,21,15,0.45);
    --maxw: 1240px;
    --gut: clamp(1.25rem, 5vw, 4rem);
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-head: 'Fraunces', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.04; color: var(--ink); margin: 0 0 0.5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); font-weight: 600; }
h2 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h3 { font-size: 1.4rem; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; color: var(--ink-soft); }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }
.section { padding: clamp(2.25rem, 4vw, 3.25rem) 0; }
.tint { background: var(--cream); }
.beige { background: var(--beige); }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--ink-soft); max-width: 56ch; line-height: 1.6; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-body); font-weight: 700; font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-strong); margin-bottom: 1.1rem; }
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--accent); }
.center { text-align: center; }
.center .lede { margin-inline: auto; }
.center .eyebrow { justify-content: center; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--font-body); font-weight: 600; font-size: 1rem; padding: 0.95rem 1.7rem; border-radius: 999px; border: 2px solid transparent; cursor: pointer; transition: transform .18s ease, background .18s, box-shadow .18s, color .18s, border-color .18s; white-space: nowrap; }
.btn-accent { background: var(--accent); color: #0c1a04; box-shadow: 0 10px 24px -8px rgba(62,224,13,0.55); }
.btn-accent:hover { background: var(--accent-strong); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { transform: translateY(-2px); }
.btn-lg { padding: 1.1rem 2.1rem; font-size: 1.06rem; }

/* ---------- Placeholder (fallback for missing imgs) ---------- */
.ph { width: 100%; background: repeating-linear-gradient(45deg, var(--stone), var(--stone) 12px, #ded2ba 12px, #ded2ba 24px); display: flex; align-items: center; justify-content: center; color: #6f6656; }
.ph span { font-family: var(--font-body); font-weight: 700; font-size: 0.8rem; background: rgba(247,243,234,0.9); padding: 0.4rem 0.75rem; border-radius: 6px; text-align: center; }
img.shot { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--stone); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,243,234,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 78px; }
.brand .logo-ph { width: 138px; height: 42px; background: var(--stone); border: 1px dashed #c7bba4; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: var(--font-body); font-weight: 700; font-size: 0.68rem; color: #6f6656; }
/* Typographic wordmark placeholder (word-based, easily swapped for real square logo) */
.logo { display: inline-flex; align-items: center; gap: 0.6rem; }
.logo-mark { display: inline-flex; align-items: center; width: 32px; color: var(--accent-strong); }
.logo-mark svg { width: 100%; height: auto; display: block; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-family: var(--font-head); font-weight: 600; font-size: 1.22rem; letter-spacing: -0.015em; color: var(--ink); }
.logo-sub { font-family: var(--font-body); font-weight: 600; font-size: 0.56rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); margin-top: 4px; }
.site-footer .logo-name { color: #fff; }
.site-footer .logo-sub { color: #a49d8d; }
.site-footer .logo-mark { color: var(--accent); }
.site-footer .logo { margin-bottom: 1rem; }
.nav-links { display: flex; align-items: center; gap: 1.3rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { position: relative; font-family: var(--font-body); font-weight: 500; font-size: 0.92rem; color: var(--ink-soft); white-space: nowrap; padding: 0.35rem 0; transition: color .15s; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--accent); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: var(--ink); font-weight: 600; }
.nav-links a.active::after { transform: scaleX(1); background: var(--accent-strong); }
.nav-cta { display: flex; align-items: center; gap: 0.75rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 0.4rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

/* ---------- Hero (asymmetric, full-bleed image right) ---------- */
.hero { position: relative; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; min-height: clamp(420px, 54vh, 500px); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 3rem var(--gut) 2.25rem calc((100vw - var(--maxw)) / 2 + var(--gut)); }
.hero-copy .index { font-family: var(--font-body); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 1.4rem; }
.hero-copy h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); margin-bottom: 1.3rem; }
.hero-copy h1 .accent { font-style: italic; color: var(--accent-strong); }

/* Shared landing-page split hero (copy + photo) — fills otherwise-empty text heroes */
.lp-hero { background: var(--cream); border-bottom: 1px solid var(--line); }
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: clamp(320px, 44vh, 480px); }
.lp-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.25rem, 5vw, 4rem) var(--gut) clamp(2.25rem, 5vw, 4rem) calc((100vw - var(--maxw)) / 2 + var(--gut)); }
.lp-hero-media { position: relative; background-size: cover; background-position: center; }
.lp-hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream) 0%, rgba(247,243,234,0) 30%); }
@media (max-width: 900px) { .lp-hero-grid { grid-template-columns: 1fr; min-height: 0; } .lp-hero-media { min-height: 32vh; order: -1; } .lp-hero-copy { padding: 2.5rem var(--gut); } }
.hero-copy .lede { margin-bottom: 1.9rem; }
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.hero-nfib { position: absolute; top: clamp(0.9rem, 2vw, 1.4rem); right: clamp(0.9rem, 2vw, 1.4rem); z-index: 5; display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.5rem 0.75rem 0.5rem 0.55rem; background: rgba(255,255,255,0.94); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.55); border-radius: 12px; box-shadow: 0 8px 22px -10px rgba(0,0,0,0.45); }
.hero-nfib-mark { flex: none; font-family: var(--font-head); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.04em; color: var(--accent); background: var(--ink); padding: 0.45rem 0.55rem; border-radius: 8px; }
.hero-nfib-text { display: flex; flex-direction: column; line-height: 1.2; }
.hero-nfib-text b { font-family: var(--font-body); font-weight: 700; font-size: 0.86rem; color: var(--ink); }
.hero-nfib-text small { font-family: var(--font-body); font-size: 0.64rem; color: var(--ink-mute); letter-spacing: 0.01em; }
@media (max-width: 720px) { .hero-nfib { top: 0.7rem; right: 0.7rem; padding: 0.38rem 0.6rem 0.38rem 0.42rem; gap: 0.45rem; } .hero-nfib-text small { display: none; } .hero-nfib-text b { font-size: 0.8rem; } .hero-nfib-mark { font-size: 0.72rem; padding: 0.38rem 0.48rem; } }
.hero-media { position: relative; background-size: cover; background-position: center; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream) 0%, rgba(247,243,234,0) 22%); }
/* Floating featured-review card on the hero photo */
.hero-review { position: absolute; z-index: 6; right: clamp(1rem, 2vw, 1.75rem); bottom: clamp(1.25rem, 2.5vw, 2rem); max-width: 300px; margin: 0; background: rgba(23,21,15,0.30); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.16); border-radius: 14px; padding: 1.05rem 1.2rem; box-shadow: 0 14px 34px -14px rgba(0,0,0,0.45); }
.hero-review-stars { color: var(--accent); letter-spacing: 2px; font-size: 0.95rem; line-height: 1; margin-bottom: 0.5rem; text-shadow: 0 1px 4px rgba(0,0,0,0.35); }
.hero-review-quote { font-family: var(--font-head); font-weight: 600; font-size: 0.98rem; line-height: 1.35; color: #fff; margin: 0 0 0.55rem; letter-spacing: -0.01em; text-shadow: 0 1px 6px rgba(0,0,0,0.4); }
.hero-review-name { font-family: var(--font-body); font-weight: 700; font-size: 0.82rem; color: rgba(255,255,255,0.9); text-shadow: 0 1px 4px rgba(0,0,0,0.4); }
.hero-review-src { font-weight: 400; color: rgba(255,255,255,0.65); }
a.hero-review { text-decoration: none; cursor: pointer; transition: transform .15s ease, background .15s ease; }
a.hero-review:hover { transform: translateY(-2px); background: rgba(23,21,15,0.44); }
.hero-review-more { display: block; margin-top: 0.55rem; font-family: var(--font-body); font-weight: 700; font-size: 0.76rem; color: var(--accent); letter-spacing: 0.02em; text-shadow: 0 1px 4px rgba(0,0,0,0.4); }
@media (max-width: 720px) {
    /* Readable overlay that still shows the photo: text sits at the bottom over a
       dark-to-transparent gradient scrim, so the image shows through the upper part. */
    .hero-review {
        position: absolute; left: 0; right: 0; bottom: 0; top: auto; width: 100%; max-width: none; margin: 0;
        background: linear-gradient(to top, rgba(12,11,8,0.90) 0%, rgba(12,11,8,0.60) 42%, rgba(12,11,8,0) 88%);
        backdrop-filter: none; border: 0; border-radius: 0; box-shadow: none;
        padding: 2.75rem var(--gut) 1.1rem;
    }
    .hero-review-quote { font-size: 0.92rem; }
    .hero-review-more { margin-top: 0.45rem; }
    a.hero-review:hover { transform: none; background: linear-gradient(to top, rgba(12,11,8,0.90) 0%, rgba(12,11,8,0.60) 42%, rgba(12,11,8,0) 88%); }
}

/* Featured cards ride up over the hero bottom */
.featured { position: relative; z-index: 5; margin-top: clamp(1rem, 2vw, 1.75rem); }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.feat-card { background: var(--paper); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .25s ease; }
.feat-card:hover { transform: translateY(-6px); }
.feat-figure { position: relative; aspect-ratio: 16/12; overflow: hidden; }
.feat-figure .num { position: absolute; top: 0.9rem; left: 1rem; font-family: var(--font-head); font-size: 1.1rem; color: #fff; background: rgba(23,21,15,0.55); backdrop-filter: blur(4px); width: 2rem; height: 2rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.feat-figure img { transition: transform .5s ease; }
.feat-card:hover .feat-figure img { transform: scale(1.05); }
.feat-body { padding: 1.5rem 1.6rem 1.75rem; display: flex; flex-direction: column; flex: 1; }
.feat-tag { font-family: var(--font-body); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-strong); margin-bottom: 0.55rem; }
.feat-body p { font-size: 0.96rem; flex: 1; }
.feat-body .link-accent { margin-top: 1rem; }

/* ---------- Section head (editorial) ---------- */
.headrow { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.headrow .lede { margin-bottom: 0.3rem; }
@media (max-width: 760px) { .headrow { flex-direction: column; align-items: flex-start; gap: 1rem; } }

/* ---------- Services list (editorial rows) ---------- */
.svc-list { border-top: 1px solid var(--line); }
.svc-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem; padding: 1.1rem 0.5rem; border-bottom: 1px solid var(--line); transition: background .18s, padding .18s; }
.svc-row:hover { background: var(--paper); padding-left: 1rem; }
.svc-row .n { font-family: var(--font-head); color: var(--ink-mute); font-size: 1rem; width: 2.4rem; }
.svc-row .name { font-family: var(--font-head); font-size: 1.25rem; color: var(--ink); }
.svc-row .arrow { color: var(--accent-strong); opacity: 0; transition: opacity .18s, transform .18s; }
.svc-row:hover .arrow { opacity: 1; transform: translateX(4px); }

/* ---------- Bento services (photos + tiles) ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(132px, 1fr); gap: 1rem; grid-auto-flow: dense; }
.bento-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.bento-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bento-photo:hover img { transform: scale(1.05); }
.bento-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,21,15,0.62), rgba(23,21,15,0) 55%); }
.bento-photo .cap { position: absolute; left: 0; bottom: 0; z-index: 2; padding: 1.1rem 1.25rem; color: #fff; font-family: var(--font-head); font-size: 1.15rem; }
.bento-photo.tall { grid-column: span 2; grid-row: span 2; }
.bento-photo.wide { grid-column: span 2; }
.bento-svc { position: relative; display: block; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); min-height: 132px; }
.bento-svc img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bento-svc:hover img { transform: scale(1.06); }
.bento-svc::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,21,15,0.74), rgba(23,21,15,0.04) 62%); transition: background .2s; }
.bento-svc:hover::after { background: linear-gradient(0deg, rgba(23,21,15,0.8), rgba(41,171,6,0.12) 70%); }
.bento-svc .lbl { position: absolute; left: 0; bottom: 0; z-index: 2; padding: 0.9rem 1.05rem; color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; line-height: 1.12; letter-spacing: -0.01em; }
@media (max-width: 760px) {
    .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(110px, 1fr); }
    .bento-photo.tall, .bento-photo.wide { grid-column: span 2; grid-row: span 1; min-height: 180px; }
}

/* ---------- Why (big image + numbered points) ---------- */
.why-split { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.why-media { position: relative; }
.why-media .frame { aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.why-media .tag { position: absolute; bottom: -1.25rem; right: -1.25rem; background: var(--accent); color: #0c1a04; font-family: var(--font-head); font-size: 1.05rem; padding: 1rem 1.4rem; border-radius: var(--radius-lg); box-shadow: var(--shadow); max-width: 60%; line-height: 1.2; }
.why-list { display: flex; flex-direction: column; gap: 1.6rem; margin-top: 2.2rem; }
.why-point { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start; }
.why-point .pn { font-family: var(--font-head); font-size: 1.5rem; color: var(--accent-strong); line-height: 1; padding-top: 0.1rem; }
.why-point h3 { font-size: 1.15rem; margin-bottom: 0.2rem; }
.why-point p { font-size: 0.96rem; margin: 0; }

/* ---------- Work (asymmetric editorial grid) ---------- */
.work-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-auto-rows: 1fr; gap: 1.5rem; }
.work-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); min-height: 300px; display: block; }
.work-card.big { grid-row: span 2; }
.work-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-card:hover img { transform: scale(1.05); }
.work-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,21,15,0.78) 0%, rgba(23,21,15,0.05) 55%); }
.work-cap { position: absolute; left: 0; bottom: 0; z-index: 2; padding: 1.5rem 1.6rem; color: #fff; }
.work-cap .cat { font-family: var(--font-body); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.work-cap h3 { color: #fff; margin: 0.25rem 0 0.15rem; font-size: 1.35rem; }
.work-cap .loc { font-size: 0.85rem; color: #d8d2c6; }
@media (max-width: 760px) { .work-grid { grid-template-columns: 1fr; } .work-card.big { grid-row: auto; } }

/* ---------- Reviews (editorial quotes) ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.5rem 1.45rem; display: flex; flex-direction: column; }
.review-card .qmark { font-family: var(--font-head); font-size: 2.2rem; line-height: 0.6; color: var(--accent-strong); margin-bottom: 0.5rem; }
.review-card blockquote { margin: 0 0 1rem; font-family: var(--font-head); font-size: 1rem; line-height: 1.45; color: var(--ink); flex: 1; }
.review-src { display: flex; align-items: center; gap: 0.55rem; font-size: 0.85rem; color: var(--ink-mute); }
.review-src .badge { font-weight: 700; color: var(--ink); font-family: var(--font-body); }
.stars { color: var(--accent-strong); letter-spacing: 2px; }

/* ---------- Service area ---------- */
.area-split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.area-map .frame { aspect-ratio: 16/12; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }

/* ---------- Trust strip ---------- */
.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem 2.4rem; padding: 1.4rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust .item { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); }
.trust svg { width: 18px; height: 18px; stroke: var(--accent-strong); }
@media (max-width: 560px) { .trust { justify-content: flex-start; } }

/* ---------- Big CTA (full-bleed image) ---------- */
.cta-band { position: relative; background-size: cover; background-position: center; }
.cta-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,21,15,0.72), rgba(23,21,15,0.82)); }
.cta-inner { position: relative; z-index: 2; text-align: center; padding: clamp(3.25rem, 7vw, 5rem) var(--gut); color: #fff; }
.cta-inner h2 { color: #fff; }
.cta-inner .lede { color: #e6e1d7; margin: 0 auto 2rem; }
.cta-inner .btn { margin: 0.35rem; }
.cta-inner .eyebrow { color: var(--accent); }

/* ---------- Footer ---------- */
.site-footer { background: #131109; color: #cfc9bf; padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer a { color: #cfc9bf; font-size: 0.95rem; line-height: 2; }
.site-footer a:hover { color: var(--accent); }
.footer-brand .logo-ph { width: 150px; height: 46px; background: #2a271c; border: 1px dashed #4a4636; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.68rem; color: #8a8371; margin-bottom: 1rem; }
.footer-brand p { color: #a49d8d; font-size: 0.92rem; max-width: 36ch; }
.footer-col { display: flex; flex-direction: column; }
.footer-bottom { border-top: 1px solid #2a271c; margin-top: 2.5rem; padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.85rem; color: #8a8371; }
.link-accent { font-family: var(--font-body); font-weight: 600; color: var(--accent-strong); display: inline-flex; align-items: center; gap: 0.35rem; }
.link-accent:hover { gap: 0.6rem; }

/* ---------- Mobile bar ---------- */
.mobile-bar { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .hero-grid { grid-template-columns: 1fr; min-height: 0; }
    .hero-copy { padding: 3.5rem var(--gut) 6rem; }
    .hero-media { min-height: 46vh; order: -1; }
    .feat-grid { grid-template-columns: 1fr; }
    .featured { margin-top: 1rem; }
    .why-split { grid-template-columns: 1fr; }
    .why-media { max-width: 460px; }
    .area-split { grid-template-columns: 1fr; }
    .review-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
    .nav-links { position: fixed; inset: 78px 0 auto 0; background: var(--paper); flex-direction: column; align-items: flex-start; gap: 0; padding: 0.5rem var(--gut) 1.5rem; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-150%); transition: transform .25s ease; }
    .nav-links.open { transform: translateY(0); }
    .nav-links li { width: 100%; border-bottom: 1px solid var(--line); }
    .nav-links a { display: block; padding: 0.95rem 0; font-size: 1rem; }
    .nav-links a::after { display: none; }
    .nav-toggle { display: block; }
}
@media (max-width: 720px) {
    body { font-size: 16px; padding-bottom: 68px; }
    .nav .btn-accent { display: none; }
    .review-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .mobile-bar { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--paper); border-top: 1px solid var(--line); padding: 0.6rem 0.8rem; gap: 0.6rem; box-shadow: 0 -8px 24px -12px rgba(0,0,0,0.25); }
    .mobile-bar .btn { flex: 1; justify-content: center; padding: 0.85rem; }
}
