/*
Theme Name: Diplipetsk
Theme URI: https://diplipetsk.ru/
Author: Diplipetsk project
Description: WORKING PROTOTYPE block theme for the new diplipetsk.ru.
Version: 0.2.84
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: diplipetsk
*/

:root {
	--dip-ink: #17221f;
	--dip-muted: #5d6965;
	--dip-paper: #f7f5ef;
	--dip-white: #ffffff;
	--dip-line: #dcded7;
	--dip-green: #184d3b;
	--dip-green-2: #246c53;
	--dip-mint: #d9eee3;
	--dip-orange: #ee7247;
	--dip-sand: #f0e3cd;
	--dip-yellow: #f2c85a;
	--dip-radius: 20px;
	--dip-shadow: 0 24px 70px rgba(23, 34, 31, .11);
}

html { scroll-behavior: smooth; }
body { overflow-x: clip; }
img { height: auto; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:where(a, button, summary):focus-visible { outline: 3px solid var(--dip-orange); outline-offset: 3px; }
.dip-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

/* Legacy single posts */
.dip-legacy-single { padding: clamp(48px, 7vw, 88px) 0; }
.dip-legacy-article { width: min(760px, calc(100% - 32px)); margin-inline: auto; }
.dip-legacy-article > .wp-block-post-title { margin: 0 0 14px; font-size: clamp(34px, 5vw, 58px); overflow-wrap: break-word; }
.dip-legacy-article > .wp-block-post-date { margin-bottom: clamp(28px, 4vw, 44px); color: var(--dip-muted); font-size: 14px; }
.dip-legacy-content { min-width: 0; font-size: 17px; line-height: 1.72; overflow-wrap: break-word; }
.dip-legacy-content > * { max-width: 100%; }
.dip-legacy-content :where(img, video, iframe, object, embed) { max-width: 100%; height: auto; }
.dip-legacy-content :where(ul, ol) { padding-left: 1.5em; }
.dip-legacy-content table { display: block; width: 100% !important; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.dip-legacy-content :where(td, th) { min-width: 0; overflow-wrap: break-word; }
@media (max-width: 619px) {
	.dip-legacy-content { font-size: 16px; line-height: 1.66; }
	.dip-legacy-content :where(ul, ol) { padding-left: 1.25em; }
}
.dip-section { padding: clamp(72px, 9vw, 120px) 0; }
.dip-eyebrow { margin: 0 0 12px; color: var(--dip-green-2); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dip-eyebrow-light { color: #bce4d1; }
.dip-lead { max-width: 650px; color: var(--dip-muted); font-size: clamp(17px, 1.6vw, 20px); }
.dip-note { color: #77817e; font-size: 11px; letter-spacing: .03em; }
.dip-section-heading { display: grid; gap: 16px; margin-bottom: 34px; }
.dip-section-heading > p { max-width: 520px; color: var(--dip-muted); }
.dip-button .wp-block-button__link { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--dip-green); border-radius: 999px; background: var(--dip-green); color: white; font-weight: 700; transition: transform .2s, background .2s; }
.dip-button .wp-block-button__link:hover { background: var(--dip-green-2); transform: translateY(-2px); }
.dip-button-light .wp-block-button__link { border-color: white; background: white; color: var(--dip-green); }
.dip-contact-trigger { font: inherit; cursor: pointer; }
.dip-text-link.dip-contact-trigger { padding: 0; border: 0; background: transparent; text-align: left; }

/* Header */
.dip-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(23,34,31,.1); background: rgba(247,245,239,.95); backdrop-filter: blur(14px); }
.dip-header-inner { min-height: 74px; }
.dip-brand { gap: 10px; text-decoration: none; }
.dip-header .dip-brand { display: flex; min-width: 0; align-items: center; }
.dip-header .dip-brand-mark { flex: 0 0 38px; }
.dip-header .dip-brand-copy { min-width: 0; }
.dip-header .dip-brand-copy strong { overflow-wrap: anywhere; }
.dip-header .wp-block-navigation { flex: 0 0 auto; }
.dip-header .wp-block-navigation__responsive-container-open, .dip-header .wp-block-navigation__responsive-container-close { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.dip-header .wp-block-button { min-width: 0; flex: 0 1 auto; }
.dip-brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50% 50% 48% 42%; background: var(--dip-green); color: white; font-family: Georgia, serif; font-size: 20px; font-weight: 700; transform: rotate(-5deg); }
.dip-brand-copy { line-height: 1.05; }
.dip-brand-copy strong { display: block; }
.dip-brand-copy small { display: block; margin-top: 4px; color: var(--dip-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.dip-header nav a { text-decoration: none; }

/* Hero */
.dip-hero { position: relative; overflow: hidden; min-height: calc(100vh - 74px); display: grid; align-items: center; padding: clamp(52px, 7vw, 92px) 0; background: radial-gradient(circle at 100% 10%, #dbe9df 0, transparent 36%), var(--dip-paper); }
.dip-hero-grid { display: grid; gap: 46px; align-items: center; }
.dip-hero-copy { position: relative; z-index: 2; }
.dip-hero h1 { max-width: 720px; }
.dip-semantic-line { display: flex; flex-wrap: wrap; gap: 3px 8px; margin: 0 0 18px; color: var(--dip-green); font-size: clamp(15px, 1.4vw, 18px); font-weight: 800; line-height: 1.35; letter-spacing: .01em; }
.dip-semantic-line span { display: inline-flex; align-items: center; gap: 8px; }
.dip-semantic-line span:not(:last-child)::after { color: var(--dip-orange); content: "·"; }
.dip-marker-break { display: none; }
.dip-live-dot { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; background: var(--dip-orange); box-shadow: 0 0 0 6px rgba(238,114,71,.12); }
.dip-hero-actions { gap: 18px; margin-top: 26px; }
.dip-text-link { color: var(--dip-green); font-weight: 750; text-decoration: none; }
.dip-text-link { display: inline-flex; min-height: 44px; align-items: center; }
.dip-mini-faces { display: flex; align-items: center; margin: 16px 0 20px; color: var(--dip-green); font-size: 12px; font-weight: 750; line-height: 1.2; }
.dip-mini-faces img { width: 46px; height: 46px; border: 3px solid var(--dip-paper); border-radius: 50%; object-fit: cover; object-position: 50% 22%; }
.dip-mini-faces img + img { margin-left: -12px; }
.dip-mini-faces span { margin-left: 10px; }
.dip-mini-faces small { color: var(--dip-muted); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.dip-hero-people { display: flex; justify-content: center; }
.dip-portrait { position: relative; overflow: hidden; width: min(100%, 520px); aspect-ratio: 4/5; margin: 0; border-radius: var(--dip-radius); box-shadow: var(--dip-shadow); }
.dip-portrait img { width: 100%; height: 100%; object-fit: cover; }
.dip-portrait figcaption { position: absolute; inset: auto 9px 9px; display: grid; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.92); line-height: 1.25; }
.dip-portrait figcaption strong { font-size: 13px; }
.dip-portrait figcaption span { color: var(--dip-muted); font-size: 11px; }
.dip-portrait-main img { object-position: 52% 22%; }
.dip-portrait-secondary img { object-position: 53% 28%; }
.dip-temp-label { position: absolute; z-index: 3; right: 8px; top: -14px; padding: 5px 9px; border-radius: 6px; background: var(--dip-yellow); font-size: 10px; font-weight: 800; letter-spacing: .05em; transform: rotate(3deg); }

/* Routes */
.dip-routes { background: white; }
.dip-route-grid { display: grid; gap: 12px; }
.dip-route-card { position: relative; display: grid; grid-template-columns: 1fr; gap: 7px; min-height: 112px; align-content: center; padding: 18px; border: 1px solid var(--dip-line); border-radius: var(--dip-radius); background: #fbfbf8; color: var(--dip-ink); text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; }
.dip-route-card:hover { transform: translateY(-3px); border-color: #a4b8af; box-shadow: 0 12px 30px rgba(23,34,31,.08); }
.dip-route-card strong { line-height: 1.25; }
.dip-route-card small { color: var(--dip-muted); line-height: 1.4; }
.dip-route-number { grid-row: 1 / 3; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--dip-mint); color: var(--dip-green); font-size: 11px; font-weight: 800; }
.dip-route-warm { border-color: #ead1ab; background: #fff7eb; }
.dip-route-safe { border-color: #9fc7b3; background: #eaf5ee; }

/* Process */
.dip-process { background: var(--dip-mint); }
.dip-process-grid { display: grid; gap: 34px; }
.dip-step-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.dip-step { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px; border: 1px solid rgba(24,77,59,.15); border-radius: var(--dip-radius); background: rgba(255,255,255,.58); }
.dip-step-number { color: #963d20; font-size: 12px; font-weight: 800; }
.dip-step p { margin: 6px 0 0; color: var(--dip-muted); }

/* Video */
.dip-video-section { background: var(--dip-green); color: white; }
.dip-video-grid { display: grid; gap: 34px; align-items: center; }
.dip-video-copy > p:not(.dip-eyebrow) { color: #c9ddd4; }
.dip-temp-chip { display: inline-flex; margin-top: 10px; padding: 6px 9px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; opacity: .72; }
.dip-video-host { position: relative; display: grid; place-items: center; overflow: hidden; width: 100%; aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.22); border-radius: var(--dip-radius); background: #0d2f24; }
.dip-video-host iframe { width: 100%; height: 100%; border: 0; }
.dip-video-trigger { position: absolute; inset: 0; z-index: 1; display: flex; min-width: 180px; min-height: 64px; align-items: center; justify-content: center; gap: 13px; border: 0; background: linear-gradient(90deg, rgba(8,29,22,.18), rgba(8,29,22,.42)); color: white; cursor: pointer; text-align: left; }
.dip-video-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dip-play { display: grid; place-items: center; width: 62px; height: 62px; padding-left: 3px; border-radius: 50%; background: white; color: var(--dip-green); box-shadow: 0 15px 40px rgba(0,0,0,.2); }
.dip-video-trigger span:last-child { display: grid; }
.dip-video-trigger small { color: #b9d5c8; }
.dip-video-error { max-width: 30ch; margin: 0; padding: 24px; color: white; text-align: center; }

/* Team */
.dip-team { background: white; }
.dip-team-grid { display: grid; gap: 16px; }
.dip-person { overflow: hidden; padding: 10px; border: 1px solid var(--dip-line); border-radius: var(--dip-radius); background: var(--dip-paper); }
.dip-person-photo { overflow: hidden; height: 360px; border-radius: 14px; }
.dip-person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.dip-person-copy { padding: 18px 10px 12px; }
.dip-person-role { color: var(--dip-green-2); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dip-person-copy p:last-of-type { color: var(--dip-muted); }
.dip-team-secondary, .dip-manager-list { display: grid; gap: 18px; }
.dip-person-compact { display: grid; grid-template-columns: minmax(150px, 42%) 1fr; gap: 20px; align-items: stretch; padding: 14px; background: rgba(255,255,255,.58); }
.dip-person-compact .dip-person-photo { height: 230px; }
.dip-person-compact .dip-person-copy { align-self: center; padding: 8px 6px; }
.dip-person-compact .dip-person-copy h3 { font-size: clamp(24px, 2vw, 30px); }
.dip-person-psychologist .dip-person-photo img { object-position: 50% 22%; }
.dip-manager-card .dip-person-photo img { object-position: 50% 20%; }

/* Relatives */
.dip-relatives { background: #efb956; }
.dip-relatives-grid { display: grid; gap: 36px; }
.dip-relatives .dip-eyebrow { color: var(--dip-green); }
.dip-situations { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.dip-situations li { display: grid; grid-template-columns: 1em 1fr; gap: 8px; padding: 16px; border-bottom: 1px solid rgba(23,34,31,.19); font-weight: 650; }
.dip-situation-marker { grid-column: 1; color: var(--dip-green); }
.dip-situations li > span:last-child { grid-column: 2; }

/* Directions */
.dip-directions { background: white; }
.dip-direction-layout { display: grid; gap: 16px; }
.dip-direction-grid { display: grid; gap: 12px; }
.dip-direction-card { min-height: 150px; padding: 20px; border: 1px solid var(--dip-line); border-radius: var(--dip-radius); }
.dip-direction-card .dip-route-number { margin-bottom: 25px; }
.dip-direction-card p { margin-bottom: 0; color: var(--dip-muted); }
.dip-direction-more { padding: 26px; border-radius: var(--dip-radius); background: var(--dip-ink); color: white; }
.dip-tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.dip-tag-list span { padding: 7px 11px; border: 1px solid #56625e; border-radius: 999px; font-size: 12px; }

/* Trust, pricing, stories */
.dip-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dip-trust-item { min-height: 180px; padding: 20px; border: 1px solid var(--dip-line); border-radius: var(--dip-radius); background: white; }
.dip-trust-item h3 { margin-top: 28px; }
.dip-trust-item p { color: var(--dip-muted); }
.dip-price { background: white; }
.dip-price-card { display: grid; gap: 24px; padding: clamp(24px, 5vw, 44px); border-radius: 28px; background: var(--dip-sand); }
.dip-price-copy { max-width: 760px; }
.dip-price-factors { color: var(--dip-ink) !important; font-size: 14px; font-weight: 700; line-height: 1.45; }
.dip-stories { background: #edf1ef; }
.dip-story-heading { margin-bottom: 26px; }
.dip-story-heading > div { max-width: 830px; }
.dip-story-heading p:not(.dip-eyebrow) { max-width: 780px; margin-bottom: 0; color: var(--dip-muted); }
.dip-story-grid { display: grid; gap: 12px; }
.dip-story { padding: 24px; border-radius: var(--dip-radius); background: white; }
.dip-story h3 { margin: 0 0 18px; font-size: clamp(21px, 2vw, 28px); line-height: 1.16; }
.dip-story p { margin: 0 0 14px; color: var(--dip-muted); }
.dip-story p:last-child { margin-bottom: 0; }
.dip-story-proof { margin-top: 24px; }
.dip-story-proof .dip-story-proof-label { margin: 0 0 8px; color: var(--dip-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.dip-story-proof img { display: block; width: 100%; height: auto; border: 1px solid var(--dip-line); border-radius: 10px; }
.dip-story-proof-trigger { display: block; width: 100%; padding: 0; border: 0; border-radius: 10px; background: transparent; color: inherit; cursor: zoom-in; }
.dip-story-proof-trigger:hover img { border-color: var(--dip-green); }
.dip-story-proof-trigger:focus-visible { outline: 3px solid var(--dip-orange); outline-offset: 3px; }
.dip-story-proof-trigger:focus-visible img { border-color: var(--dip-green); }
.dip-proof-modal[hidden] { display: none; }
.dip-proof-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: clamp(16px, 3vw, 32px); background: rgba(9, 20, 16, .88); }
.dip-proof-modal-panel { position: relative; display: grid; max-width: 95vw; max-height: 90vh; place-items: center; }
.dip-proof-modal-panel img { display: block; max-width: 95vw; max-height: 90vh; width: auto; height: auto; border-radius: 10px; object-fit: contain; }
.dip-proof-modal-close { position: absolute; z-index: 1; top: 10px; right: 10px; min-height: 44px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(14,38,30,.92); color: white; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.dip-proof-modal-close:focus-visible { outline: 3px solid var(--dip-orange); outline-offset: 3px; }
body.dip-modal-open { overflow: hidden; }
.dip-contact-modal[hidden] { display: none; }
.dip-contact-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 16px; background: rgba(9, 20, 16, .78); }
.dip-contact-modal-panel { box-sizing: border-box; position: relative; width: min(440px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; padding: 30px; border-radius: 18px; background: var(--dip-white); color: var(--dip-ink); }
.dip-contact-modal-panel h2 { max-width: 330px; margin: 8px 48px 24px 0; font-size: clamp(26px, 6vw, 34px); }
.dip-contact-modal-close { position: absolute; top: 12px; right: 12px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--dip-line); border-radius: 999px; background: var(--dip-white); color: var(--dip-green); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.dip-contact-options { display: grid; gap: 10px; }
.dip-contact-options a { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid var(--dip-green); border-radius: 999px; color: var(--dip-green); font-weight: 750; text-decoration: none; }
.dip-contact-options a:first-child { background: var(--dip-green); color: white; }
.dip-contact-form-open, .dip-contact-back { display: inline-flex; min-height: 44px; align-items: center; padding: 0; border: 0; background: transparent; color: var(--dip-green); font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.dip-contact-form-open { margin-top: 16px; }
.dip-contact-back { margin: 0 52px 18px 0; font-size: 13px; }
.dip-contact-form-lead { margin: -10px 0 24px; color: var(--dip-muted); }
.dip-contact-form { display: grid; gap: 18px; }
.dip-form-field { display: grid; gap: 7px; }
.dip-form-field label { font-weight: 750; }
.dip-form-field label span { color: var(--dip-muted); font-size: 12px; font-weight: 500; }
.dip-form-field input:not([type="file"]), .dip-form-field textarea { box-sizing: border-box; width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #aeb7b2; border-radius: 10px; background: white; color: var(--dip-ink); font: inherit; font-size: 16px; }
.dip-form-field textarea { min-height: 120px; resize: vertical; }
.dip-form-field input[type="file"] { box-sizing: border-box; width: 100%; min-height: 44px; color: var(--dip-ink); font: inherit; font-size: 14px; }
.dip-form-field [aria-invalid="true"] { border-color: #a52a2a; outline-color: #a52a2a; }
.dip-form-helper { margin: -2px 0 2px; color: var(--dip-muted); font-size: 13px; }
.dip-form-error { color: #8b1f1f; font-size: 13px; font-weight: 700; }
.dip-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dip-contact-consent-field { margin: 0; }
.dip-contact-consent-control { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; }
.dip-contact-consent-control input[type="checkbox"] { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--dip-green); cursor: pointer; }
.dip-contact-consent-control input[type="checkbox"]:focus-visible { outline: 3px solid var(--dip-green-2); outline-offset: 3px; }
.dip-contact-consent-control label { color: var(--dip-muted); font-size: 12px; font-weight: 500; line-height: 1.45; }
.dip-contact-consent-control a { color: var(--dip-green); }
.dip-contact-submit, .dip-contact-success button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; justify-self: start; padding: 11px 20px; border: 1px solid var(--dip-green); border-radius: 999px; background: var(--dip-green); color: white; font: inherit; font-weight: 750; cursor: pointer; }
.dip-contact-submit:disabled { cursor: wait; opacity: .65; }
.dip-contact-form-status { min-height: 1.4em; margin: -6px 0 0; color: #8b1f1f; font-size: 13px; font-weight: 700; }
.dip-contact-success p { color: var(--dip-muted); }
.dip-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* FAQ */
.dip-faq { background: white; }
.dip-faq-grid { display: grid; gap: 30px; }
.dip-faq-list details { border-top: 1px solid var(--dip-line); }
.dip-faq-list details:last-child { border-bottom: 1px solid var(--dip-line); }
.dip-faq-list summary { min-height: 58px; padding: 18px 4px; font-weight: 700; cursor: pointer; }
.dip-faq-list summary:focus-visible { outline-color: var(--dip-green-2); }
.dip-faq-list details p { margin: 0 4px 18px; color: var(--dip-muted); }

/* Final CTA and footer */
.dip-final-cta { padding: clamp(80px, 10vw, 130px) 0; background: var(--dip-green); color: white; text-align: center; }
.dip-final-cta-inner { display: grid; justify-items: center; }
.dip-final-cta-inner h2 { max-width: 900px; }
.dip-final-cta-inner > p:not(.dip-eyebrow) { max-width: 580px; color: #c9ddd4; }

@media (min-width: 620px) {
	.dip-shell { width: min(1180px, calc(100% - 56px)); }
	.dip-section-heading { grid-template-columns: 1.35fr .65fr; align-items: end; }
	.dip-route-grid, .dip-team-grid, .dip-direction-grid { grid-template-columns: 1fr 1fr; }
	.dip-trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
	.dip-header { position: sticky; top: 0; }
	.dip-hero-grid { grid-template-columns: 1.08fr .92fr; gap: 64px; }
	.dip-mini-faces { display: none; }
	.dip-hero-people { justify-content: flex-end; }
	.dip-route-grid { grid-template-columns: repeat(4, 1fr); }
	.dip-route-card { grid-template-columns: 1fr; min-height: 165px; }
	.dip-route-number { grid-row: auto; }
	.dip-process-grid, .dip-faq-grid { grid-template-columns: .85fr 1.15fr; gap: 90px; }
	.dip-video-grid { grid-template-columns: .8fr 1.2fr; gap: 90px; }
	.dip-team-grid { grid-template-columns: 1fr 1fr; align-items: start; }
	.dip-person-lead .dip-person-photo { height: 520px; }
	.dip-relatives-grid { grid-template-columns: 1fr 1fr; gap: 90px; }
	.dip-direction-layout { grid-template-columns: 1.55fr .45fr; }
	.dip-direction-grid { grid-template-columns: repeat(3, 1fr); }
	.dip-price-card { grid-template-columns: minmax(0, 2.2fr) auto; gap: 48px; align-items: center; }
	.dip-story-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
	.dip-story-primary { grid-row: span 2; align-self: start; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Editorial people-first iteration */
:root {
	--dip-paper: #f4f0e7;
	--dip-white: #fffdf9;
	--dip-mint: #dfeee4;
	--dip-sand: #eee1ca;
	--dip-radius: 16px;
}
body { background: var(--dip-paper); }
.dip-section { padding: clamp(58px, 7vw, 92px) 0; }
.dip-temp-chip, .dip-temp-label, .dip-note { display: none !important; }
.dip-section-heading { margin-bottom: 28px; }

.dip-hero { min-height: auto; padding: clamp(44px, 6vw, 76px) 0; background: linear-gradient(105deg, #f7f3eb 0%, #f7f3eb 54%, #e5eee7 100%); }
.dip-hero-grid { gap: clamp(28px, 4vw, 58px); }
.dip-hero h1 { max-width: 650px; font-size: clamp(58px, 4.5vw, 68px) !important; line-height: .96; letter-spacing: -.04em; }
.dip-hero .dip-lead { max-width: 590px; }
.dip-portrait { border-radius: 18px; box-shadow: 0 28px 70px rgba(23,34,31,.16); }
.dip-portrait figcaption { inset: auto 14px 14px; padding: 11px 14px; border-radius: 8px; background: rgba(255,253,249,.9); backdrop-filter: blur(8px); }

.dip-routes { background: var(--dip-white); }
.dip-routes.dip-section { padding-block: clamp(54px, 6vw, 76px); }
.dip-route-card { min-height: 94px; padding: 15px 16px; border-radius: 14px; background: transparent; }
.dip-route-card strong { font-size: 15px; }
.dip-route-card small { font-size: 12px; }
.dip-route-number { width: 34px; height: 34px; font-size: 9px; }
.dip-route-warm { border-style: solid; background: #fff8ec; }
.dip-route-safe { border-style: solid; border-color: #9fc7b3; background: #eaf5ee; }

.dip-team { background: var(--dip-paper); padding-bottom: 42px; }
.dip-team-grid { gap: 22px; }
.dip-person { padding: 0; border: 0; border-radius: 0; background: transparent; }
.dip-person-photo { height: 360px; border-radius: 16px; }
.dip-person-copy { padding: 18px 0 0; }
.dip-person-copy h3 { margin-top: 8px; font-size: clamp(25px, 2vw, 32px); }
.dip-team-secondary, .dip-manager-list { gap: 22px; }
.dip-person-compact { padding: 14px; border: 1px solid rgba(23,34,31,.09); border-radius: 16px; background: rgba(255,255,255,.58); }
.dip-person-compact .dip-person-copy { padding: 8px 6px; }

.dip-video-section { padding: 0 0 clamp(48px, 6vw, 76px); background: var(--dip-paper); color: var(--dip-ink); }
.dip-video-grid { padding: clamp(22px, 3.4vw, 40px); border-radius: 24px; background: var(--dip-green); color: white; }
.dip-video-copy > p:not(.dip-eyebrow) { color: #d7e5df; }
.dip-video-host { border-radius: 16px; }

.dip-process { background: var(--dip-mint); }
.dip-step-list { position: relative; gap: 0; }
.dip-step-list::before { content: ""; position: absolute; left: 20px; top: 24px; bottom: 24px; width: 1px; background: rgba(24,77,59,.28); }
.dip-step { position: relative; grid-template-columns: 42px 1fr; padding: 17px 0; border: 0; border-radius: 0; background: transparent; }
.dip-step-number { z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--dip-paper); }

.dip-relatives { background: #e8b960; }

.dip-directions.dip-section { padding-block: clamp(48px, 4.5vw, 60px); }
.dip-directions-heading { margin-bottom: 26px; }
.dip-directions-support { max-width: 430px; color: var(--dip-muted); }
.dip-direction-breadth { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-direction-breadth li { padding: 14px 18px 14px 0; border-bottom: 1px solid var(--dip-line); color: var(--dip-ink); font-family: Georgia, serif; font-size: 18px; }
.dip-direction-breadth a, .dip-student-hub-other-list a { color: inherit; font: inherit; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.dip-direction-layout { gap: 28px; }
.dip-direction-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 22px; }
.dip-direction-links a { display: flex; min-height: 58px; align-items: center; border-top: 1px solid var(--dip-line); color: var(--dip-ink); font-family: Georgia, serif; font-size: 19px; text-decoration: none; }
.dip-direction-links a:nth-last-child(-n+2) { border-bottom: 1px solid var(--dip-line); }
.dip-direction-more { padding: 24px; border-radius: 16px; }
.dip-direction-more h3 { margin-top: 0; }
.dip-tag-list { margin-bottom: 0; }
.dip-tag-list span { padding: 5px 9px; font-size: 11px; }

.dip-trust { background: #f0eee8; }
.dip-trust-grid { margin: 0; padding: 0; gap: 0; border-top: 1px solid #bfc5bf; border-bottom: 1px solid #bfc5bf; list-style: none; }
.dip-trust-item { min-height: 154px; padding: 24px 24px 24px 0; border: 0; border-radius: 0; background: transparent; }
.dip-trust-item:nth-child(even) { padding-left: 24px; border-left: 1px solid #cdd1cc; }
.dip-trust-item:nth-child(n+3) { border-top: 1px solid #cdd1cc; }
.dip-trust-item h3 { margin: 0 0 10px; font-size: clamp(23px, 2vw, 30px); line-height: 1.08; }
.dip-trust-item-year h3 { font-size: clamp(30px, 2.8vw, 42px); }
.dip-trust-item p { max-width: 480px; margin: 0; }

.dip-price.dip-section { padding-block: 56px; }
.dip-price-card { padding: clamp(22px, 3vw, 32px); border-radius: 18px; }
.dip-price-card h2 { margin-block: 8px; }
.dip-price-card p { margin-bottom: 0; }
.dip-price-factors { margin-top: 18px !important; }

.dip-stories { background: #e9efec; }
.dip-story { padding: 22px; }
.dip-story-primary { background: var(--dip-sand); }

.dip-faq.dip-section { padding-block: 62px; }
.dip-faq-list summary { min-height: 52px; padding-block: 14px; }

.dip-final-cta { padding: clamp(56px, 7vw, 84px) 0; text-align: left; }
.dip-final-cta-inner { grid-template-columns: 1fr; gap: 20px; justify-items: start; max-width: 900px; }
.dip-final-cta-inner h2 { max-width: 760px; margin: 0; }


@media (min-width: 900px) {
	.dip-hero-grid { grid-template-columns: .95fr 1.05fr; }
	.dip-hero-copy { width: calc(100% + 32px); max-width: 560px; }
	.dip-portrait { max-width: 500px; }
	.dip-route-card { min-height: 110px; }
	.dip-team-grid { grid-template-columns: 1.04fr .96fr; }
	.dip-person-lead .dip-person-photo { height: 500px; }
	.dip-person-compact .dip-person-photo { height: 230px; }
	.dip-video-grid { grid-template-columns: .8fr 1.2fr; gap: 52px; }
	.dip-direction-layout { grid-template-columns: 1.4fr .6fr; }
}

@media (max-width: 619px) {
	.dip-section { padding-block: 54px; }
	.dip-header-inner { min-height: 68px; gap: 8px; }
	.dip-header .dip-brand { flex: 0 1 auto; }
	.dip-header .dip-brand-copy small { display: none; }
	.dip-header .wp-block-button__link { min-height: 44px; max-width: 100%; padding-inline: 12px; font-size: 12px; line-height: 1.2; white-space: normal; }
	.dip-hero { padding: 34px 0 42px; }
	.dip-hero-grid { gap: 24px; }
	.dip-semantic-line { gap: 2px 6px; margin-bottom: 12px; font-size: 14px; line-height: 1.4; }
	.dip-marker-break { display: block; flex-basis: 100%; width: 0; height: 0; }
	.dip-semantic-line span:nth-child(3)::after { display: none; }
	.dip-hero h1 { font-size: clamp(45px, 13vw, 57px) !important; line-height: .94; }
	.dip-hero .dip-lead { font-size: 16px; line-height: 1.5; }
	.dip-hero-actions { margin-top: 20px; }
	.dip-hero-actions .dip-text-link { font-size: 13px; }
	.dip-hero-people { margin-top: 4px; }
	.dip-portrait { width: 100%; }
	.dip-portrait figcaption { inset: auto 7px 7px; padding: 8px; }
	.dip-portrait figcaption strong { font-size: 11px; }
	.dip-portrait figcaption span { font-size: 9px; }
	.dip-route-grid { gap: 8px; }
	.dip-route-card { grid-template-columns: 1fr; min-height: 62px; padding: 12px 14px; }
	.dip-route-number { grid-row: 1 / 3; }
	.dip-team-grid { gap: 28px; }
	.dip-person-lead .dip-person-photo { height: 390px; }
	.dip-team-secondary, .dip-manager-list { gap: 12px; }
	.dip-person-compact { grid-template-columns: 112px 1fr; gap: 14px; min-height: 174px; padding: 12px; }
	.dip-person-compact .dip-person-photo { height: 150px; }
	.dip-person-compact .dip-person-copy { padding: 4px 2px; }
	.dip-person-compact .dip-person-copy h3 { margin-top: 5px; font-size: 24px; }
	.dip-person-compact .dip-person-copy p:last-of-type { font-size: 13px; line-height: 1.45; }
	.dip-video-grid { gap: 24px; padding: 20px 18px; }
	.dip-direction-links { grid-template-columns: 1fr; }
	.dip-directions-heading { gap: 12px; margin-bottom: 22px; }
	.dip-direction-breadth { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-direction-breadth li { padding: 13px 12px 13px 0; font-size: 16px; line-height: 1.35; }
	.dip-direction-links a:nth-last-child(-n+2) { border-bottom: 0; }
	.dip-direction-links a:last-child { border-bottom: 1px solid var(--dip-line); }
	.dip-trust-grid { grid-template-columns: 1fr; }
	.dip-trust-item { min-height: 0; padding: 20px 0; }
	.dip-trust-item:nth-child(even) { padding-left: 0; border-left: 0; }
	.dip-trust-item:nth-child(n+2) { border-top: 1px solid #cdd1cc; }
	.dip-trust-item h3 { font-size: 23px; }
	.dip-trust-item-year h3 { font-size: 32px; }
	.dip-price.dip-section { padding-block: 40px; }
	.dip-price-card { gap: 20px; padding: 20px; }
	.dip-price-copy h2 { line-height: 1.08; }
	.dip-price-factors { margin-top: 16px !important; }
	.dip-final-cta-inner h2 { font-size: 29px; }
}
@media (max-width: 380px) {
	.dip-header-inner { gap: 6px; }
	.dip-header .wp-block-button__link { padding-inline: 10px; }
}
.dip-footer { padding: 44px 0 18px; background: #0e261e; color: white; }
.dip-footer-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
.dip-footer h2 { margin: 0 0 12px; color: white; font-size: 13px; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; }
.dip-footer p { margin: 0; }
.dip-footer a, .dip-footer p, .dip-footer address { color: #b6c9c1; font-size: 13px; line-height: 1.55; }
.dip-footer a { display: inline-flex; min-height: 44px; align-items: center; overflow-wrap: anywhere; }
.dip-footer .dip-brand { display: inline-flex; align-items: center; gap: 10px; }
.dip-footer .dip-brand-copy strong { color: white; }
.dip-footer .dip-brand-copy small { color: #b6c9c1; }
.dip-footer address { font-style: normal; }
.dip-footer-links { margin: 0; padding: 0; list-style: none; }
.dip-footer-office { margin-top: 24px; }
.dip-footer-business p + p { margin-top: 5px; }
.dip-footer-bottom { gap: 12px 24px; margin-top: 34px; padding-top: 16px; border-top: 1px solid rgba(182, 201, 193, .25); }
.dip-footer-bottom > * { margin: 0 !important; }
.dip-footer-top { color: #b6c9c1; }
.dip-footer-cookie-settings { min-height: 44px; padding: 0; border: 0; background: transparent; color: #b6c9c1; font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: .16em; cursor: pointer; }
.dip-footer-cookie-settings:hover { color: white; }
.dip-footer-cookie-settings:focus-visible { outline: 3px solid var(--dip-orange); outline-offset: 3px; }
.dip-stage-marker { color: #91aaa0 !important; font-size: 12px !important; line-height: 1.4; text-transform: uppercase; letter-spacing: .1em; }
@media (min-width: 620px) {
	.dip-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 44px; }
}
@media (min-width: 900px) {
	.dip-footer-grid { grid-template-columns: .8fr 1.15fr .9fr 1.35fr; gap: 36px; }
}
@media (max-width: 619px) {
	.dip-footer { padding-top: 38px; }
	.dip-footer-bottom { display: grid !important; justify-items: start; }
}


.dip-skip-link {
	position: fixed;
	z-index: 1000000;
	top: max(12px, env(safe-area-inset-top));
	left: 16px;
	transform: translateY(-200%);
	opacity: 0;
	pointer-events: none;
	padding: 12px 16px;
	border: 3px solid var(--dip-orange);
	border-radius: 10px;
	background: #fff;
	color: var(--dip-green);
	font-weight: 800;
	box-shadow: 0 8px 24px rgba(23, 34, 31, .24);
}
.dip-skip-link:focus,
.dip-skip-link:focus-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}
body.admin-bar .dip-skip-link { top: calc(32px + 12px); }
@media (max-width: 782px) {
	body.admin-bar .dip-skip-link { top: calc(46px + 12px); }
}
button.dip-route-card {
	width: 100%;
	appearance: none;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

/* VKR landing v1 — WORKING CONCEPT / NOT PRODUCTION-FINAL */
.dip-vkr-page { background: var(--dip-paper); }
.dip-vkr-page h1, .dip-vkr-page h2, .dip-vkr-page h3 { text-wrap: balance; }
.dip-vkr-page p { text-wrap: pretty; }
.dip-vkr-section { padding: clamp(64px, 8vw, 104px) 0; }
.dip-vkr-section-heading { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.dip-vkr-section-heading > p:not(.dip-eyebrow) { max-width: 620px; color: var(--dip-muted); font-size: clamp(16px, 1.5vw, 19px); }
.dip-vkr-heading-wide { max-width: 900px; }
.dip-vkr-hero { position: relative; overflow: hidden; padding: clamp(72px, 9vw, 126px) 0; background: linear-gradient(120deg, #f7f5ef 35%, #e3eee7 100%); }
.dip-vkr-hero::after { position: absolute; width: 420px; aspect-ratio: 1; right: -160px; bottom: -250px; border-radius: 50%; background: rgba(238,114,71,.13); content: ""; }
.dip-vkr-hero-grid { position: relative; z-index: 1; display: grid; gap: 44px; align-items: end; }
.dip-vkr-hero-copy { max-width: 840px; }
.dip-vkr-hero h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(44px, 6.2vw, 82px); line-height: .98; }
.dip-vkr-hero-lead { max-width: 710px; color: #3f4d48; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.5; }
.dip-vkr-actions { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; margin-top: 30px; }
.dip-button-solid, .dip-button-light, .dip-button-text { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; appearance: none; padding: 12px 22px; border-radius: 999px; font: inherit; font-weight: 750; cursor: pointer; text-decoration: none; }
.dip-button-solid { border: 1px solid var(--dip-green); background: var(--dip-green); color: white; }
.dip-button-solid:hover { background: var(--dip-green-2); color: white; }
.dip-button-light { border: 1px solid white; background: white; color: var(--dip-green); }
.dip-button-light:hover { background: var(--dip-mint); color: var(--dip-green); }
.dip-button-text { padding-inline: 0; border: 0; background: transparent; color: var(--dip-green); text-align: left; }
.dip-vkr-hero-aside { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; max-width: 660px; margin: 0; padding-top: 22px; border-top: 1px solid rgba(23,34,31,.18); color: var(--dip-green); font-size: 14px; font-weight: 750; }
.dip-vkr-hero-aside p { margin: 0; }
.dip-vkr-hero-aside span { color: var(--dip-orange); }
.dip-vkr-situations { background: white; }
.dip-vkr-situation-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-vkr-situation-list li { display: grid; gap: 7px; padding: 22px 0; border-bottom: 1px solid var(--dip-line); }
.dip-vkr-situation-list strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(21px, 2vw, 27px); font-weight: 500; line-height: 1.16; }
.dip-vkr-situation-list span { max-width: 520px; color: var(--dip-muted); }
.dip-vkr-editorial-grid { display: grid; gap: 38px; }
.dip-vkr-process { background: var(--dip-mint); }
.dip-vkr-process-list { margin: 0; padding: 0; list-style: none; }
.dip-vkr-process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(23,34,31,.2); }
.dip-vkr-process-list li:last-child { border-bottom: 1px solid rgba(23,34,31,.2); }
.dip-vkr-process-list > li > span { color: #9c4c30; font-size: 13px; font-weight: 800; }
.dip-vkr-process-list h3 { margin: 0 0 6px; font-size: 24px; }
.dip-vkr-process-list p { margin: 0; color: #465550; }
.dip-vkr-stage-flow { display: grid; border-top: 1px solid var(--dip-line); }
.dip-vkr-stage-flow section { padding: 24px 0; border-bottom: 1px solid var(--dip-line); }
.dip-vkr-stage-flow section > p { margin: 0 0 18px; color: #9c4c30; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.dip-vkr-stage-flow h3 { margin: 0 0 8px; font-size: clamp(23px, 2.2vw, 30px); }
.dip-vkr-stage-flow span { display: block; max-width: 360px; color: var(--dip-muted); }
.dip-vkr-callout-grid { display: grid; gap: 30px; }
.dip-vkr-continuity { padding-block: clamp(46px, 6vw, 74px); background: var(--dip-sand); }
.dip-vkr-callout-grid h2 { max-width: 560px; }
.dip-vkr-callout-grid > div:last-child > p:first-child { color: #37443f; font-size: clamp(17px, 1.6vw, 20px); }

.dip-vkr-presentation { background: var(--dip-green); color: white; }
.dip-vkr-presentation-panel { display: grid; gap: 28px; align-items: center; }
.dip-vkr-presentation .dip-eyebrow { color: #bce4d1; }
.dip-vkr-presentation h2 { color: white; }
.dip-vkr-presentation p:not(.dip-eyebrow) { max-width: 680px; color: #d7e5df; font-size: clamp(17px, 1.6vw, 20px); }
.dip-vkr-presentation a { color: white; font-weight: 750; }
.dip-vkr-presentation .dip-button-light { justify-self: start; }
.dip-vkr-manager { background: white; }
.dip-vkr-prose { max-width: 660px; }
.dip-vkr-prose p { color: #3f4d48; font-size: clamp(17px, 1.55vw, 20px); }
.dip-vkr-revisions { background: #f2eadc; }
.dip-vkr-pricing { background: var(--dip-mint); }
.dip-vkr-pricing-grid { display: grid; gap: 30px; }
.dip-vkr-pricing-action { align-self: end; padding: 24px; border-radius: var(--dip-radius); background: white; }
.dip-vkr-pricing-action p { color: var(--dip-muted); }
.dip-vkr-evidence { background: white; }
.dip-vkr-story { max-width: 700px; padding: clamp(24px, 4vw, 42px); border-radius: var(--dip-radius); background: var(--dip-sand); }
.dip-vkr-story > p { color: #3f4d48; }
.dip-vkr-story > p:last-of-type { margin-bottom: 0; }
.dip-vkr-trust-layout { display: grid; gap: 42px; align-items: center; }
.dip-vkr-trust-facts { min-width: 0; }
.dip-vkr-clip { width: min(100%, 240px); margin-inline: auto; }
.dip-vkr-clip-label { margin: 0 0 10px; color: var(--dip-muted); font-size: 13px; font-weight: 750; text-align: center; }
.dip-vkr-clip-host { aspect-ratio: 9 / 16; border-color: rgba(23,34,31,.18); background: #0d1713; box-shadow: 0 22px 60px rgba(23,34,31,.13); }
.dip-vkr-clip-host .dip-video-trigger { min-width: 0; min-height: 0; flex-direction: column; gap: 10px; padding: 18px; text-align: center; }
.dip-vkr-clip-host .dip-video-trigger span:last-child { gap: 3px; }
.dip-vkr-clip-host .dip-video-trigger small { color: #e1eee8; font-size: 11px; }
.dip-vkr-trust-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-vkr-trust-list li { display: grid; gap: 5px; padding: 20px 0; border-bottom: 1px solid var(--dip-line); }
.dip-vkr-trust-list strong { font-size: 18px; }
.dip-vkr-trust-list span { color: var(--dip-muted); }
.dip-vkr-trust-link { margin-top: 28px; font-weight: 750; }
.dip-vkr-faq { background: white; }
.dip-vkr-faq-list details { border-top: 1px solid var(--dip-line); }
.dip-vkr-faq-list details:last-child { border-bottom: 1px solid var(--dip-line); }
.dip-vkr-faq-list summary { min-height: 58px; padding: 18px 4px; font-weight: 750; cursor: pointer; }
.dip-vkr-faq-list details div { padding: 0 4px 18px; }
.dip-vkr-faq-list details p { margin: 0; color: var(--dip-muted); }
.dip-vkr-final { padding: clamp(60px, 8vw, 96px) 0; background: #0e3a2d; color: white; }
.dip-vkr-final-inner { display: grid; gap: 28px; align-items: center; }
.dip-vkr-final .dip-eyebrow { color: #bce4d1; }
.dip-vkr-final h2 { max-width: 780px; color: white; }
.dip-vkr-final p:not(.dip-eyebrow) { max-width: 650px; color: #c9ddd4; }
.dip-vkr-final .dip-button-light { justify-self: start; }
@media (min-width: 700px) {
	.dip-vkr-situation-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-vkr-situation-list li { padding: 26px 24px 26px 0; }
	.dip-vkr-situation-list li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--dip-line); }
	.dip-vkr-stage-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-vkr-stage-flow section { padding: 28px 28px 28px 0; }
	.dip-vkr-stage-flow section:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--dip-line); }
	.dip-vkr-trust-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-vkr-trust-list li { padding: 24px 26px 24px 0; }
	.dip-vkr-trust-list li:nth-child(even) { padding-left: 26px; border-left: 1px solid var(--dip-line); }
}
@media (min-width: 900px) {
	.dip-vkr-hero-grid { grid-template-columns: minmax(0, 1.6fr) minmax(260px, .6fr); gap: 72px; }
	.dip-vkr-editorial-grid { grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 80px; }
	.dip-vkr-evidence .dip-vkr-editorial-grid { grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr); gap: 60px; }
	.dip-vkr-trust-layout { grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr); gap: 64px; }
	.dip-vkr-clip { width: min(100%, 270px); }
	.dip-vkr-process .dip-vkr-section-heading, .dip-vkr-faq .dip-vkr-section-heading { position: sticky; top: 32px; align-self: start; }
	.dip-vkr-stage-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.dip-vkr-stage-flow section:nth-child(even) { padding-left: 0; border-left: 0; }
	.dip-vkr-stage-flow section:not(:nth-child(3n + 1)) { padding-left: 28px; border-left: 1px solid var(--dip-line); }
	.dip-vkr-callout-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 80px; }
	.dip-vkr-presentation-panel { grid-template-columns: minmax(0, 1fr) auto; gap: 60px; }
	.dip-vkr-pricing-grid { grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 70px; }
	.dip-vkr-final-inner { grid-template-columns: minmax(0, 1fr) auto; gap: 60px; }
}
@media (max-width: 619px) {
	.dip-vkr-section { padding-block: 52px; }
	.dip-vkr-hero { padding: 54px 0 64px; }
	.dip-vkr-hero h1 { font-size: clamp(42px, 12vw, 54px); line-height: .98; }
	.dip-vkr-hero-lead { font-size: 17px; }
	.dip-vkr-actions { align-items: stretch; }
	.dip-vkr-actions .dip-button-solid { width: 100%; }
	.dip-vkr-process-list li { grid-template-columns: 38px 1fr; gap: 12px; }
	.dip-vkr-presentation-panel .dip-button-light, .dip-vkr-final-inner .dip-button-light { width: 100%; }
	.dip-vkr-pricing-action { padding: 20px; }
}
/* Practice landing v1 — WORKING CONCEPT / NOT PRODUCTION-FINAL */
.dip-practice-hero { background: linear-gradient(125deg, #f7f5ef 30%, #f2eadc 100%); }
.dip-practice-hero::after { background: rgba(54, 125, 91, .11); }
.dip-practice-boundaries { background: #173f33; color: white; }
.dip-practice-boundaries .dip-eyebrow { color: #bce4d1; }
.dip-practice-boundaries h2 { color: white; }
.dip-practice-boundaries-grid { display: grid; gap: 32px; }
.dip-practice-boundaries-copy { max-width: 700px; }
.dip-practice-boundaries-copy p { color: #d7e5df; font-size: clamp(17px, 1.55vw, 20px); }
.dip-practice-boundaries-copy p:first-child { color: white; }
.dip-practice-types { background: white; }
.dip-practice-type-list { border-top: 1px solid var(--dip-line); }
.dip-practice-type-list section { padding: 24px 0; border-bottom: 1px solid var(--dip-line); }
.dip-practice-type-list h3 { margin: 0 0 8px; font-size: clamp(23px, 2.2vw, 30px); }
.dip-practice-type-list p { max-width: 560px; margin: 0; color: var(--dip-muted); }
.dip-practice-report { background: #f4efe5; }
.dip-practice-continuity a { font-weight: 750; }
@media (min-width: 900px) {
	.dip-practice-boundaries-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 80px; }
}
/* Coursework landing v1 — WORKING CONCEPT / NOT PRODUCTION-FINAL */
.dip-coursework-hero { background: linear-gradient(125deg, #f7f5ef 28%, #e9e3f1 100%); }
.dip-coursework-hero::after { background: rgba(238, 114, 71, .1); }
.dip-coursework-requirements { background: white; }
.dip-coursework-requirement-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-coursework-requirement-list li { display: grid; grid-template-columns: minmax(128px, .8fr) minmax(0, 1.2fr); gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--dip-line); }
.dip-coursework-requirement-list strong { color: var(--dip-green); }
.dip-coursework-requirement-list span { color: var(--dip-muted); }
.dip-coursework-discipline { background: #173f33; color: white; }
.dip-coursework-discipline .dip-eyebrow { color: #bce4d1; }
.dip-coursework-discipline h2 { color: white; }
.dip-coursework-discipline p:not(.dip-eyebrow) { color: #d7e5df; font-size: clamp(17px, 1.55vw, 20px); }
.dip-coursework-discipline .dip-vkr-callout-grid > div:last-child > p { color: #f1f7f4; }
.dip-coursework-discipline a { color: white; }
.dip-coursework-discipline a:focus-visible { outline: 3px solid var(--dip-orange); outline-offset: 3px; }
.dip-coursework-bridge { padding-block: clamp(44px, 6vw, 68px); background: var(--dip-sand); }
.dip-coursework-bridge a { font-weight: 750; }
@media (min-width: 700px) {
	.dip-coursework-requirement-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-coursework-requirement-list li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--dip-line); }
}
@media (max-width: 619px) {
	.dip-coursework-requirement-list li { grid-template-columns: 1fr; gap: 5px; }
}
/* Distance Learning landing v1 — WORKING CONCEPT / NOT PRODUCTION-FINAL */
.dip-distance-hero { background: linear-gradient(125deg, #f7f5ef 25%, #dfece8 100%); }
.dip-distance-hero::after { background: rgba(54, 125, 91, .12); }
.dip-distance-continuity { background: white; }
.dip-distance-known-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-distance-known-list li { padding: 20px 0; border-bottom: 1px solid var(--dip-line); color: var(--dip-muted); }
.dip-distance-known-list strong { display: block; margin-bottom: 5px; color: var(--dip-green); }
.dip-distance-materials { background: #173f33; color: white; }
.dip-distance-materials .dip-eyebrow { color: #bce4d1; }
.dip-distance-materials h2 { color: white; }
.dip-distance-materials-grid { display: grid; gap: 34px; }
.dip-distance-material-list { display: grid; margin: 0; padding: 0; list-style: none; }
.dip-distance-material-list li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.24); color: #f1f7f4; }
.dip-distance-no-access { margin-top: 26px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.38); border-radius: var(--dip-radius); color: white; font-size: clamp(17px, 1.5vw, 20px); font-weight: 750; }
.dip-distance-includes { background: var(--dip-sand); }
.dip-distance-link-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-distance-link-list li { padding: 18px 0; border-bottom: 1px solid var(--dip-line); }
.dip-distance-link-list a { font-weight: 750; }
.dip-distance-manager { background: var(--dip-mint); }
.dip-distance-manager-copy { max-width: 700px; }
.dip-distance-manager-copy p { color: #3f4d48; font-size: clamp(17px, 1.55vw, 20px); }
.dip-distance-tests { padding-block: clamp(44px, 6vw, 68px); background: white; }
@media (min-width: 700px) {
	.dip-distance-known-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-distance-known-list li:nth-child(even) { padding-left: 26px; border-left: 1px solid var(--dip-line); }
}
@media (min-width: 900px) {
	.dip-distance-materials-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 80px; }
}
/* Master landing v1 — WORKING CONCEPT / NOT PRODUCTION-FINAL */
.dip-master-hero { background: linear-gradient(125deg, #f7f5ef 24%, #e8e4ed 100%); }
.dip-master-hero::after { background: rgba(54, 125, 91, .1); }
.dip-master-research { background: white; }
.dip-master-requirements { background: #f4efe5; }
.dip-master-requirement-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-master-requirement-list li { display: grid; gap: 5px; padding: 20px 0; border-bottom: 1px solid var(--dip-line); }
.dip-master-requirement-list strong { color: var(--dip-green); }
.dip-master-requirement-list span { color: var(--dip-muted); }
.dip-master-anxiety { background: #173f33; color: white; }
.dip-master-anxiety .dip-eyebrow { color: #bce4d1; }
.dip-master-anxiety h2, .dip-master-anxiety a { color: white; }
.dip-master-anxiety .dip-vkr-callout-grid > div:last-child > p { color: #e0ece7; }
.dip-master-anxiety a { font-weight: 750; }
.dip-master-anxiety a:focus-visible { outline: 3px solid var(--dip-orange); outline-offset: 3px; }
@media (min-width: 700px) {
	.dip-master-requirement-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-master-requirement-list li:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--dip-line); }
}


/* Tests landing v1 — WORKING CONCEPT / NOT PRODUCTION-FINAL */
.dip-tests-hero { background: linear-gradient(125deg, #f7f5ef 30%, #e5efe8 100%); }
.dip-tests-hero::after { background: rgba(238, 114, 71, .1); }
.dip-tests-help { background: white; }
.dip-tests-help-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-tests-help-list li { padding: 17px 0; border-bottom: 1px solid var(--dip-line); color: #35443e; font-weight: 700; }
.dip-tests-repeat { padding-block: clamp(46px, 6vw, 72px); background: var(--dip-sand); }
.dip-tests-repeat a { font-weight: 750; }
@media (min-width: 700px) {
	.dip-tests-help-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-tests-help-list li:nth-child(even) { padding-left: 26px; border-left: 1px solid var(--dip-line); }
}



/* Student Help Hub v1 — WORKING CONCEPT / NOT PRODUCTION-FINAL */
.dip-student-hub-hero { background: linear-gradient(125deg, #f7f5ef 28%, #e2eee7 100%); }
.dip-student-hub-directions { background: white; }
.dip-student-hub-link-list { display: grid; border-top: 1px solid var(--dip-line); }
.dip-student-hub-link-list a { display: grid; gap: 7px; min-width: 0; padding: 24px 0; border-bottom: 1px solid var(--dip-line); color: var(--dip-ink); text-decoration: none; }
.dip-student-hub-link-list strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(22px, 2.2vw, 30px); font-weight: 500; line-height: 1.15; }
.dip-student-hub-link-list span { max-width: 520px; color: var(--dip-muted); }
.dip-student-hub-link-list a:hover strong { color: var(--dip-green); }
.dip-student-hub-route-grid { display: grid; gap: 18px; }
.dip-student-hub-route-grid article { padding: clamp(24px, 4vw, 40px); border-radius: var(--dip-radius); background: var(--dip-mint); }
.dip-student-hub-route-grid article h2 { font-size: clamp(30px, 3.5vw, 46px); }
.dip-student-hub-family { background: var(--dip-sand) !important; }
.dip-student-hub-other { background: white; }
.dip-student-hub-other-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-student-hub-other-list li { padding: 15px 0; border-bottom: 1px solid var(--dip-line); font-family: Georgia, serif; font-size: 18px; }
.dip-student-hub-trust { padding-block: clamp(50px, 6vw, 72px); background: #f2eadc; }
.dip-student-hub-trust-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-student-hub-trust-list li { padding: 19px 0; border-bottom: 1px solid var(--dip-line); }
@media (min-width: 700px) {
	.dip-student-hub-link-list, .dip-student-hub-route-grid, .dip-student-hub-trust-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-student-hub-link-list a:nth-child(even), .dip-student-hub-trust-list li:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--dip-line); }
	.dip-student-hub-other-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-student-hub-other-list li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--dip-line); }
}

/* Presentation landing v1 — WORKING CONCEPT / NOT PRODUCTION-FINAL */
.dip-presentation-hero { background: linear-gradient(125deg, #f7f5ef 22%, #e8edf3 100%); }
.dip-presentation-hero::after { width: 360px; right: -120px; bottom: -210px; border-radius: 28px; background: rgba(238, 114, 71, .1); transform: rotate(-8deg); }
.dip-presentation-hero-grid { position: relative; z-index: 1; display: grid; gap: 44px; align-items: center; }
.dip-presentation-hero-note { max-width: 650px; margin-top: 18px; color: var(--dip-muted); }
.dip-presentation-sequence { width: min(100%, 420px); justify-self: center; }
.dip-presentation-sequence ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.dip-presentation-sequence li { display: grid; grid-template-columns: 34px 1fr; gap: 3px 14px; min-height: 94px; padding: 20px; border: 1px solid rgba(23,34,31,.14); border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 12px 32px rgba(23,34,31,.06); }
.dip-presentation-sequence li:nth-child(2) { margin-left: 22px; }
.dip-presentation-sequence li:nth-child(3) { margin-left: 44px; }
.dip-presentation-sequence span { grid-row: 1 / 3; color: #9c4c30; font-size: 12px; font-weight: 800; }
.dip-presentation-sequence strong { align-self: end; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 500; }
.dip-presentation-sequence small { color: var(--dip-muted); font-size: 14px; }
.dip-presentation-situation-list li:last-child { grid-column: 1 / -1; }
.dip-presentation-video { background: #f2eadc; }
.dip-presentation-video-grid { display: grid; gap: 38px; align-items: center; }
.dip-presentation-video .dip-vkr-section-heading { align-self: center; }
.dip-presentation-video .dip-vkr-section-heading > p:last-child { color: var(--dip-muted); font-weight: 700; }
.dip-presentation-video-card { width: min(100%, 360px); }
.dip-presentation-help { background: var(--dip-paper); }
.dip-presentation-help-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--dip-line); list-style: none; }
.dip-presentation-help-list li { padding: 18px 0; border-bottom: 1px solid var(--dip-line); color: #35443e; font-weight: 700; }
.dip-presentation-defense { background: #173f33; color: white; }
.dip-presentation-defense .dip-eyebrow { color: #bce4d1; }
.dip-presentation-defense h2, .dip-presentation-defense a { color: white; }
.dip-presentation-defense .dip-vkr-callout-grid > div:last-child > p { color: #e0ece7; }
.dip-presentation-defense a { font-weight: 750; }
.dip-presentation-coursework { background: var(--dip-sand); }
.dip-presentation-coursework a { font-weight: 750; }
.dip-presentation-format { background: white; }
.dip-presentation-format-panel { display: grid; gap: 32px; align-items: center; padding: clamp(28px, 5vw, 56px); border: 1px solid var(--dip-line); border-radius: var(--dip-radius); background: linear-gradient(130deg, #fff 55%, #e5efe9 100%); }
.dip-presentation-format-panel > div:first-child { max-width: 720px; }
.dip-presentation-format-panel p:not(.dip-eyebrow) { color: var(--dip-muted); font-size: clamp(17px, 1.55vw, 20px); }
.dip-presentation-file { display: grid; gap: 8px; justify-items: center; padding: 24px; border-radius: 18px; background: var(--dip-green); color: white; text-align: center; }
.dip-presentation-file span { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 6vw, 64px); line-height: 1; }
.dip-presentation-file strong { font-size: 14px; }
.dip-presentation-related { background: white; }
.dip-presentation-related-links { display: grid; border-top: 1px solid var(--dip-line); }
.dip-presentation-related-links a { display: grid; gap: 6px; min-width: 0; padding: 22px 0; border-bottom: 1px solid var(--dip-line); color: var(--dip-ink); text-decoration: none; }
.dip-presentation-related-links strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(21px, 2vw, 27px); font-weight: 500; }
.dip-presentation-related-links span { color: var(--dip-muted); }
.dip-presentation-related-links a:hover strong { color: var(--dip-green); }
@media (min-width: 700px) {
	.dip-presentation-help-list, .dip-presentation-related-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dip-presentation-help-list li:nth-child(even), .dip-presentation-related-links a:nth-child(even) { padding-left: 26px; border-left: 1px solid var(--dip-line); }
	.dip-presentation-format-panel { grid-template-columns: minmax(0, 1fr) minmax(190px, .35fr); }
}
@media (min-width: 900px) {
	.dip-presentation-hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 72px; }
	.dip-presentation-video-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr); gap: 72px; }
}
@media (max-width: 619px) {
	.dip-presentation-sequence { width: 100%; }
	.dip-presentation-sequence li:nth-child(2), .dip-presentation-sequence li:nth-child(3) { margin-left: 0; }
	.dip-presentation-video-card { width: min(100%, 300px); }
	.dip-presentation-format-panel { padding: 24px 20px; }
}
/* Reusable legal pages */
.dip-legal-page { padding: clamp(32px, 3.8vw, 56px) 0 clamp(52px, 6vw, 84px); background: var(--dip-paper); }
.dip-legal-document { width: min(780px, calc(100% - 32px)); margin-inline: auto; color: var(--dip-ink); font-size: 17px; line-height: 1.72; overflow-wrap: anywhere; }
.dip-legal-header { margin-bottom: clamp(26px, 3vw, 38px); padding-bottom: 20px; border-bottom: 1px solid var(--dip-line); }
.dip-legal-header h1 { max-width: 26ch; margin: 0; font-size: clamp(36px, calc(28px + 2vw), 58px); line-height: 1.08; overflow-wrap: normal; word-break: normal; hyphens: none; }
.dip-legal-revision { margin: 14px 0 0; color: var(--dip-muted); font-size: 14px; font-weight: 700; line-height: 1.4; text-align: right; }
.dip-legal-document h2 { margin: 2.15em 0 .8em; scroll-margin-top: 100px; font-size: clamp(27px, 3vw, 36px); line-height: 1.15; }
.dip-legal-header + h2 { margin-top: 0; }
.dip-legal-document h3 { margin: 1.8em 0 .65em; scroll-margin-top: 100px; font-size: clamp(21px, 2.2vw, 27px); line-height: 1.2; }
.dip-legal-document p { margin: 0 0 1em; }
.dip-legal-document ul { margin: .25em 0 1.35em; padding-left: 1.35em; }
.dip-legal-document li { margin-bottom: .55em; padding-left: .2em; }
.dip-legal-document a { text-decoration-thickness: .08em; text-underline-offset: .16em; }
.dip-legal-document a:focus-visible { border-radius: 2px; outline: 3px solid var(--dip-orange); outline-offset: 3px; }
.dip-footer-legal { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
@media (min-width: 620px) {
	.dip-legal-document { width: min(780px, calc(100% - 56px)); }
	.dip-footer-legal .dip-footer-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
}
@media (max-width: 619px) {
	.dip-legal-document { font-size: 16px; line-height: 1.66; }
	.dip-legal-document ul { padding-left: 1.25em; }
}

/* Cookie consent manager */
.dip-cookie-banner[hidden], .dip-cookie-dialog[hidden] { display: none; }
.dip-cookie-banner { position: fixed; z-index: 980; right: 16px; bottom: 16px; left: 16px; display: grid; width: min(760px, calc(100% - 32px)); margin-inline: auto; gap: 18px; padding: clamp(20px, 3vw, 28px); border: 1px solid var(--dip-line); border-radius: var(--dip-radius); background: var(--dip-white); color: var(--dip-ink); box-shadow: var(--dip-shadow); }
.dip-cookie-banner h2, .dip-cookie-dialog h2 { margin: 0; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; }
.dip-cookie-banner p { margin: 8px 0; color: var(--dip-muted); }
.dip-cookie-banner a, .dip-cookie-dialog a { color: var(--dip-green); font-weight: 700; text-underline-offset: .16em; }
.dip-cookie-banner-actions, .dip-cookie-dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.dip-cookie-button { min-height: 48px; padding: 11px 18px; border: 1px solid var(--dip-green); border-radius: 999px; font: inherit; font-weight: 750; cursor: pointer; }
.dip-cookie-button-primary { background: var(--dip-green); color: white; }
.dip-cookie-button-secondary { background: white; color: var(--dip-green); }
.dip-cookie-button:hover { border-color: var(--dip-green-2); }
.dip-cookie-button-primary:hover { background: var(--dip-green-2); }
.dip-cookie-button:focus-visible, .dip-cookie-dialog-close:focus-visible { outline: 3px solid var(--dip-orange); outline-offset: 3px; }
.dip-cookie-dialog { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 16px; background: rgba(9, 20, 16, .78); }
.dip-cookie-dialog-panel { box-sizing: border-box; position: relative; width: min(560px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; padding: clamp(24px, 5vw, 36px); border-radius: var(--dip-radius); background: var(--dip-white); color: var(--dip-ink); }
.dip-cookie-dialog-panel > p:not(.dip-eyebrow) { color: var(--dip-muted); }
.dip-cookie-dialog-close { position: absolute; top: 12px; right: 12px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--dip-line); border-radius: 999px; background: white; color: var(--dip-green); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.dip-cookie-options { display: grid; gap: 10px; margin: 24px 0; }
.dip-cookie-options label { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 16px; border: 1px solid var(--dip-line); border-radius: 14px; cursor: pointer; }
.dip-cookie-options label:has(input:focus-visible) { outline: 3px solid var(--dip-orange); outline-offset: 2px; }
.dip-cookie-options label:has(input:disabled) { cursor: default; }
.dip-cookie-options span, .dip-cookie-options small { display: block; }
.dip-cookie-options small { margin-top: 4px; color: var(--dip-muted); line-height: 1.4; }
.dip-cookie-options input { flex: 0 0 auto; width: 22px; height: 22px; accent-color: var(--dip-green); }
@media (min-width: 700px) {
	.dip-cookie-banner { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
}
@media (max-width: 480px) {
	.dip-cookie-banner { bottom: 8px; width: calc(100% - 16px); padding: 18px; }
	.dip-cookie-banner-actions, .dip-cookie-dialog-actions { display: grid; }
	.dip-cookie-button { width: 100%; }
}
@media print {
	.dip-cookie-banner, .dip-cookie-dialog { display: none !important; }
}
@media print {
	.dip-header, .dip-footer { display: none !important; }
	.dip-legal-page { padding: 0; background: #fff; }
	.dip-legal-document { width: auto; max-width: none; color: #000; font-size: 11pt; line-height: 1.45; }
	.dip-legal-header { margin-bottom: 24pt; }
	.dip-legal-document h1, .dip-legal-document h2, .dip-legal-document h3 { color: #000; break-after: avoid; }
	.dip-legal-document p, .dip-legal-document li { orphans: 3; widows: 3; }
	.dip-legal-document a { color: #000; text-decoration: underline; }
	.dip-legal-document a[href^="http"]::after, .dip-legal-document a[href^="mailto:"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}
