/* Taher UI: Auria controls and palette, Halden Miller page rhythm. */

:root {
	--taher-ink: #0a0a0a;
	--taher-muted: #4d4a45;
	--taher-soft: #756f67;
	--taher-paper: #f2efe9;
	--taher-surface: #f7f7f2;
	--taher-panel: #ffffff;
	--taher-panel-muted: #e0d8cd;
	--taher-dark: #191818;
	--taher-dark-muted: rgba(247, 247, 242, 0.72);
	--taher-line: #e0d8cd;
	--taher-line-dark: rgba(247, 247, 242, 0.18);
	--taher-accent: #6f4935;
	--taher-radius-control: 6px;
	--taher-radius-card: 12px;
	--taher-radius-media: 16px;
	--taher-wrap: 1280px;
	--taher-shadow: 0 12px 32px rgba(10, 10, 10, 0.06);
}

html { scroll-behavior: smooth; }

body {
	background: var(--taher-paper) !important;
	color: var(--taher-ink);
	font-family: "Epilogue", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	overflow-x: clip;
}

body *, body *::before, body *::after { box-sizing: border-box; }

body .titles-typo,
body h1, body h2, body h3, body h4, body h5, body h6,
.taher-button, .taher-link-cue, .taher-kicker,
.taher-meta-panel strong, .taher-process-step > span,
.taher-proof, .taher-proof-box {
	font-family: "DM Sans", Arial, sans-serif;
	letter-spacing: 0;
}

body h1, body h2, body h3, body p { margin-top: 0; }

body a:focus-visible, body button:focus-visible,
body input:focus-visible, body textarea:focus-visible,
body select:focus-visible {
	outline: 3px solid var(--taher-accent);
	outline-offset: 3px;
}

/* Ohio demo utilities that conflict with the portfolio. */
body .elements-bar, body .circle-cursor, body .search-global.fixed,
body .search-holder, body .desktop-hamburger, body .menu-optional,
body .social-bar, body .socialbar, body .socialbar-container,
body .socialbar-holder, body .header .slide-in-overlay .copyright,
body .hamburger-nav .copyright { display: none !important; }

/* Header */
body .header, body .header.header-3 {
	background: rgba(242, 239, 233, 0.96);
	border-bottom: 1px solid var(--taher-line);
	box-shadow: none;
	color: var(--taher-ink);
	min-height: 88px;
}

body .header .header-wrap {
	background: transparent;
	min-height: 88px;
	padding: 0 32px;
}

body .header .header-wrap-inner {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: var(--taher-wrap);
	min-height: 88px;
	width: 100%;
}

body .header .left-part, body .header .right-part { align-items: center; }

body .header .branding-title,
body .header .branding-title .logo,
body .header .branding-title .logo-sticky,
body .header .branding-title .logo-dynamic {
	color: var(--taher-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
}

body .header .nav, body .header .nav-container,
body .header .nav #menu-primary { background: transparent; box-shadow: none; }

body .header .nav #menu-primary {
	align-items: center;
	border-radius: 0;
	display: flex;
	gap: 28px;
	margin: 0;
	padding: 0;
}

body .header .nav #menu-primary > li,
body .header .nav #menu-primary > li > a { margin: 0; padding: 0; }

body .header .nav #menu-primary > li > a {
	background: transparent;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	color: var(--taher-ink);
	font-family: "Epilogue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding: 8px 0;
}

body .header .nav #menu-primary > li.current-menu-item > a,
body .header .nav #menu-primary > li > a:hover,
body .header .nav #menu-primary > li > a:focus {
	border-bottom-color: currentColor;
	color: var(--taher-accent);
}

.taher-site {
	background: var(--taher-paper);
	color: var(--taher-ink);
	font-family: "Epilogue", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	overflow: clip;
}

.taher-site p, .taher-site li {
	color: var(--taher-muted);
	font-size: 16px;
	line-height: 1.6;
}

.taher-site a { color: inherit; }

.taher-wrap {
	margin: 0 auto;
	max-width: var(--taher-wrap);
	padding: 0 32px;
	width: 100%;
}

.taher-hero, .taher-page-hero {
	background: var(--taher-paper);
	padding: 152px 0 88px;
}

.taher-section {
	background: var(--taher-surface);
	border-top: 1px solid var(--taher-line);
	padding: 112px 0;
}

.taher-section:nth-of-type(even) { background: var(--taher-paper); }
.taher-section--muted,
.taher-section:nth-of-type(even).taher-section--muted { background: var(--taher-panel-muted); }

.taher-hero__grid, .taher-page-hero__grid, .taher-split {
	align-items: start;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.taher-page-hero__grid { grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); }
.taher-split--single { grid-template-columns: minmax(0, 820px); }
.taher-hero--text-only .taher-hero__grid { display: block; max-width: 1024px; }
.taher-hero--text-only .taher-hero__copy { text-align: center; }
.taher-hero--text-only .taher-kicker,
.taher-hero--text-only .taher-actions { justify-content: center; }
.taher-hero--text-only .taher-lede { margin-left: auto; margin-right: auto; max-width: 760px; }

.taher-hero h1 {
	font-size: 80px;
	font-weight: 500;
	line-height: 0.98;
	margin: 22px 0 28px;
	max-width: 1060px;
}

.taher-page-hero h1 {
	font-size: 64px;
	font-weight: 500;
	line-height: 1.02;
	margin: 22px 0 0;
	max-width: 840px;
}

.taher-section-heading { margin-bottom: 48px; max-width: 820px; }

.taher-section-heading h2, .taher-final-cta h2,
.taher-content h2, .taher-split h2 {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.08;
	margin: 20px 0 24px;
	max-width: 820px;
}

.taher-project-card h3, .taher-sample-row h3,
.taher-service-card h3, .taher-process-step h2,
.taher-process-step h3, .taher-service-detail h2,
.taher-article-card h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0;
}

.taher-lede, .taher-hero__copy > p:not(.taher-kicker),
.taher-page-hero p { color: var(--taher-muted); font-size: 18px; line-height: 1.6; }

body .taher-site .taher-kicker {
	align-items: center;
	color: var(--taher-soft);
	display: inline-flex;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.5 !important;
	margin: 0;
	min-height: 24px;
	overflow: visible;
	padding: 2px 0;
	text-transform: uppercase;
}

body .taher-site .taher-kicker::before { content: "+"; font-size: 14px; margin-right: 8px; }

.taher-actions, .taher-contact-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.taher-site a.taher-button, .taher-site .taher-button,
.taher-site input[type="submit"] {
	align-items: center;
	background: var(--taher-ink);
	background-image: none !important;
	border: 1px solid var(--taher-ink);
	border-radius: var(--taher-radius-control);
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	min-height: 48px;
	padding: 0 24px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.taher-site a.taher-button:hover, .taher-site a.taher-button:focus,
.taher-site a.taher-button:active,
.taher-site .taher-button:hover, .taher-site .taher-button:focus,
.taher-site .taher-button:active, .taher-site input[type="submit"]:hover,
.taher-site input[type="submit"]:focus {
	background: var(--taher-accent);
	background-image: none !important;
	border-color: var(--taher-accent);
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	transform: translateY(-1px);
}

.taher-site a.taher-button:visited {
	background-image: none !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
}

.taher-site a.taher-button--ghost {
	background: transparent;
	background-image: none !important;
	border-color: var(--taher-line);
	color: var(--taher-ink) !important;
	-webkit-text-fill-color: var(--taher-ink);
}

.taher-site a.taher-button--ghost:hover,
.taher-site a.taher-button--ghost:focus,
.taher-site a.taher-button--ghost:active {
	background: var(--taher-panel);
	background-image: none !important;
	border-color: var(--taher-ink);
	color: var(--taher-ink) !important;
	-webkit-text-fill-color: var(--taher-ink);
}

.taher-site a.taher-button--ghost:visited {
	background: transparent;
	background-image: none !important;
	border-color: var(--taher-line);
	color: var(--taher-ink) !important;
	-webkit-text-fill-color: var(--taher-ink);
}

.taher-site a.taher-button--light:visited {
	background: #ffffff;
	background-image: none !important;
	border-color: #ffffff;
	color: var(--taher-dark) !important;
	-webkit-text-fill-color: var(--taher-dark);
}

.taher-site a.taher-button--light {
	background: #ffffff;
	background-image: none !important;
	border-color: #ffffff;
	color: var(--taher-dark) !important;
	-webkit-text-fill-color: var(--taher-dark);
}

.taher-link-cue {
	align-items: center;
	align-self: flex-start;
	border-bottom: 1px solid currentColor;
	color: var(--taher-ink);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	margin-top: auto;
	padding-bottom: 3px;
	text-decoration: none;
}

.taher-link-cue::after { content: "->"; }

.taher-hero__status {
	align-items: center;
	color: var(--taher-muted);
	display: flex;
	font-size: 13px;
	font-weight: 500;
	gap: 9px;
	justify-content: center;
	margin: 28px 0 0;
}

.taher-hero__status::before {
	background: var(--taher-accent);
	border-radius: 50%;
	content: "";
	height: 8px;
	width: 8px;
}

.taher-hero__panel, .taher-media-frame, .taher-project-card,
.taher-sample-row, .taher-service-card, .taher-process-step,
.taher-service-detail, .taher-contact-panel, .taher-meta-panel,
.taher-proof-box, .taher-article-card {
	background: var(--taher-panel);
	border: 1px solid var(--taher-line);
	border-radius: var(--taher-radius-card);
	box-shadow: none;
}

.taher-hero__panel, .taher-media-frame {
	border-radius: var(--taher-radius-media);
	min-height: 440px;
	overflow: hidden;
	position: relative;
}

.taher-hero__image, .taher-image, .taher-media-frame img {
	display: block;
	height: 100%;
	min-height: 440px;
	object-fit: cover;
	width: 100%;
}

.taher-media-frame:empty { display: none; }

.taher-hero__note {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--taher-line);
	border-radius: var(--taher-radius-control);
	bottom: 20px;
	color: var(--taher-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	left: 20px;
	padding: 12px 16px;
	position: absolute;
}

.taher-proof-strip { background: var(--taher-paper); padding-top: 0; }

.taher-proof-strip__grid, .taher-card-grid,
.taher-portfolio-grid, .taher-article-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.taher-proof-item, .taher-service-card {
	background: var(--taher-surface);
	border: 1px solid var(--taher-line);
	border-radius: var(--taher-radius-card);
	display: grid;
	gap: 24px;
	padding: 32px;
}

.taher-proof-item strong {
	color: var(--taher-ink);
	display: block;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

.taher-proof-item p { margin-bottom: 0; }

.taher-icon {
	align-items: center;
	background: var(--taher-panel);
	border: 1px solid var(--taher-line);
	border-radius: 50%;
	color: var(--taher-ink);
	display: inline-flex;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	width: 44px;
}

.taher-icon img, .taher-project-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.taher-project-card { overflow: hidden; }
.taher-project-card__link { color: inherit; display: block; height: 100%; text-decoration: none; }
.taher-project-card__media { aspect-ratio: 16 / 10; background: var(--taher-panel-muted); overflow: hidden; }
.taher-project-card__body { display: flex; flex-direction: column; gap: 16px; min-height: 320px; padding: 28px; }
.taher-project-card p, .taher-sample-row p, .taher-article-card p { margin: 0; }
.taher-project-card__role { color: var(--taher-ink); font-weight: 600; }

.taher-proof {
	border-top: 1px solid var(--taher-line);
	color: var(--taher-ink);
	font-weight: 600;
	margin-top: auto;
	padding-top: 14px;
}

.taher-sample-list, .taher-process-list, .taher-service-list { display: grid; gap: 16px; }
.taher-sample-row { align-items: center; display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr) auto; padding: 28px; }
.taher-process-step, .taher-service-detail { display: grid; gap: 32px; grid-template-columns: 96px minmax(0, 1fr); padding: 32px; }
.taher-process-step > span { color: var(--taher-soft); font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.taher-service-detail { grid-template-columns: 56px minmax(0, 1fr); }
.taher-service-card p, .taher-process-step p, .taher-service-detail p { margin: 12px 0 0; }
.taher-deliverables { border-top: 1px solid var(--taher-line); margin-top: 20px; padding-top: 18px; }

.taher-final-cta, .taher-section:nth-of-type(even).taher-final-cta {
	background: var(--taher-dark);
	border-radius: 0;
	color: var(--taher-surface);
	margin: 0;
	max-width: none;
}

.taher-final-cta h2 { color: var(--taher-surface); }
.taher-final-cta p { color: var(--taher-dark-muted); max-width: 720px; }

.taher-contact-panel, .taher-proof-box { padding: 40px; }
.taher-contact-links a, .taher-meta-panel a, .taher-content a { color: var(--taher-ink); font-weight: 600; text-decoration: underline; text-underline-offset: 0.18em; }
.taher-form-wrap { margin-top: 28px; }

.taher-form-wrap input, .taher-form-wrap textarea,
.taher-form-wrap select, .taher-site .search-field {
	background: var(--taher-panel);
	border: 1px solid var(--taher-line);
	border-radius: var(--taher-radius-control);
	color: var(--taher-ink);
	font-family: "Epilogue", Arial, sans-serif;
	min-height: 48px;
	padding: 0 14px;
	width: 100%;
}

.taher-form-wrap textarea { min-height: 160px; padding-top: 14px; }
.taher-meta-panel { display: grid; overflow: hidden; }
.taher-meta-panel p { border-bottom: 1px solid var(--taher-line); display: grid; gap: 8px; grid-template-columns: 130px minmax(0, 1fr); margin: 0; padding: 18px 20px; }
.taher-meta-panel p:last-child { border-bottom: 0; }
.taher-meta-panel strong { color: var(--taher-ink); font-size: 12px; text-transform: uppercase; }
.taher-project-hero-media { background: var(--taher-paper); padding-bottom: 32px; }
.taher-project-hero-media .taher-media-frame { max-height: 680px; }
.taher-content { font-size: 18px; line-height: 1.75; max-width: 780px; }
.taher-content > *:first-child { margin-top: 0; }
.taher-content h3 { font-size: 30px; font-weight: 500; line-height: 1.15; margin: 36px 0 14px; }
.taher-content p, .taher-content li { color: var(--taher-muted); }
.taher-proof-box { color: var(--taher-ink); font-size: 36px; font-weight: 500; line-height: 1.2; }
.taher-article-card { min-height: 300px; overflow: hidden; }
.taher-article-card a { color: inherit; display: flex; flex-direction: column; gap: 18px; height: 100%; padding: 28px; text-decoration: none; }

/* Minimal single-project layout: editorial hierarchy without card framing. */
.single-ohio_portfolio .taher-project-intro {
	background: var(--taher-paper);
	border-bottom: 1px solid var(--taher-line);
	padding: 152px 0 72px;
}

.single-ohio_portfolio .taher-project-intro__inner { max-width: var(--taher-wrap); }

.single-ohio_portfolio .taher-project-intro h1 {
	font-size: 76px;
	font-weight: 500;
	line-height: 1.02;
	margin: 22px 0 0;
	max-width: 980px;
	overflow-wrap: anywhere;
}

.single-ohio_portfolio .taher-project-intro__summary {
	margin-top: 36px;
	max-width: 780px;
}

.single-ohio_portfolio .taher-project-intro__summary p {
	color: var(--taher-muted);
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 0;
}

.single-ohio_portfolio .taher-project-facts {
	border-bottom: 1px solid var(--taher-line);
	border-top: 1px solid var(--taher-line);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin: 64px 0 0;
}

.single-ohio_portfolio .taher-project-fact {
	border-right: 1px solid var(--taher-line);
	min-width: 0;
	padding: 20px 24px 22px 0;
}

.single-ohio_portfolio .taher-project-fact + .taher-project-fact { padding-left: 24px; }
.single-ohio_portfolio .taher-project-fact:last-child { border-right: 0; }

.single-ohio_portfolio .taher-project-fact dt {
	color: var(--taher-soft);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.single-ohio_portfolio .taher-project-fact dd {
	color: var(--taher-ink);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	overflow-wrap: anywhere;
}

.single-ohio_portfolio .taher-project-hero-media {
	background: var(--taher-paper);
	padding: 48px 0 0;
}

.single-ohio_portfolio .taher-project-hero-media .taher-media-frame {
	border: 0;
	border-radius: 8px;
	max-height: 720px;
}

.single-ohio_portfolio .taher-project-section {
	background: var(--taher-paper);
	border-bottom: 1px solid var(--taher-line);
	padding: 96px 0;
}

.single-ohio_portfolio .taher-project-reading-layout {
	align-items: start;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(180px, 260px) minmax(0, 760px);
	justify-content: space-between;
}

.single-ohio_portfolio .taher-project-reading-layout header h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.1;
	margin: 16px 0 0;
}

.single-ohio_portfolio .taher-project-narrative .taher-content { max-width: 760px; }

.single-ohio_portfolio .taher-project-results { background: var(--taher-panel-muted); }

.single-ohio_portfolio .taher-project-result {
	color: var(--taher-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.22;
}

.single-ohio_portfolio .taher-project-result p { color: inherit; font-size: inherit; line-height: inherit; margin-bottom: 0; }

.single-ohio_portfolio .taher-project-samples__heading {
	display: grid;
	gap: 14px;
	margin-bottom: 48px;
	max-width: 760px;
}

.single-ohio_portfolio .taher-project-samples__heading h2 {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.08;
	margin: 0;
}

.single-ohio_portfolio .taher-project-samples__heading p { margin: 0; }
.single-ohio_portfolio .taher-sample-list { border-top: 1px solid var(--taher-line); gap: 0; }

.single-ohio_portfolio .taher-sample-row {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--taher-line);
	border-radius: 0;
	gap: 32px;
	min-height: 112px;
	padding: 24px 0;
}

.single-ohio_portfolio .taher-sample-row h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
	max-width: 900px;
}

.single-ohio_portfolio .taher-sample-row .taher-kicker { margin-bottom: 10px; }
.single-ohio_portfolio .taher-sample-row .taher-link-cue { flex: none; white-space: nowrap; }

.taher-empty-state {
	background: var(--taher-surface);
	border: 1px solid var(--taher-line);
	border-radius: var(--taher-radius-control);
	color: var(--taher-muted);
	margin: 0;
	padding: 24px;
}

.taher-site .nav-links, .taher-site .pagination { display: flex; flex-wrap: wrap; gap: 8px; grid-column: 1 / -1; margin-top: 24px; }
.taher-site .page-numbers { align-items: center; background: var(--taher-panel); border: 1px solid var(--taher-line); border-radius: var(--taher-radius-control); color: var(--taher-ink); display: inline-flex; font-weight: 600; justify-content: center; min-height: 42px; min-width: 42px; padding: 0 12px; text-decoration: none; }
.taher-site .page-numbers.current { background: var(--taher-ink); color: #ffffff; }
.taher-site .search-form { display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr) auto; }
.taher-site .search-submit { min-height: 48px; padding: 0 18px; }

/* Footer is outside main.taher-site, so it uses root-level tokens. */
.taher-footer {
	background: var(--taher-dark);
	color: var(--taher-surface);
	font-family: "Epilogue", Arial, sans-serif;
	margin: 0;
	padding: 80px 32px 28px;
}

.taher-footer__inner {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(300px, 2fr) minmax(150px, 1fr) minmax(180px, 1fr);
	margin: 0 auto;
	max-width: var(--taher-wrap);
}

.taher-footer__widgets { grid-column: 1 / -1; }
.taher-footer__title { color: var(--taher-surface); display: inline-block; font-family: "DM Sans", Arial, sans-serif; font-size: 30px; font-weight: 500; line-height: 1.1; margin-bottom: 20px; text-decoration: none; }
.taher-footer p, .taher-footer li { color: var(--taher-dark-muted); font-size: 14px; line-height: 1.65; }
.taher-footer h2, .taher-footer-widget h3 { color: var(--taher-surface); font-family: "DM Sans", Arial, sans-serif; font-size: 12px; font-weight: 600; line-height: 1.2; margin: 0 0 18px; text-transform: uppercase; }
.taher-footer-menu { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.taher-footer a { color: var(--taher-surface); text-decoration: none; }
.taher-footer a:hover, .taher-footer a:focus { text-decoration: underline; text-underline-offset: 0.18em; }
.taher-footer__bottom { align-items: center; border-top: 1px solid var(--taher-line-dark); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; margin: 64px auto 0; max-width: var(--taher-wrap); padding-top: 24px; }
.taher-footer__bottom p { margin: 0; }

body .alert.-fixed {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--taher-line);
	border-radius: var(--taher-radius-control);
	box-shadow: var(--taher-shadow);
	color: var(--taher-ink);
	font-family: "Epilogue", Arial, sans-serif;
}

@media (max-width: 1180px) {
	.taher-hero h1 { font-size: 68px; }
	.taher-page-hero h1 { font-size: 56px; }
	.taher-section-heading h2, .taher-final-cta h2,
	.taher-content h2, .taher-split h2 { font-size: 44px; }
}

@media (max-width: 1024px) {
	body .header .nav #menu-primary { gap: 18px; }
	.taher-hero__grid, .taher-page-hero__grid, .taher-split,
	.taher-proof-strip__grid, .taher-card-grid, .taher-article-grid,
	.taher-portfolio-grid, .taher-footer__inner { grid-template-columns: 1fr; }
	.taher-hero, .taher-page-hero { padding: 120px 0 72px; }
	.taher-section { padding: 88px 0; }
	.taher-hero__grid, .taher-page-hero__grid, .taher-split { gap: 48px; }
	.single-ohio_portfolio .taher-project-intro { padding: 128px 0 64px; }
	.single-ohio_portfolio .taher-project-intro h1 { font-size: 60px; }
	.single-ohio_portfolio .taher-project-section { padding: 80px 0; }
	.single-ohio_portfolio .taher-project-reading-layout { gap: 36px; grid-template-columns: 1fr; }
	.single-ohio_portfolio .taher-project-reading-layout header { max-width: 520px; }
}

@media (max-width: 900px) {
	body .header, body .header.header-3,
	body .header .header-wrap, body .header .header-wrap-inner { min-height: 76px; }
	body .header .header-wrap { padding: 0 24px; }
	body .header .mobile-hamburger { display: block; }
	body .header .menu-slide-in-overlay .holder {
		background: var(--taher-paper);
		max-width: min(88vw, 360px);
		overflow-x: hidden;
		overflow-y: auto;
		padding: 76px 24px 32px;
		width: 100%;
	}
	body .header .menu-slide-in-overlay .close-bar {
		align-items: center;
		min-height: 64px;
		padding: 10px 16px;
		width: min(88vw, 360px);
		z-index: 2;
	}
	body .header .menu-slide-in-overlay .close-bar .icon-button,
	body .header .menu-slide-in-overlay .close-bar button {
		align-items: center;
		display: inline-flex;
		height: 44px;
		justify-content: center;
		min-width: 44px;
	}
	body .header .nav #mobile-menu {
		align-items: stretch;
		background: transparent;
		border-radius: 0;
		display: flex;
		flex-direction: column;
		gap: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	body .header .nav #mobile-menu > li {
		border-bottom: 1px solid var(--taher-line);
		display: block;
		margin: 0;
		width: 100%;
	}
	body .header .nav #mobile-menu > li > a {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: var(--taher-ink);
		display: flex;
		font-family: "DM Sans", Arial, sans-serif;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.2;
		min-height: 56px;
		overflow-wrap: anywhere;
		padding: 14px 0;
		white-space: normal;
		width: 100%;
	}
	body .header .nav #mobile-menu > li.current-menu-item > a,
	body .header .nav #mobile-menu > li > a:hover,
	body .header .nav #mobile-menu > li > a:focus { color: var(--taher-accent); }
	body .header .branding-title,
	body .header .branding-title .logo,
	body .header .branding-title .logo-sticky,
	body .header .branding-title .logo-dynamic { font-size: 19px; }
}

@media (max-width: 640px) {
	.taher-wrap { padding-left: 20px; padding-right: 20px; }
	.taher-hero, .taher-page-hero { padding: 96px 0 56px; }
	.taher-section { padding: 64px 0; }
	.taher-hero h1, .taher-page-hero h1 { font-size: 42px; line-height: 1.02; }
	.taher-site h1, .taher-site h2, .taher-site h3 { overflow-wrap: anywhere; }
	body .taher-site .taher-kicker {
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}
	.taher-section-heading h2, .taher-final-cta h2,
	.taher-content h2, .taher-split h2 { font-size: 36px; line-height: 1.08; }
	.taher-project-card h3, .taher-sample-row h3,
	.taher-service-card h3, .taher-process-step h2,
	.taher-process-step h3, .taher-service-detail h2,
	.taher-article-card h2 { font-size: 24px; }
	.taher-lede, .taher-hero__copy > p:not(.taher-kicker),
	.taher-page-hero p, .taher-site p, .taher-site li { font-size: 16px; }
	.taher-proof-item, .taher-service-card, .taher-process-step,
	.taher-service-detail, .taher-contact-panel, .taher-proof-box,
	.taher-article-card a, .taher-project-card__body,
	.taher-sample-row { padding: 24px; }
	.taher-process-step, .taher-service-detail, .taher-sample-row,
	.taher-meta-panel p, .taher-site .search-form { grid-template-columns: 1fr; }
	.taher-hero__panel, .taher-media-frame, .taher-hero__image,
	.taher-image, .taher-media-frame img { min-height: 300px; }
	.taher-site a.taher-button, .taher-site .taher-button { min-height: 46px; padding: 0 20px; }
	.taher-actions, .taher-contact-links { align-items: stretch; }
	.taher-proof-box { font-size: 28px; }
	.taher-footer { padding: 58px 20px 24px; }
	.taher-footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 44px; }
	body .alert.-fixed { bottom: 12px; left: 12px; right: 12px; width: auto; }
	.single-ohio_portfolio .taher-project-intro { padding: 104px 0 48px; }
	.single-ohio_portfolio .taher-project-intro h1 { font-size: 44px; }
	.single-ohio_portfolio .taher-project-intro__summary { margin-top: 28px; }
	.single-ohio_portfolio .taher-project-intro__summary p { font-size: 17px; }
	.single-ohio_portfolio .taher-project-facts { grid-template-columns: 1fr; margin-top: 40px; }
	.single-ohio_portfolio .taher-project-fact,
	.single-ohio_portfolio .taher-project-fact + .taher-project-fact {
		border-bottom: 1px solid var(--taher-line);
		border-right: 0;
		padding: 16px 0;
	}
	.single-ohio_portfolio .taher-project-fact:last-child { border-bottom: 0; }
	.single-ohio_portfolio .taher-project-hero-media { padding-top: 24px; }
	.single-ohio_portfolio .taher-project-section { padding: 64px 0; }
	.single-ohio_portfolio .taher-project-reading-layout { gap: 28px; }
	.single-ohio_portfolio .taher-project-reading-layout header h2 { font-size: 28px; }
	.single-ohio_portfolio .taher-project-result { font-size: 28px; }
	.single-ohio_portfolio .taher-project-samples__heading { margin-bottom: 36px; }
	.single-ohio_portfolio .taher-project-samples__heading h2 { font-size: 36px; }
	.single-ohio_portfolio .taher-sample-row { gap: 18px; grid-template-columns: 1fr; min-height: 0; padding: 22px 0; }
	.single-ohio_portfolio .taher-sample-row h3 { font-size: 21px; }
	.single-ohio_portfolio .taher-sample-row .taher-link-cue { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.taher-site *, .taher-site *::before, .taher-site *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
