/*
Theme Name: Hands on GEO — Editorial Ink
Template: generatepress
 Version: 1.0.8
*/

:root {
  --bg: #FAF7F1;
  --surface: #FFFFFF;
  --text: #28231F;
  --text-muted: #8A8078;
  --border: #E4DCCF;
  --accent: #7A2A2E;
  --accent-hover: #5C2023;
  --accent-active: #45181A;
  --accent-on: #FFF6F1;
  --accent-bg: #FBF3F1;
  --accent-tint: #EFDAD8;
  --success: #2D9C69;
  --risk: #D06F5F;
  --warning: #B48134;
  --track: #EFE7DA;
  --bar-neutral: #B8A99A;
  --surface-inverted: #28231F;
  --surface-soft: #FAF7F1;
  --surface-warm: #EFE7DA;
  --line-soft: #E4DCCF;
  --font-serif: Georgia, 'Times New Roman', serif;
  --font-sans: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --page-shell: 1032px;
  --page-text: 680px;
  --page-copy: 640px;
  --container: var(--page-shell);
  --measure: var(--page-text);
  --archive-date-col: 120px;
  --archive-image-col: 200px;
  --archive-tag-col: 150px;
  --radius-card: 12px;
  --radius-control: 6px;

  --contrast: var(--text);
  --contrast-2: var(--text-muted);
  --contrast-3: var(--border);
  --base: var(--track);
  --base-2: var(--bg);
  --base-3: var(--surface);
  --wp--preset--color--contrast: var(--text);
  --wp--preset--color--contrast-2: var(--text-muted);
  --wp--preset--color--contrast-3: var(--border);
  --wp--preset--color--base: var(--track);
  --wp--preset--color--base-2: var(--bg);
  --wp--preset--color--base-3: var(--surface);
  --wp--preset--color--accent: var(--accent);
}

::selection {
  background: var(--accent);
  color: var(--accent-on);
}

html {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

body {
  background: var(--bg) !important;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

body.wp-child-theme-handsongeo-editorial-ink,
body.wp-child-theme-handsongeo-editorial-ink #page,
body.wp-child-theme-handsongeo-editorial-ink .site,
body.wp-child-theme-handsongeo-editorial-ink .site-content,
body.wp-child-theme-handsongeo-editorial-ink #content,
body.wp-child-theme-handsongeo-editorial-ink .inside-article,
body.wp-child-theme-handsongeo-editorial-ink .site-main {
  background: var(--bg) !important;
  color: var(--text) !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.wp-child-theme-handsongeo-editorial-ink * {
  box-shadow: none !important;
}

body.wp-child-theme-handsongeo-editorial-ink img {
  height: auto;
  max-width: 100%;
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus,
a:active {
  color: var(--accent-hover);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

b,
strong {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.wp-block-post-title,
.wp-block-post-title a,
.main-title,
.geo-heading-main,
.geo-section-heading h2,
.geo-latest-heading-layout h2,
.geo-slim-title h2,
.geo-proof-copy h2,
.geo-newsletter-copy h2,
.geo-pillar-card h3,
.geo-proof-feature-title {
  color: var(--text);
  font-family: var(--font-serif) !important;
  font-weight: 400 !important;
  text-wrap: balance;
}

h1,
.entry-title,
.wp-block-post-title {
  letter-spacing: -0.015em;
}

h1,
.entry-title,
.wp-block-post-title {
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.06;
  margin: 0 0 24px;
  max-width: 26ch;
}

h2 {
  font-size: clamp(28px, 3.8vw, 36px);
  line-height: 1.2;
  margin: 48px 0 16px;
}

h3 {
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 1.3;
  margin: 32px 0 12px;
}

h4,
h5,
h6 {
  font-size: 17px;
  font-weight: 500 !important;
  line-height: 1.35;
}

p {
  margin: 0 0 1.1em;
}

hr,
.wp-block-separator {
  background: transparent !important;
  border: 0;
  border-top: 1px solid var(--border);
  color: var(--border) !important;
}

blockquote,
.wp-block-quote {
  border-left: 3px solid var(--accent);
  color: var(--text);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  line-height: 1.45;
  margin: 32px 0;
  padding: 8px 0 8px 24px;
}

blockquote cite,
.wp-block-quote cite {
  color: var(--text-muted);
  display: block;
  font-family: var(--font-sans);
  font-size: 14px;
  font-style: normal;
  margin-top: 12px;
}

table,
.wp-block-table table {
  border-color: var(--border) !important;
  border-collapse: collapse;
  width: 100%;
}

th,
td,
.wp-block-table th,
.wp-block-table td {
  border: none;
  border-bottom: 1px solid var(--border);
  padding: 12px 14px;
  text-align: left;
}

th,
.wp-block-table th {
  background: transparent;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header,
.main-navigation,
.inside-header,
.site-header .inside-navigation {
  background: var(--bg) !important;
  color: var(--text) !important;
}

.site-header {
  border-bottom: 1px solid var(--border);
}

.inside-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  max-width: var(--container);
  padding: 18px 24px;
}

html body.wp-child-theme-handsongeo-editorial-ink .site-branding-container {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: 14px;
  min-width: 0;
}

html body.wp-child-theme-handsongeo-editorial-ink .site-logo {
  display: flex !important;
  flex: 0 0 auto;
  margin: 0;
}

html body.wp-child-theme-handsongeo-editorial-ink .site-logo a {
  align-items: center;
  display: flex;
}

html body.wp-child-theme-handsongeo-editorial-ink .site-logo .header-image.is-logo-image {
  display: block;
  height: auto;
  width: clamp(150px, 16vw, 198px);
}

html body.wp-child-theme-handsongeo-editorial-ink .site-branding {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.main-title {
  font-family: var(--font-sans) !important;
  font-size: 22px;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0;
}

.main-title a,
.site-branding a {
  color: var(--text) !important;
  text-decoration: none;
}

.main-navigation {
  margin-left: auto;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
  color: var(--text) !important;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li a:focus {
  color: var(--accent) !important;
}

.menu-toggle {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
  color: var(--text) !important;
  line-height: 1;
}

.grid-container,
.site-content .content-area,
#primary,
.site-main,
#main {
  max-width: var(--container);
}

body.wp-child-theme-handsongeo-editorial-ink #right-sidebar,
body.wp-child-theme-handsongeo-editorial-ink #left-sidebar,
body.wp-child-theme-handsongeo-editorial-ink .widget-area.sidebar,
body.wp-child-theme-handsongeo-editorial-ink .is-right-sidebar,
body.wp-child-theme-handsongeo-editorial-ink .is-left-sidebar {
  display: none !important;
}

body.wp-child-theme-handsongeo-editorial-ink.right-sidebar .site-content,
body.wp-child-theme-handsongeo-editorial-ink.left-sidebar .site-content,
body.wp-child-theme-handsongeo-editorial-ink.both-sidebars .site-content {
  display: block !important;
}

body.wp-child-theme-handsongeo-editorial-ink #primary,
body.wp-child-theme-handsongeo-editorial-ink .content-area,
body.wp-child-theme-handsongeo-editorial-ink .site-content .content-area {
  float: none !important;
  max-width: var(--container) !important;
  width: 100% !important;
}

.separate-containers .site-main,
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-article {
  background: transparent !important;
}

.inside-article {
  padding: clamp(32px, 6vw, 64px) 24px;
}

.entry-header,
.page-header {
  margin: 0 auto 32px;
  max-width: var(--measure);
  width: min(var(--measure), calc(100vw - 48px));
}

.entry-content,
.entry-summary {
  color: var(--text);
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > dl,
.entry-content > blockquote,
.entry-content > figure,
.entry-content > table,
.entry-content > .wp-block-table,
.entry-content > .wp-block-quote,
.entry-content > .wp-block-list,
.entry-content > .wp-block-heading,
.entry-content > .wp-block-image,
.entry-content > .tldr-block,
.entry-content > .stats-block,
.entry-content > .faq-section,
.entry-content > .geo-expert-take,
.entry-content > .last-updated {
  max-width: var(--measure);
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > dl,
.entry-content > blockquote,
.entry-content > figure,
.entry-content > table,
.entry-content > .wp-block-table,
.entry-content > .wp-block-quote,
.entry-content > .wp-block-list,
.entry-content > .wp-block-heading,
.entry-content > .wp-block-image,
.entry-content > .tldr-block,
.entry-content > .stats-block,
.entry-content > .faq-section,
.entry-content > .geo-expert-take,
.entry-content > .last-updated {
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .wp-block-columns,
.entry-content > .wp-block-group,
.entry-content > .wp-block-query,
.entry-content > section,
.entry-content > .geo-checker-results,
.entry-content > .geo-hero,
.entry-content > .geo-slim-section,
.entry-content > .geo-learn-section,
.entry-content > .geo-newsletter-section,
.entry-content > .geo-latest-header-section {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--container);
  width: min(var(--container), calc(100vw - 48px));
}

.entry-content > section,
.entry-content > .wp-block-group,
.entry-content > .wp-block-query,
.entry-content > .wp-block-columns {
  margin-bottom: clamp(32px, 5vw, 64px) !important;
}

.home .entry-header,
.page-id-732 .entry-header,
.page-id-170 .entry-header {
  display: none !important;
}

.home .inside-article,
.page-id-732 .inside-article,
.page-id-170 .inside-article {
  max-width: none !important;
  padding: 32px 0 64px !important;
  width: 100% !important;
}

.home .entry-content,
.page-id-732 .entry-content,
.page-id-170 .entry-content {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.wp-block-button__link,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.geo-btn-primary,
.geo-checker-btn,
.geo-checker-cta-btn,
.geo-newsletter-wrap button[type="submit"] {
  background: var(--accent) !important;
  border: 1px solid var(--accent) !important;
  border-radius: var(--radius-control) !important;
  color: var(--accent-on) !important;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 1.2;
  min-height: 44px;
  padding: 12px 18px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wp-block-button__link:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.geo-btn-primary:hover,
.geo-checker-btn:hover,
.geo-checker-cta-btn:hover,
.geo-newsletter-wrap button[type="submit"]:hover {
  background: var(--accent-hover) !important;
  border-color: var(--accent-hover) !important;
  color: var(--accent-on) !important;
}

.geo-btn-secondary,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  background: transparent !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
}

.geo-btn-secondary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
}

input,
select,
textarea,
.geo-checker-input,
#geo-checker-input,
#geo-newsletter-email,
.search-field {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-control) !important;
  color: var(--text) !important;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.45;
  min-height: 44px;
  padding: 11px 13px;
}

input:focus,
select:focus,
textarea:focus,
.geo-checker-input:focus,
#geo-checker-input:focus,
#geo-newsletter-email:focus,
.search-field:focus {
  border-color: var(--accent) !important;
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

label,
.comment-form label,
.wp-block-search__label {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

.eyebrow,
.geo-overline,
.geo-hero-proof-label,
.geo-card-tag,
.cat-links,
.tags-links,
.posted-on,
.byline,
.entry-meta,
.wp-block-post-date,
.wp-block-post-date time,
.wp-block-post-terms {
  font-family: var(--font-sans);
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow,
.geo-overline {
  color: var(--accent) !important;
  letter-spacing: 0.08em !important;
}

.geo-hero-proof-label,
.geo-card-tag,
.cat-links,
.tags-links,
.posted-on,
.byline,
.entry-meta,
.wp-block-post-date,
.wp-block-post-date time,
.wp-block-post-terms {
  color: var(--text-muted) !important;
  letter-spacing: 3px !important;
}

.eyebrow,
.geo-overline {
  align-items: center;
  display: flex;
  gap: 14px;
}

.eyebrow::after,
.geo-overline::after {
  background: var(--border);
  content: "";
  flex: 1;
  height: 1px;
}

.geo-section-heading h2,
.geo-latest-heading-layout h2,
.geo-slim-title h2,
.entry-content > h2,
.entry-content > .wp-block-heading:is(h2) {
  border-left: 3px solid var(--accent);
  padding-left: 16px;
}

.geo-heading-main {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 3px 1fr;
}

.geo-heading-rule {
  background: var(--accent) !important;
  border-radius: 999px;
  display: block;
  min-height: 42px;
  width: 3px;
}

.geo-hero {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.geo-hero-inner {
  align-items: stretch;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--container);
}

.geo-hero-text,
.geo-hero-proof,
.geo-checker,
.geo-checker-results,
.geo-checker-card,
.geo-signal-card,
.geo-pillar-card,
.geo-newsletter-shell,
.geo-proof-band,
.tldr-block,
.stats-block,
.faq-section,
.geo-expert-take,
.wp-block-query .wp-block-post,
.wp-block-post-template > li,
.post,
.page-header,
.search-results article,
.archive article {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-card) !important;
  box-shadow: none !important;
}

.geo-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 48px);
}

.geo-badge {
  align-items: center;
  background: transparent !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
  color: var(--text) !important;
  display: inline-flex;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400 !important;
  gap: 8px;
  line-height: 1.2;
  padding: 8px 12px;
}

.geo-hero h1 {
  color: var(--text) !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(40px, 4.8vw, 56px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin: 16px 0 0 !important;
  max-width: 26ch !important;
}

.geo-gradient-text {
  background: none !important;
  color: var(--accent) !important;
  -webkit-text-fill-color: var(--accent) !important;
}

.geo-hero-lead {
  color: var(--text);
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.5;
  margin-top: 20px;
  max-width: 680px;
}

.geo-hero-proof {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.geo-checker {
  background: var(--surface) !important;
  display: grid;
  gap: 14px;
  padding: 0 !important;
}

.geo-checker-header {
  color: var(--text) !important;
  font-family: var(--font-serif) !important;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 1.3;
}

.geo-checker-subtle,
.geo-checker-msg,
.geo-checker-detail,
.geo-checker-card-title,
.geo-section-header p,
.geo-slim-title p,
.geo-proof-copy p,
.geo-newsletter-shell p,
.geo-post-excerpt,
.wp-block-post-excerpt,
.entry-summary,
.entry-summary p,
.entry-meta,
.entry-meta a,
.posted-on,
.posted-on a,
.byline,
.byline a,
time {
  color: var(--text) !important;
}

.geo-muted-note {
  color: var(--text-muted) !important;
}

.geo-checker-form,
.wp-block-search__inside-wrapper {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.geo-checker-form br {
  display: none !important;
}

.geo-proof-feature-card {
  background: var(--surface-inverted) !important;
  border-radius: var(--radius-card);
  color: #EFEEEC !important;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
}

.geo-proof-feature-media {
  margin: 0 !important;
}

.geo-proof-feature-media img {
  aspect-ratio: 4 / 3;
  display: block;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}

.geo-proof-feature-overlay {
  background: linear-gradient(180deg, rgba(16, 10, 10, 0) 0%, rgba(16, 10, 10, 0.86) 100%);
  bottom: 0;
  display: grid;
  gap: 10px;
  left: 0;
  padding: 64px 20px 20px;
  position: absolute;
  right: 0;
}

.geo-proof-feature-kicker,
.geo-proof-feature-inline {
  color: var(--accent-on) !important;
  font-family: var(--font-sans);
  font-weight: 500 !important;
}

.geo-proof-feature-title {
  color: var(--accent-on) !important;
  font-size: 23px;
  line-height: 1.12;
}

.geo-proof-band {
  background: var(--accent-bg) !important;
  padding: 16px 20px;
}

.geo-proof-band-grid,
.geo-signal-grid,
.geo-pillars-grid {
  display: grid;
  gap: 16px;
}

.geo-proof-band-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.geo-signal-grid,
.geo-pillars-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.geo-signal-card,
.geo-pillar-card {
  padding: 20px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.geo-signal-card:hover,
.geo-pillar-card:hover,
.wp-block-post-template > li:hover,
.search-results article:hover,
.archive article:hover {
  border-color: var(--accent) !important;
  transform: translateY(-2px);
}

.geo-card-tag,
.geo-tag-blue,
.geo-tag-cyan,
.geo-tag-green,
.geo-tag-amber {
  background: var(--track) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--text-muted) !important;
  display: inline-flex;
  letter-spacing: 2px !important;
  padding: 5px 9px;
}

.geo-proof-strip {
  background: var(--surface-inverted) !important;
  border: 1px solid var(--surface-inverted) !important;
  border-radius: var(--radius-card) !important;
  color: #EFEEEC !important;
}

.geo-proof-strip h2,
.geo-proof-strip .geo-proof-name {
  color: #EFEEEC !important;
}

.geo-proof-strip .geo-proof-role,
.geo-proof-strip p {
  color: #D8D0C8 !important;
}

.geo-latest-heading-layout,
.geo-learn-inner,
.geo-slim-grid,
.geo-newsletter-shell {
  display: grid;
  gap: 24px;
}

.geo-latest-heading-layout {
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
}

.geo-latest-link {
  color: var(--accent) !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.geo-latest-query,
.geo-latest-query.wp-block-query {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.wp-block-post-template,
.geo-latest-query .wp-block-post-template,
.archive .site-main,
.blog .site-main,
.search-results .site-main {
  display: grid !important;
  gap: 20px;
}

.wp-block-post-template,
.geo-latest-query .wp-block-post-template {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-post-template > li,
.geo-latest-query .wp-block-post-template > li,
.search-results article,
.archive article,
.blog article {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.blog article .inside-article,
.archive article .inside-article,
.search-results article .inside-article {
  background: var(--surface) !important;
  padding: 0 !important;
}

.wp-block-post-featured-image {
  background: var(--bg);
  border-radius: var(--radius-card);
  margin: 0 !important;
  overflow: hidden;
}

.wp-block-post-featured-image img,
.post-image img,
.featured-image img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.wp-block-post-title,
.wp-block-post-title a,
.entry-title a {
  color: var(--accent) !important;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.2;
  text-decoration: none !important;
}

.wp-block-post-title a:hover,
.entry-title a:hover {
  color: var(--accent-hover) !important;
}

.single-post .entry-header,
.single-post .entry-content,
.single-post .entry-summary,
.page:not(.home) .entry-content {
  font-size: clamp(17px, 1.4vw, 18px);
  line-height: 1.7;
}

.single-post .entry-title {
  color: var(--text);
}

.single-post .entry-meta {
  margin-bottom: 24px;
}

.tldr-block,
.stats-block,
.faq-section,
.geo-expert-take {
  background: var(--surface) !important;
  border-color: var(--border) !important;
  border-left: 3px solid var(--accent) !important;
  color: var(--text) !important;
  margin-bottom: 32px;
  padding: 20px 24px;
}

.tldr-block__heading,
.stats-block__heading,
.faq-section__heading {
  color: var(--text-muted) !important;
  font-family: var(--font-sans);
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase;
}

.author-header {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-card);
  display: flex;
  gap: 24px;
  margin: 0 auto 40px;
  max-width: var(--measure);
  padding: 24px;
}

.author-avatar img {
  border-radius: var(--radius-card) !important;
  height: 128px;
  object-fit: cover;
  width: 128px;
}

.author-title,
.author-bio,
.author-credentials {
  color: var(--text-muted) !important;
}

.site-footer,
.site-info {
  background: var(--bg) !important;
  border-top: 1px solid var(--border);
  color: var(--text) !important;
}

.site-info {
  font-size: 14px;
  padding: 24px;
}

.site-info a {
  color: var(--text) !important;
  text-decoration: none;
}

.site-info a:hover {
  color: var(--accent) !important;
}

.error404 .inside-article,
.search-no-results .inside-article {
  max-width: var(--measure);
}

.cky-consent-container,
.cky-modal {
  color: var(--text) !important;
  font-family: var(--font-sans) !important;
}

.cky-btn,
.cky-btn-revisit-wrapper,
.cky-btn-accept,
.cky-btn-reject,
.cky-btn-customize {
  border-radius: var(--radius-control) !important;
  box-shadow: none !important;
}

.cky-btn-accept,
.cky-switch input[type="checkbox"]:checked {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
}

.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  background: transparent !important;
  border-color: var(--border) !important;
  color: var(--accent) !important;
}

.cky-btn-reject:hover,
.cky-btn-customize:hover,
.cky-btn-preferences:hover {
  background: var(--accent-bg) !important;
  border-color: var(--accent) !important;
  color: var(--accent) !important;
}

.fade-in,
.entry-content > section,
.wp-block-post-template > li {
  animation: editorialFadeIn 0.28s ease both;
}

@keyframes editorialFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 1024px) {
  .geo-hero-inner,
  .geo-slim-grid,
  .geo-learn-inner,
  .geo-newsletter-shell {
    grid-template-columns: 1fr;
  }

  .wp-block-post-template,
  .geo-latest-query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-proof-band-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .inside-header {
    padding: 12px 16px;
  }

  .inside-article {
    padding: 28px 16px;
  }

  body.wp-child-theme-handsongeo-editorial-ink.single-post .inside-article,
  body.wp-child-theme-handsongeo-editorial-ink.page:not(.home):not(.page-id-170) .inside-article {
    padding: 28px 16px !important;
  }

  .entry-content > .wp-block-columns,
  .entry-content > .wp-block-group,
  .entry-content > .wp-block-query,
  .entry-content > section,
  .entry-content > .geo-checker-results,
  .entry-content > .geo-hero,
  .entry-content > .geo-slim-section,
  .entry-content > .geo-learn-section,
  .entry-content > .geo-newsletter-section,
  .entry-content > .geo-latest-header-section {
    width: min(100%, calc(100vw - 24px));
  }

  .geo-signal-grid,
  .geo-pillars-grid,
  .wp-block-post-template,
  .geo-latest-query .wp-block-post-template,
  .geo-latest-heading-layout {
    grid-template-columns: 1fr;
  }

  .geo-checker-form,
  .wp-block-search__inside-wrapper {
    grid-template-columns: 1fr;
  }

  .geo-hero-text,
  .geo-hero-proof,
  .geo-newsletter-shell,
  .wp-block-post-template > li {
    border-radius: var(--radius-card) !important;
  }

  .geo-hero h1,
  h1,
  .entry-title,
  .wp-block-post-title {
    font-size: 40px !important;
    max-width: none;
  }

  .author-header {
    flex-direction: column;
  }
}

body.wp-child-theme-handsongeo-editorial-ink .geo-hero-lead,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-subtle,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-msg,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-overall-text,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-card-title,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-detail,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-advice-head,
body.wp-child-theme-handsongeo-editorial-ink .geo-proof-copy p,
body.wp-child-theme-handsongeo-editorial-ink .geo-section-header p,
body.wp-child-theme-handsongeo-editorial-ink .geo-slim-title p,
body.wp-child-theme-handsongeo-editorial-ink .geo-latest-header-section p,
body.wp-child-theme-handsongeo-editorial-ink .geo-post-excerpt,
body.wp-child-theme-handsongeo-editorial-ink .entry-summary,
body.wp-child-theme-handsongeo-editorial-ink .entry-summary p,
body.wp-child-theme-handsongeo-editorial-ink .entry-meta,
body.wp-child-theme-handsongeo-editorial-ink .entry-meta a,
body.wp-child-theme-handsongeo-editorial-ink .cat-links,
body.wp-child-theme-handsongeo-editorial-ink .cat-links a,
body.wp-child-theme-handsongeo-editorial-ink .tags-links,
body.wp-child-theme-handsongeo-editorial-ink .tags-links a,
body.wp-child-theme-handsongeo-editorial-ink .posted-on,
body.wp-child-theme-handsongeo-editorial-ink .posted-on a,
body.wp-child-theme-handsongeo-editorial-ink .byline,
body.wp-child-theme-handsongeo-editorial-ink .byline a,
body.wp-child-theme-handsongeo-editorial-ink time {
  color: var(--text) !important;
}

html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-hero-lead,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-checker-subtle,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-checker-msg,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-checker-overall-text,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-checker-card-title,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-checker-detail,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-checker-advice-head,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-section-header p,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-slim-title p,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-muted-note,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-heading-main p,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-post-excerpt,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-card-tag,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-tag-blue,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-tag-cyan,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-tag-green,
html body.wp-child-theme-handsongeo-editorial-ink.home .entry-content .geo-tag-amber {
  color: var(--text) !important;
}

/* Dashboard polish layer: compact rhythm, softer panels, consistent component behavior. */
body.wp-child-theme-handsongeo-editorial-ink {
  --panel-bg: linear-gradient(180deg, var(--surface) 0%, var(--surface-soft) 100%);
}

body.wp-child-theme-handsongeo-editorial-ink .inside-header {
  min-height: 78px;
}

body.wp-child-theme-handsongeo-editorial-ink .main-title,
body.wp-child-theme-handsongeo-editorial-ink .main-title a {
  font-family: var(--font-sans) !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  font-weight: 650 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

body.wp-child-theme-handsongeo-editorial-ink .main-navigation .main-nav > ul {
  align-items: center;
  display: flex;
  gap: 4px;
}

body.wp-child-theme-handsongeo-editorial-ink .main-navigation .main-nav ul li a {
  align-items: center;
  border-radius: 999px;
  display: flex !important;
  font-size: 13px !important;
  height: auto !important;
  justify-content: center;
  line-height: 1.15 !important;
  min-height: 36px;
  padding: 8px 11px !important;
  white-space: nowrap !important;
}

body.wp-child-theme-handsongeo-editorial-ink .main-navigation .main-nav ul li[class*="current-menu-"] > a,
body.wp-child-theme-handsongeo-editorial-ink .main-navigation .main-nav ul li a:hover,
body.wp-child-theme-handsongeo-editorial-ink .main-navigation .main-nav ul li a:focus {
  background: var(--accent-bg) !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-hero-inner {
  align-items: start;
  gap: 18px;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-hero-text,
body.wp-child-theme-handsongeo-editorial-ink .geo-hero-proof,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-results,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-card,
body.wp-child-theme-handsongeo-editorial-ink .geo-signal-card,
body.wp-child-theme-handsongeo-editorial-ink .geo-pillar-card,
body.wp-child-theme-handsongeo-editorial-ink .wp-block-query .wp-block-post,
body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-template > li,
body.wp-child-theme-handsongeo-editorial-ink .post,
body.wp-child-theme-handsongeo-editorial-ink .page-header,
body.wp-child-theme-handsongeo-editorial-ink .search-results article,
body.wp-child-theme-handsongeo-editorial-ink .archive article,
body.wp-child-theme-handsongeo-editorial-ink .tldr-block,
body.wp-child-theme-handsongeo-editorial-ink .stats-block,
body.wp-child-theme-handsongeo-editorial-ink .faq-section,
body.wp-child-theme-handsongeo-editorial-ink .geo-expert-take {
  background: var(--panel-bg) !important;
  border-color: var(--line-soft) !important;
  border-radius: var(--radius-card) !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-hero-text {
  gap: clamp(18px, 3vw, 30px);
  justify-content: start;
  min-height: 0;
  padding: clamp(28px, 4.2vw, 52px);
}

body.wp-child-theme-handsongeo-editorial-ink .geo-badge {
  align-self: start;
  background: var(--accent-bg) !important;
  border-color: var(--accent-tint) !important;
  color: var(--accent) !important;
  font-size: 13px !important;
  font-weight: 550 !important;
  letter-spacing: 0 !important;
  max-width: 100%;
  padding: 7px 11px;
  width: fit-content;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-hero h1 {
  font-size: clamp(44px, 5.4vw, 68px) !important;
  line-height: 0.98 !important;
  margin: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-hero-lead {
  color: var(--text) !important;
  font-size: clamp(17px, 1.45vw, 19px);
  line-height: 1.62;
  margin-top: 0;
  max-width: 58ch;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-hero-proof {
  gap: 18px;
  padding: clamp(18px, 2.4vw, 28px);
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker {
  background: transparent !important;
  gap: 12px;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-header {
  color: var(--text) !important;
  font-family: var(--font-sans) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-form,
body.wp-child-theme-handsongeo-editorial-ink .wp-block-search__inside-wrapper {
  gap: 8px;
}

body.wp-child-theme-handsongeo-editorial-ink input,
body.wp-child-theme-handsongeo-editorial-ink select,
body.wp-child-theme-handsongeo-editorial-ink textarea,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-input,
body.wp-child-theme-handsongeo-editorial-ink #geo-checker-input,
body.wp-child-theme-handsongeo-editorial-ink #geo-newsletter-email,
body.wp-child-theme-handsongeo-editorial-ink .search-field {
  background: var(--surface-soft) !important;
  border-color: var(--line-soft) !important;
}

body.wp-child-theme-handsongeo-editorial-ink .wp-block-button__link,
body.wp-child-theme-handsongeo-editorial-ink .button,
body.wp-child-theme-handsongeo-editorial-ink button,
body.wp-child-theme-handsongeo-editorial-ink input[type="button"],
body.wp-child-theme-handsongeo-editorial-ink input[type="reset"],
body.wp-child-theme-handsongeo-editorial-ink input[type="submit"],
body.wp-child-theme-handsongeo-editorial-ink .geo-btn-primary,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-btn,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-cta-btn,
body.wp-child-theme-handsongeo-editorial-ink .geo-newsletter-wrap button[type="submit"] {
  font-size: 14px;
  font-weight: 500 !important;
  padding: 11px 16px;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

body.wp-child-theme-handsongeo-editorial-ink .wp-block-button__link:hover,
body.wp-child-theme-handsongeo-editorial-ink .button:hover,
body.wp-child-theme-handsongeo-editorial-ink button:hover,
body.wp-child-theme-handsongeo-editorial-ink input[type="button"]:hover,
body.wp-child-theme-handsongeo-editorial-ink input[type="reset"]:hover,
body.wp-child-theme-handsongeo-editorial-ink input[type="submit"]:hover,
body.wp-child-theme-handsongeo-editorial-ink .geo-btn-primary:hover,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-btn:hover,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-cta-btn:hover,
body.wp-child-theme-handsongeo-editorial-ink .geo-newsletter-wrap button[type="submit"]:hover {
  transform: none;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-results {
  display: none !important;
  gap: 12px;
  padding: 16px !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-results.is-open {
  display: grid !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-results p:empty,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-target:empty,
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-target {
  display: none !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-results-inner {
  display: grid;
  gap: 12px;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-overall {
  align-items: center;
  background: var(--surface) !important;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  display: flex;
  gap: 12px;
  min-height: 56px;
  padding: 12px;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-overall-score {
  align-items: center;
  background: transparent;
  color: var(--accent) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-overall-text {
  color: var(--text) !important;
  font-size: 14px;
  font-weight: 500;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-overall-copy {
  display: grid;
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-progress {
  background: var(--track);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-progress-bar {
  background: var(--accent);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 0.28s ease, background-color 0.28s ease;
  width: 0;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-progress.is-complete .geo-checker-progress-bar {
  background: var(--success);
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-progress-label {
  color: var(--text-muted) !important;
  font-size: 12px;
  line-height: 1.4;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-grid {
  display: grid !important;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-card {
  background: var(--surface) !important;
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 12px !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-card br {
  display: none !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-card-head {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-card-title {
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-badge,
body.wp-child-theme-handsongeo-editorial-ink .geo-card-tag,
body.wp-child-theme-handsongeo-editorial-ink .geo-tag-blue,
body.wp-child-theme-handsongeo-editorial-ink .geo-tag-cyan,
body.wp-child-theme-handsongeo-editorial-ink .geo-tag-green,
body.wp-child-theme-handsongeo-editorial-ink .geo-tag-amber {
  background: transparent !important;
  border: 1px solid var(--border);
  border-radius: 999px !important;
  color: var(--text-muted) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  line-height: 1;
  padding: 5px 8px;
  text-transform: uppercase;
}

/* Statuskleur volgt het resultaat (good/warn/bad), idle = wachtend/neutraal */
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-badge.good {
  border-color: var(--success) !important;
  color: var(--success) !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-badge.warn {
  border-color: var(--warning) !important;
  color: var(--warning) !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-badge.bad {
  border-color: var(--risk) !important;
  color: var(--risk) !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-detail {
  color: var(--text-muted) !important;
  font-size: 13px;
  line-height: 1.45;
}

/* ---- Advies-blok: "Concrete volgende stappen" ---- */
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-advice-head {
  color: var(--accent) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-advice-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-advice-list li {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  display: grid;
  gap: 10px;
  padding: 16px 18px;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-advice-tag {
  background: transparent;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  padding: 3px 8px;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-advice-list li strong {
  color: var(--text) !important;
  display: block;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 1.35;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-advice-list li p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-advice-empty {
  background: var(--accent-bg);
  border: 1px solid var(--accent-tint);
  border-radius: var(--radius-card);
  color: var(--text);
  font-size: 13px;
  line-height: 1.5;
  padding: 14px;
}

/* ---- Contact-CTA onderaan het advies ---- */
body.wp-child-theme-handsongeo-editorial-ink .geo-checker-cta {
  background: var(--accent-bg);
  border: 1px solid var(--accent-tint);
  border-radius: var(--radius-card);
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding: 16px 18px;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-cta-text {
  color: var(--text) !important;
  font-size: 13px;
  line-height: 1.65;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-cta-btn {
  justify-self: start;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-proof-feature-card {
  border-radius: var(--radius-card);
}

body.wp-child-theme-handsongeo-editorial-ink .geo-proof-feature-media img {
  min-height: 280px;
}

body.wp-child-theme-handsongeo-editorial-ink .eyebrow,
body.wp-child-theme-handsongeo-editorial-ink .geo-overline,
body.wp-child-theme-handsongeo-editorial-ink .geo-hero-proof-label,
body.wp-child-theme-handsongeo-editorial-ink .cat-links,
body.wp-child-theme-handsongeo-editorial-ink .tags-links,
body.wp-child-theme-handsongeo-editorial-ink .posted-on,
body.wp-child-theme-handsongeo-editorial-ink .byline,
body.wp-child-theme-handsongeo-editorial-ink .entry-meta,
body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-date,
body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-date time,
body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-terms {
  color: var(--text) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: 0.08em !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-section-heading h2,
body.wp-child-theme-handsongeo-editorial-ink .geo-latest-heading-layout h2,
body.wp-child-theme-handsongeo-editorial-ink .geo-slim-title h2,
body.wp-child-theme-handsongeo-editorial-ink .entry-content > h2,
body.wp-child-theme-handsongeo-editorial-ink .entry-content > .wp-block-heading:is(h2) {
  border-left: 0 !important;
  padding-left: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-heading-main {
  display: block;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-heading-rule {
  height: 3px;
  margin-bottom: 12px;
  min-height: 0;
  width: 32px;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-signal-grid,
body.wp-child-theme-handsongeo-editorial-ink .geo-pillars-grid {
  gap: 12px;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-signal-card,
body.wp-child-theme-handsongeo-editorial-ink .geo-pillar-card {
  display: grid;
  gap: 8px;
  padding: 16px !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-signal-card h3,
body.wp-child-theme-handsongeo-editorial-ink .geo-signal-card strong,
body.wp-child-theme-handsongeo-editorial-ink .geo-pillar-card h3,
body.wp-child-theme-handsongeo-editorial-ink .geo-pillar-card strong {
  color: var(--text) !important;
  font-family: var(--font-sans) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.25;
  margin: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-signal-card p,
body.wp-child-theme-handsongeo-editorial-ink .geo-pillar-card p {
  color: var(--text) !important;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-template,
body.wp-child-theme-handsongeo-editorial-ink .geo-latest-query .wp-block-post-template,
body.wp-child-theme-handsongeo-editorial-ink .archive .site-main,
body.wp-child-theme-handsongeo-editorial-ink .blog .site-main,
body.wp-child-theme-handsongeo-editorial-ink .search-results .site-main {
  gap: 18px;
}

body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-template > li,
body.wp-child-theme-handsongeo-editorial-ink .geo-latest-query .wp-block-post-template > li,
body.wp-child-theme-handsongeo-editorial-ink .search-results article,
body.wp-child-theme-handsongeo-editorial-ink .archive article,
body.wp-child-theme-handsongeo-editorial-ink .blog article {
  gap: 12px;
  padding: 14px !important;
}

body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-featured-image,
body.wp-child-theme-handsongeo-editorial-ink .post-image,
body.wp-child-theme-handsongeo-editorial-ink .featured-image {
  border-radius: 7px !important;
}

body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-title,
body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-title a,
body.wp-child-theme-handsongeo-editorial-ink .entry-title a {
  color: var(--text) !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(20px, 1.65vw, 23px) !important;
  line-height: 1.16;
}

body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-title a:hover,
body.wp-child-theme-handsongeo-editorial-ink .entry-title a:hover {
  color: var(--accent) !important;
}

body.wp-child-theme-handsongeo-editorial-ink .geo-post-excerpt,
body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-excerpt,
body.wp-child-theme-handsongeo-editorial-ink .entry-summary,
body.wp-child-theme-handsongeo-editorial-ink .entry-summary p {
  color: var(--text) !important;
  font-size: 14px;
  line-height: 1.55;
}

body.wp-child-theme-handsongeo-editorial-ink .tldr-block,
body.wp-child-theme-handsongeo-editorial-ink .stats-block,
body.wp-child-theme-handsongeo-editorial-ink .faq-section,
body.wp-child-theme-handsongeo-editorial-ink .geo-expert-take {
  border-left: 1px solid var(--line-soft) !important;
  padding: 18px !important;
}

body.wp-child-theme-handsongeo-editorial-ink .site-info {
  color: var(--text) !important;
  font-size: 13px;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post {
  --post-measure: var(--measure);
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .inside-article {
  display: flex;
  flex-direction: column;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-header {
  order: 1;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .featured-image.page-header-image-single {
  order: 2;
  margin: 0 auto 32px !important;
  max-width: var(--post-measure) !important;
  padding: 0 !important;
  width: min(var(--post-measure), calc(100vw - 48px)) !important;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .featured-image.page-header-image-single img {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-card);
  display: block;
  object-fit: cover;
  width: 100%;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content {
  order: 3;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-meta {
  order: 4;
  margin-top: 32px;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-header,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > p,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h2,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h3,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h4,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h5,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h6,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > ul,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > ol,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > dl,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > blockquote,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > figure,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > table,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > .wp-block-table,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > .wp-block-quote,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > .wp-block-list,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > .wp-block-image,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > .tldr-block,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > .stats-block,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > .faq-section,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > .geo-expert-take,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > .last-updated,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > hr {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--post-measure) !important;
  width: min(var(--post-measure), calc(100vw - 48px)) !important;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > p,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > ul,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > ol {
  margin-bottom: 18px;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area {
  margin: 56px auto 0 !important;
  max-width: var(--post-measure) !important;
  padding: 0 !important;
  width: min(var(--post-measure), calc(100vw - 48px)) !important;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area .comments-title,
body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area .comment-list,
body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area .comment-respond,
body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area .comment-form,
body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area .comment-content,
body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area .comment-meta,
body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area .form-submit {
  max-width: none !important;
  width: 100% !important;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area input:not([type="submit"]),
body.wp-child-theme-handsongeo-editorial-ink.single-post .comments-area textarea {
  width: 100% !important;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h2 {
  border-left: 0 !important;
  border-top: 1px solid var(--line-soft) !important;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.14;
  margin-bottom: 16px;
  margin-top: clamp(48px, 7vw, 72px);
  padding-left: 0 !important;
  padding-top: 24px;
  position: relative;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h2::before {
  background: var(--accent);
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 14px;
  width: 32px;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h3,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h4 {
  border-left: 0 !important;
  color: var(--text) !important;
  font-family: var(--font-sans) !important;
  font-size: 17px !important;
  font-weight: 750 !important;
  line-height: 1.32;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-left: 0 !important;
  position: relative;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h3::before,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h4::before {
  background: var(--accent);
  border-radius: 999px;
  content: "";
  height: 1.1em;
  left: -16px;
  position: absolute;
  top: 0.1em;
  width: 3px;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h3 + p,
body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > h4 + p {
  margin-top: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > hr {
  margin-bottom: 44px !important;
  margin-top: 44px !important;
}

body.wp-child-theme-handsongeo-editorial-ink.single-post .entry-content > blockquote:first-child {
  background: var(--panel-bg) !important;
  border-left: 1px solid var(--line-soft) !important;
  border-radius: var(--radius-card) !important;
  font-size: clamp(19px, 2vw, 24px);
  margin-bottom: 40px;
  padding: 20px 22px;
}

@media (min-width: 1025px) {
  body.wp-child-theme-handsongeo-editorial-ink .geo-checker-results {
    margin-top: -4px;
  }
}

@media (max-width: 1024px) {
  body.wp-child-theme-handsongeo-editorial-ink .geo-hero-inner {
    gap: 14px;
  }

  body.wp-child-theme-handsongeo-editorial-ink .geo-hero h1 {
    max-width: 13ch !important;
  }

  body.wp-child-theme-handsongeo-editorial-ink .main-navigation {
    max-width: calc(100vw - 250px);
    overflow-x: auto;
  }

  body.wp-child-theme-handsongeo-editorial-ink .main-navigation .main-nav > ul {
    flex-wrap: nowrap;
    width: max-content;
  }
}

@media (max-width: 768px) {
  body.wp-child-theme-handsongeo-editorial-ink .inside-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: space-between;
    min-height: 0;
    padding: 14px 16px;
    position: relative;
    text-align: left;
  }

  html body.wp-child-theme-handsongeo-editorial-ink .site-branding-container {
    gap: 10px;
    max-width: calc(100vw - 84px);
  }

  html body.wp-child-theme-handsongeo-editorial-ink .site-branding {
    flex: 1 1 auto;
    min-width: 0;
  }

  html body.wp-child-theme-handsongeo-editorial-ink .site-logo .header-image.is-logo-image {
    width: min(154px, calc(100vw - 96px));
  }

  body.wp-child-theme-handsongeo-editorial-ink #mobile-menu-control-wrapper {
    clear: none;
    display: flex !important;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto !important;
    max-width: none;
    width: auto;
  }

  body.wp-child-theme-handsongeo-editorial-ink .mobile-menu-control-wrapper .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    height: 34px !important;
    justify-content: center;
    min-height: 34px !important;
    min-width: 38px !important;
    padding: 0 !important;
    width: 38px !important;
  }

  body.wp-child-theme-handsongeo-editorial-ink #site-navigation {
    clear: none;
    flex: 0 0 auto;
    left: auto;
    margin: 0 !important;
    max-width: min(200px, calc(100vw - 32px));
    order: unset;
    overflow: visible;
    position: absolute;
    right: 16px;
    top: calc(100% + 8px);
    width: min(200px, calc(100vw - 32px));
    z-index: 40;
  }

  body.wp-child-theme-handsongeo-editorial-ink #site-navigation > .inside-navigation > .menu-toggle {
    display: none !important;
  }

  body.wp-child-theme-handsongeo-editorial-ink #site-navigation > .inside-navigation {
    padding: 0 !important;
  }

  body.wp-child-theme-handsongeo-editorial-ink #site-navigation .main-nav {
    width: 100%;
  }

  body.wp-child-theme-handsongeo-editorial-ink #site-navigation .main-nav > ul {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    display: none !important;
    gap: 0;
    padding: 10px !important;
    width: 100%;
  }

  body.wp-child-theme-handsongeo-editorial-ink #site-navigation.toggled .main-nav > ul {
    display: grid !important;
  }

  body.wp-child-theme-handsongeo-editorial-ink .main-navigation .main-nav ul li a {
    border-radius: 10px !important;
    justify-content: flex-start;
    min-height: 34px;
    padding: 10px 12px !important;
  }

  body.wp-child-theme-handsongeo-editorial-ink .geo-hero-text {
    padding: 24px;
  }

  body.wp-child-theme-handsongeo-editorial-ink .geo-hero h1,
  body.wp-child-theme-handsongeo-editorial-ink h1,
  body.wp-child-theme-handsongeo-editorial-ink .entry-title,
  body.wp-child-theme-handsongeo-editorial-ink .wp-block-post-title {
    font-size: 38px !important;
  }

body.wp-child-theme-handsongeo-editorial-ink .geo-checker-grid {
    grid-template-columns: 1fr;
  }
}

body.wp-child-theme-handsongeo-editorial-ink .hogeo-social {
  display: none !important;
}

body.wp-child-theme-handsongeo-editorial-ink .hogeo-entry-kicker {
  color: var(--accent);
  display: block;
  font-family: var(--font-sans) !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .editorial-archive-header {
  margin: 0 auto;
  max-width: var(--page-shell);
  padding: 64px 24px 18px;
  width: min(var(--page-shell), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .editorial-archive-copy {
  max-width: var(--page-text);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .editorial-archive-copy p {
  color: #5C554E;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .hogeo-archive-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .hogeo-archive-cats a {
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 20px;
  color: #5C554E;
  font-size: 12.5px;
  line-height: 1;
  padding: 7px 14px;
  text-decoration: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .hogeo-archive-cats a:hover,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .hogeo-archive-cats a:focus,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .hogeo-archive-cats a.is-active {
  border-color: var(--accent);
  color: var(--accent);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .site-main {
  gap: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article {
  background: transparent !important;
  border-radius: 0 !important;
  margin: 0 auto !important;
  max-width: var(--page-shell);
  padding: 0 !important;
  width: min(var(--page-shell), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .inside-article {
  align-items: start;
  background: transparent !important;
  border-top: 1px solid var(--border);
  border-radius: 0 !important;
  display: grid !important;
  gap: 24px;
  grid-template-columns: var(--archive-date-col) var(--archive-image-col) minmax(0, 1fr) var(--archive-tag-col);
  padding: 26px 0 !important;
  transition: background-color 0.2s ease;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .inside-article:hover {
  background: var(--accent-bg) !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-header {
  display: contents;
  margin: 0;
  max-width: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-header .entry-meta {
  align-self: start;
  color: var(--text-muted) !important;
  font-size: 12px !important;
  grid-column: 1;
  grid-row: 1 / span 2;
  line-height: 1.45;
  margin: 0;
  padding-left: 10px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-header .entry-meta .updated,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-header .entry-meta .byline {
  display: none !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-title {
  grid-column: 3;
  margin: 0 0 6px !important;
  max-width: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-title a {
  color: var(--text) !important;
  font-size: 22px !important;
  line-height: 1.12 !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-summary {
  grid-column: 3;
  margin: 0 !important;
  max-width: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-summary p {
  color: #5C554E !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .post-image {
  align-self: start;
  aspect-ratio: 4 / 3;
  background: var(--accent-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: block !important;
  grid-column: 2;
  grid-row: 1 / span 2;
  line-height: 0;
  margin: 0;
  overflow: hidden;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .post-image a,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .post-image img {
  display: block;
  height: 100%;
  width: 100%;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .post-image img {
  object-fit: cover;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-summary .read-more,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta .comments-link,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta .tags-links,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta .gp-icon,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta .screen-reader-text,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta .cat-links a:not(:first-of-type) {
  display: none !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta {
  align-self: start;
  color: var(--accent) !important;
  font-size: 11px;
  grid-column: 4;
  grid-row: 1 / span 2;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 !important;
  padding-top: 2px;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta .cat-links,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta .cat-links a {
  color: var(--accent) !important;
  text-decoration: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .paging-navigation {
  margin: 0 auto;
  max-width: var(--page-shell);
  padding: 28px 24px 0;
  width: min(var(--page-shell), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .paging-navigation .nav-links {
  gap: 10px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .paging-navigation a,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .paging-navigation .current {
  color: var(--accent);
  font-size: 13px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .inside-article {
  padding: 64px 0 72px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-shell {
  margin: 0 auto;
  max-width: var(--page-shell);
  width: min(var(--page-shell), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-hero {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 300px minmax(0, 1fr);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-photo {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-meta {
  color: #5C554E;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 6px;
  line-height: 1.5;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-name {
  color: var(--text);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-meta a {
  color: var(--accent);
  text-decoration: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-intro {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: var(--page-copy);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-intro h1 {
  font-size: 42px !important;
  line-height: 1.12;
  margin: 0 !important;
  max-width: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-intro p,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-flow p {
  color: #5C554E;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-body {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-flow {
  display: grid;
  gap: 36px;
  max-width: var(--page-copy);
  width: 100%;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-content-section {
  display: grid;
  gap: 12px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-section-heading {
  align-items: center;
  display: flex;
  gap: 10px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-section-heading span {
  background: var(--accent);
  border-radius: 1px;
  display: block;
  flex: none;
  height: 16px;
  width: 3px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-section-heading h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-cards {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-card {
  display: grid;
  gap: 8px;
  padding: 20px 24px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-card + .hogeo-about-card {
  border-left: 1px solid var(--border);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-card-label {
  color: var(--text-muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .inside-article {
  padding: 80px 0 76px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-shell {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--page-shell);
  width: min(var(--page-shell), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 460px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-intro h1 {
  font-size: 44px !important;
  line-height: 1.1;
  margin: 0 !important;
  max-width: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-intro p {
  color: #5C554E;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-panel {
  display: flex;
  flex-direction: column;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-row {
  align-items: baseline;
  border-top: 1px solid var(--border);
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 18px 0;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-row:last-child {
  border-bottom: 1px solid var(--border);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-row span:first-child {
  color: #5C554E;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-row a,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-row strong {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-row a {
  color: var(--accent);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 22px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-form label {
  display: block;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-form input,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-form textarea {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text);
  display: block;
  font-size: 14px;
  padding: 11px 13px;
  resize: vertical;
  width: 100%;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-actions button {
  background: var(--accent);
  border: 0;
  border-radius: 6px;
  color: var(--accent-on);
  cursor: pointer;
  font-size: 14.5px;
  padding: 12px 22px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-actions button:hover,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-actions button:focus {
  background: var(--accent-hover);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-actions p {
  color: #5C554E;
  font-size: 12.5px;
  line-height: 1.5;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .inside-article {
  padding: 56px 0 76px;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .entry-header {
  margin: 0 auto 24px;
  max-width: var(--page-text);
  width: min(var(--page-text), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .entry-title {
  margin-bottom: 0 !important;
  max-width: 14ch !important;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-shell {
  display: grid;
  gap: 20px;
  margin: 0 auto;
  max-width: var(--page-shell);
  width: min(var(--page-shell), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-meta {
  align-items: center;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-top: 18px;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-meta .last-updated {
  color: #5C554E;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-soft) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px 32px;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section > :last-child {
  margin-bottom: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section h2 {
  margin: 0 0 16px !important;
  max-width: none;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section h3 {
  margin-top: 28px;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section p,
body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section ul,
body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section ol {
  max-width: var(--page-copy);
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section ul,
body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section ol {
  margin: 0 0 1.1em 1.25em;
  padding: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section li + li {
  margin-top: 12px;
}

body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section code {
  background: var(--accent-bg);
  border: 1px solid var(--accent-tint);
  border-radius: 4px;
  font-size: 0.95em;
  padding: 0.08em 0.34em;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .inside-article {
  padding: 56px 0 72px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .entry-header {
  margin: 0 auto 24px;
  max-width: var(--page-text);
  width: min(var(--page-text), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .entry-title {
  font-size: 40px !important;
  line-height: 1.14;
  margin-bottom: 0 !important;
  max-width: var(--page-text) !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-shell {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 220px minmax(0, 640px);
  margin: 0 auto;
  max-width: var(--page-shell);
  width: min(var(--page-shell), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-meta-rail {
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 16px;
  position: sticky;
  top: 24px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-meta-rail-group {
  display: grid;
  gap: 8px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-meta-rail-group span {
  color: #5C554E;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-meta-rail-group strong,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-meta-rail-group a {
  color: #5C554E;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-main {
  display: grid;
  gap: 30px;
  max-width: 640px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-main > .hogeo-concept-lead {
  background: transparent !important;
  border: 0 !important;
  border-left: 3px solid var(--accent) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 2px 0 2px 18px !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-main > .hogeo-concept-lead p {
  color: var(--text) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-main > h2 {
  align-items: center;
  border: 0 !important;
  display: flex;
  font-size: 22px !important;
  gap: 10px;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-main > h2::before {
  background: var(--accent);
  border-radius: 1px;
  content: "";
  display: block;
  flex: none;
  height: 16px;
  width: 3px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-main > p,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-main > ul,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-main > ol {
  color: #5C554E !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 640px !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-main > h3 {
  color: var(--text) !important;
  font-family: var(--font-sans) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post {
  --post-measure: var(--page-text);
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .inside-article {
  padding: 56px 24px 72px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-header {
  margin: 0 auto 20px;
  max-width: var(--page-text);
  width: min(var(--page-text), calc(100vw - 48px));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-title {
  font-size: 44px !important;
  line-height: 1.1;
  margin-bottom: 16px !important;
  max-width: var(--page-text) !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-meta {
  color: var(--text-muted) !important;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 12.5px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-meta a {
  color: var(--text) !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-intro,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > h2,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > h3,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > h4,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > p,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > ul,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > ol,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > table,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > .wp-block-table,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > hr {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--page-text) !important;
  width: min(var(--page-text), calc(100vw - 48px)) !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-intro {
  display: grid;
  gap: 24px;
  margin-bottom: 30px !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-tldr {
  background: var(--surface-inverted);
  border-radius: 12px;
  color: var(--bg);
  display: grid;
  gap: 10px;
  padding: 24px 26px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-kicker {
  color: var(--bar-neutral);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-tldr p:last-child {
  color: var(--bg);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-expert {
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  gap: 16px;
  padding: 20px 22px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-expert-marker {
  align-self: stretch;
  background: var(--accent);
  border-radius: 1px;
  flex: none;
  width: 3px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-expert-label {
  color: var(--accent);
  font-size: 10.5px;
  letter-spacing: 0.13em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-expert p:last-child {
  color: #5C554E;
  font-size: 15px;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-stat {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: grid;
  gap: 6px;
  padding: 16px 18px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-stat-value {
  color: var(--text);
  font-family: var(--font-serif) !important;
  font-size: 28px;
  line-height: 1;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-stat p {
  color: #5C554E;
  font-size: 12.5px;
  line-height: 1.4;
  margin: 0;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-stat-source,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-stat-source a {
  color: var(--accent);
  font-size: 11.5px;
  text-decoration: none;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > .hogeo-guide-intro + h2 {
  margin-top: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > h2 {
  align-items: center;
  border-top: 0 !important;
  display: flex !important;
  font-size: 23px !important;
  gap: 10px;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
  margin-top: 30px !important;
  padding-top: 0 !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > h2::before {
  background: var(--accent);
  border-radius: 1px;
  content: "";
  display: block;
  flex: none;
  height: 16px;
  margin: 0 !important;
  width: 3px;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > h3,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > h4 {
  color: var(--text) !important;
  font-family: var(--font-serif) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  margin-bottom: 6px !important;
  margin-top: 18px !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > h3::before,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > h4::before {
  display: none !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > p,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > ul,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > ol {
  color: #5C554E !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > table,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > .wp-block-table {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > table th,
body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-content > .wp-block-table th {
  background: var(--surface);
  color: #5C554E;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-hero,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-shell,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-concept-shell {
    grid-template-columns: 1fr;
  }

  body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .hogeo-meta-rail {
    position: static;
  }
}

@media (max-width: 900px) {
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .hogeo-guide-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .editorial-archive-header,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page .paging-navigation,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-concept-page .entry-header,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-guide-post .entry-header,
  body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .entry-header,
  body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-shell {
    width: min(100%, calc(100vw - 24px));
  }

  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .inside-article {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr);
    padding: 22px 0 !important;
  }

  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .post-image,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-header .entry-meta,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-title,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .entry-summary,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
    padding-left: 0;
  }

  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article footer.entry-meta {
    font-size: 10px;
  }

  body.wp-child-theme-handsongeo-editorial-ink.hogeo-archive-page article .post-image {
    aspect-ratio: 16 / 10;
    max-width: 100%;
  }

  body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-cards,
  body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-form-grid {
    grid-template-columns: 1fr;
  }

  body.wp-child-theme-handsongeo-editorial-ink.hogeo-about-page .hogeo-about-card + .hogeo-about-card {
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  body.wp-child-theme-handsongeo-editorial-ink.hogeo-contact-page .hogeo-contact-row {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-meta {
    align-items: start;
    flex-direction: column;
  }

  body.wp-child-theme-handsongeo-editorial-ink.privacy-policy .hogeo-privacy-section {
    padding: 22px 20px;
  }
}

html body.wp-child-theme-handsongeo-editorial-ink.home .hogeo-b1-hero h1 {
  font-size: clamp(40px, 5vw, 56px) !important;
}

@media (max-width: 640px) {
  html body.wp-child-theme-handsongeo-editorial-ink.home .hogeo-b1-hero h1 {
    font-size: 32px !important;
  }
}
