:root {
  --retina-navy: #07143f;
  --retina-blue: #2452d6;
  --retina-cyan: #087f8c;
  --retina-yellow: #f7bd22;
  --retina-ink: #131927;
  --retina-muted: #5d6675;
  --retina-line: #dce3ec;
  --retina-surface: #f3f6f9;
  --retina-white: #fff;
  --retina-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.retina-modern-site { margin: 0; color: var(--retina-ink); background: var(--retina-white); font-family: Inter, Arial, sans-serif; letter-spacing: 0; }
body.retina-menu-open { overflow: hidden; }
.retina-modern-site h1, .retina-modern-site h2, .retina-modern-site h3, .retina-modern-site h4, .retina-modern-site h5, .retina-modern-site h6 { color: var(--retina-ink); font-family: "Plus Jakarta Sans", Inter, sans-serif; letter-spacing: 0; }
.retina-modern-site a { color: inherit; }
.retina-container { width: min(100% - 40px, var(--retina-container)); margin-inline: auto; }
.retina-site-shell { min-height: 100vh; overflow: clip; }
.retina-skip-link { position: fixed; top: 8px; left: 8px; z-index: 99999; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-150%); }
.retina-skip-link:focus { transform: translateY(0); }
.retina-eyebrow { margin: 0 0 12px; color: #8a6500; font-size: 12px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.retina-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid var(--retina-blue); border-radius: 6px; color: #fff !important; background: var(--retina-blue); font-size: 15px; font-weight: 700; line-height: 1.2; text-decoration: none !important; transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.retina-button:hover, .retina-button:focus-visible { border-color: #16368f; background: #16368f; transform: translateY(-1px); }
.retina-button--small { min-height: 44px; padding: 11px 17px; font-size: 14px; }
.retina-button--yellow { border-color: var(--retina-yellow); color: #151515 !important; background: var(--retina-yellow); }
.retina-button--yellow:hover, .retina-button--yellow:focus-visible { border-color: #d9a20c; background: #d9a20c; }
.retina-text-link { display: inline-flex; align-items: center; gap: 8px; color: #183f96 !important; font-weight: 700; text-decoration: none !important; }
.retina-text-link::after { content: "\2192"; font-size: 18px; }
.retina-text-link--light { color: #fff !important; }

.retina-utility { color: #e9edfa; background: var(--retina-navy); font-size: 12px; }
.retina-utility__inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.retina-utility__links, .retina-utility__contact { display: flex; align-items: center; gap: 20px; }
.retina-utility a { color: inherit; text-decoration: none; }
.retina-utility a:hover { color: var(--retina-yellow); }
.retina-header { position: relative; z-index: 1000; border-bottom: 1px solid rgba(7, 20, 63, .1); background: rgba(255, 255, 255, .98); }
.retina-header__inner { display: flex; align-items: center; min-height: 82px; gap: 24px; }
.retina-brand { display: block; flex: 0 0 auto; width: 222px; }
.retina-brand img { display: block; width: 100%; height: auto; }
.retina-navigation { margin-left: auto; }
.retina-navigation > ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.retina-navigation > ul > li > a, .retina-nav-group > button { display: flex; align-items: center; min-height: 44px; padding: 10px 11px; border: 0; color: #202635; background: transparent; font: 600 14px/1 Inter, sans-serif; text-decoration: none; cursor: pointer; }
.retina-nav-group > button::after { content: ""; width: 7px; height: 7px; margin-left: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.retina-navigation > ul > li > a:hover, .retina-nav-group > button:hover, .retina-nav-group > button[aria-expanded="true"] { color: var(--retina-blue); }
.retina-nav-group { position: relative; }
.retina-mega { position: absolute; top: calc(100% + 8px); left: 0; display: grid; width: 640px; padding: 12px; border: 1px solid var(--retina-line); border-radius: 8px; background: #fff; box-shadow: 0 22px 50px rgba(11, 22, 54, .16); grid-template-columns: repeat(2, minmax(0, 1fr)); opacity: 0; visibility: hidden; transform: translateY(-5px); transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease; }
.retina-nav-group:nth-child(3) .retina-mega { right: 0; left: auto; }
.retina-nav-group > button[aria-expanded="true"] + .retina-mega, .retina-nav-group:focus-within .retina-mega { opacity: 1; visibility: visible; transform: translateY(0); }
.retina-mega a { display: flex; flex-direction: column; gap: 5px; padding: 14px; border-radius: 6px; text-decoration: none; }
.retina-mega a:hover { background: var(--retina-surface); }
.retina-mega strong { color: var(--retina-ink); font-size: 14px; }
.retina-mega span { color: var(--retina-muted); font-size: 12px; line-height: 1.45; }
.retina-header__actions { display: flex; align-items: center; gap: 12px; }
.retina-navigation__mobile-actions { display: none; }
.retina-client-link { color: #313a4a; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.retina-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--retina-line); border-radius: 6px; background: #fff; }
.retina-menu-toggle > span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 4px 0; background: var(--retina-navy); }

.retina-hero { position: relative; min-height: 620px; color: #fff; background-color: var(--retina-navy); background-image: linear-gradient(90deg, rgba(7, 20, 63, .98) 0%, rgba(7, 20, 63, .91) 47%, rgba(7, 20, 63, .32) 78%, rgba(7, 20, 63, .12) 100%), var(--retina-hero-image); background-position: center, center right; background-repeat: no-repeat; background-size: cover; }
.retina-hero__inner { display: flex; align-items: center; min-height: 620px; padding-block: 80px; }
.retina-hero__content { width: min(690px, 62%); }
.retina-hero .retina-eyebrow { color: var(--retina-yellow); }
.retina-hero h1 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(42px, 5vw, 68px); font-weight: 800; line-height: 1.04; }
.retina-hero__lead { max-width: 650px; margin: 24px 0 0; color: #e4e8f4; font-size: 19px; line-height: 1.62; }
.retina-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.retina-proof { border-bottom: 1px solid var(--retina-line); background: #fff; }
.retina-proof__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.retina-proof__grid > div { min-height: 136px; padding: 30px 24px; border-right: 1px solid var(--retina-line); }
.retina-proof__grid > div:first-child { border-left: 1px solid var(--retina-line); }
.retina-proof strong, .retina-proof span { display: block; }
.retina-proof strong { margin-bottom: 8px; font: 700 18px/1.25 "Plus Jakarta Sans", sans-serif; }
.retina-proof span { color: var(--retina-muted); font-size: 13px; line-height: 1.5; }

.retina-section { padding: 92px 0; }
.retina-section__heading { max-width: 780px; margin: 0 0 40px; }
.retina-section__heading h2 { margin: 0; font-size: 42px; line-height: 1.15; }
.retina-section__heading > p:last-child { margin: 18px 0 0; color: var(--retina-muted); font-size: 17px; line-height: 1.65; }
.retina-section__heading--split { display: grid; align-items: end; max-width: none; gap: 60px; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
.retina-section__heading--split > p { margin: 0 0 4px; color: var(--retina-muted); font-size: 16px; line-height: 1.65; }
.retina-section--projects { background: #fff; }
.retina-project-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.retina-project-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--retina-line); border-radius: 8px; color: inherit; background: #fff; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.retina-project-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(12, 25, 60, .12); }
.retina-project-card__media { aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--retina-line); background: #e8edf3; }
.retina-project-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.retina-project-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.retina-project-card__label { margin-bottom: 8px; color: #765600; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.retina-project-card strong { font: 700 22px/1.25 "Plus Jakarta Sans", sans-serif; }
.retina-project-card__body > span:not(.retina-project-card__label) { margin-top: 11px; color: var(--retina-muted); font-size: 14px; line-height: 1.6; }
.retina-project-card em { margin-top: 22px; color: #183f96; font-size: 13px; font-style: normal; font-weight: 700; }

.retina-section--services { border-block: 1px solid var(--retina-line); background: var(--retina-surface); }
.retina-service-grid { display: grid; border-top: 1px solid #cfd8e5; border-left: 1px solid #cfd8e5; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.retina-service-card { display: flex; min-height: 270px; flex-direction: column; padding: 28px; border-right: 1px solid #cfd8e5; border-bottom: 1px solid #cfd8e5; color: inherit; background: #fff; text-decoration: none; transition: background-color 160ms ease; }
.retina-service-card:hover { background: #f9fbff; }
.retina-service-card__number { margin-bottom: 34px; color: var(--retina-blue); font-size: 12px; font-weight: 800; }
.retina-service-card strong { font: 700 21px/1.3 "Plus Jakarta Sans", sans-serif; }
.retina-service-card > span:not(.retina-service-card__number) { margin-top: 12px; color: var(--retina-muted); font-size: 14px; line-height: 1.6; }
.retina-service-card em { margin-top: auto; padding-top: 22px; color: #173d91; font-size: 13px; font-style: normal; font-weight: 700; }

.retina-section--ai { color: #eef2ff; background: var(--retina-navy); }
.retina-ai-layout { display: grid; align-items: start; gap: 80px; grid-template-columns: .9fr 1.1fr; }
.retina-ai-layout .retina-eyebrow { color: var(--retina-yellow); }
.retina-ai-layout h2 { margin: 0; color: #fff; font-size: 42px; line-height: 1.15; }
.retina-ai-layout__intro > p:not(.retina-eyebrow) { margin: 22px 0; color: #cbd3e8; font-size: 16px; line-height: 1.7; }
.retina-ai-list { border-top: 1px solid rgba(255, 255, 255, .18); }
.retina-ai-list a { position: relative; display: grid; padding: 25px 46px 25px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); color: #fff; text-decoration: none; grid-template-columns: 180px 1fr; }
.retina-ai-list a::after { content: "\2197"; position: absolute; top: 22px; right: 4px; color: var(--retina-yellow); font-size: 22px; }
.retina-ai-list span { color: var(--retina-yellow); font-size: 13px; font-weight: 700; }
.retina-ai-list strong { font-size: 16px; line-height: 1.5; }

.retina-section--hosting { background: #fff; }
.retina-hosting-layout { display: grid; align-items: center; gap: 90px; grid-template-columns: 1.1fr .9fr; }
.retina-hosting-layout h2 { max-width: 680px; margin: 0; font-size: 42px; line-height: 1.15; }
.retina-hosting-layout > div > p:not(.retina-eyebrow) { max-width: 680px; margin: 20px 0; color: var(--retina-muted); font-size: 17px; line-height: 1.65; }
.retina-hosting-layout > div > ul { margin: 0 0 28px; padding-left: 20px; color: #303848; line-height: 1.9; }
.retina-hosting-panel { padding: 34px; border: 1px solid var(--retina-line); border-top: 4px solid var(--retina-yellow); border-radius: 8px; background: var(--retina-surface); }
.retina-hosting-panel > p { margin: 0 0 18px; font-weight: 700; }
.retina-hosting-panel > strong { display: block; margin-bottom: 22px; color: var(--retina-navy); font: 800 42px/1 "Plus Jakarta Sans", sans-serif; }
.retina-hosting-panel > strong span, .retina-hosting-panel > strong small { font-size: 14px; }
.retina-hosting-panel ul { margin: 0 0 24px; padding: 0; list-style: none; }
.retina-hosting-panel li { padding: 10px 0; border-bottom: 1px solid var(--retina-line); color: var(--retina-muted); font-size: 14px; }
.retina-hosting-panel a { color: #173d91; font-size: 14px; font-weight: 700; }

.retina-section--method { border-block: 1px solid var(--retina-line); background: var(--retina-surface); }
.retina-method-grid { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.retina-method-grid li { min-height: 210px; padding: 28px; border-top: 1px solid #cfd8e5; border-right: 1px solid #cfd8e5; border-bottom: 1px solid #cfd8e5; background: #fff; }
.retina-method-grid li:first-child { border-left: 1px solid #cfd8e5; }
.retina-method-grid span { display: block; margin-bottom: 34px; color: var(--retina-blue); font-size: 12px; font-weight: 800; }
.retina-method-grid strong { font: 700 19px/1.3 "Plus Jakarta Sans", sans-serif; }
.retina-method-grid p { margin: 10px 0 0; color: var(--retina-muted); font-size: 14px; line-height: 1.55; }

.retina-section--blog { background: #fff; }
.retina-blog-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.retina-blog-card { overflow: hidden; border: 1px solid var(--retina-line); border-radius: 8px; background: #fff; }
.retina-blog-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e8edf3; }
.retina-blog-card__media img { width: 100%; height: 100%; object-fit: cover; }
.retina-blog-card > div { padding: 22px; }
.retina-blog-card time { color: #765600; font-size: 12px; font-weight: 700; }
.retina-blog-card h3 { margin: 9px 0; font-size: 20px; line-height: 1.35; }
.retina-blog-card h3 a { text-decoration: none; }
.retina-blog-card p { margin: 0; color: var(--retina-muted); font-size: 14px; line-height: 1.6; }
.retina-final-cta { padding: 88px 0; color: #fff; background: #123b4a; }
.retina-final-cta .retina-container { max-width: 940px; text-align: center; }
.retina-final-cta .retina-eyebrow { color: var(--retina-yellow); }
.retina-final-cta h2 { margin: 0; color: #fff; font-size: 42px; line-height: 1.18; }
.retina-final-cta .retina-container > div { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }

.retina-footer__graphic { color: #fff; background: var(--retina-navy); }
.retina-footer__graphic .retina-container { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 44px; }
.retina-footer__graphic .retina-eyebrow { color: var(--retina-yellow); }
.retina-footer__graphic h2 { margin: 0; color: #fff; font-size: 26px; }
.retina-footer__graphic p:not(.retina-eyebrow) { margin: 8px 0 0; color: #cdd5ea; }
.retina-footer__main { padding: 68px 0 54px; background: #fff; }
.retina-footer__grid { display: grid; gap: 50px; grid-template-columns: 1.35fr repeat(3, 1fr); }
.retina-footer__grid h2 { margin: 0 0 18px; font-size: 15px; }
.retina-footer__grid > div > a { display: block; margin: 0 0 11px; color: #4e5868; font-size: 13px; text-decoration: none; }
.retina-footer__grid > div > a:hover { color: var(--retina-blue); }
.retina-footer__brand img { display: block; width: 210px; height: auto; margin-bottom: 20px; }
.retina-footer__brand p { max-width: 340px; margin: 0 0 18px; color: var(--retina-muted); font-size: 14px; line-height: 1.65; }
.retina-footer__legal { padding: 20px 0 120px; border-top: 1px solid var(--retina-line); background: #fff; }
.retina-footer__legal .retina-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.retina-footer__legal p { margin: 0; color: #687282; font-size: 12px; }
.retina-footer__legal div div { display: flex; gap: 18px; }
.retina-footer__legal a { color: #4e5868; font-size: 12px; text-decoration: none; }

/* Hostiko and Elementor content on internal pages */
.retina-modern-site .page-title-area { padding: 74px 20px 66px !important; background: var(--retina-navy) !important; background-image: none !important; }
.retina-modern-site .page-title-area::before { background: transparent !important; }
.retina-modern-site .page-title-area h1, .retina-modern-site .page-title-area .title { max-width: 900px; margin-inline: auto; color: #fff !important; font-size: 46px !important; line-height: 1.12 !important; }
.retina-modern-site .page-title-area p { max-width: 900px; margin-inline: auto; color: #dce3f4 !important; }
.retina-modern-site .page-title-area .breadcrumb { border: 0 !important; border-radius: 0 !important; background: transparent !important; }
.retina-modern-site .elementor-button { border-radius: 6px !important; }
.retina-modern-site .elementor-element.e-con, .retina-modern-site .elementor-widget-container { letter-spacing: 0; }
.retina-modern-site .elementor-widget-image-box img { max-width: 100%; height: auto; }
.retina-modern-site .elementor-counter-number { min-width: 2ch; }
.retina-modern-site .retina-ecosystem { display: none !important; }

/* Shared treatment for the legacy Elementor heroes on internal pages. */
.retina-modern-site :is(.elementor-element-e1a05d2, .elementor-element-8e9c36e, .elementor-element-a37a577, .elementor-element-5226bbd, .elementor-element-1c01b5a, .elementor-element-06c2e53) {
  border-bottom: 4px solid var(--retina-yellow) !important;
  background-color: var(--retina-navy) !important;
  background-image: none !important;
}
.retina-modern-site :is(.elementor-element-e1a05d2, .elementor-element-8e9c36e, .elementor-element-a37a577, .elementor-element-5226bbd, .elementor-element-1c01b5a, .elementor-element-06c2e53)::before { background: transparent !important; background-image: none !important; }
.retina-modern-site :is(.elementor-element-e1a05d2, .elementor-element-8e9c36e, .elementor-element-a37a577, .elementor-element-5226bbd, .elementor-element-1c01b5a, .elementor-element-06c2e53) h1 { color: #fff !important; letter-spacing: 0 !important; }
.retina-modern-site :is(.elementor-element-e1a05d2, .elementor-element-8e9c36e, .elementor-element-a37a577, .elementor-element-5226bbd, .elementor-element-1c01b5a, .elementor-element-06c2e53) p { color: #dce3f4 !important; }

.retina-internal-hero { padding: 84px 0 78px; border-bottom: 4px solid var(--retina-yellow); color: #fff; background: var(--retina-navy); }
.retina-internal-hero .retina-eyebrow { color: var(--retina-yellow); }
.retina-internal-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: 52px; line-height: 1.08; }
.retina-internal-hero p:last-child { max-width: 800px; margin: 22px 0 0; color: #dce3f4; font-size: 18px; line-height: 1.65; }

.retina-page-enhancement { padding: 82px 0; border-top: 1px solid var(--retina-line); background: var(--retina-surface); }
.retina-page-enhancement__layout { display: grid; align-items: center; gap: 80px; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); }
.retina-page-enhancement h2 { max-width: 720px; margin: 0; font-size: 38px; line-height: 1.18; }
.retina-page-enhancement h2 + p { max-width: 720px; margin: 20px 0 28px; color: var(--retina-muted); font-size: 16px; line-height: 1.7; }
.retina-page-enhancement ul { margin: 0; padding: 0; border-top: 1px solid #cfd8e5; list-style: none; }
.retina-page-enhancement li { position: relative; padding: 20px 10px 20px 34px; border-bottom: 1px solid #cfd8e5; color: #303848; font-size: 15px; line-height: 1.5; }
.retina-page-enhancement li::before { content: ""; position: absolute; top: 25px; left: 4px; width: 12px; height: 7px; border-bottom: 2px solid var(--retina-cyan); border-left: 2px solid var(--retina-cyan); transform: rotate(-45deg); }

@media (max-width: 1120px) {
  .retina-brand { width: 190px; }
  .retina-header__actions .retina-client-link { display: none; }
  .retina-navigation > ul > li > a, .retina-nav-group > button { padding-inline: 8px; font-size: 13px; }
}

@media (max-width: 960px) {
  .retina-utility__links { display: none; }
  .retina-utility__inner { justify-content: center; }
  .retina-header__inner { min-height: 72px; }
  .retina-brand { width: 170px; }
  .retina-menu-toggle { display: block; margin-left: auto; }
  .retina-header__actions { display: none; }
  .retina-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; max-height: calc(100vh - 108px); margin: 0; overflow: auto; border-top: 1px solid var(--retina-line); background: #fff; box-shadow: 0 20px 35px rgba(9, 20, 55, .13); }
  .retina-navigation.is-open { display: block; }
  .retina-navigation > ul { display: block; width: min(100% - 32px, 720px); margin-inline: auto; padding: 14px 0 26px; }
	.retina-navigation__mobile-actions { display: flex; width: min(100% - 32px, 720px); margin: -10px auto 0; padding: 0 0 24px; align-items: center; gap: 14px; }
  .retina-navigation > ul > li > a, .retina-nav-group > button { width: 100%; min-height: 50px; justify-content: space-between; padding: 13px 6px; border-bottom: 1px solid var(--retina-line); font-size: 15px; }
  .retina-mega { position: static; display: none; width: auto; padding: 4px 0 12px; border: 0; box-shadow: none; grid-template-columns: 1fr; opacity: 1; visibility: visible; transform: none; }
  .retina-nav-group > button[aria-expanded="true"] + .retina-mega { display: grid; }
  .retina-hero, .retina-hero__inner { min-height: 570px; }
  .retina-hero { background-image: linear-gradient(90deg, rgba(7, 20, 63, .98), rgba(7, 20, 63, .78)), var(--retina-hero-image); background-position: center; }
  .retina-hero__content { width: min(760px, 90%); }
  .retina-proof__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .retina-proof__grid > div:nth-child(odd) { border-left: 1px solid var(--retina-line); }
  .retina-project-grid, .retina-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .retina-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .retina-ai-layout, .retina-hosting-layout { gap: 50px; grid-template-columns: 1fr; }
	.retina-page-enhancement__layout { gap: 46px; grid-template-columns: 1fr; }
  .retina-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .retina-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .retina-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .retina-container { width: min(100% - 30px, var(--retina-container)); }
  .retina-utility__contact { width: 100%; justify-content: center; gap: 12px; }
  .retina-utility__contact a:first-child { display: none; }
  .retina-hero, .retina-hero__inner { min-height: 600px; }
  .retina-hero__inner { align-items: flex-end; padding-block: 66px; }
  .retina-hero__content { width: 100%; }
  .retina-hero h1 { font-size: 40px; line-height: 1.06; }
  .retina-hero__lead { font-size: 16px; line-height: 1.55; }
  .retina-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .retina-proof__grid { grid-template-columns: 1fr; }
  .retina-proof__grid > div { min-height: 0; padding: 24px 18px; border-left: 1px solid var(--retina-line); }
  .retina-section { padding: 68px 0; }
  .retina-section__heading h2, .retina-ai-layout h2, .retina-hosting-layout h2, .retina-final-cta h2 { font-size: 32px; }
	.retina-internal-hero { padding: 62px 0 58px; }
	.retina-internal-hero h1 { font-size: 38px; }
	.retina-internal-hero p:last-child { font-size: 16px; }
	.retina-page-enhancement { padding: 64px 0; }
	.retina-page-enhancement h2 { font-size: 30px; }
  .retina-section__heading--split { gap: 18px; grid-template-columns: 1fr; }
  .retina-project-grid, .retina-service-grid, .retina-blog-grid, .retina-method-grid { grid-template-columns: 1fr; }
  .retina-service-card { min-height: 235px; }
  .retina-ai-list a { gap: 8px; grid-template-columns: 1fr; }
  .retina-hosting-panel { padding: 28px 22px; }
  .retina-method-grid li { min-height: 190px; border-left: 1px solid #cfd8e5; }
  .retina-footer__graphic .retina-container { align-items: flex-start; flex-direction: column; }
  .retina-footer__grid { gap: 34px; grid-template-columns: 1fr 1fr; }
  .retina-footer__brand { grid-column: 1 / -1; }
  .retina-footer__grid > div:last-child { grid-column: 1 / -1; }
  .retina-footer__legal .retina-container { align-items: flex-start; flex-direction: column; }
  .retina-modern-site .page-title-area { padding: 56px 15px 50px !important; }
  .retina-modern-site .page-title-area h1, .retina-modern-site .page-title-area .title { font-size: 36px !important; }
}

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