/*
Theme Name: Bursa Kombi Servisi
Author: Bursa Kombi Servisi
Description: Bursa'daki kombi servisi işletmeleri için hızlı, SEO odaklı ve Gutenberg uyumlu hibrit WordPress teması.
Version: 1.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bursa-kombi
Tags: blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--color-ink: #122033;
	--color-navy: #0b1f33;
	--color-navy-2: #143653;
	--color-orange: #c94711;
	--color-orange-dark: #a5370b;
	--color-orange-soft: #fff1e8;
	--color-whatsapp: #087a3e;
	--color-whatsapp-hover: #056331;
	--color-paper: #ffffff;
	--color-canvas: #f6f7f4;
	--color-soft: #eef3f5;
	--color-line: #dce3e7;
	--color-muted: #586574;
	--color-focus: #0b63ce;
	--shadow-sm: 0 10px 30px rgba(11, 31, 51, .08);
	--shadow-lg: 0 24px 70px rgba(11, 31, 51, .16);
	--radius-sm: 12px;
	--radius-md: 20px;
	--radius-lg: 30px;
	--container: 1180px;
	--font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--color-paper);
	color: var(--color-ink);
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; width: 1.2em; height: 1.2em; fill: currentColor; flex: 0 0 auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus { outline: none; }
:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }
::selection { background: var(--color-orange); color: #fff; }

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.screen-reader-text:focus,
.skip-link:focus {
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	margin: 0;
	background: var(--color-navy);
	color: #fff;
	z-index: 9999;
	border-radius: 8px;
}
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--color-navy); font-weight: 800; line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.35rem, 5.2vw, 4.65rem); }
h2 { font-size: clamp(1.95rem, 3.8vw, 3.25rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { margin: 0 0 1.2em; }

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 14px;
	color: var(--color-orange-dark);
	font-size: .78rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #28a35a; box-shadow: 0 0 0 4px rgba(40, 163, 90, .15); flex: 0 0 auto; }
.button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 20px;
	border: 2px solid transparent;
	border-radius: var(--radius-sm);
	font-size: .95rem;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--color-orange); color: #fff; box-shadow: 0 10px 25px rgba(201, 71, 17, .24); }
.button--primary:hover { background: var(--color-orange-dark); }
.button--whatsapp { background: var(--color-whatsapp); color: #fff; }
.button--whatsapp:hover { background: var(--color-whatsapp-hover); }
.button--outline { border-color: var(--color-line); background: #fff; color: var(--color-navy); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-actions--stacked { display: grid; }
.contact-actions--stacked .button { width: 100%; }
.contact-actions--compact .button { min-height: 46px; padding: 10px 16px; }

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--color-navy);
	font-size: .93rem;
	font-weight: 800;
	text-decoration: none;
}
.text-link svg { transition: transform .18s ease; }
.text-link:hover { color: var(--color-orange-dark); }
.text-link:hover svg { transform: translateX(4px); }

/* Header */
.site-header { position: relative; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--color-line); }
.topbar { background: var(--color-navy); color: #e9f0f5; font-size: .78rem; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { display: flex; align-items: center; gap: 8px; margin: 0; }
.topbar svg { color: #ff9d6c; }
.header-main { min-height: 84px; display: flex; align-items: center; }
.header-main__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding { min-width: 190px; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 58px; width: auto; }
.brand-mark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--color-orange); color: #fff; box-shadow: 0 8px 20px rgba(201, 71, 17, .2); }
.brand-mark__icon svg { width: 25px; height: 25px; }
.brand-mark strong, .brand-mark small { display: block; line-height: 1.2; }
.brand-mark strong { color: var(--color-navy); font-size: .98rem; }
.brand-mark small { margin-top: 4px; color: var(--color-muted); font-size: .75rem; font-weight: 700; letter-spacing: .02em; }
.primary-navigation .menu { display: flex; align-items: center; gap: 2px; padding: 0; margin: 0; list-style: none; }
.primary-navigation .menu > li { position: relative; }
.primary-navigation a { display: flex; min-height: 48px; align-items: center; padding: 10px 12px; border-radius: 9px; color: var(--color-ink); font-size: .88rem; font-weight: 750; text-decoration: none; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current_page_item > a { background: var(--color-orange-soft); color: var(--color-orange-dark); }
.primary-navigation .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 210px; padding: 8px; margin: 0; background: #fff; border: 1px solid var(--color-line); border-radius: 12px; box-shadow: var(--shadow-sm); list-style: none; }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: block; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { display: flex; align-items: center; gap: 9px; color: var(--color-navy); text-decoration: none; }
.header-phone > svg { color: var(--color-orange); }
.header-phone small, .header-phone strong { display: block; line-height: 1.15; }
.header-phone small { color: var(--color-muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.header-phone strong { margin-top: 3px; font-size: .9rem; }
.icon-button { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 12px; text-decoration: none; }
.icon-button--whatsapp { background: var(--color-whatsapp); color: #fff; }
.icon-button svg { width: 23px; height: 23px; }
.menu-toggle { display: none; width: 48px; height: 48px; place-items: center; padding: 0; border: 1px solid var(--color-line); border-radius: 11px; background: #fff; color: var(--color-navy); cursor: pointer; }
.menu-toggle svg { width: 25px; height: 25px; }
.menu-toggle__close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__close { display: block; }
.mobile-contact { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: clamp(48px, 7vw, 90px) 0 70px; background: linear-gradient(110deg, #f7f8f5 0%, #fff 58%, #fff2e9 100%); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; top: -240px; left: 34%; border-radius: 50%; background: rgba(201, 71, 17, .07); }
.hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(40px, 6vw, 86px); }
.hero__content { position: relative; z-index: 1; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--color-navy-2); font-size: .82rem; font-weight: 800; }
.hero h1 { max-width: 760px; margin-bottom: 12px; font-size: clamp(2.6rem, 5vw, 4.35rem); }
.hero__tagline { max-width: 650px; margin-bottom: 18px; color: var(--color-orange-dark); font-size: clamp(1.4rem, 2.5vw, 2.05rem); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.hero__lead { max-width: 620px; color: var(--color-muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.65; }
.contact-actions--hero { margin-top: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--color-muted); font-size: .83rem; font-weight: 700; }
.hero__trust li { display: flex; align-items: center; gap: 6px; }
.hero__trust svg { width: 18px; height: 18px; color: var(--color-whatsapp); }
.hero-visual { position: relative; min-width: 0; }
.hero-visual__picture { display: block; overflow: hidden; aspect-ratio: 3 / 2; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-visual__picture img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 2px solid rgba(201, 71, 17, .2); border-radius: var(--radius-lg); }
.hero-visual__note { position: absolute; left: -36px; bottom: 30px; display: flex; align-items: center; gap: 11px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.hero-visual__note-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--color-orange-soft); color: var(--color-orange-dark); }
.hero-visual__note small, .hero-visual__note strong { display: block; line-height: 1.2; }
.hero-visual__note small { color: var(--color-muted); font-size: .75rem; }
.hero-visual__note strong { margin-top: 3px; color: var(--color-navy); font-size: .9rem; }

.service-strip { position: relative; z-index: 2; margin-top: -22px; }
.service-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.service-strip__grid > div { display: flex; align-items: center; gap: 14px; padding: 22px 26px; }
.service-strip__grid > div + div { border-left: 1px solid var(--color-line); }
.service-strip__grid > div > span { color: var(--color-orange); font-size: .75rem; font-weight: 900; }
.service-strip p { margin: 0; color: var(--color-muted); font-size: .78rem; line-height: 1.4; }
.service-strip strong { display: block; margin-bottom: 3px; color: var(--color-navy); font-size: .9rem; }

/* Sections and cards */
.section { padding: clamp(72px, 9vw, 120px) 0; }
.section--soft { background: var(--color-canvas); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading > div { max-width: 760px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { max-width: 680px; margin: 0; color: var(--color-muted); font-size: 1.05rem; }
.section-heading > .text-link { flex: 0 0 auto; margin-bottom: 8px; }
.card-grid { display: grid; gap: 24px; }
.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--guides { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.post-card { overflow: hidden; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 24px rgba(11,31,51,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.post-card:hover { transform: translateY(-4px); border-color: #c8d1d7; box-shadow: var(--shadow-sm); }
.post-card__image { display: block; overflow: hidden; aspect-ratio: 3 / 2; background: var(--color-soft); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.post-card:hover .post-card__image img { transform: scale(1.025); }
.post-card__content { padding: 24px; }
.post-card__content h3 { margin-bottom: 10px; }
.post-card__content h3 a { text-decoration: none; }
.post-card__content h3 a:hover { color: var(--color-orange-dark); }
.post-card__content p { color: var(--color-muted); font-size: .92rem; }
.post-card--featured { display: grid; grid-column: 1 / -1; grid-template-columns: 1.2fr 1fr; }
.post-card--featured .post-card__image { aspect-ratio: auto; min-height: 340px; }
.post-card--featured .post-card__content { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.post-card--featured h3 { font-size: clamp(1.5rem, 2.7vw, 2.25rem); }
.empty-state { padding: 30px; border: 1px dashed #bcc9d0; border-radius: var(--radius-md); background: #fff; text-align: center; }
.empty-state__icon { display: grid; width: 52px; height: 52px; place-items: center; margin: 0 auto 18px; border-radius: 16px; background: var(--color-orange-soft); color: var(--color-orange-dark); }
.empty-state h3 { margin-bottom: 8px; }
.empty-state p { max-width: 560px; margin: 0 auto; color: var(--color-muted); }
.empty-state .contact-actions { justify-content: center; }
.service-fallback-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-fallback-card { display: flex; min-height: 270px; flex-direction: column; padding: 28px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 28px rgba(11, 31, 51, .05); }
.service-fallback-card__icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 22px; border-radius: 14px; background: var(--color-orange-soft); color: var(--color-orange-dark); }
.service-fallback-card__icon svg { width: 24px; height: 24px; }
.service-fallback-card h3 a { text-decoration: none; }
.service-fallback-card h3 a:hover { color: var(--color-orange-dark); }
.service-fallback-card p { color: var(--color-muted); }
.service-fallback-card .text-link { margin-top: auto; }
.section--services + .section--areas { padding-top: 0; }
.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.area-card { display: flex; min-width: 0; min-height: 250px; flex-direction: column; padding: 28px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 24px rgba(11, 31, 51, .05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.area-card:hover { transform: translateY(-3px); border-color: #c8d1d7; box-shadow: var(--shadow-sm); }
.area-card__icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 20px; border-radius: 13px; background: var(--color-orange-soft); color: var(--color-orange-dark); }
.area-card__icon svg { width: 22px; height: 22px; }
.area-card h3 { overflow-wrap: anywhere; }
.area-card h3 a { text-decoration: none; }
.area-card h3 a:hover { color: var(--color-orange-dark); }
.area-card p { color: var(--color-muted); font-size: .94rem; }
.area-card .text-link { margin-top: auto; }

/* Bento */
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(160px, auto); gap: 18px; }
.bento-card { grid-column: span 4; display: flex; min-height: 220px; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: #fff; }
.bento-card--large { grid-column: span 7; }
.bento-card--accent { grid-column: span 5; background: var(--color-orange-soft); border-color: #ffd7c0; }
.bento-card--image { grid-column: span 5; padding: 0; overflow: hidden; }
.bento-card--image img { width: 100%; height: 100%; object-fit: cover; }
.bento-card--clean { grid-column: span 7; }
.bento-card--dark { grid-column: span 12; min-height: 190px; background: var(--color-navy); border-color: var(--color-navy); }
.bento-card--dark h3, .bento-card--dark p, .bento-card--dark .bento-card__number { color: #fff; }
.bento-card__number { color: var(--color-orange); font-size: .75rem; font-weight: 900; }
.bento-card p { margin: 0; color: var(--color-muted); }
.bento-card h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }

/* Process + about */
.process-section { background: var(--color-navy); color: #fff; }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.process-intro { position: sticky; top: 32px; }
.process-intro h2, .process-list h3 { color: #fff; }
.process-intro p { color: #bbc7d1; }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; background: rgba(255,255,255,.09); color: #ff9d6c; font-weight: 900; }
.process-list p { margin: 0; color: #bbc7d1; }
.about-preview__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 7vw, 90px); align-items: center; }
.about-preview__image { overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.about-preview__image img { width: 100%; height: 100%; object-fit: cover; }
.about-preview__content > p { color: var(--color-muted); font-size: 1.05rem; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 24px 0 28px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.check-list svg { color: var(--color-whatsapp); }

/* FAQ */
.faq-preview__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 7vw, 100px); align-items: start; }
.faq-preview__grid > div:first-child { position: sticky; top: 32px; }
.faq-preview__grid > div:first-child p { color: var(--color-muted); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid var(--color-line); border-radius: 15px; background: #fff; }
.faq-list summary { position: relative; min-height: 60px; padding: 18px 55px 18px 20px; color: var(--color-navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; width: 28px; height: 28px; transform: translateY(-50%); border-radius: 50%; background: var(--color-orange-soft); color: var(--color-orange-dark); font-size: 1.2rem; line-height: 26px; text-align: center; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 20px 20px; margin: 0; color: var(--color-muted); }

/* CTA */
.final-cta { padding: 70px 0; background: linear-gradient(120deg, var(--color-orange) 0%, var(--color-orange-dark) 100%); color: #fff; }
.final-cta--compact { margin-top: 80px; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.final-cta h2, .final-cta .eyebrow { color: #fff; }
.final-cta h2 { max-width: 720px; margin-bottom: 9px; font-size: clamp(1.8rem, 3.5vw, 2.75rem); }
.final-cta p { margin: 0; color: #fff; }
.contact-actions--cta { flex: 0 0 auto; }
.contact-actions--cta .button--primary { background: #fff; color: var(--color-navy); box-shadow: none; }
.contact-actions--cta .button--primary:hover { background: var(--color-canvas); }

/* Inner pages */
.breadcrumbs { padding-top: 18px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; color: var(--color-muted); font-size: .76rem; }
.breadcrumbs li { display: flex; align-items: center; gap: 7px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: #9aa6ae; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--color-orange-dark); }
.page-hero { padding: 60px 0 70px; background: linear-gradient(110deg, var(--color-canvas), #fff); border-bottom: 1px solid var(--color-line); }
.page-hero__inner { max-width: 920px; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(2.3rem, 5vw, 4rem); }
.page-hero p, .archive-description { max-width: 760px; margin: 0; color: var(--color-muted); font-size: 1.12rem; }
.page-layout { display: grid; grid-template-columns: minmax(0,760px); justify-content: center; gap: 44px; padding-top: 70px; padding-bottom: 90px; }
.content-prose { min-width: 0; }
.content-prose > * { max-width: 760px; }
.content-prose > .alignwide { max-width: 1040px; margin-left: 50%; transform: translateX(-50%); }
.content-prose > .alignfull { max-width: none; width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.content-prose h2 { margin-top: 1.65em; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.content-prose h3 { margin-top: 1.5em; }
.content-prose p, .content-prose li { color: #344253; }
.content-prose a:not(.button) { color: var(--color-orange-dark); font-weight: 650; }
.content-prose blockquote { margin: 28px 0; padding: 8px 0 8px 24px; border-left: 4px solid var(--color-orange); color: var(--color-navy); font-size: 1.15rem; }
.content-prose img { border-radius: var(--radius-sm); }
.content-prose table { width: 100%; border-collapse: collapse; }
.content-prose th, .content-prose td { padding: 12px; border: 1px solid var(--color-line); text-align: left; }
.content-prose th { background: var(--color-soft); }
.contact-panel, .aside-card { padding: 30px; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: var(--color-canvas); }
.contact-panel dl { margin: 28px 0; }
.contact-panel dl > div { padding: 13px 0; border-bottom: 1px solid var(--color-line); }
.contact-panel dt { color: var(--color-muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-panel dd { margin: 4px 0 0; color: var(--color-navy); font-weight: 750; }
.archive-content { padding-top: 65px; }
.archive-intro { margin-bottom: 40px; }
.archive-intro > :first-child { margin-top: 0; }

/* Article */
.article-header { padding: 58px 0 52px; text-align: center; }
.article-header__inner { max-width: 940px; }
.article-header h1 { font-size: clamp(2.3rem, 5.3vw, 4.4rem); }
.article-deck { max-width: 760px; margin: 0 auto 22px; color: var(--color-muted); font-size: 1.15rem; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; color: var(--color-muted); font-size: .78rem; }
.article-meta span + span::before { content: "•"; margin-right: 20px; }
.article-feature { overflow: hidden; max-width: 1100px; aspect-ratio: 5 / 3; border-radius: var(--radius-lg); background: var(--color-soft); }
.article-feature img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 310px; gap: 70px; align-items: start; padding-top: 65px; padding-bottom: 90px; }
.article-body > :first-child { margin-top: 0; }
.article-aside { position: sticky; top: 24px; }
.aside-card h2 { font-size: 1.45rem; }
.aside-card p { color: var(--color-muted); font-size: .9rem; }
.article-tags { padding-top: 28px; margin-top: 40px; border-top: 1px solid var(--color-line); font-size: .85rem; }
.article-tags span { font-weight: 800; }
.related-posts { background: var(--color-canvas); }
.comments-area { max-width: 760px; padding-top: 70px; padding-bottom: 80px; }
.comment-list { padding: 0; list-style: none; }
.comment-list .comment-body { padding: 22px; margin-bottom: 14px; border: 1px solid var(--color-line); border-radius: var(--radius-sm); }
.comment-form label { display: block; margin-bottom: 6px; font-weight: 700; }
.comment-form input:not([type="submit"]), .comment-form textarea, .search-form input { width: 100%; min-height: 48px; padding: 11px; border: 1px solid #aab7c0; border-radius: 8px; }
.comment-form input[type="submit"], .search-submit { min-height: 48px; padding: 10px 20px; border: 0; border-radius: 9px; background: var(--color-orange); color: #fff; font-weight: 800; cursor: pointer; }

.pagination { margin-top: 45px; text-align: center; }
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.pagination .page-numbers { display: inline-grid; min-width: 44px; min-height: 44px; place-items: center; padding: 8px; border: 1px solid var(--color-line); border-radius: 9px; background: #fff; text-decoration: none; }
.pagination .current, .pagination a:hover { background: var(--color-navy); border-color: var(--color-navy); color: #fff; }
.error-page { min-height: 60vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.error-page .container { max-width: 760px; }
.error-code { display: block; color: var(--color-orange); font-size: clamp(5rem, 15vw, 10rem); font-weight: 900; line-height: .9; opacity: .16; }
.error-page .contact-actions { justify-content: center; }

/* Footer */
.site-footer { background: #071725; color: #c9d3da; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr 1fr; gap: 50px; padding-top: 72px; padding-bottom: 65px; }
.footer-grid--three { grid-template-columns: 1.35fr .8fr 1fr; }
.brand-mark--footer strong { color: #fff; }
.brand-mark--footer small { color: #aebdc7; }
.footer-brand > p { max-width: 330px; margin-top: 20px; color: #aebdc7; font-size: .9rem; }
.footer-title { margin-bottom: 18px; color: #fff; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-menu, .footer-links, .footer-contact { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-menu a, .footer-links a, .footer-contact a { color: #c9d3da; text-decoration: none; }
.footer-menu a:hover, .footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact li, .footer-contact a { display: flex; align-items: center; gap: 8px; }
.footer-contact svg { color: #ff9d6c; }
.footer-muted { color: #91a3af; font-size: .86rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; color: #91a3af; font-size: .75rem; }

@media (min-width: 961px) {
	.site-header { position: sticky; top: 0; }
	.admin-bar .site-header { top: 32px; }
	.page-layout:has(.contact-panel) { grid-template-columns: minmax(0,760px) 340px; justify-content: space-between; align-items: start; }
	.contact-panel { position: sticky; top: 130px; }
}

@media (max-width: 1100px) {
	.header-phone { display: none; }
	.primary-navigation a { padding-inline: 9px; font-size: .82rem; }
	.hero__grid { grid-template-columns: minmax(0,1fr) minmax(390px,.95fr); gap: 48px; }
	.article-layout { grid-template-columns: minmax(0,1fr) 285px; gap: 40px; }
}

@media (max-width: 960px) {
	.container { width: min(calc(100% - 32px), var(--container)); }
	.topbar__inner p:last-child { display: none; }
	.header-main { min-height: 76px; }
	.menu-toggle { display: grid; margin-left: auto; }
	.header-actions { display: none; }
	.primary-navigation { visibility: hidden; position: fixed; inset: 114px 0 0; overflow-y: auto; padding: 18px 16px 35px; background: #fff; opacity: 0; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
	.admin-bar .primary-navigation { top: 146px; }
	.nav-open .primary-navigation { visibility: visible; opacity: 1; transform: none; }
	.primary-navigation .menu { display: grid; gap: 6px; }
	.primary-navigation a { min-height: 50px; padding: 13px 15px; background: var(--color-canvas); font-size: 1rem; }
	.primary-navigation .sub-menu { display: grid; position: static; padding: 4px 0 4px 16px; border: 0; box-shadow: none; }
	.mobile-contact { display: block; margin-top: 20px; }
	.mobile-contact .contact-actions { display: grid; }
	.hero { padding-top: 55px; }
	.hero__grid { grid-template-columns: 1fr; }
	.hero__content { max-width: 760px; }
	.hero-visual { max-width: 760px; }
	.hero-visual__note { left: 18px; }
	.service-strip { margin-top: -16px; }
	.card-grid--three { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-fallback-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-fallback-card:last-child { grid-column: 1 / -1; }
	.bento-card { grid-column: span 6; }
	.bento-card--large, .bento-card--accent, .bento-card--image, .bento-card--clean { grid-column: span 6; }
	.bento-card--dark { grid-column: span 12; }
	.process-grid, .about-preview__grid, .faq-preview__grid { grid-template-columns: 1fr; }
	.process-intro, .faq-preview__grid > div:first-child, .article-aside { position: static; }
	.article-layout { grid-template-columns: minmax(0,1fr); }
	.article-aside { max-width: 520px; }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
	.container { width: min(calc(100% - 24px), var(--container)); }
	.topbar__inner { min-height: 34px; }
	.topbar { font-size: .75rem; }
	.brand-mark__icon { width: 38px; height: 38px; }
	.brand-mark strong { font-size: .88rem; }
	.brand-mark small { font-size: .75rem; }
	.menu-toggle { width: 44px; height: 44px; }
	.primary-navigation { inset-block-start: 110px; }
	.admin-bar .primary-navigation { top: 156px; }
	.hero { padding-top: 42px; padding-bottom: 55px; }
	.hero__grid { gap: 38px; }
	.hero h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
	.hero__lead { font-size: 1rem; }
	.contact-actions--hero, .contact-actions--cta { display: grid; width: 100%; }
	.contact-actions--hero .button, .contact-actions--cta .button { width: 100%; }
	.hero__trust { display: grid; gap: 9px; }
	.hero-visual::after { inset: 10px -8px -10px 8px; }
	.hero-visual__note { right: 12px; bottom: 12px; left: 12px; }
	.service-strip__grid { grid-template-columns: 1fr; }
	.service-strip__grid > div { padding: 17px 20px; }
	.service-strip__grid > div + div { border-top: 1px solid var(--color-line); border-left: 0; }
	.section { padding: 72px 0; }
	.section-heading { display: block; margin-bottom: 30px; }
	.section-heading > .text-link { margin-top: 18px; }
	.card-grid--three, .card-grid--guides { grid-template-columns: 1fr; }
	.area-grid { grid-template-columns: 1fr; }
	.area-card { min-height: 0; }
	.post-card--featured { display: block; grid-column: auto; }
	.post-card--featured .post-card__image { min-height: 0; aspect-ratio: 3 / 2; }
	.post-card--featured .post-card__content { padding: 24px; }
	.bento-grid { grid-template-columns: 1fr; }
	.service-fallback-grid { grid-template-columns: 1fr; }
	.service-fallback-card:last-child { grid-column: auto; }
	.service-fallback-card { min-height: 0; }
	.bento-card, .bento-card--large, .bento-card--accent, .bento-card--image, .bento-card--clean, .bento-card--dark { grid-column: 1; min-height: 200px; }
	.process-list li { grid-template-columns: 48px 1fr; gap: 15px; }
	.process-list li > span { width: 44px; height: 44px; border-radius: 13px; }
	.final-cta__inner { display: grid; }
	.page-hero { padding: 45px 0 52px; }
	.page-layout, .article-layout { padding-top: 48px; padding-bottom: 65px; }
	.article-header { padding: 45px 0 38px; }
	.article-meta { display: grid; gap: 5px; }
	.article-meta span + span::before { content: none; }
	.article-feature { width: calc(100% - 24px); border-radius: var(--radius-md); }
	.empty-state { padding: 32px 20px; }
	.footer-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 58px; }
	.footer-bottom .container { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (max-width: 782px) {
	.admin-bar .site-header { top: 0; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
	.button, .post-card, .bento-card, .faq-list details { border: 1px solid ButtonText; }
	.status-dot { forced-color-adjust: none; }
}
