/* ============================================================
   microshop.gr theme — Space Grotesk + Inter
   Palette: #1C2321 dark | #588157 sage | #A3B18A light-sage
            #344E41 footer | #f8f7f4 off-white
   ============================================================ */

/* --- Reset & base ------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --dark:       #1C2321;
  --green:      #588157;
  --sage:       #A3B18A;
  --forest:     #344E41;
  --off-white:  #f8f7f4;
  --border:     #e8e5e0;
  --muted:      #718096;
  --body:       #4a5568;
  --white:      #ffffff;
}

html {
  scroll-behavior: smooth;
  background: #e8e5e0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--dark);
  background: var(--white);
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0 0 40px rgba(0,0,0,0.08);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* --- Topbar ------------------------------------------------- */
.topbar {
  background: var(--dark);
  padding: 8px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-left {
  display: flex;
  gap: 20px;
  align-items: center;
}

.topbar-item {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 6px;
}

.topbar-item a {
  color: rgba(255,255,255,0.6);
}

.topbar-item a:hover { color: var(--sage); }

.topbar-sep {
  width: 3px;
  height: 3px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.topbar-iso {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.45);
}

.topbar-lang {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 3px 10px;
  cursor: pointer;
  transition: color 0.15s;
}

.topbar-lang:hover { color: var(--white); }

/* --- Main nav ---------------------------------------------- */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 64px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: var(--dark);
}

.nav-logo span { color: var(--green); }

.nav-links {
  display: flex;
  height: 100%;
}

.nav-links a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--body);
  height: 100%;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--dark);
  border-bottom-color: var(--green);
}

.nav-cta {
  background: var(--green);
  color: var(--white) !important;
  border: none !important;
  padding: 0 22px !important;
  height: 36px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.nav-cta:hover { background: var(--dark); }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: var(--dark);
}

/* --- Hero --------------------------------------------------- */
.hero {
  position: relative;
  min-height: 580px;
  background: var(--dark);
  display: flex;
  align-items: center;
  padding: 80px 48px;
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(255,255,255,0.018) 60px, rgba(255,255,255,0.018) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(255,255,255,0.018) 60px, rgba(255,255,255,0.018) 61px);
}

.hero-circle {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(88,129,87,0.18);
}

.hero-circle-2 {
  position: absolute;
  right: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 720px;
  height: 720px;
  border-radius: 50%;
  border: 1px solid rgba(88,129,87,0.09);
}

.hero-content {
  position: relative;
  max-width: 600px;
}

.hero-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--sage);
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}

.hero h1 em {
  color: var(--sage);
  font-style: normal;
}

.hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 460px;
}

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--green);
  color: var(--white);
  padding: 13px 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background 0.15s;
}

.btn-primary:hover { background: var(--forest); color: var(--white); }

.btn-ghost {
  background: transparent;
  color: rgba(255,255,255,0.85);
  padding: 13px 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.35);
  cursor: pointer;
  display: inline-block;
  transition: border-color 0.15s, color 0.15s;
}

.btn-ghost:hover { border-color: rgba(255,255,255,0.7); color: var(--white); }

/* --- Stats strip ------------------------------------------- */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
}

.stat {
  padding: 28px 36px;
  border-right: 1px solid var(--border);
}

.stat:last-child { border-right: none; }

.stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
}

.stat-num sup {
  color: var(--green);
  font-size: 18px;
  vertical-align: super;
}

.stat-label {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}

/* --- Section label (shared home + inner) ------------------- */
.section-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* --- Legacy page-body (no longer constrains layout) -------- */
.page-body { display: block; }

/* ============================================================
   INNER PAGE DESIGN SYSTEM
   ============================================================ */

/* ── Hero ─────────────────────────────────────────────────── */
.ip-hero {
  background: var(--dark);
  position: relative;
  overflow: hidden;
  padding: 88px 48px 80px;
}
.ip-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(255,255,255,0.013) 60px, rgba(255,255,255,0.013) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(255,255,255,0.013) 60px, rgba(255,255,255,0.013) 61px);
  pointer-events: none;
}
.ip-hero::after {
  content: '';
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(88,129,87,0.12);
  pointer-events: none;
}
.ip-hero-inner {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
}
.ip-hero .ip-breadcrumb {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ip-hero .ip-breadcrumb a { color: rgba(255,255,255,0.3); }
.ip-hero .ip-breadcrumb a:hover { color: var(--sage); }
.ip-hero-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--sage);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ip-hero h1 {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 22px;
  max-width: 760px;
}
.ip-hero h1 em { color: var(--sage); font-style: normal; }
.ip-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  max-width: 580px;
}

/* ── Section wrappers ─────────────────────────────────────── */
.ip-section {
  padding: 80px 48px;
  max-width: 1100px;
  margin: 0 auto;
}
.ip-section-full { padding: 80px 48px; }

/* ── Centered intro ───────────────────────────────────────── */
.ip-intro { text-align: center; max-width: 700px; margin: 0 auto; }
.ip-intro h2 { font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.8px; margin-bottom: 16px; }
.ip-intro p { font-size: 16px; color: var(--body); line-height: 1.8; }

/* ── Split layout ─────────────────────────────────────────── */
.ip-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.ip-split-rev { direction: rtl; }
.ip-split-rev > * { direction: ltr; }

.ip-split-text .label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ip-split-text h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  letter-spacing: -0.8px;
  margin-bottom: 18px;
  line-height: 1.1;
}
.ip-split-text h3 {
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  line-height: 1.15;
}
.ip-split-text p {
  font-size: 15px;
  color: var(--body);
  line-height: 1.8;
  margin-bottom: 14px;
}
.ip-split-text ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ip-split-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--body);
  line-height: 1.6;
}
.ip-split-text ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
  background: var(--green);
  margin-top: 7px;
  display: block;
}
.ip-split-visual {
  background: var(--off-white);
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.ip-split-visual svg {
  width: 80px;
  height: 80px;
  color: var(--border);
  stroke: currentColor;
  opacity: 0.5;
}

/* ── Feature grid ─────────────────────────────────────────── */
.ip-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.ip-feature-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.ip-feature-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

.ip-feature-card {
  background: var(--white);
  padding: 36px 32px;
  transition: background 0.15s;
}
.ip-feature-card:hover { background: var(--off-white); }

.ip-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ip-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--green);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ip-feature-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  line-height: 1.25;
  color: var(--dark);
}
.ip-feature-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
}

/* ── Grid header (above feature grid) ────────────────────── */
.ip-grid-header {
  margin-bottom: 48px;
}
.ip-grid-header h2 {
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}
.ip-grid-header p {
  font-size: 15px;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.7;
}

/* ── Dark band ────────────────────────────────────────────── */
.ip-dark-band {
  background: var(--forest);
  padding: 80px 48px;
}
.ip-dark-band-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ip-dark-band h2 {
  font-size: clamp(26px, 3vw, 38px);
  color: var(--white);
  letter-spacing: -0.8px;
  margin-bottom: 16px;
  line-height: 1.1;
}
.ip-dark-band p {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
}
.ip-dark-band ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ip-dark-band ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}
.ip-dark-band ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  background: var(--sage);
  margin-top: 7px;
  display: block;
}

/* ── Steps ────────────────────────────────────────────────── */
.ip-steps { display: grid; gap: 0; }
.ip-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
  padding: 32px 0;
}
.ip-steps .ip-step:last-child { border-bottom: 1px solid var(--border); }
.ip-step-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--sage);
  letter-spacing: 1px;
  padding-top: 3px;
}
.ip-step-body h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.2px;
  color: var(--dark);
}
.ip-step-body p {
  font-size: 14px;
  color: var(--body);
  line-height: 1.7;
}

/* ── Stat band ────────────────────────────────────────────── */
.ip-stat-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.ip-stat-band.cols-4 { grid-template-columns: repeat(4, 1fr); }
.ip-stat-item {
  padding: 40px 36px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ip-stat-item .num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
  letter-spacing: -2px;
}
.ip-stat-item .num sup {
  font-size: 22px;
  color: var(--green);
  vertical-align: super;
  letter-spacing: 0;
}
.ip-stat-item .lbl {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-top: 10px;
}
.ip-stat-item .sub {
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.5;
}

/* ── CTA bottom ───────────────────────────────────────────── */
.ip-cta {
  background: var(--dark);
  padding: 88px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ip-cta::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 640px;
  border-radius: 50%;
  border: 1px solid rgba(88,129,87,0.1);
  pointer-events: none;
}
.ip-cta::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 920px;
  height: 920px;
  border-radius: 50%;
  border: 1px solid rgba(88,129,87,0.05);
  pointer-events: none;
}
.ip-cta-inner { position: relative; }
.ip-cta h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--white);
  letter-spacing: -1.2px;
  margin-bottom: 16px;
  line-height: 1.05;
}
.ip-cta p {
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 36px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
.ip-cta .btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Contact grid ─────────────────────────────────────────── */
.ip-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 64px;
}
.ip-contact-card {
  background: var(--white);
  padding: 40px 32px;
}
.ip-contact-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--sage);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ip-contact-card .value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.ip-contact-card .value a { color: var(--dark); }
.ip-contact-card .value a:hover { color: var(--green); }
.ip-contact-card .note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.6;
}

/* ── FAQ ──────────────────────────────────────────────────── */
.ip-faq { }
.ip-faq-item {
  border-top: 1px solid var(--border);
  padding: 28px 0;
}
.ip-faq-item:last-child { border-bottom: 1px solid var(--border); }
.ip-faq-item h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  color: var(--dark);
}
.ip-faq-item p {
  font-size: 14px;
  color: var(--body);
  line-height: 1.75;
}

/* ── Pull quote ───────────────────────────────────────────── */
.ip-pull {
  border-left: 3px solid var(--green);
  padding: 16px 28px;
  background: var(--off-white);
  margin: 40px 0;
}
.ip-pull p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  letter-spacing: -0.2px;
  line-height: 1.5;
}

/* ── Responsive inner pages ───────────────────────────────── */
@media (max-width: 900px) {
  .ip-hero, .ip-section-full, .ip-dark-band, .ip-cta { padding-left: 24px; padding-right: 24px; }
  .ip-section { padding: 56px 24px; }
  .ip-split { grid-template-columns: 1fr; gap: 40px; direction: ltr !important; }
  .ip-split-rev > * { direction: ltr; }
  .ip-feature-grid,
  .ip-feature-grid.cols-2,
  .ip-feature-grid.cols-4 { grid-template-columns: 1fr; }
  .ip-stat-band,
  .ip-stat-band.cols-4 { grid-template-columns: 1fr 1fr; }
  .ip-contact-grid { grid-template-columns: 1fr; }
  .ip-dark-band-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .ip-stat-band,
  .ip-stat-band.cols-4 { grid-template-columns: 1fr; }
  .ip-hero h1 { font-size: 28px; letter-spacing: -1px; }
  .ip-cta h2 { font-size: 26px; }
}

/* --- Homepage sections ------------------------------------- */
.home-content {
  padding: 80px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Services grid ----------------------------------------- */
.services-section {
  padding: 80px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

/* .svc is alias for .svc-item (used in page.html) */
.svc { display: flex; gap: 20px; padding: 28px 32px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); transition: background 0.15s; }
.svc:hover { background: var(--off-white); }

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}

.services-header h2 {
  font-size: 36px;
  letter-spacing: -0.8px;
}

.services-header-note {
  font-size: 14px;
  color: var(--muted);
  max-width: 280px;
  text-align: right;
  line-height: 1.65;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.svc-item {
  display: flex;
  gap: 20px;
  padding: 28px 32px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}

.svc-item:hover { background: var(--off-white); }

.svc-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--sage);
  letter-spacing: 1px;
  flex-shrink: 0;
  width: 28px;
  padding-top: 2px;
}

.svc-body h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--dark);
  line-height: 1.3;
}

.svc-body p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

/* --- About section ----------------------------------------- */
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 80px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-img {
  background: var(--off-white);
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 13px;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text .section-label { margin-bottom: 14px; }

.about-text h2 {
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.8px;
  margin-bottom: 20px;
  line-height: 1.1;
}

.about-text p {
  font-size: 15px;
  color: var(--body);
  line-height: 1.8;
  margin-bottom: 14px;
}

.points {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.point-dot {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.point-dot span {
  font-size: 11px;
  color: var(--sage);
  font-weight: 700;
}

.point-body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 3px;
}

.point-body p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- Quote band -------------------------------------------- */
.quote-band {
  background: var(--forest);
  padding: 72px 48px;
  text-align: center;
}

.quote-band blockquote {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 500;
  color: var(--white);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.45;
  letter-spacing: -0.2px;
}

.quote-band cite {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: var(--sage);
  font-style: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* --- CTA section ------------------------------------------- */
.cta-section {
  padding: 88px 48px;
  background: var(--off-white);
  text-align: center;
}

.cta-section h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 12px;
}

.cta-section p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 32px;
}

.cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-dark {
  background: var(--dark);
  color: var(--white);
  padding: 14px 32px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background 0.15s;
}

.btn-dark:hover { background: var(--forest); color: var(--white); }

.btn-outline {
  background: transparent;
  color: var(--body);
  padding: 14px 32px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  border: 1px solid var(--border);
  cursor: pointer;
  display: inline-block;
  transition: border-color 0.15s;
}

.btn-outline:hover { border-color: var(--dark); }

/* --- Blog listing ------------------------------------------ */
.blog-section {
  padding: 64px 48px;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 48px;
}

.post-card {
  background: var(--white);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.post-card:hover { background: var(--off-white); }

.post-card-meta {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--sage);
  text-transform: uppercase;
}

.post-card h2 {
  font-size: 20px;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.post-card h2 a { color: var(--dark); }
.post-card h2 a:hover { color: var(--green); }

.post-card-excerpt {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}

.post-card-link {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.post-card-link::after { content: ' →'; }

/* --- Single post ------------------------------------------- */
.post-section {
  padding: 64px 48px;
  max-width: 780px;
}

.post-section h1 {
  font-size: 40px;
  letter-spacing: -1px;
  margin-bottom: 16px;
  line-height: 1.1;
}

.post-meta {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 16px;
}

.post-content h2 { font-size: 26px; letter-spacing: -0.5px; margin: 2.5rem 0 1rem; }
.post-content h3 { font-size: 20px; margin: 2rem 0 0.75rem; }
.post-content p  { margin-bottom: 1.25rem; color: var(--body); line-height: 1.8; }
.post-content ul { margin: 1rem 0 1.5rem 1.5rem; list-style: disc; }
.post-content ul li { margin-bottom: 0.5rem; color: var(--body); }
.post-content img { margin: 2rem 0; border: 1px solid var(--border); }
.post-content a  { color: var(--green); text-decoration: underline; }

.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.post-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--green);
  border: 1px solid var(--sage);
  padding: 4px 12px;
}

/* --- Footer ------------------------------------------------- */
.site-footer {
  background: var(--dark);
  padding: 56px 48px 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .nav-logo { color: var(--white); }

.footer-brand p {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-top: 14px;
  line-height: 1.65;
}

.footer-contact {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-contact a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  transition: color 0.15s;
}

.footer-contact a:hover { color: var(--sage); }

.footer-col h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--sage);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-col ul { display: flex; flex-direction: column; gap: 10px; }

.footer-col a {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  transition: color 0.15s;
}

.footer-col a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom span {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

.iso-badge {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--sage);
  border: 1px solid rgba(163,177,138,0.3);
  padding: 4px 12px;
}

/* --- Responsive -------------------------------------------- */
@media (max-width: 900px) {
  .topbar { padding: 8px 24px; }
  .topbar-item:nth-child(3), .topbar-sep:nth-child(4) { display: none; }

  .site-nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); height: auto; padding: 12px 0; z-index: 200; }
  .nav-links.open a { height: 44px; padding: 0 24px; border-bottom: none; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }

  .hero { padding: 64px 24px; min-height: auto; }
  .hero-circle, .hero-circle-2 { display: none; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 20px 24px; }

  .page-header { padding: 36px 24px; }
  .page-body, .home-content, .services-section, .blog-section, .post-section, .cta-section, .quote-band { padding-left: 24px; padding-right: 24px; }

  .services-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .services-header-note { text-align: left; }
  .services-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 600px) {
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .hero h1 { font-size: 32px; }
  .cta-section h2 { font-size: 28px; }
}
