/*
Theme Name: Central Ohio Clean
Theme URI: https://centralohioclean.com/
Author: The Web Guys
Author URI: https://www.the-web-guys.com/
Description: Custom theme for Central Ohio Clean — residential, commercial and construction cleaning in Delaware, Ohio. Pages, menus, images and Yoast meta are created on activation. One PHP template per page; edit Settings → Site Settings for business details and Settings → Site Forms for Gravity Forms.
Version: 1.0.10
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: central-ohio-clean
*/

/* ------------------------------------------------------------------ tokens */
:root {
	--purple: #5a1787;
	--purple-dark: #40105f;
	--purple-deep: #2c0a43;
	--lime: #67bc1b;
	--lime-dark: #559c15;
	--lime-text: #3a700c; /* lime for text: 6.1:1 on white, 4.9:1 on lavender (WCAG AA) */
	--mint: #fafff6;
	--lavender: #ede4f1;
	--ink: #1f1630;
	--body: #453d52;
	--muted: #6e6680;
	--line: rgba(90, 23, 135, 0.12);
	--white: #fff;
	--radius: 22px;
	--radius-sm: 12px;
	--shadow: 0 18px 40px -22px rgba(44, 10, 67, 0.35);
	--shadow-sm: 0 8px 20px -14px rgba(44, 10, 67, 0.35);
	--font: 'Gothic A1', 'Segoe UI', Roboto, Arial, sans-serif;
	--container: 1180px;
	--gutter: clamp(1rem, 4vw, 2rem);
	--header-h: 188px;
}

/* ------------------------------------------------------------------ reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-anchor: none; scroll-padding-top: 110px; }
body { margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.7; color: var(--body); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--purple); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--purple-dark); }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .6em; color: var(--ink); line-height: 1.15; font-weight: 800; letter-spacing: -0.01em; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: 4px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.coc-skip { position: absolute; left: 1rem; top: -100px; z-index: 100; background: var(--purple); color: #fff; padding: .6rem 1rem; border-radius: 8px; }
.coc-skip:focus { top: 1rem; }

/* --------------------------------------------------------------- layout */
.coc-container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.coc-narrow { max-width: 820px; }
.coc-section { padding: clamp(3.25rem, 7vw, 6rem) 0; }
.coc-center { text-align: center; }
.coc-mt { margin-top: 2rem; }
.coc-bg-white { background: var(--white); }
.coc-bg-mint { background: var(--mint); }
.coc-bg-lavender { background: var(--lavender); }
.coc-bg-purple { background: var(--purple); color: #fff; }

.coc-h1 { font-size: clamp(2.1rem, 4.2vw, 3.25rem); line-height: 1.08; color: var(--purple); }
.coc-h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); color: var(--purple); }
.coc-h3 { font-size: 1.35rem; }
.coc-h4 { font-size: 1.1rem; margin-bottom: .35em; }
.coc-eyebrow { display: inline-flex; align-items: center; gap: .6rem; margin: 0 0 .9rem; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--lime-text); }
.coc-eyebrow::before { content: ''; width: 26px; height: 3px; border-radius: 2px; background: var(--lime); }
.coc-section-head { max-width: 760px; margin: 0 auto 2.75rem; text-align: center; }
.coc-section-head .coc-eyebrow { justify-content: center; }
.coc-section-head__intro { margin-top: -.25rem; }
.coc-section-head__intro p:last-child { margin-bottom: 0; }

.coc-prose > :last-child { margin-bottom: 0; }
.coc-prose h3, .coc-prose h4 { margin-top: 1.6em; font-size: 1.2rem; color: var(--purple); }
.coc-prose h3:first-child, .coc-prose h4:first-child { margin-top: 0; }
.coc-prose ul, .coc-prose ol { padding-left: 1.25rem; margin-bottom: 1.1em; }
.coc-prose li + li { margin-top: .35em; }
.coc-prose a { font-weight: 700; }
.coc-prose--sm { font-size: .98rem; line-height: 1.65; }
.coc-tel { text-decoration: none; white-space: nowrap; }
.coc-tel strong { color: inherit; }

.coc-ico { width: 1.15em; height: 1.15em; flex: none; }

/* -------------------------------------------------------------- buttons */
.coc-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .7rem 1.5rem; border-radius: 999px; border: 2px solid transparent; font-weight: 800; font-size: .95rem; letter-spacing: .01em; text-decoration: none; cursor: pointer; transition: transform .15s ease, background-color .15s ease, color .15s ease, box-shadow .15s ease; }
.coc-btn:hover { transform: translateY(-1px); }
.coc-btn--primary { background: var(--lime); color: var(--purple-dark); box-shadow: 0 10px 22px -12px rgba(103, 188, 27, .9); }
.coc-btn--primary:hover { background: #79cc2e; color: var(--purple-deep); }
.coc-btn--purple { background: var(--purple); color: #fff; box-shadow: 0 10px 22px -12px rgba(90, 23, 135, .8); }
.coc-btn--purple:hover { background: var(--purple-dark); color: #fff; }
.coc-btn--white { background: #fff; color: var(--purple); }
.coc-btn--white:hover { background: var(--mint); color: var(--purple-dark); }
.coc-btn--outline { background: transparent; color: var(--purple); border-color: var(--purple); }
.coc-btn--outline:hover { background: var(--purple); color: #fff; }
.coc-btn--ghost { background: transparent; color: var(--purple); padding-left: .5rem; padding-right: .75rem; }
.coc-btn--ghost:hover { color: var(--purple-dark); }
.coc-cta-band .coc-btn--ghost, .coc-closing .coc-btn--ghost { color: #fff; }
.coc-link-arrow { display: inline-flex; align-items: center; gap: .4rem; font-weight: 800; text-decoration: none; }
.coc-link-arrow:hover .coc-ico { transform: translateX(3px); }
.coc-link-arrow .coc-ico { transition: transform .15s; }

/* --------------------------------------------------------------- top bar */
.coc-topbar { background: var(--purple-deep); color: #fff; font-size: .85rem; }
.coc-topbar__grid { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 38px; }
.coc-topbar__text { margin: 0; display: inline-flex; align-items: center; gap: .45rem; opacity: .9; }
.coc-topbar__phone { color: #fff; display: inline-flex; align-items: center; gap: .45rem; }
.coc-topbar__phone:hover { color: #d6f3bd; }
@media (max-width: 767px) { .coc-topbar__text { display: none; } .coc-topbar__grid { justify-content: center; } }

/* ---------------------------------------------------------------- header */
.coc-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.coc-header__grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; min-height: var(--header-h); transition: min-height .25s ease; }
.coc-logo img { width: 180px; height: 180px; transition: width .25s ease, height .25s ease; }
.coc-header.is-compact .coc-header__grid { min-height: 84px; }
.coc-header.is-compact .coc-logo img { width: 72px; height: 72px; }
.coc-nav { justify-self: center; }
.coc-nav__list { list-style: none; display: flex; gap: .25rem; align-items: center; }
.coc-nav__item { position: relative; display: flex; align-items: center; }
.coc-nav__item > a { display: inline-block; padding: .6rem .8rem; font-weight: 700; font-size: .92rem; color: var(--ink); text-decoration: none; border-radius: 8px; }
.coc-nav__item > a:hover, .coc-nav__item.is-current > a { color: var(--purple); background: var(--lavender); }
.coc-nav__toggle { background: none; border: 0; padding: .35rem .25rem; margin-left: -.5rem; color: var(--ink); cursor: pointer; display: inline-flex; border-radius: 6px; }
.coc-nav__toggle .coc-ico { transition: transform .2s; }
.coc-nav__item.is-open .coc-nav__toggle .coc-ico { transform: rotate(180deg); }
.coc-nav__sub { list-style: none; position: absolute; top: 100%; left: 0; min-width: 240px; padding: .5rem; margin-top: .35rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s, transform .18s, visibility .18s; }
.coc-nav__item.has-children:hover .coc-nav__sub, .coc-nav__item.has-children:focus-within .coc-nav__sub, .coc-nav__item.is-open .coc-nav__sub { opacity: 1; visibility: visible; transform: translateY(0); }
.coc-nav__sub a { display: block; padding: .55rem .8rem; border-radius: 8px; font-size: .92rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.coc-nav__sub a:hover, .coc-nav__sub a[aria-current] { background: var(--mint); color: var(--purple); }
.coc-header__actions { display: flex; align-items: center; gap: .75rem; }
.coc-burger { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 2px solid var(--purple); background: #fff; color: var(--purple); border-radius: 12px; cursor: pointer; }
.coc-burger .coc-ico { width: 24px; height: 24px; }
.coc-burger__close { display: none; }
.coc-burger[aria-expanded="true"] .coc-burger__open { display: none; }
.coc-burger[aria-expanded="true"] .coc-burger__close { display: block; }
.coc-drawer { display: none; }

@media (max-width: 1099px) {
	.coc-nav { display: none; }
	.coc-burger { display: inline-flex; }
	.coc-header__cta { display: none; }
	.coc-header__grid { grid-template-columns: auto 1fr; min-height: 116px; } /* nav is hidden, so the actions cell takes the 1fr column */
	.coc-header__actions { justify-self: end; }
	.coc-logo img { width: 104px; height: 104px; }
	.coc-header.is-compact .coc-header__grid { min-height: 72px; }
	.coc-header.is-compact .coc-logo img { width: 60px; height: 60px; }
	/* Absolute under the sticky header (not fixed: the header's backdrop-filter makes it the containing block, which clipped the drawer to a ~110px strip). */
	.coc-drawer { display: block; position: absolute; top: 100%; left: 0; right: 0; height: calc(100vh - var(--drawer-top, 76px)); height: calc(100dvh - var(--drawer-top, 76px)); background: #fff; overflow-y: auto; padding: 1rem var(--gutter) 6rem; z-index: 49; }
	.coc-drawer[hidden] { display: none; }
	.coc-drawer .coc-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.coc-drawer .coc-nav__item { flex-wrap: wrap; border-bottom: 1px solid var(--line); }
	.coc-drawer .coc-nav__item > a { flex: 1; padding: .95rem .25rem; font-size: 1.05rem; }
	.coc-drawer .coc-nav__toggle { margin: 0; width: 46px; height: 46px; justify-content: center; }
	.coc-drawer .coc-nav__sub { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; display: none; box-shadow: none; border: 0; margin: 0 0 .5rem; padding: 0 0 0 .75rem; background: transparent; }
	.coc-drawer .coc-nav__item.is-open .coc-nav__sub { display: block; }
	.coc-drawer .coc-nav__sub a { padding: .65rem .5rem; }
	.coc-drawer__actions { display: grid; gap: .75rem; margin-top: 1.25rem; }
	.coc-drawer__actions .coc-btn { width: 100%; }
	body.coc-drawer-open { overflow: hidden; }
}
@media (min-width: 1100px) and (max-width: 1279px) {
	.coc-nav__item > a { padding: .6rem .6rem; font-size: .88rem; }
	.coc-header__grid { gap: 1rem; }
}

/* ----------------------------------------------------------------- hero */
.coc-hero { position: relative; background: linear-gradient(180deg, var(--mint) 0%, #fff 100%); padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(2.5rem, 5vw, 4.5rem); overflow: hidden; }
.coc-hero::before { content: ''; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(103,188,27,.16) 0%, rgba(103,188,27,0) 70%); pointer-events: none; }
.coc-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.coc-hero--plain .coc-hero__grid { grid-template-columns: 1fr; }
.coc-hero--plain { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.coc-hero--plain .coc-hero__copy { max-width: 820px; }
.coc-hero__text { font-size: 1.1rem; margin-top: .25rem; max-width: 60ch; }
.coc-hero__actions, .coc-hero-home__actions { display: flex; flex-wrap: wrap; gap: .75rem 1rem; align-items: center; margin-top: 1.5rem; }
.coc-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; font-size: .82rem; font-weight: 700; color: var(--muted); margin-bottom: 1.1rem; }
.coc-crumbs li + li::before { content: '›'; margin-right: .35rem; color: var(--lime-text); }
.coc-crumbs a { color: var(--muted); text-decoration: none; }
.coc-crumbs a:hover { color: var(--purple); }
.coc-crumbs [aria-current] { color: var(--purple); }

.coc-duo { position: relative; padding: 0 0 14% 12%; }
.coc-duo__main { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5 / 4; }
.coc-duo__main img, .coc-duo__small img { width: 100%; height: 100%; object-fit: cover; }
.coc-duo__small { position: absolute; left: 0; bottom: 0; width: 44%; aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; border: 6px solid #fff; box-shadow: var(--shadow); }
.coc-duo__dots { position: absolute; right: -18px; top: -18px; width: 120px; height: 120px; z-index: -1; background-image: radial-gradient(var(--lime) 2px, transparent 2.5px); background-size: 14px 14px; opacity: .55; }
.coc-duo::after { content: ''; position: absolute; left: 4%; top: -6%; width: 30%; height: 40%; border-radius: var(--radius); background: var(--lavender); z-index: -1; }

/* home hero */
.coc-hero-home { position: relative; overflow: hidden; background: var(--purple-deep); color: #fff; }
.coc-hero-home__bg { position: absolute; inset: 0; }
.coc-hero-home__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.coc-hero-home__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(44,10,67,.94) 0%, rgba(74,18,112,.8) 45%, rgba(44,10,67,.3) 100%); }
.coc-hero-home__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-top: clamp(3rem, 6vw, 4.5rem); padding-bottom: clamp(3rem, 6vw, 4.5rem); }
.coc-hero-home__copy { max-width: 46rem; }
.coc-hero-home__points { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.coc-hero-home__point { display: flex; align-items: center; gap: .9rem; padding: .85rem 1.1rem; border-radius: 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); color: #fff; font-weight: 700; font-size: 1rem; line-height: 1.3; }
.coc-hero-home__point-ico { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--lime); color: #fff; }
.coc-hero-home__point-ico .coc-ico { width: 20px; height: 20px; }
.coc-btn--lg { padding: 1.05rem 2rem; font-size: 1.05rem; }
.coc-hero-home .coc-eyebrow, .coc-bg-purple .coc-eyebrow { color: #b6ea86; }
.coc-hero-home .coc-eyebrow::before { background: #b6ea86; }
.coc-hero-home__title { font-size: clamp(2.5rem, 5.2vw, 4.4rem); line-height: 1.02; font-weight: 800; letter-spacing: -.02em; color: #fff; margin: 0 0 1rem; text-wrap: balance; }
.coc-hero-home__text { font-size: clamp(1.1rem, 1.6vw, 1.35rem); max-width: 40ch; color: rgba(255,255,255,.92); font-weight: 500; }
.coc-hero-home__text p { margin: 0; }
.coc-hero-home .coc-btn--ghost { color: #fff; }
.coc-form-card { background: #fff; color: var(--body); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2rem); box-shadow: var(--shadow); }
.coc-form-card__title { font-size: 1.35rem; color: var(--purple); margin-bottom: 1rem; }
.coc-form-card--page { padding: clamp(1.5rem, 3vw, 2.5rem); }
.coc-slot { border: 2px dashed rgba(90,23,135,.35); border-radius: var(--radius-sm); padding: 2rem 1.25rem; text-align: center; color: var(--muted); display: grid; gap: .3rem; background: rgba(237,228,241,.4); }
.coc-slot strong { color: var(--purple); }

/* ----------------------------------------------------------------- split */
.coc-split__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.coc-split--img-left .coc-split__copy { order: 2; }
.coc-split--img-left .coc-split__media { order: 1; }
.coc-split__cta { margin-top: 1.5rem; }
.coc-photo { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.coc-photo img { width: 100%; height: 100%; object-fit: cover; }
.coc-photo--tall { aspect-ratio: 4 / 5; }
.coc-split__media.coc-duo { padding: 0 0 14% 12%; }

/* -------------------------------------------------------------- features */
.coc-features__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.coc-features__media { position: sticky; top: 110px; }
.coc-feature-list { list-style: none; display: grid; gap: 1rem; margin-top: 1.75rem; }
.coc-feature { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.1rem 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.coc-bg-mint .coc-feature, .coc-bg-lavender .coc-feature { background: #fff; }
.coc-feature__ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(103,188,27,.14); color: var(--lime-dark); display: grid; place-items: center; }
.coc-feature__ico .coc-ico { width: 22px; height: 22px; }
.coc-feature .coc-h4 { color: var(--purple); }

/* ----------------------------------------------------------------- cards */
.coc-card-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, 1fr); }
.coc-card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.coc-card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.coc-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.5rem 1.4rem; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.coc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.coc-card__num { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .12em; color: var(--lime-text); margin-bottom: .6rem; }
.coc-card .coc-h4 { color: var(--purple); font-size: 1.15rem; }
.coc-card .coc-h4 a { text-decoration: none; }
.coc-card .coc-h4 a:hover { text-decoration: underline; }

/* -------------------------------------------------------------- services */
.coc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.coc-service-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); text-decoration: none; color: var(--body); transition: transform .2s, box-shadow .2s; }
.coc-service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: var(--body); }
.coc-service-card__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--lavender); }
.coc-service-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.coc-service-card:hover .coc-service-card__img img { transform: scale(1.04); }
.coc-service-card__body { padding: 1.35rem 1.5rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.coc-service-card__body .coc-h3 { color: var(--purple); font-size: 1.25rem; }
.coc-service-card__body p { font-size: .96rem; line-height: 1.6; flex: 1; }
.coc-service-card__more { display: inline-flex; align-items: center; gap: .4rem; font-weight: 800; color: var(--lime-text); font-size: .92rem; }
.coc-service-card:hover .coc-service-card__more { color: var(--purple); }

/* ------------------------------------------------------------- checklist */
.coc-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.coc-check-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.coc-check-card .coc-h4 { color: var(--purple); font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; margin-bottom: .8rem; }
.coc-check-card ul { list-style: none; display: grid; gap: .45rem; }
.coc-check-card li { display: flex; gap: .55rem; align-items: flex-start; font-size: .95rem; line-height: 1.5; }
.coc-check-card li .coc-ico { color: var(--lime-dark); margin-top: .2em; width: 1.05em; height: 1.05em; }
.coc-check-card:last-child:nth-child(3n + 1) { grid-column: 2; }

/* -------------------------------------------------------------- cta band */
.coc-cta-band { position: relative; overflow: hidden; background: linear-gradient(100deg, var(--purple-dark), var(--purple)); color: #fff; padding: clamp(2.25rem, 4vw, 3.25rem) 0; }
.coc-cta-band::before, .coc-closing::before { content: ''; position: absolute; left: -40px; top: -40px; width: 260px; height: 260px; background-image: radial-gradient(rgba(255,255,255,.35) 2px, transparent 2.5px); background-size: 16px 16px; opacity: .35; pointer-events: none; mask-image: radial-gradient(circle at 30% 30%, #000 0%, transparent 70%); -webkit-mask-image: radial-gradient(circle at 30% 30%, #000 0%, transparent 70%); }
.coc-cta-band__grid { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem 2rem; }
.coc-cta-band__title { color: #fff; margin: 0; font-size: clamp(1.4rem, 2.4vw, 2rem); max-width: 30ch; }
.coc-cta-band__actions, .coc-closing__actions { display: flex; flex-wrap: wrap; gap: .75rem; }

/* --------------------------------------------------------------- process */
.coc-steps { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; position: relative; }
.coc-step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.35rem 1.25rem; box-shadow: var(--shadow-sm); }
.coc-bg-white .coc-step { background: var(--mint); }
.coc-step__num { position: absolute; top: -18px; left: 1.25rem; width: 40px; height: 40px; border-radius: 50%; background: var(--purple); color: #fff; font-weight: 800; display: grid; place-items: center; box-shadow: 0 6px 14px -6px rgba(90,23,135,.7); }
.coc-step .coc-h4 { color: var(--purple); margin-top: .5rem; font-size: 1.02rem; }
.coc-step p { margin: 0; font-size: .95rem; line-height: 1.55; }
.coc-steps { margin-top: 1.25rem; }

/* ------------------------------------------------------------------- why */
.coc-why__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.coc-why-list { list-style: none; display: grid; gap: .9rem; margin-top: 1.5rem; }
.coc-why-item { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding: 1rem 1.15rem; border-radius: var(--radius-sm); background: rgba(255,255,255,.75); border: 1px solid var(--line); }
.coc-bg-white .coc-why-item { background: var(--mint); }
.coc-why-item__ico { width: 46px; height: 46px; border-radius: 50%; background: var(--purple); color: #fff; display: grid; place-items: center; }
.coc-why-item__ico .coc-ico { width: 22px; height: 22px; }
.coc-why-item .coc-h4 { color: var(--purple); margin-bottom: .2rem; }
.coc-why-item p { margin: 0; font-size: .96rem; line-height: 1.6; }

/* ------------------------------------------------------------------- faq */
.coc-faq__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.coc-faq__head { position: sticky; top: 110px; }
.coc-accordion { display: grid; gap: .75rem; }
.coc-acc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.coc-bg-mint .coc-acc, .coc-bg-lavender .coc-acc { background: #fff; }
.coc-acc__q { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.05rem 1.25rem; font-weight: 800; color: var(--ink); font-size: 1.02rem; line-height: 1.4; }
.coc-acc__q::-webkit-details-marker { display: none; }
.coc-acc__q .coc-ico { color: var(--lime-dark); width: 22px; height: 22px; transition: transform .25s; }
.coc-acc[open] .coc-acc__q { color: var(--purple); }
.coc-acc[open] .coc-acc__q .coc-ico { transform: rotate(180deg); }
.coc-acc__a { padding: 0 1.25rem 1.15rem; color: var(--body); }
.coc-acc__a p { margin: 0; }
.coc-acc__a p + p { margin-top: .75em; }
.coc-acc__a a { font-weight: 700; }
.coc-acc.is-animating .coc-acc__a { overflow: hidden; }

/* --------------------------------------------------------------- closing */
.coc-closing { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--purple-deep) 0%, var(--purple) 100%); color: #fff; padding: clamp(3rem, 6vw, 5rem) 0; }
.coc-closing::before { left: auto; right: -60px; top: auto; bottom: -60px; }
.coc-closing__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: 2rem 3rem; align-items: center; }
.coc-closing .coc-h2 { color: #fff; }
.coc-closing__text { color: rgba(255,255,255,.9); }
.coc-closing__text a { color: #c6f0a0; }
.coc-closing__text a:hover { color: #fff; }
.coc-closing__text strong { color: #fff; }
.coc-closing__actions { justify-content: flex-end; }

/* ----------------------------------------------------------------- areas */
.coc-areas__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.coc-area-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.coc-area-list--wide { grid-template-columns: repeat(4, 1fr); margin-top: 1.5rem; }
.coc-area-list a { display: flex; align-items: center; gap: .5rem; padding: .7rem .9rem; background: #fff; border: 1px solid var(--line); border-radius: 12px; text-decoration: none; font-weight: 700; color: var(--ink); font-size: .95rem; transition: transform .15s, border-color .15s; }
.coc-area-list a:hover { transform: translateY(-2px); border-color: var(--lime); color: var(--purple); }
.coc-area-list .coc-ico { color: var(--lime-dark); }

/* ------------------------------------------------------------ form pages */
.coc-formpage__inner { max-width: 960px; margin: 0 auto; }
.coc-formpage__intro { margin-bottom: 1.5rem; }
.coc-contact-list { list-style: none; display: grid; gap: 1rem; margin-top: 1rem; }
.coc-contact-list li { display: flex; gap: .75rem; align-items: flex-start; font-size: 1.02rem; }
.coc-contact-list .coc-ico { color: var(--lime-dark); margin-top: .25em; width: 1.3em; height: 1.3em; }
.coc-socials { list-style: none; display: flex; flex-wrap: nowrap; gap: .5rem; margin-top: 1.5rem; }
.coc-socials a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--purple); color: #fff; transition: background .15s, transform .15s; }
.coc-socials a:hover { background: var(--lime); transform: translateY(-2px); }
.coc-social-ico { width: 18px; height: 18px; }

/* Gravity Forms in our cards (Orbital theme variables). */
.coc-gf .gform_wrapper.gform-theme { --gf-color-primary: #5a1787; --gf-color-primary-rgb: 90,23,135; --gf-color-primary-contrast: #fff; --gf-color-primary-darker: #40105f; --gf-color-primary-lighter: #7a35a8; --gf-ctrl-btn-bg-color: #67bc1b; --gf-ctrl-btn-bg-color-hover: #79cc2e; --gf-ctrl-btn-color: #40105f; --gf-ctrl-btn-border-radius: 999px; --gf-ctrl-btn-padding-x: 28px; --gf-ctrl-btn-padding-y: 14px; --gf-ctrl-btn-font-weight: 800; --gf-ctrl-label-color-primary: #1f1630; --gf-ctrl-label-font-weight: 700; --gf-ctrl-border-color: rgba(90,23,135,.25); --gf-ctrl-border-radius: 10px; --gf-ctrl-bg-color: #fff; --gf-ctrl-choice-check-color: #5a1787; --gf-ctrl-choice-border-color: rgba(90,23,135,.35); --gf-ctrl-choice-bg-color-checked: #5a1787; --gf-color-in-error: #b3261e; }
.coc-gf .gform_footer button, .coc-gf .gform_footer input[type="submit"] { background: var(--lime) !important; color: var(--purple-dark) !important; border: 0 !important; border-radius: 999px !important; font-weight: 800 !important; padding: 14px 28px !important; }
.coc-gf .gform_footer button:hover, .coc-gf .gform_footer input[type="submit"]:hover { background: #79cc2e !important; }

/* ----------------------------------------------------------------- embed */
.coc-estimate-embed iframe { display: block; width: 100%; border: 0; min-height: 2400px; } /* SA form renders ~2,090px + validation messages; min-height beats the height attribute so the frame never scrolls */
@media (max-width: 639px) { .coc-estimate-embed iframe { min-height: 2600px; } .coc-duo__dots { right: 0; } }
.coc-form-card--embed { padding: clamp(.5rem, 2vw, 1.5rem); }
.coc-reviews-widget iframe { width: 100%; min-height: 720px; border: 0; border-radius: var(--radius); background: #fff; }
.coc-a11y-embed iframe { width: 100%; min-height: 900px; border: 0; }

/* ---------------------------------------------------------------- thanks */
.coc-thanks__ico { display: inline-grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--lime); color: #fff; margin: 0 auto 1.25rem; }
.coc-thanks__ico .coc-ico { width: 32px; height: 32px; }
.coc-thanks .coc-prose { font-size: 1.15rem; }
.coc-thanks__actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 1.75rem; }

/* ------------------------------------------------------------------ blog */
.coc-blog-toolbar { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.coc-search { display: flex; background: #fff; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; min-width: 280px; }
.coc-search input { border: 0; padding: .7rem 1.1rem; flex: 1; font: inherit; min-width: 0; }
.coc-search button { border: 0; background: var(--purple); color: #fff; padding: 0 1rem; cursor: pointer; }
.coc-cat-jump select { font: inherit; padding: .7rem 1rem; border-radius: 999px; border: 1px solid var(--line); background: #fff; }
.coc-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.coc-post-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.coc-post-card__img { display: block; aspect-ratio: 16 / 10; background: var(--lavender); overflow: hidden; }
.coc-post-card__img img { width: 100%; height: 100%; object-fit: cover; }
.coc-post-card__ph { display: grid; place-items: center; height: 100%; color: var(--purple); }
.coc-post-card__ph .coc-ico { width: 40px; height: 40px; }
.coc-post-card__body { padding: 1.25rem 1.5rem 1.5rem; }
.coc-post-card__meta, .coc-post-meta { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--lime-text); margin-bottom: .5rem; }
.coc-post-card .coc-h4 a { text-decoration: none; color: var(--purple); }
.coc-post-card .coc-h4 a:hover { text-decoration: underline; }
.coc-post-card p:last-child { margin: 0; font-size: .95rem; }
.coc-pagination { display: flex; gap: .5rem; justify-content: center; margin-top: 2.5rem; }
.coc-pagination a, .coc-pagination span { padding: .5rem .9rem; border-radius: 8px; border: 1px solid var(--line); background: #fff; text-decoration: none; font-weight: 700; }
.coc-pagination .current { background: var(--purple); color: #fff; }
.coc-empty { background: #fff; border: 1px dashed var(--line); border-radius: var(--radius); padding: 2.5rem; text-align: center; }
.coc-empty p { margin: 0; }
.coc-post-hero { margin-bottom: 2rem; }
.coc-prose--post img { border-radius: var(--radius-sm); }
.coc-prose--post h2 { font-size: 1.7rem; margin-top: 2rem; color: var(--purple); }
.coc-prose--post blockquote { margin: 1.5rem 0; padding: 1rem 1.5rem; border-left: 4px solid var(--lime); background: var(--mint); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.coc-prose--post table { width: 100%; border-collapse: collapse; }
.coc-prose--post th { background: var(--purple); color: #fff; text-align: left; padding: .75rem 1rem; }
.coc-prose--post td { padding: .7rem 1rem; border-top: 1px solid var(--line); }
.coc-prose--post tr:nth-child(even) td { background: var(--mint); }
.coc-post-cats { margin-top: 2rem; font-size: .92rem; color: var(--muted); }

/* ---------------------------------------------------------------- footer */
.coc-footer { background: var(--purple-deep); color: rgba(255,255,255,.85); }
.coc-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.1fr; gap: 2.5rem 2rem; padding: clamp(3rem, 6vw, 4.5rem) var(--gutter) 3rem; }
.coc-footer__logo img { width: 130px; height: 130px; background: #fff; border-radius: 50%; padding: 6px; }
.coc-footer__tagline { margin: 1rem 0 0; font-weight: 700; color: #fff; font-style: italic; }
.coc-socials--footer a { background: rgba(255,255,255,.12); }
.coc-socials--footer a:hover { background: var(--lime); }
.coc-footer__title { color: #fff; font-size: 1rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.coc-footer__links { list-style: none; display: grid; gap: .5rem; }
.coc-footer__links a { color: rgba(255,255,255,.85); text-decoration: none; font-weight: 600; font-size: .95rem; }
.coc-footer__links a:hover, .coc-footer__links a[aria-current] { color: #c6f0a0; }
.coc-footer__contact address { font-style: normal; display: grid; gap: .6rem; margin-bottom: 1.25rem; }
.coc-footer__contact address p { margin: 0; display: flex; gap: .55rem; align-items: flex-start; }
.coc-footer__contact address a { color: #fff; }
.coc-footer__contact .coc-ico { color: var(--lime); margin-top: .25em; }
.coc-footer__legal { border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; }
.coc-footer__legal-grid { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .75rem 2rem; padding-top: 1.25rem; padding-bottom: 1.25rem; }
.coc-footer__legal p { margin: 0; }
.coc-footer__legal-links { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
.coc-footer__legal a { color: rgba(255,255,255,.85); }
.coc-footer__legal a:hover { color: #fff; }
.coc-credit { display: inline-flex; align-items: center; gap: .5rem; }
.coc-credit a { text-decoration: underline; }
.coc-wg { width: 44px; height: auto; display: block; }
.coc-footer__legal-links a#usercentrics-psl { cursor: pointer; text-decoration: underline; }

/* mobile call bar */
.coc-callbar { display: none; }
@media (max-width: 767px) {
	.coc-callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 48; display: grid; grid-template-columns: 1fr 1fr; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -18px rgba(44,10,67,.5); padding-bottom: env(safe-area-inset-bottom); }
	.coc-callbar__btn { display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 56px; font-weight: 800; text-decoration: none; color: #fff; background: var(--purple); font-size: .95rem; }
	.coc-callbar__btn--alt { background: var(--lime); color: var(--purple-dark); }
	body { padding-bottom: 56px; }
}

/* ------------------------------------------------------------ responsive */
@media (max-width: 1023px) {
	.coc-hero__grid, .coc-split__grid, .coc-features__grid, .coc-why__grid, .coc-faq__grid, .coc-areas__grid, .coc-closing__grid { grid-template-columns: 1fr; }
	.coc-split--img-left .coc-split__copy { order: 1; }
	.coc-split--img-left .coc-split__media { order: 2; }
	.coc-features__media, .coc-faq__head { position: static; }
	.coc-duo { max-width: 560px; }
	.coc-hero .coc-duo { margin: 1rem auto 0; }
	.coc-hero-home__inner { grid-template-columns: 1fr; gap: 2rem; }
	.coc-hero-home__points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.coc-service-grid, .coc-card-grid, .coc-check-grid, .coc-post-grid { grid-template-columns: repeat(2, 1fr); }
	.coc-card-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.coc-steps { grid-template-columns: repeat(2, 1fr); gap: 1.75rem 1.25rem; }
	.coc-check-card:last-child:nth-child(3n + 1) { grid-column: auto; }
	.coc-closing__actions { justify-content: flex-start; }
	.coc-area-list--wide { grid-template-columns: repeat(3, 1fr); }
	.coc-footer__grid { grid-template-columns: 1fr 1fr; }
	.coc-photo--tall { aspect-ratio: 16 / 10; }
}
@media (max-width: 639px) {
	.coc-service-grid, .coc-card-grid, .coc-check-grid, .coc-post-grid, .coc-steps, .coc-card-grid--4 { grid-template-columns: 1fr; }
	.coc-area-list, .coc-area-list--wide { grid-template-columns: repeat(2, 1fr); }
	.coc-footer__grid { grid-template-columns: 1fr; }
	.coc-footer__legal-grid { justify-content: center; text-align: center; }
	.coc-hero__actions .coc-btn, .coc-hero-home__actions .coc-btn, .coc-cta-band__actions .coc-btn, .coc-closing__actions .coc-btn { flex: 1 1 auto; }
	.coc-hero-home__points { grid-template-columns: 1fr; gap: .6rem; }
	.coc-hero-home__point { padding: .7rem .9rem; font-size: .95rem; }
	.coc-duo { padding: 0 0 12% 10%; }
	.coc-steps { margin-top: 1.5rem; }
	.coc-search { min-width: 0; width: 100%; }
	.coc-blog-toolbar { flex-direction: column; align-items: stretch; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; animation: none !important; }
}
