/*
Theme Name: Ocon Concrete Group
Theme URI: https://oconconcretegroup.com.au
Author: Ocon Concrete Group
Author URI: https://oconconcretegroup.com.au
Description: Editorial Tier-1 WordPress theme for Ocon Concrete Group — Sydney's commercial concrete subcontractor. Bulletproof v2.1 build with audit-driven improvements.
Version: 2.5.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ocon
Tags: business, commercial, concrete, construction, sydney
*/

/* =========================================================
   Ocon Concrete Group — v2.0 editorial stylesheet
   Brand: #04acff (blue) · #212d45 (navy) · #f5f2ec (cream)
   Type: Fraunces (display serif) + Inter (body sans)
   ========================================================= */

:root {
	--c-blue:       #04acff;
	--c-blue-deep:  #0389cc;
	--c-navy:       #212d45;
	--c-navy-deep:  #161e2e;
	--c-ink:        #0c1220;
	--c-cream:      #f5f2ec;
	--c-cream-warm: #efeae1;
	--c-grey:       #8a8d92;
	--c-grey-line:  #d8d7d2;
	--c-text:       #1c2233;
	--c-text-soft:  #4b4f58;
	--c-bg:         #ffffff;

	--f-display: 'Fraunces', Georgia, 'Times New Roman', serif;
	--f-body:    'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

	--maxw:      1240px;
	--maxw-narrow: 760px;
	--radius:    2px;
	--radius-lg: 6px;

	--shadow-sm: 0 1px 2px rgba(12,18,32,.04), 0 1px 3px rgba(12,18,32,.06);
	--shadow:    0 4px 16px rgba(12,18,32,.08), 0 1px 3px rgba(12,18,32,.04);
	--shadow-lg: 0 24px 48px -12px rgba(12,18,32,.18), 0 4px 16px rgba(12,18,32,.06);

	--ease:    cubic-bezier(.22,.61,.36,1);
	--ease-in: cubic-bezier(.4,0,.2,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--f-body);
	font-size: 17px;
	line-height: 1.6;
	color: var(--c-text);
	background: var(--c-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--c-blue); text-decoration: none; transition: color .15s var(--ease); }
a:hover { color: var(--c-blue-deep); }
button { font: inherit; cursor: pointer; border: 0; background: transparent; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--f-display);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -.015em;
	color: var(--c-navy);
	margin: 0 0 .5em;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.65rem); }
h4 { font-size: 1.15rem; font-weight: 500; }
p  { margin: 0 0 1.1em; }
em { font-style: italic; color: var(--c-blue); font-family: var(--f-display); }

ul, ol { padding-left: 1.2em; }
ul li, ol li { margin-bottom: .35em; }

::selection { background: var(--c-blue); color: #fff; }

/* ---------- Accessibility ---------- */
.skip-link {
	position: absolute; top: -100px; left: 0;
	background: var(--c-navy); color: #fff;
	padding: 12px 20px; z-index: 100;
}
.skip-link:focus { top: 0; }
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%); height: 1px; margin: -1px;
	overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}

/* ---------- Layout ---------- */
.container {
	width: 100%;
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 24px;
}
.container--narrow { max-width: var(--maxw-narrow); }
@media (min-width: 768px) { .container { padding: 0 40px; } }

section { padding: 72px 0; }
@media (min-width: 768px) { section { padding: 110px 0; } }
.section-tight  { padding: 50px 0 !important; }
.section-cream  { background: var(--c-cream); }
.section-navy   { background: var(--c-navy); color: #fff; }
.section-navy h1, .section-navy h2, .section-navy h3, .section-navy h4 { color: #fff; }
.section-ink    { background: var(--c-ink); color: #fff; }
.section-ink h1, .section-ink h2, .section-ink h3, .section-ink h4 { color: #fff; }

.eyebrow {
	display: inline-block;
	font-family: var(--f-body);
	font-weight: 500;
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: .18em;
	color: var(--c-blue);
	margin-bottom: 14px;
}
.section-navy .eyebrow, .section-ink .eyebrow { color: #5cc2ff; }

.lead {
	font-size: 1.2rem;
	line-height: 1.55;
	color: var(--c-text-soft);
	max-width: 680px;
}

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	font-family: var(--f-body);
	font-weight: 500;
	font-size: .98rem;
	letter-spacing: .01em;
	border-radius: var(--radius);
	transition: all .2s var(--ease);
	cursor: pointer;
	text-decoration: none;
	border: 1.5px solid transparent;
}
.btn--primary { background: var(--c-navy); color: #fff; }
.btn--primary:hover { background: var(--c-ink); color: #fff; }
.btn--blue { background: var(--c-blue); color: #fff; }
.btn--blue:hover { background: var(--c-blue-deep); color: #fff; }
.btn--ghost {
	background: transparent;
	color: var(--c-navy);
	border-color: var(--c-grey-line);
}
.btn--ghost:hover { border-color: var(--c-navy); color: var(--c-navy); }
.section-navy .btn--ghost,
.section-ink .btn--ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.section-navy .btn--ghost:hover { border-color: #fff; }
.btn--lg { padding: 16px 36px; font-size: 1.04rem; }

/* ---------- Header / Topbar ---------- */
.site-header {
	position: sticky; top: 0; z-index: 50;
	background: #ffffff;
	border-bottom: 1px solid var(--c-grey-line);
	box-shadow: 0 1px 0 rgba(0,0,0,0); /* no shadow at rest */
	transition: box-shadow .2s var(--ease);
}
.site-header.is-scrolled {
	box-shadow: 0 2px 12px rgba(12,18,32,.06);
}
/* Ensure header is fully opaque when sticky — no content bleed-through */
.site-header,
.site-header .topbar,
.site-header .primary-bar {
	background-color: #ffffff;
}
.site-header .topbar { background-color: var(--c-ink); }
.topbar {
	background: var(--c-ink);
	color: #cdd1dc;
	font-size: .85rem;
}
.topbar__inner {
	display: flex; align-items: center; justify-content: space-between;
	padding: 8px 24px; gap: 16px;
}
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar__item { color: #cdd1dc; display: inline-flex; align-items: center; gap: 6px; }
.topbar__item:hover { color: #fff; }
.topbar__item--muted { color: #8b91a0; }
.topbar__item--email { display: none; }
@media (min-width: 768px) { .topbar__item--email { display: inline-flex; } }
.topbar__icon { font-size: .9em; }

.primary-bar {
	border-bottom: 1px solid var(--c-grey-line);
}
.primary-bar__inner {
	display: flex; align-items: center; justify-content: space-between;
	padding: 18px 24px;
	gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--c-navy); }
.brand:hover { color: var(--c-navy); }
.brand__mark {
	width: 44px; height: 44px;
	background: var(--c-navy);
	color: #fff;
	font-family: var(--f-display);
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: var(--radius);
}
.brand__name { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name-first { font-family: var(--f-display); font-size: 1.3rem; color: var(--c-navy); font-weight: 400; }
.brand__name-second { font-family: var(--f-body); font-size: .78rem; color: var(--c-text-soft); letter-spacing: .04em; text-transform: uppercase; }

.nav-toggle {
	display: inline-flex; flex-direction: column; justify-content: space-between;
	width: 28px; height: 22px; padding: 0;
}
.nav-toggle__bar { display: block; width: 100%; height: 2px; background: var(--c-navy); transition: all .2s var(--ease); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }
@media (min-width: 1024px) { .nav-toggle { display: none; } }

.primary-nav { display: none; }
@media (min-width: 1024px) {
	.primary-nav { display: flex; align-items: center; gap: 28px; }
}
.primary-nav.is-open {
	display: flex; flex-direction: column;
	position: absolute; top: 100%; left: 0; right: 0;
	background: #fff;
	padding: 24px;
	gap: 8px;
	border-top: 1px solid var(--c-grey-line);
	box-shadow: var(--shadow-lg);
}
.nav-links {
	list-style: none; padding: 0; margin: 0;
	display: flex; gap: 6px; align-items: center;
}
.primary-nav.is-open .nav-links { flex-direction: column; align-items: stretch; width: 100%; }
.nav-links li { margin: 0; position: relative; }
.nav-links a {
	display: block;
	padding: 10px 14px;
	font-family: var(--f-body);
	font-weight: 500;
	font-size: .95rem;
	color: var(--c-navy);
	letter-spacing: .005em;
}
.nav-links a:hover, .nav-links .current-menu-item > a { color: var(--c-blue); }

.nav-links .menu-item-has-children > a::after {
	content: ' ▾'; font-size: .7em; opacity: .6;
}
.nav-links .sub-menu {
	list-style: none; padding: 12px 0; margin: 0;
	background: #fff;
	box-shadow: var(--shadow-lg);
	min-width: 260px;
	border-radius: var(--radius-lg);
	border: 1px solid var(--c-grey-line);
	position: absolute; top: 100%; left: 0;
	opacity: 0; visibility: hidden;
	transform: translateY(8px);
	transition: all .15s var(--ease);
}
.nav-links .menu-item-has-children:hover > .sub-menu,
.nav-links .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-links .sub-menu a { padding: 8px 18px; font-weight: 400; }
.nav-links .sub-menu a:hover { background: var(--c-cream); }

.primary-nav.is-open .nav-links .sub-menu {
	position: static; opacity: 1; visibility: visible; transform: none;
	box-shadow: none; border: 0; padding: 0 0 0 18px;
}

.nav-cta {
	display: inline-flex; align-items: center;
	padding: 10px 20px;
	background: var(--c-blue);
	color: #fff;
	font-weight: 500;
	font-size: .92rem;
	border-radius: var(--radius);
	margin-left: 12px;
}
.nav-cta:hover { background: var(--c-blue-deep); color: #fff; }
.primary-nav.is-open .nav-cta { margin: 12px 0 0; justify-content: center; }

/* ---------- Page hero ---------- */
.page-hero {
	background: var(--c-cream);
	padding: clamp(60px, 9vw, 130px) 0 clamp(50px, 7vw, 90px);
	border-bottom: 1px solid var(--c-grey-line);
}
.page-hero--compact { padding: clamp(50px, 7vw, 90px) 0 clamp(40px, 5vw, 60px); }
.page-hero__eyebrow {
	font-family: var(--f-body);
	font-weight: 500;
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: .18em;
	color: var(--c-blue);
	margin: 0 0 18px;
}
.page-hero__title {
	font-family: var(--f-display);
	font-weight: 400;
	font-size: clamp(2.4rem, 5.5vw, 4.4rem);
	letter-spacing: -.015em;
	margin: 0 0 24px;
	max-width: 900px;
}
.page-hero__title em { font-style: italic; color: var(--c-blue); }
.page-hero__lead {
	font-size: 1.2rem;
	line-height: 1.5;
	color: var(--c-text-soft);
	max-width: 720px;
	margin: 0;
}
.page-hero__actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Homepage hero (cinematic) ---------- */
.home-hero {
	position: relative;
	background:
		radial-gradient(ellipse at 80% 30%, rgba(4,172,255,.06), transparent 60%),
		radial-gradient(ellipse at 20% 70%, rgba(33,45,69,.04), transparent 50%),
		linear-gradient(180deg, var(--c-cream) 0%, var(--c-cream-warm) 100%);
	overflow: hidden;
	padding: clamp(80px, 12vw, 180px) 0 clamp(70px, 10vw, 140px);
}
.home-hero::before {
	content: '';
	position: absolute;
	right: -200px;
	top: 50%;
	transform: translateY(-50%);
	width: 700px;
	height: 700px;
	background: radial-gradient(circle, rgba(33,45,69,.06) 0%, transparent 60%);
	pointer-events: none;
}
.home-hero::after {
	content: '';
	position: absolute;
	left: 5%;
	bottom: -3px;
	right: 5%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--c-grey-line) 30%, var(--c-grey-line) 70%, transparent);
}
.home-hero__inner { max-width: 1100px; }
.home-hero__eyebrow {
	display: inline-block;
	font-family: var(--f-body);
	font-weight: 500;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: .22em;
	color: var(--c-blue);
	margin-bottom: 26px;
}
.home-hero__title {
	font-family: var(--f-display);
	font-weight: 400;
	font-size: clamp(2.6rem, 7vw, 5.6rem);
	line-height: 1.06;
	letter-spacing: -.022em;
	color: var(--c-ink);
	margin: 0 0 28px;
}
.home-hero__title em {
	font-style: italic;
	font-family: var(--f-display);
	color: var(--c-blue);
	font-weight: 400;
}
.home-hero__lead {
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.55;
	color: var(--c-text-soft);
	max-width: 680px;
	margin: 0 0 36px;
}
.home-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--c-ink); color: #fff; padding: 36px 0; }
.trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px 40px;
}
@media (min-width: 768px) { .trust-strip__grid { grid-template-columns: repeat(4, 1fr); } }
.trust-stat {
	display: flex; flex-direction: column; gap: 4px;
}
.trust-stat__value {
	font-family: var(--f-display);
	font-weight: 400;
	font-size: clamp(1.8rem, 3.5vw, 2.4rem);
	color: #fff;
	line-height: 1;
}
.trust-stat__value em { font-style: italic; color: var(--c-blue); }
.trust-stat__label { font-size: .85rem; color: #8b91a0; letter-spacing: .04em; }

/* ---------- Service tiles ---------- */
.services-block { padding-top: 24px; }
.services-block__head { margin-bottom: 60px; text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.services-grid {
	display: grid; gap: 18px;
	grid-template-columns: 1fr;
}
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.services-grid--four { }
@media (min-width: 1024px) { .services-grid--four { grid-template-columns: repeat(4, 1fr); } }

.service-tile {
	display: block;
	padding: 32px 28px;
	background: #fff;
	border: 1px solid var(--c-grey-line);
	border-radius: var(--radius-lg);
	transition: all .2s var(--ease);
	color: var(--c-navy);
	position: relative;
	overflow: hidden;
}
.service-tile:hover {
	border-color: var(--c-navy);
	transform: translateY(-2px);
	box-shadow: var(--shadow);
	color: var(--c-navy);
}
/* When a service-tile has a hero image, swap to a stacked card layout:
   image on top (full-bleed inside the card), body content below with padding. */
.service-tile--has-image {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.service-tile__media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--c-cream);
	border-bottom: 1px solid var(--c-grey-line);
}
.service-tile__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s var(--ease);
}
.service-tile--has-image:hover .service-tile__media img {
	transform: scale(1.03);
}
.service-tile--has-image .service-tile__body {
	padding: 26px 28px 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.service-tile--has-image .service-tile__more {
	margin-top: auto;
}
.service-tile__category {
	font-family: var(--f-body);
	font-weight: 500;
	font-size: .72rem;
	text-transform: uppercase;
	letter-spacing: .18em;
	color: var(--c-blue);
	margin-bottom: 18px;
}
.service-tile__title {
	font-family: var(--f-display);
	font-weight: 400;
	font-size: 1.4rem;
	color: var(--c-navy);
	margin: 0 0 14px;
	line-height: 1.2;
}
.service-tile__blurb {
	font-size: .95rem;
	color: var(--c-text-soft);
	margin: 0 0 18px;
	line-height: 1.5;
}
.service-tile__more {
	display: inline-flex; align-items: center; gap: 6px;
	font-family: var(--f-body); font-weight: 500;
	font-size: .9rem; color: var(--c-blue);
}

/* Service detail page — hero photo band below the page-hero title block. */
.service-feature { padding: 0; background: var(--c-cream); }
.service-feature img { width: 100%; height: auto; max-height: 520px; object-fit: cover; display: block; }
@media (min-width: 768px) { .service-feature img { max-height: 480px; } }

/* ---------- Two-column block (alternating) ---------- */
.two-col { display: grid; gap: 60px; grid-template-columns: 1fr; align-items: center; }
.two-col > * { min-width: 0; }
@media (min-width: 900px) { .two-col { grid-template-columns: 1fr 1fr; gap: 80px; } }
.two-col--reverse > :first-child { order: 2; }
@media (min-width: 900px) { .two-col--reverse > :first-child { order: 0; } }
.two-col__visual { background: var(--c-cream-warm); aspect-ratio: 4/3; border-radius: var(--radius-lg);  width: 100%; max-width: 100%; }
.two-col__title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-top: 0; }

/* ---------- Recent work strip ---------- */
.work-strip { padding-top: 24px; }
.work-strip__head { margin-bottom: 50px; max-width: 720px; }
.work-grid {
	display: grid; gap: 20px;
	grid-template-columns: 1fr;
}
@media (min-width: 640px) { .work-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .work-grid { grid-template-columns: repeat(3, 1fr); } }
.work-card {
	display: block;
	background: #fff;
	border-radius: var(--radius-lg);
	overflow: hidden;
	color: var(--c-navy);
	transition: all .2s var(--ease);
}
.work-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--c-navy); }
.work-card__image {
	aspect-ratio: 4/3;
	background: linear-gradient(135deg, var(--c-navy), var(--c-blue));
}
.work-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.work-card__body { padding: 20px 24px 24px; }
.work-card__meta { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--c-blue); }
.work-card__title { font-family: var(--f-display); font-weight: 400; font-size: 1.25rem; margin: 6px 0 0; color: var(--c-navy); }

/* ---------- Prose (default page content) ---------- */
.prose { font-size: 1.05rem; line-height: 1.7; color: var(--c-text); }
.prose > * { max-width: 720px; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { margin: 1em 0; }
.prose blockquote {
	border-left: 3px solid var(--c-blue);
	padding-left: 20px;
	margin: 1.5em 0;
	font-family: var(--f-display);
	font-size: 1.3rem;
	color: var(--c-navy);
}

/* ---------- Service detail ---------- */
.service-detail { padding: 80px 0; }
.service-detail__intro { max-width: 760px; font-size: 1.15rem; line-height: 1.6; color: var(--c-text-soft); margin: 0 0 50px; }
.service-detail__body { display: grid; gap: 60px; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .service-detail__body { grid-template-columns: 2fr 1fr; gap: 80px; } }

.service-content { font-size: 1.05rem; line-height: 1.7; color: var(--c-text); }
.service-content h2 { margin-top: 2em; font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
.service-content h3 { margin-top: 1.5em; }
.service-content ul li { margin-bottom: .6em; }

.service-aside {
	background: var(--c-cream);
	padding: 36px 32px;
	border-radius: var(--radius-lg);
	align-self: start;
	position: sticky; top: 100px;
}
.service-aside h3 { font-size: 1.15rem; margin-top: 0; font-family: var(--f-body); font-weight: 600; }
.service-aside ul { padding-left: 1.1em; margin: 0 0 24px; font-size: .95rem; }
.service-aside .btn { width: 100%; justify-content: center; }

/* ---------- FAQ accordion ---------- */
.faq-list { margin: 40px 0 0; }
.faq-item {
	border-bottom: 1px solid var(--c-grey-line);
	padding: 24px 0;
}
.faq-item:first-child { border-top: 1px solid var(--c-grey-line); }
.faq-item__question {
	font-family: var(--f-display);
	font-weight: 400;
	font-size: 1.2rem;
	color: var(--c-navy);
	margin: 0 0 12px;
	cursor: pointer;
	display: flex; align-items: flex-start; gap: 16px;
}
.faq-item__question::before { content: 'Q.'; color: var(--c-blue); font-style: italic; flex-shrink: 0; }
.faq-item__answer { color: var(--c-text-soft); margin: 0; padding-left: 32px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--c-ink); color: #cdd1dc; padding-top: 72px; }
.site-footer h2, .site-footer h3 { color: #fff; }

.footer-cta {
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(255,255,255,.08);
	margin-bottom: 60px;
	max-width: 760px;
}
.footer-cta__title { font-family: var(--f-display); font-weight: 400; font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin: 0 0 16px; }
.footer-cta__lead { font-size: 1.05rem; line-height: 1.55; color: #aab1c0; margin-bottom: 24px; }
.footer-cta__btn {
	display: inline-flex; padding: 14px 30px;
	background: var(--c-blue); color: #fff;
	border-radius: var(--radius);
	font-weight: 500;
}
.footer-cta__btn:hover { background: var(--c-blue-deep); color: #fff; }

.footer-grid {
	display: grid; gap: 40px;
	grid-template-columns: 1fr;
	padding-bottom: 60px;
}
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }

.footer-col__title { font-family: var(--f-body); font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: #fff; margin: 0 0 18px; }
.footer-col__list { list-style: none; padding: 0; margin: 0; }
.footer-col__list li { margin-bottom: 10px; }
.footer-col__list a { color: #aab1c0; font-size: .94rem; }
.footer-col__list a:hover { color: #fff; }

.footer-address { font-style: normal; color: #aab1c0; font-size: .94rem; line-height: 1.6; margin-bottom: 16px; }
.footer-contact-line { margin: 0 0 8px; font-size: .94rem; }
.footer-contact-line a { color: #fff; }
.footer-hours { color: #aab1c0; font-size: .9rem; }
.footer-social { list-style: none; padding: 0; margin: 18px 0 0; display: flex; gap: 16px; }
.footer-social a { font-size: .9rem; color: #aab1c0; }
.footer-social a:hover { color: var(--c-blue); }

.footer-bar { border-top: 1px solid rgba(255,255,255,.08); padding: 28px 0; font-size: .85rem; color: #8b91a0; }
.footer-bar p { margin: 0; }

/* ---------- Contact / Quote form ---------- */
.contact-section { padding: 80px 0; }
.contact-grid { display: grid; gap: 48px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 5fr 4fr; gap: 80px; } }

.contact-info h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 0 0 20px; }
.contact-info p { color: var(--c-text-soft); margin-bottom: 24px; }
.contact-info dl { display: grid; gap: 16px; margin: 0; }
.contact-info dt { font-family: var(--f-body); font-weight: 500; font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--c-blue); margin-bottom: 4px; }
.contact-info dd { font-size: 1.05rem; margin: 0; color: var(--c-navy); }

.quote-form { background: var(--c-cream); padding: 36px; border-radius: var(--radius-lg); }
.quote-form__row { display: grid; gap: 20px; margin-bottom: 18px; }
@media (min-width: 640px) { .quote-form__row--two { grid-template-columns: 1fr 1fr; } }
.quote-form label { display: block; font-size: .82rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; color: var(--c-navy); margin-bottom: 6px; }
.quote-form input, .quote-form select, .quote-form textarea {
	width: 100%; padding: 12px 14px;
	background: #fff;
	border: 1px solid var(--c-grey-line);
	border-radius: var(--radius);
	font: inherit;
	color: var(--c-text);
	transition: border-color .15s var(--ease);
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
	outline: 0; border-color: var(--c-blue);
}
.quote-form textarea { min-height: 130px; resize: vertical; }
.quote-form__honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.quote-form__submit {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 14px 28px;
	background: var(--c-navy);
	color: #fff;
	border-radius: var(--radius);
	font-weight: 500;
	margin-top: 8px;
}
.quote-form__submit:hover { background: var(--c-ink); }
.quote-form__status { margin-top: 16px; font-size: .94rem; }
.quote-form__status--ok { color: #1a7a4a; }
.quote-form__status--err { color: #b73838; }

/* ---------- 404 ---------- */
.page-404 { padding: 130px 0 110px; text-align: center; background: var(--c-cream); }
.page-404__eyebrow { font-family: var(--f-display); font-style: italic; font-size: 6rem; color: var(--c-blue); line-height: 1; margin: 0 0 20px; }
.page-404__title { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 20px; }
.page-404__lead { color: var(--c-text-soft); max-width: 540px; margin: 0 auto 36px; }
.page-404__links { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; list-style: none; padding: 0; margin: 0 0 30px; }
.page-404__links a { padding: 10px 20px; background: #fff; border: 1px solid var(--c-grey-line); border-radius: var(--radius); color: var(--c-navy); }
.page-404__links a:hover { border-color: var(--c-navy); }
.page-404__call { color: var(--c-text-soft); }

/* ---------- Blog ---------- */
.blog-list { padding: 60px 0 100px; }
.blog-list__grid { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .blog-list__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .blog-list__grid { grid-template-columns: repeat(3, 1fr); } }
.blog-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--c-grey-line); display: flex; flex-direction: column; }
.blog-card__image { aspect-ratio: 16/10; overflow: hidden; }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.blog-card__date { font-size: .8rem; color: var(--c-blue); letter-spacing: .1em; text-transform: uppercase; margin: 0 0 8px; font-weight: 500; }
.blog-card__title { font-family: var(--f-display); font-weight: 400; font-size: 1.3rem; line-height: 1.25; margin: 0 0 12px; }
.blog-card__title a { color: var(--c-navy); }
.blog-card__title a:hover { color: var(--c-blue); }
.blog-card__excerpt { color: var(--c-text-soft); font-size: .95rem; margin-bottom: 18px; flex: 1; }
.blog-card__more { font-weight: 500; color: var(--c-blue); }

.post-hero { padding: 80px 0 30px; background: var(--c-cream); }
.post-hero__meta { font-size: .85rem; color: var(--c-blue); letter-spacing: .14em; text-transform: uppercase; margin: 0 0 14px; }
.post-hero__title { font-size: clamp(2.2rem, 4.8vw, 3.6rem); margin: 0 0 20px; }
.post-hero__lead { color: var(--c-text-soft); font-size: 1.15rem; max-width: 680px; margin: 0; }
.post-hero-image { padding: 30px 0 0; background: var(--c-cream); }
.post-body { padding: 50px 0 80px; }

.post-pagination { display: flex; justify-content: space-between; gap: 24px; padding-top: 40px; border-top: 1px solid var(--c-grey-line); }
.post-pagination__prev, .post-pagination__next { display: flex; flex-direction: column; color: var(--c-navy); }
.post-pagination__next { text-align: right; margin-left: auto; }
.post-pagination__label { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--c-blue); }
.post-pagination__title { font-family: var(--f-display); font-size: 1.1rem; margin-top: 4px; }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.text-right { text-align: right; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.hidden { display: none !important; }
.visually-hidden {
	position: absolute; left: -10000px; top: auto;
	width: 1px; height: 1px; overflow: hidden;
}

/* ---------- Fade-in animation ---------- */
@media (prefers-reduced-motion: no-preference) {
	.fade-up {
		opacity: 0;
		transform: translateY(20px);
		transition: opacity .6s var(--ease), transform .6s var(--ease);
	}
	.fade-up.is-visible { opacity: 1; transform: none; }
}

/* ---------- Print ---------- */
@media print {
	.site-header, .site-footer, .nav-cta, .nav-toggle { display: none; }
	body { color: #000; background: #fff; }
}
