/* Peach Growth design system.
   Loaded after Divi by the peachgrowth-design must-use plugin. Page sections are plain HTML
   inside Divi 5 Code modules and everything page-level is scoped under .pg, so nothing here
   leaks into Divi modules that are not ours. */

:root {
  --pg-cream: #f9f6f0;
  --pg-sand: #f2eadd;
  --pg-coral: #ff746d;
  --pg-coral-deep: #c7372f;
  --pg-coral-soft: #ffe3de;
  --pg-green: #639b4b;
  --pg-green-deep: #4a7a36;
  --pg-green-soft: #e4eedc;
  --pg-ink: #161412;
  --pg-body: #3d3935;
  --pg-muted: #6b645d;
  --pg-line: #e6ddcf;
  --pg-radius: 18px;
  --pg-shadow: 6px 6px 0 var(--pg-ink);
  --pg-shadow-sm: 4px 4px 0 var(--pg-ink);
  --pg-wrap: 1180px;
  --pg-gutter: clamp(20px, 4vw, 40px);
  --pg-font: 'Figtree', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

body { background: var(--pg-cream) !important; font-family: var(--pg-font); -webkit-font-smoothing: antialiased; }
#page-container { overflow-x: clip; }
#et-main-area, #main-content { background: var(--pg-cream) !important; }

/* ---------- Divi 5 shells: one section > row > column > code module per block ---------- */
.et_pb_section.pg-shell { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: none !important; background: transparent !important; border-radius: 0 !important; }
.et_pb_section.pg-shell > .et_pb_row { display: block !important; width: 100% !important; max-width: none !important; padding: 0 !important; margin: 0 !important; background: transparent !important; }
.et_pb_section.pg-shell .et_pb_column { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.et_pb_section.pg-shell .et_pb_code { margin: 0 !important; padding: 0 !important; }

/* ---------- Base ---------- */
.pg { font-family: var(--pg-font); font-size: 17px; line-height: 1.65; color: var(--pg-body); font-weight: 400; }
.pg *, .pg *::before, .pg *::after { box-sizing: border-box; }
.pg-wrap { width: 100%; max-width: calc(var(--pg-wrap) + 2 * var(--pg-gutter)); margin-inline: auto; padding-inline: var(--pg-gutter); }
.pg-section { padding-block: clamp(64px, 9vw, 112px); }
.pg-section--tight { padding-block: clamp(44px, 6vw, 72px); }
.pg-section--sand { background: var(--pg-sand); }
.pg-section--white { background: #fff; }
.pg-section--ink { background: var(--pg-ink); color: #d9d3cb; }
.pg-section--coral { background: var(--pg-coral); color: var(--pg-ink); }

.pg h1, .pg h2, .pg h3, .pg h4 { font-family: var(--pg-font) !important; color: var(--pg-ink); padding: 0; margin: 0; letter-spacing: -0.025em; }
.pg h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.03; font-weight: 800; }
.pg h2 { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.08; font-weight: 800; }
.pg h3 { font-size: 1.28rem; line-height: 1.3; font-weight: 700; letter-spacing: -0.01em; }
.pg-section--ink h1, .pg-section--ink h2, .pg-section--ink h3 { color: #fff; }
.pg p { padding: 0; margin: 0 0 1em; }
.pg p:last-child { margin-bottom: 0; }
.pg a { color: var(--pg-coral-deep); text-decoration: none; }
.pg a:focus-visible, .pg summary:focus-visible { outline: 3px solid var(--pg-coral); outline-offset: 3px; border-radius: 6px; }
.pg img { max-width: 100%; height: auto; }

.pg .pg-lede { font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.55; color: var(--pg-body); max-width: 36em; }
.pg-section--ink .pg-lede { color: #d9d3cb; }
.pg .pg-muted { color: var(--pg-muted); }
.pg .pg-eyebrow { display: inline-flex; align-items: center; gap: 0.6em; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pg-green-deep); margin: 0 0 18px; line-height: 1.3; }
.pg .pg-eyebrow::before { content: ""; flex: none; width: 10px; height: 10px; border-radius: 50%; background: var(--pg-coral); box-shadow: 0 0 0 2px var(--pg-ink); }
.pg-section--ink .pg-eyebrow { color: var(--pg-coral); }
.pg-section--ink .pg-eyebrow::before { box-shadow: 0 0 0 2px #fff; }
.pg-section--coral .pg-eyebrow { color: var(--pg-ink); }
.pg-section--coral .pg-eyebrow::before { background: #fff; }
.pg .pg-mark { background: linear-gradient(transparent 58%, var(--pg-coral) 58%, var(--pg-coral) 92%, transparent 92%); padding-inline: 0.06em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.pg-section--coral .pg-mark { background: linear-gradient(transparent 58%, #fff 58%, #fff 92%, transparent 92%); }
.pg-section--ink .pg-mark { background: none; color: var(--pg-coral); padding: 0; }

.pg-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.pg-head--center { margin-inline: auto; text-align: center; }
.pg-head .pg-lede { margin-top: 18px; }
.pg-head--center .pg-lede { margin-inline: auto; }
.pg-head-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px 40px; margin-bottom: clamp(36px, 5vw, 56px); }
.pg-head-row .pg-head { margin-bottom: 0; }

/* ---------- Buttons and links ---------- */
.pg .pg-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.6em; font-family: var(--pg-font); font-size: 1rem; font-weight: 700; line-height: 1; padding: 17px 28px; border-radius: 999px; border: 2px solid var(--pg-ink); background: var(--pg-ink); color: #fff; box-shadow: 4px 4px 0 var(--pg-coral); transition: transform 0.15s ease, box-shadow 0.15s ease; white-space: nowrap; }
.pg .pg-btn:hover { color: #fff; transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--pg-coral); }
.pg .pg-btn--coral { background: var(--pg-coral); color: var(--pg-ink); box-shadow: var(--pg-shadow-sm); }
.pg .pg-btn--coral:hover { color: var(--pg-ink); box-shadow: 6px 6px 0 var(--pg-ink); }
.pg .pg-btn--light { background: #fff; color: var(--pg-ink); box-shadow: var(--pg-shadow-sm); }
.pg .pg-btn--light:hover { color: var(--pg-ink); box-shadow: 6px 6px 0 var(--pg-ink); }
.pg-section--ink .pg-btn--light { box-shadow: 4px 4px 0 var(--pg-coral); }
.pg .pg-actions { display: flex; flex-wrap: wrap; gap: 16px 18px; align-items: center; margin-top: 34px; }
.pg .pg-arrow { display: inline-flex; align-items: center; gap: 0.45em; font-weight: 700; color: var(--pg-ink); border-bottom: 2px solid var(--pg-coral); padding-bottom: 2px; line-height: 1.3; }
.pg .pg-arrow::after { content: "→"; color: var(--pg-coral-deep); transition: transform 0.15s ease; }
.pg .pg-arrow:hover { color: var(--pg-coral-deep); }
.pg .pg-arrow:hover::after, .pg a:hover .pg-arrow::after { transform: translateX(3px); }
.pg-section--ink .pg-arrow { color: #fff; }
.pg-section--ink .pg-arrow::after { color: var(--pg-coral); }

.pg ul.pg-checks { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; line-height: 1.25; }
.pg .pg-checks li { display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px 8px 9px; border: 1.5px solid var(--pg-ink); border-radius: 999px; background: #fff; font-size: 0.92rem; font-weight: 600; color: var(--pg-ink); }
.pg .pg-checks li::before { content: ""; flex: none; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--pg-ink); background: var(--pg-coral) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23161412' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px no-repeat; }
.pg ul.pg-checks--stack { flex-direction: column; align-items: flex-start; }
.pg-section--ink .pg-checks li { background: transparent; color: #fff; border-color: #4a443e; }

/* ---------- Hero ---------- */
.pg-hero { padding-block: clamp(40px, 6vw, 88px) clamp(72px, 9vw, 120px); overflow: hidden; }
.pg-hero__grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(44px, 6vw, 88px); align-items: center; }
.pg-hero h1 { margin-bottom: 24px; }
.pg-art { position: relative; margin: 0 4% 8% 0; }
.pg .pg-art__photo { display: block; width: 100%; height: auto; border: 2px solid var(--pg-ink); border-radius: 28px; box-shadow: 12px 12px 0 var(--pg-ink); }
.pg .pg-art__badge { position: absolute; left: -6%; bottom: -8%; display: flex; align-items: center; gap: 14px; background: #fff; border: 2px solid var(--pg-ink); border-radius: 16px; box-shadow: var(--pg-shadow-sm); margin: 0 !important; padding: 12px 16px 12px 20px !important; transform: rotate(-3deg); line-height: 1.2; }
/* The badge is a <p>: Divi zeroes padding-bottom on a last paragraph, which pushed the text down. */
.pg .pg-art__badge strong { display: block; line-height: 1; font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; color: var(--pg-coral-deep); }
.pg .pg-art__badge span { display: block; line-height: 1.25; font-size: 0.88rem; font-weight: 600; color: var(--pg-ink); max-width: 8em; }
@media (max-width: 980px) {
  .pg-hero__grid { grid-template-columns: 1fr; }
  .pg-art { max-width: 560px; margin: 8px 0 8% 4%; }
}
@media (max-width: 600px) {
  .pg-hero { padding-bottom: 64px; }
  .pg .pg-art__photo { box-shadow: 8px 8px 0 var(--pg-ink); border-radius: 22px; }
  .pg .pg-art__badge { left: -3%; padding: 10px 10px 10px 14px !important; gap: 10px; }
  .pg .pg-art__badge strong { font-size: 1.5rem; }
}

/* Inner page hero */
.pg-page-hero { padding-block: clamp(40px, 6vw, 80px) clamp(56px, 8vw, 96px); border-bottom: 2px solid var(--pg-ink); background: var(--pg-sand); }
.pg-page-hero__grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.pg.pg-page-hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.1rem); margin-bottom: 20px; }
@media (max-width: 980px) { .pg-page-hero__grid { grid-template-columns: 1fr; } }
.pg .pg-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 0.88rem; color: var(--pg-muted); margin-bottom: 22px; line-height: 1.4; }
.pg .pg-crumbs a { color: var(--pg-muted); }
.pg .pg-crumbs a:hover { color: var(--pg-coral-deep); }
.pg .pg-crumbs [aria-current] { color: var(--pg-ink); font-weight: 600; }

/* ---------- Client logos ---------- */
.pg-logos-block { padding-block: clamp(36px, 5vw, 56px); border-top: 2px solid var(--pg-ink); border-bottom: 2px solid var(--pg-ink); background: #fff; }
.pg .pg-logos-label { text-align: center; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pg-muted); margin-bottom: 28px; }
.pg ul.pg-logos { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 26px clamp(28px, 4vw, 56px); line-height: 1; }
.pg .pg-logos li { display: flex; justify-content: center; align-items: center; height: 56px; padding: 0; }
.pg .pg-logos img { max-height: 42px; max-width: 140px; width: auto; filter: grayscale(1); opacity: 0.72; transition: opacity 0.15s ease, filter 0.15s ease; }
.pg .pg-logos img.pg-logo--tall { max-height: 56px; }
.pg .pg-logos img.pg-logo--invert { filter: invert(1) grayscale(1); }
.pg .pg-logos img.pg-logo--dark { filter: grayscale(1) brightness(0.45); }
.pg .pg-logos li:hover img { opacity: 1; }
@media (max-width: 600px) {
  .pg ul.pg-logos { gap: 18px 26px; }
  .pg .pg-logos li { height: 44px; }
  .pg .pg-logos img { max-height: 30px; max-width: 100px; }
  .pg .pg-logos img.pg-logo--tall { max-height: 42px; }
}

/* ---------- Results band ---------- */
.pg ul.pg-stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.pg .pg-stats li { padding: 8px clamp(18px, 2.4vw, 32px); border-left: 1px solid #3a3530; line-height: 1.35; }
.pg .pg-stats li:first-child { border-left: 0; padding-left: 0; }
.pg .pg-stats strong { display: block; font-size: clamp(2.6rem, 5vw, 3.8rem); line-height: 1; font-weight: 800; letter-spacing: -0.04em; color: var(--pg-coral); margin-bottom: 12px; }
.pg .pg-stats span { display: block; color: #fff; font-weight: 600; }
.pg .pg-stats em { display: block; font-style: normal; font-size: 0.9rem; color: #9d958c; margin-top: 4px; }
@media (max-width: 900px) {
  .pg ul.pg-stats { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .pg .pg-stats li:nth-child(3) { border-left: 0; padding-left: 0; }
}
@media (max-width: 420px) {
  .pg .pg-stats li { padding-inline: 14px; }
  .pg .pg-stats strong { font-size: 2.3rem; }
}

/* ---------- Cards ---------- */
.pg-grid { display: grid; gap: clamp(22px, 2.6vw, 34px); }
.pg-grid--3 { grid-template-columns: repeat(3, 1fr); }
.pg-grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .pg-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .pg-grid--3, .pg-grid--2 { grid-template-columns: 1fr; } }

.pg .pg-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 2px solid var(--pg-ink); border-radius: var(--pg-radius); box-shadow: var(--pg-shadow); padding: clamp(24px, 2.8vw, 34px); color: var(--pg-body); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.pg a.pg-card:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--pg-ink); color: var(--pg-body); }
.pg .pg-card h3 { margin-bottom: 10px; }
.pg .pg-card p { font-size: 0.99rem; }
.pg .pg-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; border: 2px solid var(--pg-ink); background: var(--pg-coral-soft); margin-bottom: 22px; flex: none; }
.pg .pg-card:nth-child(3n+2) .pg-icon { background: var(--pg-green-soft); }
.pg .pg-card:nth-child(3n) .pg-icon { background: var(--pg-sand); }
.pg .pg-icon svg { width: 26px; height: 26px; fill: none; stroke: var(--pg-ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Steps ---------- */
.pg-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 2.6vw, 34px); counter-reset: pg-step; }
@media (max-width: 900px) { .pg-steps { grid-template-columns: 1fr; } }
.pg .pg-step { position: relative; padding: 30px 28px 30px; border-top: 2px solid var(--pg-ink); }
.pg .pg-step__num { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--pg-ink); background: var(--pg-coral); font-weight: 800; color: var(--pg-ink); line-height: 1; margin-bottom: 20px; box-shadow: 3px 3px 0 var(--pg-ink); }
.pg .pg-step h3 { margin-bottom: 8px; }
.pg-section--coral .pg-step { border-top-color: var(--pg-ink); }
.pg-section--coral .pg-step__num { background: #fff; }

/* ---------- Featured case ---------- */
.pg .pg-feature { display: grid; grid-template-columns: 0.95fr 1.05fr; background: #fff; border: 2px solid var(--pg-ink); border-radius: 24px; box-shadow: 10px 10px 0 var(--pg-ink); overflow: hidden; }
.pg .pg-feature__media { position: relative; min-height: 100%; border-right: 2px solid var(--pg-ink); background: var(--pg-sand); }
.pg .pg-feature__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.pg .pg-feature__body { padding: clamp(28px, 4vw, 52px); }
.pg .pg-feature h3 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); line-height: 1.15; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 14px; }
.pg ul.pg-minis { list-style: none; margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid var(--pg-line); display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; line-height: 1.35; }
.pg .pg-minis strong { display: block; font-size: 2.3rem; line-height: 1; font-weight: 800; letter-spacing: -0.03em; color: var(--pg-coral-deep); margin-bottom: 6px; }
.pg .pg-minis span { font-size: 0.92rem; color: var(--pg-muted); }
@media (max-width: 900px) {
  .pg .pg-feature { grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--pg-ink); }
  .pg .pg-feature__media { aspect-ratio: 4 / 3; border-right: 0; border-bottom: 2px solid var(--pg-ink); }
}

.pg ul.pg-tags { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; line-height: 1; }
.pg .pg-tags li { font-size: 0.78rem; font-weight: 700; padding: 8px 12px; border-radius: 999px; background: var(--pg-green-soft); color: var(--pg-green-deep); }

/* ---------- Result cards ---------- */
.pg-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 2.6vw, 34px); }
@media (max-width: 980px) { .pg-results { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .pg-results { grid-template-columns: 1fr; } }
.pg .pg-result { display: flex; flex-direction: column; background: #fff; border: 2px solid var(--pg-ink); border-radius: var(--pg-radius); box-shadow: var(--pg-shadow); overflow: hidden; color: var(--pg-body); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.pg a.pg-result:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--pg-ink); color: var(--pg-body); }
.pg .pg-result img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-bottom: 2px solid var(--pg-ink); }
.pg .pg-result__body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.pg .pg-result strong { font-size: 2.6rem; line-height: 1; font-weight: 800; letter-spacing: -0.03em; color: var(--pg-coral-deep); }
.pg .pg-result__what { font-weight: 700; color: var(--pg-ink); margin: 8px 0 4px; line-height: 1.35; }
.pg .pg-result__who { font-size: 0.9rem; color: var(--pg-muted); margin: 0; }
.pg .pg-result .pg-arrow { margin-top: 16px; align-self: flex-start; }

/* ---------- Pricing ---------- */
.pg-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 2.6vw, 34px); align-items: stretch; }
@media (max-width: 980px) { .pg-plans { grid-template-columns: 1fr; max-width: 560px; } }
.pg .pg-plan { display: flex; flex-direction: column; background: #fff; border: 2px solid var(--pg-ink); border-radius: var(--pg-radius); box-shadow: var(--pg-shadow); padding: clamp(26px, 3vw, 36px); color: var(--pg-body); }
.pg .pg-plan--hot { background: var(--pg-coral); color: var(--pg-ink); }
.pg-section--ink .pg-plan { box-shadow: 6px 6px 0 var(--pg-coral); }
.pg-section--ink .pg-plan--hot { box-shadow: 6px 6px 0 #fff; }
.pg .pg-plan__kicker { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--pg-green-deep); margin-bottom: 10px; }
.pg .pg-plan--hot .pg-plan__kicker { color: var(--pg-ink); }
.pg .pg-plan h3 { font-size: 1.5rem; margin-bottom: 10px; color: var(--pg-ink); }
.pg .pg-plan > p { font-size: 1rem; }
.pg ul.pg-plan__list { list-style: none; margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--pg-line); line-height: 1.45; font-size: 0.97rem; }
.pg .pg-plan--hot ul.pg-plan__list { border-top-color: rgba(22, 20, 18, 0.25); }
.pg .pg-plan__list li { position: relative; padding: 0 0 12px 30px; }
.pg .pg-plan__list li::before { content: ""; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; border-radius: 50%; border: 1.5px solid var(--pg-ink); background: var(--pg-coral-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23161412' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 10px no-repeat; }
.pg .pg-plan--hot .pg-plan__list li::before { background-color: #fff; }
.pg .pg-plan .pg-btn { margin-top: auto; align-self: flex-start; }
.pg .pg-plan__foot { margin-top: auto; padding-top: 24px; }
.pg .pg-plan--hot .pg-btn { box-shadow: 4px 4px 0 #fff; }
.pg .pg-plan--hot .pg-btn:hover { box-shadow: 6px 6px 0 #fff; }
.pg .pg-price-note { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 32px; margin-top: clamp(32px, 4vw, 48px); padding: 22px 26px; border: 2px dashed #4a443e; border-radius: var(--pg-radius); color: #fff; font-weight: 600; }
.pg-section--sand .pg-price-note, .pg-section--white .pg-price-note, .pg-section .pg-price-note--light { color: var(--pg-ink); border-color: var(--pg-ink); }

/* ---------- Testimonials ---------- */
.pg-quotes { columns: 2; column-gap: clamp(22px, 2.6vw, 34px); }
@media (max-width: 820px) { .pg-quotes { columns: 1; } }
.pg figure.pg-quote { break-inside: avoid; margin: 0 0 clamp(22px, 2.6vw, 34px); background: #fff; border: 2px solid var(--pg-ink); border-radius: var(--pg-radius); box-shadow: var(--pg-shadow); padding: clamp(24px, 3vw, 34px); }
.pg figure.pg-quote:nth-child(2), .pg figure.pg-quote:nth-child(3) { box-shadow: 6px 6px 0 var(--pg-coral); }
.pg .pg-quote blockquote { margin: 0; padding: 0; border: 0; font-size: 1.04rem; line-height: 1.65; color: var(--pg-ink); }
.pg .pg-quote blockquote::before { content: "“"; display: block; height: 34px; font-size: 4.2rem; line-height: 0.9; font-weight: 800; color: var(--pg-coral); }
.pg .pg-quote figcaption { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--pg-line); font-size: 0.92rem; line-height: 1.35; }
.pg .pg-quote__initial { display: grid; place-items: center; flex: none; width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--pg-ink); background: var(--pg-coral-soft); font-weight: 800; color: var(--pg-ink); }
.pg .pg-quote figcaption strong { display: block; color: var(--pg-ink); font-weight: 700; }
.pg .pg-quote figcaption span { color: var(--pg-muted); }

/* ---------- Split: photo + points ---------- */
.pg-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
@media (max-width: 980px) { .pg-split { grid-template-columns: 1fr; } }
.pg .pg-split__photo { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border: 2px solid var(--pg-ink); border-radius: 24px; box-shadow: 10px 10px 0 var(--pg-coral); }
.pg-points { display: grid; gap: 26px; margin-top: 30px; }
.pg .pg-point { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.pg .pg-point .pg-icon { margin: 0; width: 48px; height: 48px; border-radius: 14px; }
.pg .pg-point .pg-icon svg { width: 22px; height: 22px; }
.pg .pg-point h3 { font-size: 1.12rem; margin: 2px 0 6px; }
.pg .pg-point p { font-size: 0.99rem; }

/* ---------- FAQ ---------- */
.pg-faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
@media (max-width: 980px) { .pg-faq-grid { grid-template-columns: 1fr; } }
.pg .pg-faq details { border-bottom: 2px solid var(--pg-ink); }
.pg .pg-faq details:first-child { border-top: 2px solid var(--pg-ink); }
.pg .pg-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font-size: 1.1rem; font-weight: 700; line-height: 1.4; color: var(--pg-ink); }
.pg .pg-faq summary::-webkit-details-marker { display: none; }
.pg .pg-faq summary::after { content: ""; flex: none; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--pg-ink); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23161412' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E") center / 14px no-repeat; transition: transform 0.2s ease, background-color 0.2s ease; }
.pg .pg-faq details[open] summary::after { transform: rotate(45deg); background-color: var(--pg-coral); }
.pg .pg-faq summary:hover { color: var(--pg-coral-deep); }
.pg .pg-faq__a { padding: 0 58px 24px 0; }
@media (max-width: 600px) { .pg .pg-faq__a { padding-right: 0; } }

/* ---------- Big call to action ---------- */
.pg .pg-banner { display: grid; grid-template-columns: 1fr auto; gap: 28px 48px; align-items: center; background: var(--pg-coral); border: 2px solid var(--pg-ink); border-radius: 28px; box-shadow: 10px 10px 0 var(--pg-ink); padding: clamp(32px, 5vw, 64px); }
.pg .pg-banner h2 { max-width: 16ch; }
.pg .pg-banner p { margin-top: 14px; font-size: 1.15rem; color: var(--pg-ink); max-width: 34em; }
@media (max-width: 820px) { .pg .pg-banner { grid-template-columns: 1fr; } }

/* ---------- Case study article ---------- */
.pg-article { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(40px, 6vw, 88px); align-items: start; }
@media (max-width: 980px) { .pg-article { grid-template-columns: 1fr; } }
.pg .pg-prose { max-width: 720px; }
.pg .pg-prose h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin: 2em 0 0.6em; }
.pg .pg-prose h2:first-child { margin-top: 0; }
.pg .pg-prose h3 { font-size: 1.12rem; margin: 1.6em 0 0.5em; }
.pg .pg-prose ul { list-style: none; margin: 0 0 1em; padding: 0; }
.pg .pg-prose li { position: relative; padding: 0 0 10px 26px; }
.pg .pg-prose li::before { content: ""; position: absolute; left: 2px; top: 0.62em; width: 10px; height: 10px; border-radius: 50%; background: var(--pg-coral); box-shadow: 0 0 0 2px var(--pg-ink); }
.pg .pg-prose strong { color: var(--pg-ink); }
.pg .pg-aside { position: sticky; top: 110px; display: grid; gap: 26px; }
.pg .pg-aside__box { background: #fff; border: 2px solid var(--pg-ink); border-radius: var(--pg-radius); box-shadow: var(--pg-shadow); padding: 26px 26px 28px; }
.pg .pg-aside__box h3 { font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--pg-green-deep); margin: 18px 0 8px; }
.pg .pg-aside__box h3:first-child { margin-top: 0; }
.pg .pg-aside__box ul { list-style: none; margin: 0; padding: 0; line-height: 1.5; color: var(--pg-ink); font-weight: 600; }
.pg .pg-aside__box--coral { background: var(--pg-coral); }
.pg .pg-aside__box--coral p { color: var(--pg-ink); font-size: 1.05rem; font-weight: 600; }
.pg .pg-aside__box--coral .pg-btn { margin-top: 18px; width: 100%; box-shadow: 4px 4px 0 #fff; }
.pg .pg-cover { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: left 30%; border: 2px solid var(--pg-ink); border-radius: 24px; box-shadow: 10px 10px 0 var(--pg-ink); margin-top: clamp(32px, 5vw, 56px); }
.pg .pg-pull { margin: 2em 0; padding: 26px 30px; background: var(--pg-coral-soft); border: 2px solid var(--pg-ink); border-radius: var(--pg-radius); font-size: 1.15rem; line-height: 1.55; color: var(--pg-ink); font-weight: 600; }
.pg .pg-pull cite { display: block; margin-top: 12px; font-style: normal; font-size: 0.9rem; font-weight: 700; color: var(--pg-muted); }

/* ---------- 404 ---------- */
.pg-404 { text-align: center; }
.pg .pg-404__code { display: inline-block; font-size: clamp(5rem, 16vw, 11rem); line-height: 0.9; font-weight: 900; letter-spacing: -0.05em; color: var(--pg-coral); -webkit-text-stroke: 3px var(--pg-ink); text-shadow: 8px 8px 0 var(--pg-ink); margin-bottom: 28px; }
.pg-404 .pg-actions { justify-content: center; }

/* ---------- Contact band (Theme Builder footer, global layout 106) ---------- */
.et_pb_section.pg-shell--contact { padding: clamp(40px, 6vw, 72px) var(--pg-gutter) 0 !important; background: var(--pg-cream) !important; }
.et_pb_section.pg-shell--contact > .et_pb_row.pg-contact-row { display: grid !important; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: center; width: 100% !important; max-width: calc(var(--pg-wrap) + 2 * var(--pg-gutter)) !important; margin: 0 auto !important; padding: clamp(32px, 5vw, 64px) !important; background: var(--pg-ink) !important; border: 2px solid var(--pg-ink); border-radius: 28px !important; box-shadow: 10px 10px 0 var(--pg-coral); }
.et_pb_section.pg-shell--contact .pg-contact-row::before, .et_pb_section.pg-shell--contact .pg-contact-row::after { display: none !important; }
.et_pb_section.pg-shell--contact .et_pb_column { width: auto !important; min-width: 0; margin: 0 !important; padding: 0 !important; float: none !important; }
@media (max-width: 900px) { .et_pb_section.pg-shell--contact > .et_pb_row.pg-contact-row { grid-template-columns: 1fr; box-shadow: 6px 6px 0 var(--pg-coral); } }
@media (max-width: 480px) { .et_pb_section.pg-shell--contact > .et_pb_row.pg-contact-row { padding: 26px 20px 30px !important; border-radius: 22px !important; } }
.pg.pg-contact h2 { color: #fff; margin-bottom: 16px; }
.pg.pg-contact .pg-lede { color: #d9d3cb; }
.pg.pg-contact ul.pg-checks { margin-top: 26px; }

.pg-shell--contact .et_pb_contact_form_container { background: #fff !important; border-radius: 20px !important; padding: clamp(22px, 3vw, 34px) !important; margin: 0 !important; font-family: var(--pg-font) !important; }
.pg-shell--contact .et_pb_contact_main_title { display: none !important; }
.pg-shell--contact .et_pb_contact_form { margin: 0 !important; display: flex !important; flex-wrap: wrap !important; gap: 0 16px !important; }
/* Divi 5 fields are flex divs with a 30px internal gap and 12_24 / 24_24 width classes */
.pg-shell--contact .et_pb_contact_field { gap: 0 !important; padding: 0 !important; margin: 0 0 16px !important; float: none !important; }
.pg-shell--contact .et_pb_contact_field.et_flex_column_12_24 { flex: 1 1 calc(50% - 8px) !important; width: calc(50% - 8px) !important; max-width: calc(50% - 8px) !important; }
.pg-shell--contact .et_pb_contact_field.et_flex_column_24_24 { flex: 1 1 100% !important; width: 100% !important; max-width: 100% !important; }
@media (max-width: 600px) {
  .pg-shell--contact .et_pb_contact_field.et_flex_column_12_24 { flex-basis: 100% !important; width: 100% !important; max-width: 100% !important; }
}
.pg-shell--contact .et_pb_contact_form_label { display: block !important; font-family: var(--pg-font) !important; font-size: 0.88rem !important; font-weight: 700 !important; color: var(--pg-ink) !important; padding-bottom: 6px !important; line-height: 1.3 !important; }
.pg-shell--contact .et_pb_contact p input, .pg-shell--contact .et_pb_contact p textarea { width: 100% !important; background: var(--pg-cream) !important; border: 2px solid var(--pg-ink) !important; border-radius: 12px !important; padding: 14px 16px !important; font-family: var(--pg-font) !important; font-size: 1rem !important; color: var(--pg-ink) !important; transition: box-shadow 0.15s ease; }
.pg-shell--contact .et_pb_contact p textarea { min-height: 140px; }
.pg-shell--contact .et_pb_contact p input:focus, .pg-shell--contact .et_pb_contact p textarea:focus { outline: none !important; background: #fff !important; box-shadow: 4px 4px 0 var(--pg-coral); }
.pg-shell--contact .et_pb_contact ::placeholder { color: transparent !important; }
.pg-shell--contact .et_contact_bottom_container { float: none !important; display: flex !important; justify-content: flex-start; flex-basis: 100%; margin: 6px 0 0 !important; text-align: left; }
body .pg-shell--contact .et_pb_contact_submit.et_pb_button, body .pg-shell--contact .et_pb_contact_submit.et_pb_button:hover { margin: 0 !important; font-family: var(--pg-font) !important; font-size: 1rem !important; font-weight: 800 !important; letter-spacing: 0 !important; line-height: 1 !important; padding: 17px 30px !important; border-radius: 999px !important; border: 2px solid var(--pg-ink) !important; background: var(--pg-coral) !important; color: var(--pg-ink) !important; box-shadow: 4px 4px 0 var(--pg-ink) !important; transition: transform 0.15s ease, box-shadow 0.15s ease; }
body .pg-shell--contact .et_pb_contact_submit.et_pb_button:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--pg-ink) !important; }
body .pg-shell--contact .et_pb_contact_submit.et_pb_button::after { display: none !important; }
.pg-shell--contact .et-pb-contact-message { font-family: var(--pg-font); font-weight: 700; color: var(--pg-ink); }
.pg-shell--contact .et-pb-contact-message p { color: var(--pg-ink) !important; font-size: 1.05rem; }

/* ---------- Footer (global layout 94) ---------- */
.et_pb_section.pg-shell--footer { margin-top: clamp(48px, 7vw, 88px) !important; }
.pg.pg-footer { background: var(--pg-ink); color: #a79f96; font-size: 0.96rem; line-height: 1.6; }
.pg-footer__top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; padding-block: 64px 48px; }
@media (max-width: 900px) { .pg-footer__top { grid-template-columns: 1fr 1fr; } .pg-footer__brand { grid-column: 1 / -1; } }
.pg.pg-footer .pg-footer__brand img { display: block; height: 52px; width: auto; margin-bottom: 18px; }
.pg.pg-footer .pg-footer__brand p { max-width: 32ch; color: #a79f96; }
.pg.pg-footer h4 { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; margin-bottom: 14px; }
.pg.pg-footer ul { list-style: none; margin: 0; padding: 0; line-height: 1.4; }
.pg.pg-footer li { padding: 5px 0; }
.pg.pg-footer a { color: #e6e0d8; }
.pg.pg-footer a:hover { color: var(--pg-coral); }
.pg .pg-social { display: flex; gap: 10px; margin-top: 20px; }
.pg .pg-social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid #4a443e; color: #fff; transition: background-color 0.15s ease, border-color 0.15s ease; }
.pg .pg-social a:hover { background: var(--pg-coral); border-color: var(--pg-coral); color: var(--pg-ink); }
.pg .pg-social svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pg-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; border-top: 1px solid #2c2824; padding-block: 22px; font-size: 0.86rem; color: #8b837a; }

/* ---------- Divi header ---------- */
#main-header { background: var(--pg-ink) !important; box-shadow: none !important; border-bottom: 2px solid var(--pg-ink); }
#main-header .container { width: calc(100% - 2 * var(--pg-gutter)); max-width: var(--pg-wrap); }
#top-menu li { padding-right: 30px; }
#top-menu > li:last-child { padding-right: 0; }
#top-menu li a, .et_mobile_menu li a { font-family: var(--pg-font) !important; font-weight: 600 !important; font-size: 15px !important; letter-spacing: 0 !important; color: #fff !important; }
#top-menu li a:hover { opacity: 1 !important; color: var(--pg-coral) !important; }
#top-menu li.current-menu-item > a { color: var(--pg-coral) !important; }
#top-menu > li.pg-nav-cta > a { background: var(--pg-coral); color: var(--pg-ink) !important; border-radius: 999px; padding: 12px 22px !important; box-shadow: 3px 3px 0 #fff; transition: transform 0.15s ease, box-shadow 0.15s ease; }
#top-menu > li.pg-nav-cta > a:hover { color: var(--pg-ink) !important; transform: translate(-1px, -1px); box-shadow: 5px 5px 0 #fff; }
#top-menu > li.pg-nav-cta.current-menu-item > a { color: var(--pg-ink) !important; }
.mobile_menu_bar::before { color: #fff !important; }
.et_mobile_menu { background: #fff !important; border: 2px solid var(--pg-ink) !important; border-top: 2px solid var(--pg-ink) !important; border-radius: 16px; box-shadow: 6px 6px 0 var(--pg-coral) !important; padding: 10px 14px !important; }
.et_mobile_menu li a { color: var(--pg-ink) !important; border-bottom: 1px solid var(--pg-line) !important; padding: 12px 6px !important; }
.et_mobile_menu li.pg-nav-cta a { background: var(--pg-coral); border: 2px solid var(--pg-ink) !important; border-radius: 999px; text-align: center; margin: 12px 0 4px; }

@media (prefers-reduced-motion: reduce) {
  .pg *, #top-menu a { transition: none !important; }
}
.pg.pg-contact .pg-eyebrow { color: var(--pg-coral); }
.pg.pg-contact .pg-eyebrow::before { box-shadow: 0 0 0 2px #fff; }
.pg a.pg-feature, .pg a.pg-feature:hover { color: var(--pg-body); }
.pg a.pg-feature:hover { transform: translate(-3px, -3px); box-shadow: 13px 13px 0 var(--pg-ink); }
.pg .pg-feature { transition: transform 0.18s ease, box-shadow 0.18s ease; }
