/*
Theme Name: Hostal
Theme URI: https://hostal.com.au
Author: Hostal
Description: Bespoke, responsive theme for Hostal short-term rental management. Compatible with Elementor and Elementor Pro.
Version: 1.2.2
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: hostal
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ink: #111312;
  --deep: #151917;
  --sage: #667a6e;
  --sage-light: #dce4df;
  --soft: #f1f3f0;
  --paper: #ffffff;
  --muted: #606762;
  --line: rgba(17, 19, 18, .15);
  --page: min(1440px, 90vw);
  --gutter: max(5vw, calc((100vw - 1440px) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Manrope', sans-serif; font-weight: 500; letter-spacing: -.052em; }
h2 { margin-bottom: 0; font-size: clamp(40px, 4.1vw, 60px); line-height: 1.04; }
.section { padding: 104px var(--gutter); }
.eyebrow { margin: 0 0 20px; color: var(--sage); font-size: 11px; font-weight: 600; line-height: 1.3; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #c8d3cc; }
.lead-copy { color: var(--ink) !important; font-family: 'Manrope', sans-serif; font-size: clamp(20px, 1.8vw, 27px) !important; font-weight: 500; line-height: 1.4 !important; letter-spacing: -.025em; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 50px; padding: 0 20px; border: 0; background: var(--ink); color: white; font-size: 12px; font-weight: 600; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { background: var(--sage); transform: translateY(-1px); }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--sage-light); }
.button-full { width: 100%; }
.text-link, .arrow-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: none; color: inherit; font-size: 12px; font-weight: 600; cursor: pointer; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 200px 1fr 250px; align-items: center; height: 84px; padding: 0 max(3.5vw, calc((100vw - 1540px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 128px; height: auto; }
.site-header nav { display: flex; justify-content: center; gap: clamp(22px, 2.2vw, 38px); font-size: 13px; }
.site-header nav a { padding: 10px 0 8px; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--ink); }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; }
.header-cta span { font-size: 15px; }
.menu-toggle { display: none; }
.hostal-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.admin-bar .site-header { top: 32px; }

/* Home hero */
.hero { position: relative; min-height: clamp(620px, 76svh, 780px); background: #0c0f0d; color: white; }
.hero-image { position: absolute; inset: 0; overflow: hidden; background: #0c0f0d; }
.hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,6,.78) 0%, rgba(5,8,6,.43) 51%, rgba(5,8,6,.1) 100%), linear-gradient(0deg, rgba(5,8,6,.35), transparent 55%); }
.hero-panel { position: absolute; left: var(--gutter); bottom: 8vh; width: min(740px, 64vw); }
.hero-panel h1 { max-width: 720px; margin: 0; color: white !important; font-size: clamp(54px, 6.4vw, 88px); line-height: .96; }
.lede { max-width: 610px; margin: 26px 0 32px; color: #e2e7e3; font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-caption { position: absolute; right: var(--gutter); bottom: 7vh; text-align: right; }
.hero-caption p { margin: 0; font-size: 11px; font-weight: 600; line-height: 1.45; letter-spacing: .15em; text-transform: uppercase; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px var(--gutter); border-bottom: 1px solid var(--line); background: white; }
.trust-strip p { margin: 0; padding: 0 2vw; border-right: 1px solid var(--line); color: #69706b; font-size: 9px; line-height: 1.6; letter-spacing: .11em; text-transform: uppercase; }
.trust-strip p:first-child { padding-left: 0; }
.trust-strip p:last-child { border: 0; }
.trust-strip p > span { display: block; margin-bottom: 11px; color: #8d9c93; }
.trust-strip strong { color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: 0; text-transform: none; }

.home-intro, .split-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: clamp(56px, 7vw, 110px); align-items: start; }
.home-intro > div:last-child, .split-section > div:last-child { padding-top: 42px; }
.home-intro > div:last-child p:not(.lead-copy), .split-section > div:last-child p:not(.lead-copy) { color: var(--muted); }
.home-intro .arrow-link, .split-section .arrow-link { margin-top: 22px; }

.home-services { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(56px, 7vw, 110px); background: var(--soft); }
.section-head h2 { max-width: 620px; }
.section-head .arrow-link { margin-top: 30px; }
.highlight-list { border-top: 1px solid var(--line); }
.highlight-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.highlight-list article > span { padding-top: 4px; color: var(--sage); font-size: 9px; }
.highlight-list h3 { margin: 0 0 8px; font-family: 'Manrope', sans-serif; font-size: 21px; font-weight: 500; letter-spacing: -.025em; }
.highlight-list p { max-width: 530px; margin: 0; color: var(--muted); font-size: 12px; }

.home-areas { display: grid; grid-template-columns: 1fr 1fr; }
.area-tile { position: relative; min-height: 590px; background-position: center; background-size: cover; color: white; }
.area-tile::before, .region-block::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,11,9,.05), rgba(8,11,9,.76)); }
.area-tile > div { position: absolute; right: 5vw; bottom: 58px; left: 5vw; }
.area-tile h2 { margin-bottom: 18px; font-size: clamp(42px, 4.2vw, 62px); }
.area-tile span, .region-block span { font-size: 11px; font-weight: 600; }
.area-coast { background-image: url('./assets/central-coast-hero.jpg'); }
.area-lake { background-image: url('./assets/lake-macquarie-hero.jpg'); background-position: 72% center; }

.home-pricing { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(56px, 7vw, 110px); }
.home-pricing > div:first-child > p:not(.eyebrow) { max-width: 560px; margin: 24px 0; color: var(--muted); }
.fee-display { display: flex; flex-direction: column; padding: 50px; background: var(--deep); color: white; }
.fee-display > span { color: #b9c4bd; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.fee-display strong { margin: 18px 0 0; font-family: 'Manrope', sans-serif; font-size: clamp(72px, 9vw, 128px); font-weight: 500; line-height: 1; letter-spacing: -.07em; }
.fee-display small { font-size: 11px; }

/* Forms */
.assessment-band { display: grid; grid-template-columns: 1fr minmax(440px, 590px); gap: clamp(56px, 7vw, 110px); align-items: start; padding: 104px var(--gutter); background: var(--soft); color: var(--ink); }
.assessment-copy > p:not(.eyebrow) { max-width: 560px; margin-top: 26px; color: var(--muted); }
.lead-form { padding: 34px; border: 1px solid var(--line); background: white !important; color: var(--ink) !important; box-shadow: 0 22px 60px rgba(20, 28, 23, .06); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: block; margin-bottom: 15px; color: #5f6661 !important; font-size: 9px; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px; border: 1px solid #d5d9d5 !important; border-radius: 0; outline: none; background: #f8f9f7 !important; color: var(--ink) !important; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 1px var(--sage); }
.lead-form .button { background: var(--ink) !important; color: white !important; }
.lead-form .button:hover { background: var(--sage) !important; }
.lead-form .button span { color: white !important; }
.consent { display: flex !important; gap: 9px; align-items: flex-start; font-size: 11px !important; letter-spacing: 0 !important; text-transform: none !important; }
.consent input { width: auto; margin: 2px 0 0; }
.form-note { margin: 12px 0 0; color: #737a75; font-size: 9px; text-align: center; }
.form-success { display: flex; min-height: 420px; padding: 48px 36px; border: 1px solid var(--line); background: white; flex-direction: column; align-items: flex-start; justify-content: center; }
.form-success > span { color: var(--sage); font-size: 28px; }
.form-success h3 { margin: 13px 0; font-family: 'Manrope', sans-serif; font-size: 38px; font-weight: 500; letter-spacing: -.04em; }
.form-success p { color: var(--muted); }

/* Shared page hero */
.page-hero { position: relative; display: flex; min-height: 610px; padding: 90px var(--gutter) 70px; align-items: flex-end; overflow: hidden; background: url('./assets/hostal-coastal-hero.jpg') center / cover no-repeat; color: white; }
.page-hero-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,10,8,.8), rgba(7,10,8,.32) 68%, rgba(7,10,8,.15)); }
.page-hero > div { position: relative; z-index: 2; width: min(820px, 75vw); }
.page-hero h1 { margin: 0; color: white !important; font-size: clamp(48px, 5.5vw, 76px); line-height: 1; }
.page-hero > div > p:last-child { max-width: 650px; margin: 24px 0 0; color: #e3e8e4; font-size: 15px; }
.about-hero, .services-hero { background-position: 65% center; }
.process-hero { background-position: 42% center; }
.pricing-hero { background-position: 72% center; }
.areas-hero, .coast-hero { background-position: center; }
.lake-hero { background-position: 84% center; }

.soft { background: var(--soft); }
.dark { background: var(--deep); color: white; }
.dark h2, .dark-feature h2, .dark-panel strong { color: white !important; }
.dark p:not(.eyebrow) { color: #bcc5bf !important; }
.dark-feature { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; background: var(--deep); color: white; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); }
.feature-list article { min-height: 215px; padding: 26px 26px 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.feature-list article:nth-child(even) { padding-left: 26px; }
.feature-list article > span { color: #829188; font-size: 9px; }
.feature-list h3 { margin: 34px 0 8px; font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 500; letter-spacing: -.025em; }
.feature-list p { margin: 0; color: #b7c0ba; font-size: 12px; }

/* Service page */
.service-page { display: grid; grid-template-columns: .62fr 1.38fr; gap: 9vw; }
.detailed-services { border-top: 1px solid var(--line); }
.detailed-services article { display: grid; grid-template-columns: 45px minmax(170px,.7fr) 1.3fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); align-items: start; }
.detailed-services article > span { color: var(--sage); font-size: 9px; }
.detailed-services h3 { margin: 0; font-family: 'Manrope', sans-serif; font-size: 19px; font-weight: 500; line-height: 1.35; letter-spacing: -.025em; }
.detailed-services p { margin: 0; color: var(--muted); font-size: 12px; }

/* How it works */
.steps-page { padding-top: 45px; padding-bottom: 45px; }
.steps-page article { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 58px 0; border-bottom: 1px solid var(--line); }
.steps-page article > span { padding-top: 10px; color: var(--sage); font-size: 10px; }
.steps-page article > div { display: grid; grid-template-columns: .8fr .7fr; gap: 11vw; align-items: start; }
.steps-page h2 { font-size: clamp(35px, 3.7vw, 52px); }
.steps-page p { max-width: 520px; margin: 7px 0 0; color: var(--muted); }

/* Pricing */
.pricing-page { display: grid; grid-template-columns: .85fr .85fr 1.3fr; gap: 1px; background: var(--line); }
.price-panel, .price-explainer { padding: 42px 36px; background: var(--soft); }
.price-panel { display: flex; min-height: 500px; flex-direction: column; }
.price-panel > span { color: var(--sage); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.price-panel strong { margin-top: 30px; font-family: 'Manrope', sans-serif; font-size: clamp(64px, 6vw, 88px); font-weight: 500; line-height: 1; letter-spacing: -.065em; }
.price-panel small { margin-top: 8px; font-size: 10px; }
.price-panel ul { margin: auto 0 0; padding: 20px 0 0; list-style: none; }
.price-panel li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.price-panel:not(.dark-panel) strong, .price-panel:not(.dark-panel) small, .price-panel:not(.dark-panel) li { color: var(--ink) !important; }
.dark-panel { background: var(--deep); color: white; }
.dark-panel > span { color: #b8c4bc; }
.dark-panel li { border-color: rgba(255,255,255,.16); }
.price-explainer { display: flex; flex-direction: column; justify-content: center; padding-left: 5vw; }
.price-explainer h2 { font-size: clamp(34px, 3.2vw, 48px); }
.price-explainer > p:last-child { margin-top: 22px; color: var(--muted); font-size: 12px; }

/* Areas */
.region-index { display: grid; grid-template-columns: 1fr 1fr; }
.region-block { position: relative; display: flex; min-height: 650px; padding: 60px 5vw; align-items: flex-end; background-position: center; background-size: cover; color: white; }
.region-block > div { position: relative; }
.region-block h2 { margin-bottom: 18px; font-size: clamp(43px, 4.4vw, 64px); }
.region-block p:not(.eyebrow) { max-width: 500px; color: #e0e6e2; font-size: 12px; }
.region-block span { display: inline-block; margin-top: 18px; }
.suburb-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(56px, 7vw, 110px); background: var(--soft); }
.suburb-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.suburb-grid span { padding: 22px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink) !important; font-size: 14px; }
.seo-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(56px, 7vw, 110px); }
.seo-section .content-stack { max-width: 740px; }
.content-stack h3 { margin: 34px 0 12px; font-family: 'Manrope', sans-serif; font-size: 25px; font-weight: 500; line-height: 1.25; letter-spacing: -.025em; }
.content-stack h3:first-child { margin-top: 0; }
.content-stack p { color: var(--muted); }
.content-stack ul { margin: 24px 0 0; padding: 0; list-style: none; }
.content-stack li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; }
.related-links { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 34px; }
.related-links a { padding-bottom: 5px; border-bottom: 1px solid var(--sage); color: var(--ink); font-size: 12px; font-weight: 600; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 280px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid span { color: var(--sage); font-size: 10px; letter-spacing: .15em; }
.value-grid h3 { margin: 58px 0 14px; font-family: 'Manrope', sans-serif; font-size: 25px; font-weight: 500; line-height: 1.2; }
.value-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(56px, 7vw, 110px); background: var(--soft); }
.faq-intro > p:last-child { max-width: 460px; margin-top: 25px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; color: var(--ink); font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 500; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sage); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details div { max-width: 680px; padding: 0 42px 22px 0; }
.faq-list details p { margin: 0; color: var(--muted); }

/* FAQ, CTA, contact */
.faq { display: grid; grid-template-columns: .6fr 1fr; gap: 10vw; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 500; line-height: 1.4; letter-spacing: -.02em; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: 18px 40px 0 0; color: var(--muted); font-size: 12px; }
.page-cta { padding: 110px var(--gutter); background: var(--deep); color: white; text-align: center; }
.page-cta h2 { max-width: 880px; margin: 0 auto 34px; color: white !important; }
.contact-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, 590px); gap: clamp(56px, 7vw, 110px); padding: 90px var(--gutter) 110px; background: var(--soft); }
.contact-hero h1 { margin: 0; font-size: clamp(48px, 5.5vw, 76px); line-height: 1; }
.contact-hero > div:first-child > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 38px; color: var(--muted); }
.contact-hero > div:last-child > h2 { margin-bottom: 22px; font-size: 34px; }
.contact-image { min-height: 270px; margin: 34px 0 38px; background: linear-gradient(90deg, rgba(12,15,13,.25), transparent), url('./assets/services-hero.jpg') center / cover no-repeat; }
.contact-detail { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-detail span { color: var(--sage) !important; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.contact-detail strong, .contact-detail strong a { color: var(--ink) !important; font-size: 13px; font-weight: 500; }
#assessment > h2 { color: var(--ink) !important; }

/* Resources */
.home-resources { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(56px, 7vw, 110px); background: var(--paper); }
.home-resources .section-head > p:not(.eyebrow) { max-width: 500px; margin: 24px 0 0; color: var(--muted); }
.resource-preview { border-top: 1px solid var(--line); }
.resource-preview article { border-bottom: 1px solid var(--line); }
.resource-preview article > a { display: grid; grid-template-columns: 100px 1fr 1fr auto; gap: 24px; padding: 28px 0; align-items: start; }
.resource-preview span, .resource-meta { color: var(--sage); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.resource-preview h3 { margin: 0; font-family: 'Manrope', sans-serif; font-size: 21px; font-weight: 500; line-height: 1.25; letter-spacing: -.025em; }
.resource-preview p { margin: 0; color: var(--muted); font-size: 12px; }
.resource-preview b { color: var(--sage); font-size: 11px; white-space: nowrap; }
.resources-hero { min-height: 490px; padding-top: 120px; background: var(--paper); }
.resources-hero h1, .article-hero h1 { max-width: 980px; margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(50px, 6vw, 82px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.resources-hero > p:last-child, .article-hero > p { max-width: 700px; margin: 30px 0 0; color: var(--muted); font-size: 17px; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.resource-card { min-height: 390px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.resource-card > a { display: flex; height: 100%; padding: 40px; flex-direction: column; align-items: flex-start; }
.resource-card h2 { margin: 44px 0 18px; font-size: clamp(30px, 3vw, 43px); line-height: 1.08; }
.resource-card p { max-width: 580px; color: var(--muted); }
.resource-card .arrow-link { margin-top: auto; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; gap: 20px; }
.article-hero { padding-top: 120px; padding-bottom: 90px; background: var(--soft); }
.article-hero > p { font-family: 'Manrope', sans-serif; font-size: 21px; line-height: 1.5; }
.article-meta { margin-top: 32px; color: var(--sage); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: minmax(220px, .5fr) minmax(0, 1.15fr); gap: clamp(60px, 9vw, 150px); align-items: start; }
.article-layout aside { position: sticky; top: 120px; max-width: 300px; }
.article-layout aside > span { color: var(--sage); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.article-layout aside p { margin: 20px 0 28px; color: var(--muted); font-size: 12px; }
.article-content { max-width: 780px; }
.article-content .article-intro { color: var(--ink); font-family: 'Manrope', sans-serif; font-size: 25px; font-weight: 500; line-height: 1.45; letter-spacing: -.025em; }
.article-content h2 { margin: 62px 0 20px; font-size: clamp(32px, 3vw, 44px); }
.article-content p, .article-content li { color: var(--muted); font-size: 16px; line-height: 1.8; }
.article-content a { color: var(--ink); border-bottom: 1px solid var(--sage); }
.article-content ul { margin: 26px 0; padding-left: 22px; }
.article-content li { margin-bottom: 10px; }
.article-disclaimer { margin-top: 68px; padding: 28px; border: 1px solid var(--line); background: var(--soft); }
.article-disclaimer p { margin: 8px 0 0; font-size: 12px; }

/* Footer */
.footer { display: grid; grid-template-columns: 1.35fr repeat(3, .65fr); gap: 5vw; padding: 72px var(--gutter) 24px; background: #0d0f0e; color: white; }
.footer img { width: 108px; filter: brightness(0) invert(1); }
.footer-lead > p { max-width: 330px; margin: 18px 0; color: #aeb6b0; font-size: 11px; }
.footer-lead > a { font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 500; }
.footer > div:not(.footer-lead):not(.footer-bottom) { display: flex; flex-direction: column; gap: 11px; }
.footer > div > span { margin-bottom: 11px; color: #758179; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.footer > div > a, .footer > div > p { margin: 0; color: #bdc3bf; font-size: 10px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom p { margin: 0; color: #777e79 !important; font-size: 8px !important; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 150px 1fr 190px; }
  .site-header nav { gap: 18px; }
  .home-services, .dark-feature, .service-page { grid-template-columns: .8fr 1.2fr; gap: 6vw; }
  .assessment-band { grid-template-columns: 1fr 1fr; gap: 5vw; padding-right: 5vw; padding-left: 5vw; }
  .pricing-page { grid-template-columns: 1fr 1fr; }
  .price-explainer { grid-column: 1 / -1; min-height: 330px; }
}

@media (max-width: 820px) {
  body { font-size: 14px; }
  h2 { font-size: 42px; }
  .section { padding: 76px 22px; }
  .site-header { grid-template-columns: 1fr auto; height: 70px; padding: 0 20px; }
  .admin-bar .site-header { top: 46px; z-index: 100001; }
  .brand img { width: 103px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; flex-direction: column; align-items: flex-end; justify-content: center; gap: 6px; }
  .menu-toggle span { width: 23px; height: 1px; background: var(--ink); }
  .menu-toggle span:last-child { width: 15px; }
  .site-header nav { display: none; position: absolute; top: 70px; right: 0; left: 0; padding: 15px 20px 24px; border-bottom: 1px solid var(--line); background: white; flex-direction: column; gap: 0; }
  .site-header nav.nav-open { display: flex; }
  .site-header nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .header-cta { display: none; }
  .hero { min-height: 710px; }
  .hero-image { background-position: 63% center; }
  .hero-panel { right: 22px; bottom: 42px; left: 22px; width: auto; }
  .hero-panel h1 { font-size: 47px; }
  .lede { margin: 22px 0 27px; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-caption { display: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; gap: 24px 0; padding: 27px 20px; }
  .trust-strip p { padding: 0 12px; }
  .trust-strip p:nth-child(2) { border: 0; }
  .home-intro, .split-section, .home-services, .home-pricing, .home-resources, .assessment-band, .dark-feature, .service-page, .suburb-section, .faq, .contact-hero, .seo-section, .faq-section, .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .home-intro > div:last-child, .split-section > div:last-child { padding-top: 0; }
  .home-areas, .region-index { grid-template-columns: 1fr; }
  .area-tile, .region-block { min-height: 520px; }
  .area-tile > div { right: 22px; bottom: 42px; left: 22px; }
  .fee-display { padding: 38px 28px; }
  .assessment-band { padding: 76px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .page-hero { min-height: 520px; padding: 70px 22px 48px; }
  .page-hero > div { width: 100%; }
  .page-hero h1 { font-size: 45px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list article, .feature-list article:nth-child(even) { min-height: 0; padding: 24px 0; }
  .detailed-services article { grid-template-columns: 36px 1fr; }
  .detailed-services article p { grid-column: 2; }
  .steps-page article { grid-template-columns: 40px 1fr; padding: 42px 0; }
  .steps-page article > div { grid-template-columns: 1fr; gap: 16px; }
  .pricing-page { grid-template-columns: 1fr; padding-right: 20px; padding-left: 20px; background: white; gap: 1px; }
  .price-panel { min-height: 430px; }
  .price-explainer { grid-column: auto; min-height: 0; }
  .suburb-grid { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 0; }
  .value-grid h3 { margin-top: 32px; }
  .page-cta { padding: 88px 22px; }
  .contact-hero { padding: 70px 20px 88px; }
  .contact-hero h1 { font-size: 46px; }
  .resource-preview article > a { grid-template-columns: 1fr; gap: 12px; }
  .resource-preview p { font-size: 13px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 340px; }
  .resource-card > a { padding: 30px 24px; }
  .resources-hero, .article-hero { min-height: 0; padding-top: 82px; }
  .resources-hero h1, .article-hero h1 { font-size: 46px; }
  .article-layout aside { position: static; max-width: none; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
  .article-content .article-intro { font-size: 22px; }
  .footer { grid-template-columns: 1fr 1fr; padding: 62px 22px 22px; }
  .footer-lead { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  h2 { font-size: 38px; }
  .hero-panel h1 { font-size: 43px; }
  .button { width: 100%; }
  .trust-strip strong { font-size: 11px; }
  .page-hero h1 { font-size: 41px; }
  .suburb-grid { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; }
  .footer > div { grid-column: 1; }
  .contact-detail { grid-template-columns: 1fr; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
