/*
Theme Name: EB Media Tech
Theme URI: https://example.com/
Author: EB Media
Description: Tema tech, responsive ed editabile per EB Media Studio.
Version: 1.0.0
Text Domain: ebmedia-tech
*/

:root {
  --bg: #efe1cb;
  --paper: #fbf5ea;
  --paper-2: #f4e8d4;
  --ink: #0b0f14;
  --ink-soft: #4f4a43;
  --forest: #0b4c52;
  --teal: #118f98;
  --sage: #7f9c8f;
  --sand: #ddc3a0;
  --copper: #f2a11e;
  --line: rgba(11, 15, 20, 0.08);
  --shadow: 0 24px 64px rgba(11, 15, 20, 0.12);
  --shadow-soft: 0 12px 28px rgba(11, 15, 20, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "IBM Plex Sans", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(242, 161, 30, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(17, 143, 152, 0.16), transparent 22%),
    linear-gradient(180deg, #f8ecda 0%, var(--bg) 44%, #e6d2b4 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.52;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='156' viewBox='0 0 180 156'%3E%3Cdefs%3E%3Cpattern id='hex' width='90' height='78' patternUnits='userSpaceOnUse'%3E%3Cpath d='M45 3 80 23v40L45 83 10 63V23Z' fill='none' stroke='%230b4c52' stroke-opacity='.18' stroke-width='1.6'/%3E%3Cpath d='M10 23 45 3 80 23M10 63 45 83 80 63' fill='none' stroke='%23118f98' stroke-opacity='.10' stroke-width='1.1'/%3E%3Ccircle cx='45' cy='43' r='1.8' fill='%23f2a11e' fill-opacity='.18'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='180' height='156' fill='url(%23hex)'/%3E%3C/svg%3E");
  background-size: 180px 156px;
  mix-blend-mode: normal;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(120deg, transparent 0 44%, rgba(17, 160, 171, 0.16) 44% 46%, transparent 46% 100%),
    linear-gradient(60deg, transparent 0 44%, rgba(242, 161, 30, 0.14) 44% 46%, transparent 46% 100%);
  background-size: 150px 132px, 150px 132px;
  z-index: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100vw - 32px));
  margin: 0 auto;
}

.ebmedia-elementor-home .elementor-section.site-shell {
  width: min(1380px, calc(100vw - 32px));
  margin-right: auto;
  margin-left: auto;
}

.ebmedia-elementor-home .elementor-section.site-shell > .elementor-container {
  max-width: none;
}

.ebmedia-elementor-home .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  padding: 0 0 10px;
}

.header-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(251, 245, 234, 0.84);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(11, 15, 20, 0.06);
  box-shadow: 0 12px 24px rgba(11, 15, 20, 0.08);
  flex: 0 0 auto;
}

.brand-icon img,
.brand-icon .custom-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy strong {
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.brand-copy span {
  font-size: 12px;
  color: var(--ink-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.primary-menu,
.footer-menu,
.widget-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.primary-menu a,
.footer-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  transition: background 150ms ease, color 150ms ease, transform 150ms ease;
}

.primary-menu a:hover,
.footer-menu a:hover {
  background: rgba(17, 143, 152, 0.08);
  color: var(--forest);
  transform: translateY(-1px);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.elementor-widget-button.btn .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-cta {
  color: #fff;
  background: linear-gradient(145deg, var(--forest), var(--teal));
  box-shadow: 0 16px 30px rgba(11, 76, 82, 0.22);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, var(--forest), var(--teal));
  box-shadow: 0 16px 30px rgba(11, 76, 82, 0.2);
}

.elementor-widget-button.btn-primary .elementor-button {
  color: #fff;
  background: linear-gradient(145deg, var(--forest), var(--teal));
  box-shadow: 0 16px 30px rgba(11, 76, 82, 0.2);
}

.btn-secondary {
  color: var(--forest);
  background: rgba(251, 245, 234, 0.82);
  border-color: rgba(17, 143, 152, 0.14);
}

.elementor-widget-button.btn-secondary .elementor-button {
  color: var(--forest);
  background: rgba(251, 245, 234, 0.82);
  border-color: rgba(17, 143, 152, 0.14);
}

.btn:hover,
.nav-cta:hover,
.elementor-widget-button.btn .elementor-button:hover {
  transform: translateY(-1px);
}

.btn-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(251, 245, 234, 0.82);
}

.menu-toggle-lines {
  width: 16px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after,
.menu-toggle-lines {
  background: linear-gradient(currentColor, currentColor) center 5px/16px 2px no-repeat;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.menu-toggle-lines::before { top: 0; }
.menu-toggle-lines::after { bottom: 0; }

.site-main {
  display: grid;
  gap: 28px;
  padding-bottom: 70px;
}

.home-hero,
.section-block,
.split-band,
.cta-band,
.page-hero,
.content-layout {
  padding-top: 0;
}

.home-hero {
  padding-top: 10px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.home-hero.elementor-section > .elementor-container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.home-hero.elementor-section > .elementor-container > .elementor-column {
  width: auto !important;
}

.hero-copy-panel,
.hero-side-panel,
.info-card,
.stat-card,
.accent-card,
.post-card,
.page-hero-inner,
.widget,
.content-area,
.sidebar-area,
.cta-band {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(251, 245, 234, 0.88);
  box-shadow: var(--shadow);
}

.hero-copy-panel,
.hero-side-panel {
  padding: clamp(24px, 3.6vw, 46px);
}

.hero-copy-panel {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.hero-copy-panel > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0 !important;
}

.hero-copy-panel .elementor-inner-section > .elementor-container {
  max-width: none;
}

.hero-copy-panel::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 161, 30, 0.16), transparent 68%);
  pointer-events: none;
}

.eyebrow,
.page-kicker,
.card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
  background: rgba(17, 143, 152, 0.08);
  border: 1px solid rgba(17, 143, 152, 0.1);
}

.hero-copy-panel h1,
.page-hero h1,
.accent-card h2 {
  margin: 16px 0 14px;
  font-family: "Exo 2", sans-serif;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.hero-copy-panel h1 {
  max-width: 14ch;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.hero-copy-panel .elementor-heading-title {
  color: var(--ink);
}

.hero-copy-panel .eyebrow .elementor-heading-title {
  color: var(--forest);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-lead,
.page-summary,
.stat-card p,
.accent-card p,
.info-card p,
.post-card p,
.widget p,
.content-area,
.footer-brand p {
  color: var(--ink-soft);
  line-height: 1.75;
}

.hero-lead {
  max-width: 62ch;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 24px;
}

.hero-actions.elementor-inner-section {
  margin: 26px 0 24px;
}

.hero-actions.elementor-inner-section > .elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions.elementor-inner-section > .elementor-container > .elementor-column {
  width: auto !important;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: auto;
  align-items: stretch;
}

.hero-metrics.elementor-inner-section {
  display: block;
  width: 100%;
  margin-top: auto;
}

.hero-metrics.elementor-inner-section > .elementor-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: none;
  width: 100%;
}

.hero-metrics.elementor-inner-section > .elementor-container > .elementor-column {
  width: 100% !important;
}

.metric > .elementor-widget-wrap {
  display: block;
  padding: 0 !important;
}

.hero-actions.elementor-widget-html,
.hero-metrics.elementor-widget-html {
  width: 100%;
}

.hero-actions.elementor-widget-html .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-metrics.elementor-widget-html .elementor-widget-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.metric,
.stack-item,
.info-card,
.post-card,
.widget {
  padding: 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(248, 241, 228, 0.96), rgba(240, 227, 205, 0.88));
  border: 1px solid rgba(11, 15, 20, 0.06);
}

.metric strong,
.accent-card h2,
.section-head h2 {
  font-family: "Exo 2", sans-serif;
}

.metric strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
  color: var(--forest);
  margin-bottom: 6px;
}

.metric-label {
  display: block;
  margin-bottom: 6px;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--forest);
  letter-spacing: -0.02em;
}

.metric span {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.hero-side-panel {
  display: grid;
  gap: 14px;
  align-self: start;
  justify-items: stretch;
}

.hero-side-panel > .elementor-widget-wrap {
  padding: 0 !important;
}

.hero-side-panel > * {
  align-self: start;
}

.stat-card.dark,
.accent-card.dark {
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(6, 61, 66, 0.99), rgba(15, 126, 136, 0.99));
  box-shadow: 0 28px 70px rgba(11, 15, 20, 0.18);
}

.stat-card.light,
.accent-card.light {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(251, 245, 234, 0.98), rgba(240, 227, 205, 0.9));
}

.stat-card.light h2 {
  margin-bottom: 10px;
}

.stat-card.light p {
  margin: 0 0 14px;
  color: var(--ink-soft);
}

.philosophy-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
}

.philosophy-card > .elementor-widget-wrap {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 0 !important;
}

.philosophy-figure {
  width: min(230px, 72%) !important;
  max-width: 230px !important;
  margin: 2px auto 0;
  padding: 16px 16px 0;
  border-radius: 30px 30px 20px 20px;
  background:
    radial-gradient(circle at 50% 12%, rgba(22, 165, 168, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 233, 211, 0.25));
  border: 1px solid rgba(22, 165, 168, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 34px rgba(11, 15, 20, 0.08);
}

.philosophy-figure img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.philosophy-copy {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.philosophy-copy h2 {
  max-width: 11ch;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.philosophy-card .elementor-widget-heading .elementor-heading-title {
  max-width: 11ch;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: var(--ink);
}

.philosophy-copy p {
  max-width: 44ch;
  margin-right: auto;
  margin-left: auto;
}

.philosophy-focus {
  grid-template-columns: 1fr;
  width: min(100%, 520px);
  margin: 2px auto 0;
  gap: 12px;
}

.philosophy-focus.elementor-inner-section > .elementor-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: none;
  width: 100%;
}

.card-grid.elementor-section,
.philosophy-focus.elementor-inner-section {
  display: block;
}

.philosophy-focus.elementor-inner-section > .elementor-container > .elementor-column {
  width: 100% !important;
}

.philosophy-focus .focus-item {
  padding: 14px 18px;
  text-align: center;
}

.stat-card.dark .stat-label,
.accent-card.dark .card-tag {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.stat-card.dark h2,
.accent-card.dark h2,
.accent-card.dark p,
.accent-card.dark li {
  color: #fff;
}

.accent-card.dark h2 {
  margin-bottom: 16px;
  line-height: 1.02;
}

.accent-card.dark p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.9);
}

.accent-card.dark li {
  color: rgba(255, 255, 255, 0.94);
}

.accent-card.dark .check-list {
  margin-top: 22px;
}

.stat-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
  background: rgba(17, 143, 152, 0.08);
}

.stat-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.stack-card {
  display: grid;
  gap: 10px;
}

.micro-points {
  display: grid;
  gap: 10px;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.focus-item {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(251, 245, 234, 0.88);
  border: 1px solid rgba(11, 15, 20, 0.06);
  box-shadow: 0 10px 20px rgba(11, 15, 20, 0.05);
}

.focus-item strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Exo 2", sans-serif;
  color: var(--forest);
}

.focus-item span {
  display: block;
  color: var(--ink-soft);
  line-height: 1.55;
  font-size: 12px;
}

.stack-item strong,
.info-card h3,
.post-card h3,
.widget-title {
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
}

.stack-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--forest);
  font-size: 14px;
}

.stack-item span {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.section-block {
  padding-top: 8px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-head.elementor-inner-section > .elementor-container,
.section-head.elementor-section > .elementor-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  max-width: none;
}

.section-head.elementor-inner-section > .elementor-container > .elementor-column,
.section-head.elementor-section > .elementor-container > .elementor-column {
  width: auto;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.section-head p {
  max-width: 52ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.card-grid {
  display: grid;
  gap: 14px;
}

.card-grid.elementor-section > .elementor-container {
  display: grid;
  gap: 14px;
  max-width: none;
}

.card-grid.elementor-section > .elementor-container > .elementor-column {
  width: auto;
}

.card-grid.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid.four-up.elementor-section > .elementor-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.three-up.elementor-section > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.two-up.elementor-section > .elementor-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.one-up {
  grid-template-columns: minmax(0, 1fr);
}

.card-grid.one-up.elementor-section > .elementor-container {
  grid-template-columns: minmax(0, 1fr);
}

.info-card > .elementor-widget-wrap,
.accent-card > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  padding: 0 !important;
}

.info-card h3,
.post-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--forest);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-kicker .elementor-heading-title {
  color: var(--forest);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.split-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.split-band.elementor-section > .elementor-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: none;
  width: 100%;
}

.split-band.elementor-section > .elementor-container > .elementor-column {
  width: auto !important;
}

.split-band.elementor-section,
.check-list.elementor-inner-section {
  display: block;
}

.check-list.elementor-inner-section > .elementor-container {
  display: grid;
  gap: 10px;
  max-width: none;
  width: 100%;
}

.check-list.elementor-inner-section > .elementor-container > .elementor-column {
  width: auto !important;
  min-width: 0;
}

.accent-card {
  padding: 24px;
}

.accent-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  letter-spacing: -0.04em;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.check-list li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(248, 241, 228, 0.12);
  border: 1px solid rgba(248, 241, 228, 0.14);
}

.check-item {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(11, 15, 20, 0.06);
}

.check-item strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Exo 2", sans-serif;
  color: var(--forest);
}

.check-item span {
  display: block;
  color: var(--ink-soft);
  line-height: 1.6;
}

.accent-card.light {
  background: linear-gradient(180deg, rgba(248, 241, 228, 0.96), rgba(240, 227, 205, 0.88));
}

.accent-card.light .check-list li {
  background: rgba(251, 245, 234, 0.72);
  border-color: rgba(11, 15, 20, 0.06);
}

.mini-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 8px;
}

.mini-list li {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(11, 15, 20, 0.06);
  color: var(--ink-soft);
}

.feature-card {
  min-height: 100%;
}

.post-card h3 a {
  color: inherit;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
}

.read-more {
  display: inline-flex;
  margin-top: 14px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
}

.cta-band h2 {
  margin: 0 0 8px;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  line-height: 1;
}

.page-hero {
  padding-top: 8px;
}

.page-hero-inner {
  padding: clamp(24px, 3.8vw, 46px);
}

.page-hero h1 {
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  max-width: 14ch;
}

.single-meta,
.archive-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-meta {
  margin-top: 16px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
}

.content-area,
.sidebar-area {
  padding: 24px;
  border-radius: var(--radius-xl);
  background: rgba(251, 245, 234, 0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.content-area > *:first-child {
  margin-top: 0;
}

.content-area > *:last-child {
  margin-bottom: 0;
}

.content-area :where(h2, h3, h4) {
  font-family: "Exo 2", sans-serif;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.content-area :where(p, li) {
  line-height: 1.75;
  color: var(--ink-soft);
}

.content-area :where(ul, ol) {
  padding-left: 20px;
}

.content-area :where(blockquote) {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--teal);
  background: rgba(17, 143, 152, 0.06);
  border-radius: 0 18px 18px 0;
}

.comments-area {
  margin-top: 18px;
}

.widget + .widget {
  margin-top: 14px;
}

.widget-title {
  margin: 0 0 10px;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.widget-links {
  display: grid;
  gap: 8px;
}

.widget-links a {
  color: var(--forest);
  font-weight: 700;
}

.site-footer {
  padding: 0 0 24px;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(251, 245, 234, 0.8);
  box-shadow: var(--shadow-soft);
}

.footer-brand strong {
  display: block;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
}

.footer-brand p,
.footer-meta {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
}

.wp-block-image img,
.entry-content img {
  border-radius: 18px;
}

.alignwide {
  width: min(100%, 1200px);
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.wp-block-buttons .wp-block-button__link {
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 18px;
}

.page-numbers,
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  margin: 2px;
  border-radius: 999px;
  background: rgba(251, 245, 234, 0.82);
  border: 1px solid var(--line);
}

@media (max-width: 1180px) {
  .hero-grid,
  .home-hero.elementor-section > .elementor-container,
  .split-band,
  .split-band.elementor-section > .elementor-container,
  .content-layout,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .card-grid.four-up,
  .card-grid.one-up,
  .card-grid.two-up,
  .card-grid.three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid.four-up.elementor-section > .elementor-container,
  .card-grid.one-up.elementor-section > .elementor-container,
  .card-grid.two-up.elementor-section > .elementor-container,
  .card-grid.three-up.elementor-section > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-metrics.elementor-widget-html .elementor-widget-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 0;
    padding: 0;
  }

  .header-shell {
    border-radius: 28px;
    padding: 16px;
    grid-template-columns: 1fr auto;
  }

  .brand-copy span {
    white-space: normal;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    padding-top: 10px;
  }

  .site-nav.is-open {
    display: grid;
    gap: 10px;
  }

  .nav-cta,
  .cal-nav-cta {
    display: none;
  }

  .primary-menu {
    justify-content: flex-start;
  }

  .nav-cta {
    justify-self: start;
  }

  .hero-copy-panel h1,
  .page-hero h1 {
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .nav-cta {
    width: 100%;
  }

  .hero-metrics,
  .card-grid.four-up,
  .card-grid.one-up,
  .card-grid.two-up,
  .card-grid.three-up {
    grid-template-columns: 1fr;
  }

  .hero-metrics.elementor-widget-html .elementor-widget-container,
  .card-grid.four-up.elementor-section > .elementor-container,
  .card-grid.one-up.elementor-section > .elementor-container,
  .card-grid.two-up.elementor-section > .elementor-container,
  .card-grid.three-up.elementor-section > .elementor-container {
    grid-template-columns: 1fr;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }

  .section-head,
  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-shell {
    align-items: flex-start;
  }

  .footer-meta {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: min(100vw - 18px, 1380px);
  }

  .hero-copy-panel,
  .hero-side-panel,
  .accent-card,
  .post-card,
  .page-hero-inner,
  .content-area,
  .sidebar-area,
  .cta-band {
    border-radius: 24px;
  }

  .hero-copy-panel {
    min-height: auto;
  }

  .hero-copy-panel h1 {
    font-size: clamp(2.35rem, 12vw, 2.9rem);
    line-height: 1.02;
  }

  .page-hero h1 {
    font-size: 2.4rem;
  }
}
