/*
Theme Name: Athletic Field Crew
Theme URI: https://www.the-web-guys.com/
Author: The Web Guys
Author URI: https://www.the-web-guys.com/
Description: Custom theme for Athletic Field Crew — baseball, softball and athletic field renovation, maintenance, construction and materials, West Alexandria, OH. Pages, menus, images, seed posts and Yoast meta are created on activation. One PHP template per page; edit Settings → Site Settings for business details and Settings → Site Forms for the Gravity Forms.
Version: 1.0.4
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: athletic-field-crew
*/

/* ------------------------------------------------------------------ tokens */
:root {
	--green: #0E6739;
	--green-dark: #0A5230;
	--green-deep: #08472A;
	--green-tint: #E9F2EC;
	--clay: #B5502F;
	--clay-dark: #93401F;
	--clay-tint: #F6E7DF;
	--chalk: #E7E2D6;
	--chalk-light: #F5F2EA;
	--stone: #C9CCC6;
	--stone-light: #EEF0EC;
	--ink: #1E2A22;
	--body: #354038;
	--muted: #66716A;
	--line: rgba(30, 42, 34, 0.12);
	--white: #fff;
	--radius: 8px;
	--radius-sm: 6px;
	--shadow: 0 24px 50px -30px rgba(30, 42, 34, 0.45);
	--shadow-sm: 0 10px 24px -16px rgba(30, 42, 34, 0.35);
	--font: 'Barlow', 'Segoe UI', Arial, sans-serif;
	--display: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
	--container: 1200px;
	--gutter: clamp(1rem, 4vw, 2rem);
	--header-h: 96px;
}

/* ------------------------------------------------------------------- base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
body { margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.65; color: var(--body); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .15s; }
a:hover { color: var(--green-deep); }
strong { font-weight: 700; color: var(--ink); }
ul, ol { padding-left: 1.25rem; }
address { font-style: normal; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; border-radius: 4px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.afc-skip { position: absolute; left: 1rem; top: -4rem; z-index: 200; background: var(--green-dark); color: #fff; padding: .6rem 1rem; border-radius: var(--radius-sm); }
.afc-skip:focus { top: 1rem; }
.afc-container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.afc-narrow { max-width: 760px; margin-inline: auto; }
.afc-center { text-align: center; }
.afc-muted { color: var(--muted); }
.afc-section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.afc-bg-white { background: var(--white); }
.afc-bg-chalk { background: var(--chalk-light); }
.afc-bg-green { background: var(--green); color: #fff; }
.afc-bg-silver { background: var(--stone-light); }
.afc-ico { width: 1.15em; height: 1.15em; flex: none; }

/* typography */
.afc-h1, .afc-h2, .afc-h3 { font-family: var(--display); font-weight: 700; color: var(--ink); line-height: 1.02; letter-spacing: .005em; text-transform: uppercase; margin: 0 0 1rem; text-wrap: balance; }
.afc-h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.afc-h2 { font-size: clamp(1.95rem, 3.4vw, 2.85rem); }
.afc-h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.afc-h4 { font-family: var(--display); font-weight: 700; font-size: 1.3rem; line-height: 1.15; text-transform: uppercase; letter-spacing: .01em; color: var(--ink); margin: 0 0 .4rem; }
.afc-eyebrow { font-family: var(--font); font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--clay); margin: 0 0 .8rem; }
.afc-kicker { color: var(--green-dark); font-weight: 500; }
.afc-prose p { margin: 0 0 1rem; }
.afc-prose p:last-child { margin-bottom: 0; }
.afc-prose ul { margin: .5rem 0 1rem; padding-left: 1.2rem; }
.afc-prose li { margin-bottom: .35rem; }
.afc-prose h2 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 1.9rem; margin: 2rem 0 .8rem; color: var(--ink); }
.afc-prose h3 { font-size: 1.2rem; font-weight: 600; margin: 1.6rem 0 .6rem; color: var(--ink); }
.afc-prose--sm { font-size: .97rem; }
.afc-prose--light, .afc-prose--light strong, .afc-prose--light a { color: #fff; }
.afc-prose--post { font-size: 1.1rem; }
.afc-tel { white-space: nowrap; }
.afc-section-head { margin-bottom: 2.5rem; }
.afc-section-head--center { text-align: center; max-width: 760px; margin-inline: auto; }
.afc-section-head--center .afc-h2::after, .afc-textblock .afc-h2::after, .afc-closing .afc-h2::after { content: ''; display: block; width: 44px; height: 2px; background: var(--green); margin: 1rem 0 0; }
.afc-section-head--center .afc-h2::after, .afc-closing .afc-h2::after { margin-inline: auto; }
.afc-section-head__intro { color: var(--muted); font-size: 1.05rem; }
.afc-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.afc-actions.afc-center { justify-content: center; }

/* buttons */
.afc-btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .95rem 1.7rem; border-radius: var(--radius-sm); font-family: var(--display); font-weight: 700; font-size: 1.1rem; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; border: 1.5px solid transparent; transition: background .15s, color .15s, border-color .15s, transform .15s; line-height: 1.1; }
.afc-btn:hover { transform: translateY(-1px); }
.afc-btn--primary { background: var(--clay); color: #fff; }
.afc-btn--primary:hover { background: var(--clay-dark); color: #fff; }
.afc-btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.afc-btn--outline:hover { background: var(--ink); color: #fff; }
.afc-btn--white { background: #fff; color: var(--green-dark); }
.afc-btn--white:hover { background: var(--chalk); color: var(--green-deep); }
.afc-btn--clay { background: var(--clay); color: #fff; }
.afc-btn--clay:hover { background: var(--clay-dark); color: #fff; }
.afc-btn--white-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.85); }
.afc-btn--white-outline:hover { background: #fff; color: var(--green-dark); }
.afc-btn--ghost { background: transparent; color: var(--green-dark); }
.afc-btn--sm { padding: .7rem 1.2rem; font-size: .9rem; }

/* ----------------------------------------------------------------- header */
/* location ribbon above the header (scrolls away; header stays sticky) */
.afc-topbar { background: var(--green-deep); color: #fff; font-size: .82rem; letter-spacing: .02em; }
.afc-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 36px; padding-top: .3rem; padding-bottom: .3rem; }
.afc-topbar__addr, .afc-topbar__hours { display: inline-flex; align-items: center; gap: .45rem; color: #fff; text-decoration: none; white-space: nowrap; }
.afc-topbar .afc-ico { width: 15px; height: 15px; color: var(--stone); flex: none; }
.afc-topbar__note { color: var(--stone); }
@media (max-width: 1023px) { .afc-topbar__hours { display: none; } .afc-topbar__inner { justify-content: center; } }
@media (max-width: 479px) { .afc-topbar { font-size: .76rem; } .afc-topbar__note { display: none; } }
.afc-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.afc-header__grid { display: flex; align-items: center; gap: 1.5rem; min-height: var(--header-h); transition: min-height .2s; }
.afc-header.is-compact .afc-header__grid { min-height: 76px; }
.afc-logo { display: block; flex: none; }
.afc-logo img { height: 48px; width: auto; transition: height .2s; }
.afc-header.is-compact .afc-logo img { height: 40px; }
.afc-nav { margin-left: auto; }
.afc-nav__list, .afc-nav__sub { list-style: none; margin: 0; padding: 0; }
.afc-nav__list { display: flex; gap: .25rem; align-items: center; }
.afc-nav__item { position: relative; display: flex; align-items: center; }
.afc-nav__item > a { display: block; padding: .55rem .8rem; color: var(--ink); text-decoration: none; font-family: var(--display); font-weight: 600; font-size: 1.15rem; letter-spacing: .03em; text-transform: uppercase; border-radius: var(--radius-sm); }
.afc-nav__item > a.is-static { cursor: default; }
.afc-nav__item > a.is-static:hover { color: var(--ink); }
.afc-nav__item > a:hover, .afc-nav__item.is-current > a { color: var(--green-dark); }
.afc-nav__toggle { background: none; border: 0; padding: .3rem; margin-left: -.5rem; color: var(--ink); cursor: pointer; display: inline-flex; border-radius: 50%; }
.afc-nav__toggle .afc-ico { transition: transform .2s; }
.afc-nav__item.is-open .afc-nav__toggle .afc-ico { transform: rotate(180deg); }
.afc-nav__sub { position: absolute; top: 100%; left: 0; min-width: 270px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); padding: .5rem; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .15s, transform .15s, visibility .15s; z-index: 60; }
.afc-nav__item.has-children:hover .afc-nav__sub, .afc-nav__item.has-children:focus-within .afc-nav__sub, .afc-nav__item.is-open .afc-nav__sub { opacity: 1; visibility: visible; transform: translateY(0); }
.afc-nav__sub a { display: block; padding: .55rem .8rem; color: var(--ink); text-decoration: none; font-size: .95rem; border-radius: 6px; }
.afc-nav__sub a:hover, .afc-nav__sub a[aria-current] { background: var(--chalk-light); color: var(--green-dark); }
.afc-nav__sub li.is-viewall a { font-weight: 600; color: var(--green-dark); border-bottom: 1px solid var(--line); margin-bottom: .3rem; padding-bottom: .7rem; border-radius: 0; }
.afc-header__actions { display: flex; align-items: center; gap: 1rem; flex: none; }
.afc-header__cta { white-space: nowrap; }
@media (min-width: 1100px) and (max-width: 1399px) { .afc-header__grid { gap: 1rem; } .afc-nav__list { gap: 0; } .afc-nav__item > a { font-size: 1.02rem; padding: .5rem .55rem; } .afc-nav__toggle { margin-left: -.35rem; } .afc-logo img { height: 42px; } }
.afc-burger { display: none; background: none; border: 1.5px solid var(--line); border-radius: 50%; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--ink); cursor: pointer; }
.afc-burger .afc-ico { width: 22px; height: 22px; }
.afc-burger__close { display: none; }
.afc-burger[aria-expanded="true"] .afc-burger__open { display: none; }
.afc-burger[aria-expanded="true"] .afc-burger__close { display: block; }
.afc-drawer { display: none; }
.afc-mobilebar { display: none; }

@media (max-width: 1099px) {
	:root { --header-h: 76px; }
	.afc-header__grid { min-height: 76px; }
	.afc-header.is-compact .afc-header__grid { min-height: 68px; }
	.afc-logo img { height: 32px; }
	.afc-header.is-compact .afc-logo img { height: 30px; }
	.afc-nav { display: none; }
	.afc-header__actions { margin-left: auto; }
	.afc-burger { display: inline-flex; }
	.afc-drawer { display: block; position: fixed; inset: 0; top: var(--drawer-top, 76px); background: #fff; overflow-y: auto; padding: 1rem var(--gutter) 6rem; z-index: 49; }
	.afc-drawer[hidden] { display: none; }
	.afc-drawer .afc-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.afc-drawer .afc-nav__item { flex-wrap: wrap; border-bottom: 1px solid var(--line); }
	.afc-drawer .afc-nav__item > a { flex: 1; padding: 1rem .25rem; font-size: 1.1rem; border-radius: 0; background: none; }
	.afc-drawer .afc-nav__toggle { margin: 0; width: 44px; height: 44px; justify-content: center; }
	.afc-drawer .afc-nav__sub { position: static; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 .75rem .75rem; min-width: 0; width: 100%; }
	.afc-drawer .afc-nav__item.is-open .afc-nav__sub { display: block; }
	.afc-drawer .afc-nav__sub a { padding: .6rem .5rem; }
	.afc-drawer__actions { display: grid; gap: .75rem; margin-top: 1.5rem; }
	.afc-drawer__actions .afc-btn { width: 100%; }
	body.afc-drawer-open { overflow: hidden; }
}
@media (max-width: 767px) {
	.afc-header__cta { display: none; }
	.afc-mobilebar { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
	.afc-mobilebar__btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem .5rem; font-family: var(--display); font-weight: 700; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; color: var(--ink); background: var(--chalk-light); }
	.afc-mobilebar__btn--alt { background: var(--clay); color: #fff; }
	.afc-header.is-compact .afc-mobilebar { display: none; }
}

/* ------------------------------------------------------------------ heroes */
.afc-hero-home { position: relative; min-height: min(78vh, 760px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; isolation: isolate; }
.afc-hero-home__bg { position: absolute; inset: 0; z-index: -1; }
.afc-hero-home__bg img, .afc-cover { width: 100%; height: 100%; object-fit: cover; }
.afc-hero-home__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,71,42,.25) 0%, rgba(8,71,42,.45) 45%, rgba(8,40,25,.85) 100%); }
.afc-hero-home__inner { position: relative; padding: clamp(6rem, 14vw, 10rem) 0 clamp(3rem, 6vw, 5rem); max-width: 820px; margin-inline: auto; width: min(var(--container), 100% - 2 * var(--gutter)); }
.afc-hero-home__title { color: #fff; font-size: clamp(2.5rem, 5.4vw, 4.2rem); margin-bottom: 1.25rem; }
.afc-hero-home__text { font-size: 1.15rem; max-width: 640px; }
.afc-hero-home__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.afc-hero-home .afc-eyebrow { color: var(--chalk); }
.afc-hero-home__title { text-shadow: 0 2px 18px rgba(0,0,0,.25); }

.afc-hero { padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(3rem, 6vw, 5rem); background: linear-gradient(180deg, var(--chalk-light) 0%, var(--white) 100%); border-top: 4px solid var(--green); }
.afc-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.afc-hero__text { font-size: 1.12rem; color: var(--body); max-width: 560px; }
.afc-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.afc-banner { padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(2.5rem, 5vw, 4rem); background: var(--chalk-light); text-align: center; }
.afc-banner__inner { max-width: 820px; margin-inline: auto; }
.afc-banner .afc-crumbs ol { justify-content: center; }
.afc-banner__title { margin-bottom: .75rem; }
.afc-banner__text { font-size: 1.1rem; color: var(--body); max-width: 640px; margin-inline: auto; }
.afc-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0 0 1.25rem; font-size: .85rem; color: var(--muted); }
.afc-crumbs li + li::before { content: '›'; margin-right: .4rem; color: var(--stone); }
.afc-crumbs a { color: var(--muted); text-decoration: none; }
.afc-crumbs a:hover { color: var(--green-dark); }

/* photos */
.afc-photo { margin: 0; border-radius: var(--radius); overflow: hidden; position: relative; }
.afc-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; }
.afc-photo--tall img { aspect-ratio: 4 / 5; }
.afc-split__media .afc-photo--tall { max-width: 440px; margin-left: auto; }
.afc-split--img-left .afc-split__media .afc-photo--tall { margin-left: 0; margin-right: auto; }
.afc-photo--framed { box-shadow: var(--shadow); }
.afc-photo--framed::before { content: ''; position: absolute; inset: 14px -14px -14px 14px; border: 2px solid var(--clay); border-radius: var(--radius); z-index: -1; opacity: .6; }
.afc-hero__media, .afc-split__media, .afc-features__media { position: relative; z-index: 0; padding: 0 14px 14px 0; }
.afc-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.afc-duo .afc-photo img { aspect-ratio: 4 / 3; }

/* ------------------------------------------------------------------ bodies */
.afc-split__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.afc-split--img-left .afc-split__media { order: -1; }
.afc-split__copy .afc-h2::after { content: ''; display: block; width: 44px; height: 2px; background: var(--green); margin-top: 1rem; }
.afc-textblock .afc-h2 { margin-bottom: 1.25rem; }
.afc-textblock .afc-prose { font-size: 1.08rem; }
.afc-feature-list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 1rem; }
.afc-feature { display: flex; gap: .9rem; align-items: flex-start; }
.afc-feature__ico { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--green-tint); color: var(--green-dark); display: inline-flex; align-items: center; justify-content: center; margin-top: .1rem; }
.afc-feature__ico .afc-ico { width: 18px; height: 18px; }

/* tiles (features) */
.afc-tiles { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.25rem; }
.afc-tiles--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.afc-tiles--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.afc-tiles--1 { grid-template-columns: 1fr; gap: 1rem; }
.afc-tile { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.5rem 1.5rem 1.4rem; position: relative; }
.afc-bg-white .afc-tile { background: var(--chalk-light); border-color: transparent; }
.afc-tile::before { content: ''; display: block; width: 28px; height: 2px; background: var(--green); margin-bottom: 1rem; }
.afc-tiles--1 .afc-tile { display: grid; grid-template-columns: 28px 1fr; column-gap: 1rem; padding: 1.1rem 1.25rem; align-items: start; }
.afc-tiles--1 .afc-tile::before { width: 28px; height: 2px; margin: .7rem 0 0; }
.afc-tiles--1 .afc-tile .afc-h4 { grid-column: 2; }
.afc-tiles--1 .afc-tile .afc-prose { grid-column: 2; }
.afc-features__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.afc-features--img .afc-section-head { margin-bottom: 1.5rem; }
.afc-features__after { margin-top: 1.5rem; }

/* service cards */
.afc-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.afc-service-card { display: flex; flex-direction: column; text-decoration: none; color: var(--body); background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.afc-bg-white .afc-service-card { background: var(--chalk-light); border-color: transparent; }
.afc-service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: var(--body); }
.afc-service-card__img { margin: 0; }
.afc-service-card__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.afc-service-card__body { padding: 1.25rem 1.35rem 1.4rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.afc-service-card__body p { margin: 0; font-size: .95rem; color: var(--muted); flex: 1; }
.afc-service-card .afc-h4 { margin: 0; transition: color .15s; }
.afc-service-card:hover .afc-h4 { color: var(--green-dark); }
.afc-more { display: inline-flex; align-items: center; gap: .4rem; color: var(--green-dark); font-weight: 500; font-size: .92rem; margin-top: .5rem; }
.afc-more .afc-ico { transition: transform .15s; }
.afc-service-card:hover .afc-more .afc-ico { transform: translateX(4px); }
.afc-services__after { margin-top: 2rem; }

/* chips */
.afc-chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.afc-chip { display: inline-block; padding: .6rem 1.1rem; border-radius: var(--radius-sm); border: 1.5px solid var(--green); color: var(--green-dark); text-decoration: none; font-weight: 500; font-size: .95rem; background: var(--white); transition: background .15s, color .15s; }
.afc-chip:hover, .afc-chip--solid { background: var(--green); color: #fff; }
.afc-chip--solid:hover { background: var(--green-dark); }

/* CTA band */
.afc-cta-band { background: var(--green-dark); color: #fff; padding: clamp(3rem, 5vw, 4.5rem) 0; position: relative; overflow: hidden; }
.afc-cta-band::before { content: ''; position: absolute; right: -10%; top: -40%; width: 46%; aspect-ratio: 1; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.18); }
.afc-cta-band::after { content: ''; position: absolute; right: -4%; top: -20%; width: 30%; aspect-ratio: 1; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.14); }
.afc-cta-band__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) auto; gap: 2rem; align-items: center; position: relative; }
.afc-cta-band .afc-h2 { color: #fff; margin-bottom: .5rem; }
.afc-cta-band__actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: flex-end; }

/* why */
.afc-pillars { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.afc-pillar { text-align: center; padding: 2rem 1.25rem 1.75rem; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); }
.afc-bg-white .afc-pillar { background: var(--chalk-light); border-color: transparent; }
.afc-pillar__ico { display: inline-flex; width: 60px; height: 60px; border-radius: 50%; background: var(--clay-tint); color: var(--clay); align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.afc-pillar__ico .afc-ico { width: 26px; height: 26px; }
.afc-pillar .afc-h4 { font-size: 1.5rem; }

/* FAQ */
.afc-faq__inner { max-width: 860px; margin-inline: auto; }
.afc-accordion { display: grid; gap: .75rem; }
.afc-acc { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); overflow: hidden; }
.afc-bg-white .afc-acc { background: var(--chalk-light); border-color: transparent; }
.afc-acc__q { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem 1.35rem; font-weight: 500; color: var(--ink); font-size: 1.05rem; }
.afc-acc__q::-webkit-details-marker { display: none; }
.afc-acc__q .afc-ico { color: var(--green-dark); transition: transform .2s; flex: none; }
.afc-acc[open] .afc-acc__q .afc-ico { transform: rotate(180deg); }
.afc-acc__a { padding: 0 1.35rem 1.25rem; }

/* closing */
.afc-closing__text { font-size: 1.1rem; }

/* reviews / slots */
.afc-slot { border: 2px dashed var(--stone); border-radius: var(--radius-sm); padding: 2.5rem 1.5rem; text-align: center; color: var(--muted); display: grid; gap: .3rem; background: rgba(255,255,255,.5); }
.afc-slot strong { color: var(--ink); }
.afc-reviews-widget iframe { width: 100%; min-height: 420px; border: 0; }
.afc-map iframe { width: 100%; height: 420px; border: 0; border-radius: var(--radius); display: block; }

/* contact */
.afc-contact__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 2rem; align-items: start; margin-bottom: 2.5rem; }
.afc-form-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); padding: clamp(1.5rem, 3vw, 2.5rem); min-height: 520px; }
.afc-form-card .afc-slot { min-height: 420px; align-content: center; }
/* Gravity Forms (Orbital theme): override its variables, then pin the pieces it hard-codes */
.afc-form-card .gform_wrapper.gform-theme, .afc-form-card .gform_wrapper.gravity-theme { --gf-color-primary: var(--green); --gf-color-primary-contrast: #fff; --gf-color-primary-darker: var(--green-dark); --gf-ctrl-border-color: rgba(43,47,46,.22); --gf-ctrl-border-color-focus: var(--green); --gf-ctrl-border-color-hover: var(--green); --gf-ctrl-radius: 10px; --gf-ctrl-btn-bg-color-primary: var(--green); --gf-ctrl-btn-bg-color-hover-primary: var(--green-dark); --gf-ctrl-btn-color-primary: #fff; --gf-ctrl-btn-border-color-primary: var(--green); --gf-ctrl-btn-border-color-hover-primary: var(--green-dark); --gf-ctrl-btn-radius: 999px; --gf-ctrl-btn-padding-x: 1.7rem; --gf-ctrl-btn-padding-y: .95rem; --gf-ctrl-btn-font-family: var(--font); --gf-ctrl-btn-font-size: .98rem; --gf-ctrl-btn-font-weight: 500; --gf-ctrl-btn-letter-spacing: .01em; --gf-ctrl-label-color-primary: var(--ink); --gf-ctrl-label-font-family: var(--font); --gf-ctrl-label-font-size-primary: .95rem; --gf-ctrl-label-font-weight-primary: 500; --gf-ctrl-choice-check-color: var(--green); --gf-ctrl-choice-check-bg-color: var(--green); --gf-ctrl-choice-check-border-color: var(--green); --gf-ctrl-check-bg-color: var(--green); --gf-ctrl-check-border-color: var(--green); --gf-ctrl-radio-check-color: var(--green); --gf-ctrl-radio-check-bg-color: var(--green); --gf-ctrl-radio-check-border-color: var(--green); --gf-ctrl-select-height: auto; }
.afc-form-card .gform_wrapper .gfield_label, .afc-form-card .gform_wrapper legend.gfield_label { font-family: var(--font); font-size: .95rem; font-weight: 500; color: var(--ink); }
.afc-form-card .gform_wrapper .gfield_required { color: var(--green-dark); }
.afc-form-card .gform_wrapper .gform_required_legend { color: var(--muted); font-size: .85rem; }
.afc-form-card .gform_wrapper input[type="text"], .afc-form-card .gform_wrapper input[type="email"], .afc-form-card .gform_wrapper input[type="tel"], .afc-form-card .gform_wrapper select, .afc-form-card .gform_wrapper textarea { width: 100%; border: 1px solid rgba(43,47,46,.22); border-radius: 10px; background: #fff; padding: .8rem 1rem; font: inherit; line-height: 1.4; height: auto; min-height: 0; color: var(--ink); }
.afc-form-card .gform_wrapper select, .afc-form-card .gform_wrapper select:hover, .afc-form-card .gform_wrapper select:focus { -webkit-appearance: none; appearance: none; padding-right: 2.6rem; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%232b2f2e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 12px 8px; } /* 1.0.2: GF hover re-applied its chevron on top of our shorthand background → tiled pattern on hover */
.afc-form-card .gform_wrapper input:focus, .afc-form-card .gform_wrapper textarea:focus, .afc-form-card .gform_wrapper select:focus { outline: 2px solid var(--green); outline-offset: 1px; border-color: var(--green); }
.afc-form-card .gform_wrapper .gform_footer button, .afc-form-card .gform_wrapper .gform_footer input[type="submit"], .afc-form-card .gform_wrapper .gform_button { font-family: var(--font); font-weight: 500; font-size: .98rem; letter-spacing: .01em; background: var(--green); color: #fff; border: 1.5px solid var(--green); border-radius: 999px; padding: .95rem 1.7rem; cursor: pointer; line-height: 1.1; transition: background .15s, transform .15s; }
.afc-form-card .gform_wrapper .gform_footer button:hover, .afc-form-card .gform_wrapper .gform_footer input[type="submit"]:hover, .afc-form-card .gform_wrapper .gform_button:hover { background: var(--green-dark); border-color: var(--green-dark); color: #fff; transform: translateY(-1px); }
.afc-form-card .gform_wrapper .gform_validation_errors { border-radius: 10px; }
.afc-visit-card { background: var(--chalk-light); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.25rem); display: grid; gap: 1.1rem; }
.afc-visit-card .afc-h3 { margin-bottom: .25rem; }
.afc-visit__row { display: flex; gap: .9rem; align-items: flex-start; }
.afc-visit__row > .afc-ico { width: 22px; height: 22px; color: var(--green-dark); margin-top: .2rem; }
.afc-visit__row p { margin: 0; }
.afc-visit__actions .afc-btn { width: 100%; }
.afc-visit__social { display: flex; align-items: center; gap: .75rem; font-size: .95rem; color: var(--muted); }
.afc-socials { list-style: none; padding: 0; margin: 0; display: flex; gap: .75rem; flex-wrap: wrap; }
.afc-socials a { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; color: var(--ink); font-weight: 500; font-size: .95rem; }
.afc-socials a:hover { color: var(--green-dark); }
.afc-social-ico { width: 20px; height: 20px; }
.afc-socials--footer a { color: var(--chalk); }
.afc-socials--footer a:hover { color: #fff; }

/* thanks */
.afc-thanks__ico { display: inline-flex; width: 64px; height: 64px; border-radius: 50%; background: var(--green-tint); color: var(--green-dark); align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.afc-thanks__ico .afc-ico { width: 30px; height: 30px; }
.afc-thanks .afc-prose { font-size: 1.1rem; }

/* blog */
.afc-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.afc-post-card { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.afc-bg-white .afc-post-card { background: var(--chalk-light); border-color: transparent; }
.afc-post-card__img { display: block; }
.afc-post-card__img img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.afc-post-card__ph { display: flex; aspect-ratio: 3 / 2; align-items: center; justify-content: center; background: var(--green-tint); color: var(--green); }
.afc-post-card__body { padding: 1.25rem 1.35rem 1.5rem; display: grid; gap: .4rem; }
.afc-post-card__meta { margin: 0; font-size: .85rem; color: var(--muted); letter-spacing: .04em; }
.afc-post-card .afc-h4 a { color: var(--ink); text-decoration: none; }
.afc-post-card .afc-h4 a:hover { color: var(--green-dark); }
.afc-post-card__body p:last-child { margin: 0; font-size: .95rem; color: var(--muted); }
.afc-post-hero { margin-bottom: 2.5rem; }
.afc-banner--post .afc-eyebrow { text-transform: none; letter-spacing: .04em; font-size: .9rem; }
.afc-pagination { margin-top: 2rem; text-align: center; }
.afc-empty { text-align: center; color: var(--muted); padding: 2rem 0; }


/* hub cards (the three service groups) */
.afc-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.afc-hub-card { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; border-top: 5px solid var(--green); }
.afc-bg-white .afc-hub-card { background: var(--chalk-light); border-color: transparent; border-top-color: var(--green); }
.afc-hub-card__img { display: block; }
.afc-hub-card__img figure { margin: 0; }
.afc-hub-card__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.afc-hub-card__body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.afc-hub-card__body .afc-eyebrow { margin: 0; }
.afc-hub-card__body .afc-h3 { margin: 0; font-size: 1.6rem; }
.afc-hub-card__body .afc-h3 a { color: var(--ink); text-decoration: none; }
.afc-hub-card__body .afc-h3 a:hover { color: var(--green-dark); }
.afc-hub-card__body > p { margin: 0; color: var(--muted); font-size: .97rem; flex: 1; }
.afc-hub-card__links { list-style: none; padding: .9rem 0 0; margin: .25rem 0 0; border-top: 1px solid var(--line); display: grid; gap: .45rem; }
.afc-hub-card__links a { display: inline-flex; align-items: center; gap: .5rem; color: var(--ink); text-decoration: none; font-weight: 600; font-size: .97rem; }
.afc-hub-card__links a:hover { color: var(--green-dark); }
.afc-hub-card__links .afc-ico { width: 16px; height: 16px; color: var(--clay); }
.afc-hub-card .afc-more { text-decoration: none; margin-top: .25rem; }

/* materials */
.afc-mat-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.25rem; }
.afc-mat-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.afc-bg-white .afc-mat-card { background: var(--chalk-light); border-color: transparent; }
.afc-mat-card__img { margin: 0; }
.afc-mat-card__img img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.afc-mat-card__body { padding: 1rem 1.1rem 1.2rem; display: grid; gap: .3rem; }
.afc-mat-card__body .afc-h4 { font-size: 1.12rem; margin: 0; }
.afc-mat-card__pack { margin: 0; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--clay); font-weight: 700; }
.afc-mat-card__body p:last-child { margin: 0; font-size: .92rem; color: var(--muted); }
.afc-mat-note { margin-top: 2rem; }
.afc-formsec .afc-contact__grid { margin-bottom: 0; }
.afc-visit-card .afc-prose p:first-child strong { font-family: var(--display); text-transform: uppercase; font-size: 1.3rem; letter-spacing: .02em; }
.afc-photosec__photo img { aspect-ratio: 3 / 2; }

/* service grid column variants */
.afc-service-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; margin-inline: auto; }
.afc-service-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.afc-service-card__img img { aspect-ratio: 4 / 3; }

/* ----------------------------------------------------------------- footer */
.afc-footer { background: var(--green-deep); color: rgba(255,255,255,.85); margin-top: 0; border-top: 6px solid var(--clay); }
.afc-footer a { color: rgba(255,255,255,.85); text-decoration: none; }
.afc-footer a:hover { color: #fff; text-decoration: underline; }
.afc-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; padding: clamp(3rem, 6vw, 4.5rem) 0 2.5rem; }
.afc-footer__logo img { height: 52px; width: auto; }
.afc-footer__tagline { margin: 1.25rem 0; max-width: 340px; font-size: .97rem; }
.afc-footer__title { font-family: var(--display); font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; color: var(--chalk); margin: 0 0 1rem; font-weight: 700; }
.afc-footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; font-size: .97rem; }
.afc-footer__links a[aria-current] { color: #fff; text-decoration: underline; text-decoration-color: var(--green); }
.afc-footer__visit p { margin: 0 0 .9rem; font-size: .97rem; }
.afc-footer__note { color: var(--chalk); font-size: .9rem; }
.afc-footer__visit .afc-btn { margin-top: .25rem; }
.afc-footer .afc-btn--white, .afc-footer .afc-btn--white:hover { color: var(--green-dark); }
.afc-footer .afc-btn, .afc-footer .afc-btn:hover, .afc-footer .afc-btn span { color: #fff; } /* 1.0.2: footer buttons were inheriting .afc-footer a (85% white) → 4.1:1 contrast on clay */
.afc-footer__visit .afc-btn:hover { text-decoration: none; }
.afc-footer__legal { border-top: 1px solid rgba(255,255,255,.12); padding: 1.25rem 0; font-size: .88rem; }
.afc-footer__legal-grid { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: space-between; }
.afc-footer__legal p { margin: 0; }
.afc-credit { display: inline-flex; align-items: center; gap: .6rem; }
.afc-wg { height: 26px; width: auto; }
.afc-footer__legal-links { list-style: none; padding: 0; margin: 0; display: flex; gap: 1.25rem; }

/* -------------------------------------------------------------- responsive */
@media (max-width: 1023px) {
	.afc-hero__grid, .afc-split__grid, .afc-features__grid { grid-template-columns: 1fr; }
	.afc-split--img-left .afc-split__media { order: 0; }
	.afc-hero__media { max-width: 640px; }
	.afc-service-grid, .afc-service-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.afc-hub-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
	.afc-mat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.afc-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.afc-tiles--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.afc-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.afc-footer__grid { grid-template-columns: 1fr 1fr; }
	.afc-contact__grid { grid-template-columns: 1fr; }
	.afc-cta-band__grid { grid-template-columns: 1fr; }
	.afc-cta-band__actions { justify-content: flex-start; }
}
@media (max-width: 639px) {
	body { font-size: 1rem; }
	.afc-service-grid, .afc-service-grid--2, .afc-service-grid--3, .afc-pillars, .afc-tiles--2, .afc-tiles--3, .afc-post-grid, .afc-footer__grid { grid-template-columns: 1fr; }
	.afc-mat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.afc-hero-home { min-height: 82vh; }
	.afc-hero-home__actions .afc-btn, .afc-hero__actions .afc-btn, .afc-closing__actions .afc-btn, .afc-cta-band__actions .afc-btn { width: 100%; }
	.afc-duo { grid-template-columns: 1fr; }
	.afc-footer__legal-grid { flex-direction: column; align-items: flex-start; }
	.afc-photo--framed::before { inset: 10px -10px -10px 10px; }
	.afc-hero__media, .afc-split__media, .afc-features__media { padding: 0 10px 10px 0; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; animation: none !important; }
}

/* staging-only draft notice (posts ship unpublished) */
.afc-draft-note{background:#1E2A22;color:#fff;text-align:center;font-size:.85rem;padding:.55rem 1rem;letter-spacing:.02em}

/* Blog toolbar (search + category) — 1.0.1 */
.afc-blog-toolbar{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin:0 0 2rem}
.afc-blog-search{display:flex;gap:.5rem;flex:1 1 320px;max-width:520px}
.afc-blog-search input[type=search]{flex:1;min-width:0;padding:.75rem 1rem;border:1px solid #cfd6d1;border-radius:6px;font:inherit;font-size:1rem}
.afc-blog-cats select{padding:.75rem 2.5rem .75rem 1rem;border:1px solid #cfd6d1;border-radius:6px;font:inherit;font-size:1rem;background:#fff}
@media (max-width:767px){.afc-blog-search,.afc-blog-cats,.afc-blog-cats select{width:100%;max-width:none}}
