body { color-scheme: light; --navy-950: #071b2c; --navy-900: #0b263d; --navy-800: #123a59; --blue-700: #175b7b; --blue-100: #e5eef3; --accent-deep: #123a59; --accent-soft: #e7eef3; --orange-500: #f28c28; --orange-300: #f7ae5c; --ink: #132331; --muted: #596875; --paper: #f3f5f4; --warm-white: #fbfaf7; --white: #ffffff; --line: rgba(19, 35, 49, 0.16); --line-light: rgba(255, 255, 255, 0.2); --shadow: 0 24px 70px rgba(7, 27, 44, 0.18); --shell: 1280px; }
 * { box-sizing: border-box; }
 html { scroll-behavior: smooth; scroll-padding-top: 84px; }
 body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
 body.menu-open { overflow: hidden; }
 a { color: inherit; text-decoration: none; }
 button, a { -webkit-tap-highlight-color: transparent; }
 button { font: inherit; }
 img { max-width: 100%; }
 h1, h2, h3, div.paragraph, blockquote, figure { margin-top: 0; }
 h1, h2, h3, p, blockquote, figure { margin-top: 0; }
 h1, h2, h3, div.paragraph, blockquote, a, span { overflow-wrap: break-word; }
 h1, h2, h3, p, blockquote, a, span { overflow-wrap: break-word; }
 h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: 0; }
 h2 { margin-bottom: 24px; font-size: 4rem; line-height: 1.02; }
 h3 { letter-spacing: 0; }
 :focus-visible { outline: 3px solid var(--orange-500); outline-offset: 4px; }
 .skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; background: var(--white); color: var(--navy-950); font-weight: 800; }
 .skip-link:focus { transform: translateY(0); }
 .section-shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }
 .eyebrow { margin: 0 0 17px; color: var(--blue-700); font-size: 0.76rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
 .eyebrow-light { color: var(--orange-300); }
 .eyebrow-orange { color: var(--orange-300); }
 .button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 20px; padding: 14px 20px; border: 1px solid transparent; border-radius: 3px; font-size: 0.92rem; font-weight: 900; line-height: 1.15; transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease; }
 .button:hover { transform: translateY(-2px); }
 .button-primary { background: var(--orange-500); color: var(--navy-950); }
 .button-primary:hover { background: #ff9c38; }
 .button-ghost, .button-outline { border-color: rgba(255, 255, 255, 0.44); background: rgba(255, 255, 255, 0.08); color: var(--white); backdrop-filter: blur(8px); }
 .button-ghost:hover, .button-outline:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.14); }
 .button-light { background: var(--white); color: var(--navy-900); }
 .button-light:hover { background: var(--orange-500); }
 .button-dark { background: var(--navy-900); color: var(--white); }
 .button-dark:hover { background: var(--blue-700); }
 .text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 2px solid var(--orange-500); padding-bottom: 5px; color: var(--navy-900); font-weight: 900; }
 .text-link span { font-size: 1.1rem; }
 .site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; display: grid; grid-template-columns: minmax(205px, 278px) 1fr auto; align-items: center; gap: 28px; min-height: 88px; padding: 12px max(24px, calc((100vw - var(--shell)) / 2)); border-bottom: 1px solid var(--line-light); color: var(--white); transition: min-height 180ms ease, background 180ms ease, box-shadow 180ms ease; }
 .site-header.is-scrolled, .site-header.menu-active { min-height: 76px; background: rgba(7, 27, 44, 0.97); box-shadow: 0 10px 34px rgba(7, 27, 44, 0.2); backdrop-filter: blur(12px); }
 .brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; }
 .brand-mark { position: relative; display: block; width: 64px; height: 64px; flex: 0 0 64px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.58); border-radius: 3px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 8px 22px rgba(4, 19, 31, 0.18); }
 .brand-mark img { position: absolute; top: -8px; left: -1px; width: 132px; max-width: none; height: auto; clip-path: inset(0 57% 0 0); }
 .brand-name, .brand-name strong, .brand-name > span { display: block; }
 .brand-name strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.05; }
 .brand-name > span { margin-top: 5px; color: var(--orange-300); font-size: 0.69rem; font-weight: 900; line-height: 1; text-transform: uppercase; }
 .desktop-nav { display: flex; align-items: center; justify-content: center; gap: 32px; }
 .desktop-nav a, .phone-link { color: rgba(255, 255, 255, 0.8); font-size: 0.86rem; font-weight: 750; transition: color 160ms ease; }
 .desktop-nav a:hover, .phone-link:hover { color: var(--white); }
 .header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
 .phone-link, .header-book { white-space: nowrap; }
 .header-book { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 16px; border-radius: 3px; background: var(--orange-500); color: var(--navy-950); font-size: 0.82rem; font-weight: 900; transition: background 160ms ease, transform 160ms ease; }
 .header-book:hover { transform: translateY(-1px); background: #ff9c38; }
 .menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 3px; background: transparent; cursor: pointer; }
 .menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--white); transition: transform 160ms ease, opacity 160ms ease; }
 .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
 .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
 .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
 .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 18px 24px 26px; border-top: 1px solid rgba(255, 255, 255, 0.14); background: var(--navy-950); }
 .mobile-nav.is-open { display: grid; }
 .mobile-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); color: var(--white); font-weight: 800; }
 .hero { position: relative; display: flex; min-height: calc(100svh - 38px); overflow: hidden; background: var(--navy-950); color: var(--white); }
 .hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
 .hero-photo { object-fit: cover; object-position: 68% 42%; }
 .hero-shade { background: linear-gradient(90deg, rgba(4, 19, 31, 0.98) 0%, rgba(7, 31, 49, 0.93) 36%, rgba(8, 38, 58, 0.46) 65%, rgba(8, 38, 58, 0.1) 100%), linear-gradient(0deg, rgba(4, 19, 31, 0.78) 0%, transparent 44%); }
 .hero-content { position: relative; z-index: 2; display: flex; width: min(780px, 62%); min-height: calc(100svh - 38px); flex-direction: column; justify-content: flex-end; padding: 142px 0 42px max(24px, calc((100vw - var(--shell)) / 2)); }
 .hero h1 { max-width: 760px; margin: 0; font-size: 5.5rem; line-height: 0.98; text-wrap: balance; }
 .hero-copy { max-width: 660px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.84); font-size: 1.15rem; line-height: 1.62; }
 .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
 .hero-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(780px, calc(100vw - 48px)); margin-top: 38px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
 .hero-proof article { min-width: 0; padding: 17px 15px 17px 0; border-right: 1px solid rgba(255, 255, 255, 0.17); }
 .hero-proof article:not(:first-child) { padding-left: 15px; }
 .hero-proof article:last-child { border-right: 0; }
 .hero-proof strong, .hero-proof span { display: block; }
 .hero-proof strong { margin-bottom: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 1.24rem; line-height: 1.1; }
 .hero-proof span { color: rgba(255, 255, 255, 0.66); font-size: 0.75rem; line-height: 1.35; }
 .inspector-tag { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--shell)) / 2)); bottom: 42px; max-width: 330px; border-left: 3px solid var(--orange-500); padding: 4px 0 4px 15px; text-shadow: 0 2px 18px rgba(4, 19, 31, 0.9); }
 .inspector-tag strong, .inspector-tag span { display: block; }
 .inspector-tag strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; }
 .inspector-tag span { margin-top: 3px; color: rgba(255, 255, 255, 0.76); font-size: 0.74rem; }
 .confidence-band { display: grid; grid-template-columns: 0.88fr 1.24fr 0.88fr; align-items: stretch; background: var(--accent-soft); color: var(--accent-deep); }
 .confidence-band > * { min-width: 0; margin: 0; padding: 32px clamp(24px, 4vw, 58px); border-right: 1px solid rgba(18, 58, 89, 0.16); }
 .confidence-band > *:last-child { border-right: 0; }
 .confidence-item span, .confidence-item strong { display: block; }
 .confidence-item strong { margin-top: 7px; font-size: 0.9rem; line-height: 1.45; }
 .stars { color: var(--orange-500); font-size: 1rem; line-height: 1; }
 .confidence-band blockquote { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.45; }
 .confidence-band cite { display: block; margin-top: 8px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 0.75rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
 .guarantee > span { color: var(--blue-700); font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
 .difference-section { padding: 116px 0 124px; background: var(--warm-white); }
 .difference-layout { display: grid; grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr); gap: 84px; align-items: start; }
 .section-intro h2 { max-width: 540px; color: var(--navy-900); }
 .section-intro > p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; color: var(--muted); font-size: 1.08rem; }
 .sticky-intro { position: sticky; top: 112px; }
 .difference-list { border-top: 1px solid var(--line); }
 .difference-row { display: grid; grid-template-columns: 42px minmax(0, 1fr) 132px; gap: 24px; align-items: start; padding: 30px 0 34px; border-bottom: 1px solid var(--line); }
 .difference-number { color: var(--orange-500); font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; font-weight: 700; }
 .difference-row h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 1.55rem; line-height: 1.2; }
 .difference-row div.paragraph { max-width: 620px; margin: 0; color: var(--muted); }
 .difference-row p { max-width: 620px; margin: 0; color: var(--muted); }
 .difference-note { padding-top: 5px; color: var(--blue-700); font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
 .report-section { padding: 112px 0 120px; background: var(--navy-900); color: var(--white); }
 .report-layout { display: grid; grid-template-columns: minmax(380px, 1fr) minmax(400px, 560px); gap: 72px; align-items: center; }
 .report-copy h2 { max-width: 560px; }
 .report-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255, 255, 255, 0.72); font-size: 1.06rem; }
 .check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
 .check-list li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid rgba(255, 255, 255, 0.14); color: rgba(255, 255, 255, 0.88); }
 .check-list li::before { position: absolute; top: 12px; left: 0; color: var(--orange-300); content: "â"; font-weight: 900; }
 .report-gallery { width: 100%; max-width: 560px; min-width: 0; justify-self: end; }
 .report-stage { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 4px; background: #edf1f3; box-shadow: var(--shadow); }
 .report-stage img { display: block; width: 100%; height: auto; aspect-ratio: 1.42 / 1; object-fit: contain; object-position: top center; background: #f4f6f7; }
 .report-stage figcaption { min-height: 48px; padding: 14px 17px; background: var(--white); color: var(--navy-900); font-size: 0.78rem; font-weight: 850; }
 .report-thumbnails { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
 .report-thumb { min-width: 0; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 4px; background: #e9edef; cursor: pointer; opacity: 0.62; transition: opacity 160ms ease, border-color 160ms ease; }
 .report-thumb:hover, .report-thumb.is-active { border-color: var(--orange-500); opacity: 1; }
 .report-thumb img { display: block; width: 100%; height: auto; aspect-ratio: 1.75 / 1; object-fit: cover; object-position: top center; }
 .owner-section { padding: 120px 0; background: var(--paper); }
 .owner-layout { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr); gap: 84px; align-items: center; }
 .owner-photo-wrap { position: relative; margin: 0; }
 .owner-photo-wrap::before { position: absolute; z-index: 0; top: -18px; left: -18px; width: 46%; height: 54%; border-top: 7px solid var(--orange-500); border-left: 7px solid var(--orange-500); content: ""; }
 .owner-photo-wrap img { position: relative; z-index: 1; display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: left center; box-shadow: var(--shadow); }
 .owner-photo-wrap figcaption { position: relative; z-index: 2; width: calc(100% - 32px); margin: -28px 0 0 32px; padding: 17px 20px; background: var(--white); color: var(--navy-900); font-size: 0.75rem; font-weight: 900; box-shadow: 0 14px 34px rgba(7, 27, 44, 0.14); }
 .owner-copy h2 { max-width: 650px; color: var(--navy-900); }
 .owner-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
 .owner-copy .owner-lead { color: var(--ink); font-size: 1.08rem; }
 .owner-quote { margin: 30px 0; border-left: 4px solid var(--orange-500); padding: 5px 0 5px 24px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.45; }
 .owner-quote cite { display: block; margin-top: 8px; color: var(--muted); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 0.72rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
 .owner-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
 .reviews-section { padding: 112px 0 116px; overflow: hidden; background: var(--warm-white); }
 .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
 .section-heading h2 { max-width: 800px; margin-bottom: 0; color: var(--navy-900); }
 .review-controls { display: flex; gap: 8px; flex: 0 0 auto; }
 .review-controls button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--navy-900); font-size: 1.3rem; cursor: pointer; transition: background 160ms ease, color 160ms ease; }
 .review-controls button:hover { background: var(--navy-900); color: var(--white); }
 .review-track { display: grid; grid-auto-columns: minmax(330px, calc((100% - 32px) / 3)); grid-auto-flow: column; gap: 16px; margin-top: 52px; padding-bottom: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-color: var(--orange-500) rgba(19, 35, 49, 0.08); scrollbar-width: thin; }
 .review-card { display: flex; min-height: 368px; flex-direction: column; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 4px; padding: 30px; background: var(--white); }
 .review-card blockquote { margin: 28px 0 34px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.27rem; line-height: 1.5; }
 .review-card footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
 .review-card footer strong { color: var(--navy-900); }
 .review-card footer span { color: var(--muted); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
 .reviews-google-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; border-bottom: 2px solid var(--orange-500); padding-bottom: 5px; color: var(--navy-900); font-weight: 900; }
 .services-section { padding: 116px 0 124px; background: var(--white); }
 .services-heading { align-items: start; }
 .services-heading > div.paragraph { max-width: 390px; margin: 44px 0 0; color: var(--muted); font-size: 1.04rem; }
 .services-heading > p { max-width: 390px; margin: 44px 0 0; color: var(--muted); font-size: 1.04rem; }
 .services-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 58px; border-top: 1px solid var(--line); }
 .services-list article, .services-list .service-item { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 20px; min-height: 190px; align-content: start; padding: 30px 34px 30px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
 .services-list article:nth-child(even), .services-list .service-item:nth-child(even) { padding-right: 0; padding-left: 34px; border-right: 0; }
 .services-list article > span, .services-list .service-item > span { grid-row: 1 / 3; color: var(--orange-500); font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
 .services-list h3 { margin: 0; color: var(--navy-900); font-size: 1.42rem; line-height: 1.22; }
 .services-list div.paragraph { margin: 8px 0 0; color: var(--muted); }
 .services-list p { margin: 8px 0 0; color: var(--muted); }
 .services-list .service-item { position: relative; padding-right: 62px; transition: background 160ms ease; }
 .services-list .service-item:nth-child(even) { padding-right: 62px; }
 .services-list .service-item::after { position: absolute; right: 30px; bottom: 28px; color: var(--orange-500); content: "\2192"; font-size: 1.35rem; font-weight: 900; transition: transform 160ms ease; }
 .services-list .service-item:hover { background: rgba(229, 238, 243, 0.62); }
 .services-list .service-item:hover::after { transform: translateX(5px); }
 .process-section { padding: 108px 0 112px; background: var(--accent-deep); color: var(--white); }
 .process-section > .section-shell > h2 { max-width: 850px; }
 .process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 52px; border-top: 1px solid rgba(255, 255, 255, 0.22); border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
 .process-grid article { min-height: 260px; padding: 30px 34px; border-right: 1px solid rgba(255, 255, 255, 0.18); }
 .process-grid article:first-child { padding-left: 0; }
 .process-grid article:last-child { padding-right: 0; border-right: 0; }
 .process-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.36); border-radius: 50%; color: var(--orange-300); font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
 .process-grid h3 { margin: 25px 0 10px; font-size: 1.4rem; }
 .process-grid div.paragraph { margin: 0; color: rgba(255, 255, 255, 0.7); }
 .process-grid p { margin: 0; color: rgba(255, 255, 255, 0.7); }
 .areas-section { padding: 108px 0; background: #edf2f5; }
 .areas-layout { display: grid; grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr); gap: 84px; align-items: start; }
 .areas-layout h2 { margin: 0; color: var(--accent-deep); }
 .areas-layout > div:last-child > div.paragraph { max-width: 670px; margin: 8px 0 28px; color: #506777; font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; line-height: 1.5; }
 .areas-layout > div:last-child > p { max-width: 670px; margin: 8px 0 28px; color: #506777; font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; line-height: 1.5; }
 .area-list { display: flex; flex-wrap: wrap; border-top: 1px solid rgba(18, 58, 89, 0.18); border-bottom: 1px solid rgba(18, 58, 89, 0.18); }
 .area-list span { padding: 12px 16px; border-right: 1px solid rgba(18, 58, 89, 0.16); color: var(--accent-deep); font-size: 0.79rem; font-weight: 850; }
 .area-list span:first-child { padding-left: 0; }
 .final-cta { position: relative; overflow: hidden; border-top: 8px solid var(--orange-500); padding: 110px 0 116px; background: var(--navy-950); color: var(--white); }
 .final-cta-inner { position: relative; z-index: 1; }
 .final-cta h2 { max-width: 980px; }
 .final-cta p:not(.eyebrow) { max-width: 630px; color: rgba(255, 255, 255, 0.72); font-size: 1.08rem; }
 .final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
 .site-footer { padding: 58px max(24px, calc((100vw - var(--shell)) / 2)) 24px; background: #04121e; color: var(--white); }
 .footer-main { display: grid; grid-template-columns: minmax(210px, 280px) 1fr auto; gap: 14px 54px; align-items: center; padding-bottom: 44px; }
 .footer-brand { grid-row: 1 / 3; }
 .footer-main > div.paragraph { grid-column: 2; grid-row: 1; margin: 0; color: rgba(255, 255, 255, 0.65); font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; }
 .footer-main > p { grid-column: 2; grid-row: 1; margin: 0; color: rgba(255, 255, 255, 0.65); font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; }
 .footer-links { grid-column: 2; grid-row: 2; display: flex; flex-wrap: wrap; gap: 7px 20px; color: rgba(255, 255, 255, 0.7); font-size: 0.74rem; font-weight: 800; }
 .footer-links a:hover { color: var(--white); }
 .footer-contact { grid-column: 3; grid-row: 1 / 3; display: grid; gap: 5px; text-align: right; }
 .footer-contact a:first-child { font-size: 1.1rem; font-weight: 900; }
 .footer-contact a:last-child { color: rgba(255, 255, 255, 0.64); font-size: 0.76rem; }
 .footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.48); font-size: 0.7rem; }
 .mobile-action-bar { display: none; }
 @media (max-width: 1180px) {
 h2 { font-size: 3.35rem; }
 .site-header { grid-template-columns: minmax(195px, 238px) 1fr auto; }
 .desktop-nav { gap: 22px; }
 .phone-link { display: none; }
 .hero h1 { font-size: 4.65rem; }
 .hero-content { width: min(730px, 67%); }
 .inspector-tag { display: none; }
 .difference-layout, .report-layout, .owner-layout, .areas-layout { gap: 58px; }
 }
 @media (max-width: 980px) {
 h2 { font-size: 3rem; }
 .site-header { grid-template-columns: minmax(190px, 230px) 1fr; }
 .desktop-nav { display: none; }
 .menu-toggle { display: block; }
 .hero-content { width: min(690px, 76%); }
 .hero h1 { font-size: 4rem; }
 .confidence-band { grid-template-columns: 1fr 1fr; }
 .confidence-band blockquote { grid-column: 1 / -1; grid-row: 2; border-top: 1px solid rgba(18, 58, 89, 0.16); border-right: 0; }
 .confidence-band .guarantee { border-right: 0; }
 .difference-layout, .report-layout, .owner-layout, .areas-layout { grid-template-columns: 1fr; }
 .sticky-intro { position: static; }
 .section-intro h2, .section-intro > p:not(.eyebrow), .report-copy h2, .report-copy > p:not(.eyebrow), .owner-copy h2, .owner-copy > p:not(.eyebrow) { max-width: 760px; }
 .report-layout { align-items: start; }
 .report-gallery { width: min(600px, 100%); justify-self: start; }
 .owner-photo-wrap { width: min(560px, 100%); }
 .owner-copy { max-width: 760px; }
 .review-track { grid-auto-columns: minmax(330px, calc((100% - 16px) / 2)); }
 .footer-main { grid-template-columns: minmax(210px, 260px) 1fr; }
 .footer-contact { grid-column: 1 / -1; grid-row: auto; text-align: left; }
 }
 @media (max-width: 720px) {
 html { scroll-padding-top: 72px; }
 body { padding-bottom: 58px; }
 h2 { font-size: 2.45rem; }
 .section-shell { width: min(var(--shell), calc(100% - 36px)); }
 .site-header { grid-template-columns: minmax(150px, 1fr) auto; min-height: 74px; gap: 12px; padding: 8px 18px; }
 .site-header.is-scrolled, .site-header.menu-active { min-height: 70px; }
 .brand { width: max-content; }
 .brand-mark { width: 54px; height: 54px; flex-basis: 54px; }
 .brand-mark img { top: -6px; left: -2px; width: 112px; }
 .brand-name strong { font-size: 0.92rem; }
 .brand-name > span { font-size: 0.63rem; }
 .header-actions { gap: 8px; }
 .header-book { min-height: 40px; padding: 9px 11px; font-size: 0.7rem; }
 .menu-toggle { width: 40px; height: 40px; padding: 8px; }
 .hero { min-height: calc(100svh - 24px); }
 .hero-photo { object-position: 59% center; }
 .hero-shade { background: linear-gradient(90deg, rgba(4, 19, 31, 0.94), rgba(4, 19, 31, 0.46)), linear-gradient(0deg, rgba(4, 19, 31, 0.98) 0%, rgba(4, 19, 31, 0.72) 59%, rgba(4, 19, 31, 0.18) 100%); }
 .hero-content { width: 100%; min-height: calc(100svh - 24px); padding: 112px 18px 24px; }
 .hero h1 { max-width: 560px; font-size: 3.15rem; }
 .hero-copy { max-width: 560px; margin-top: 17px; font-size: 0.96rem; line-height: 1.5; }
 .hero-actions { margin-top: 21px; }
 .hero .button { min-height: 46px; padding: 12px 14px; font-size: 0.8rem; }
 .hero-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; margin-top: 24px; }
 .hero-proof article { padding: 11px 10px 11px 0; }
 .hero-proof article:not(:first-child) { padding-left: 10px; }
 .hero-proof article:nth-child(2) { border-right: 0; }
 .hero-proof article:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.17); }
 .confidence-band { grid-template-columns: 1fr; }
 .confidence-band > * { padding: 24px 18px; border-right: 0; border-bottom: 1px solid rgba(18, 58, 89, 0.16); }
 .confidence-band blockquote { grid-column: auto; grid-row: auto; border-top: 0; }
 .difference-section, .services-section { padding: 78px 0 84px; }
 .report-section, .owner-section, .reviews-section, .process-section, .areas-section, .final-cta { padding: 78px 0 84px; }
 .difference-layout, .report-layout, .owner-layout, .areas-layout { gap: 46px; }
 .difference-row { grid-template-columns: 34px minmax(0, 1fr); gap: 16px; padding: 24px 0 27px; }
 .difference-row h3 { font-size: 1.3rem; }
 .difference-note { grid-column: 2; padding-top: 0; }
 .report-stage img { aspect-ratio: 1.42 / 1; }
 .owner-photo-wrap::before { top: -10px; left: -10px; border-width: 5px; }
 .owner-photo-wrap figcaption { width: calc(100% - 18px); margin: -20px 0 0 18px; padding: 14px 15px; font-size: 0.67rem; }
 .owner-quote { padding-left: 18px; font-size: 1.2rem; }
 .section-heading, .services-heading { align-items: start; }
 .review-controls { display: none; }
 .review-track { grid-auto-columns: minmax(290px, 92%); margin-top: 36px; }
 .review-card { min-height: 360px; padding: 24px; }
 .review-card blockquote { font-size: 1.13rem; }
 .services-heading { display: block; }
 .services-heading > div.paragraph { max-width: 620px; margin-top: 22px; }
 .services-heading > p { max-width: 620px; margin-top: 22px; }
 .services-list { grid-template-columns: 1fr; margin-top: 38px; }
 .services-list article, .services-list article:nth-child(even), .services-list .service-item, .services-list .service-item:nth-child(even) { min-height: 0; padding: 24px 46px 24px 0; border-right: 0; }
 .services-list .service-item::after { right: 10px; bottom: 25px; }
 .process-grid { grid-template-columns: 1fr; margin-top: 38px; }
 .process-grid article, .process-grid article:first-child, .process-grid article:last-child { min-height: 0; padding: 25px 0 28px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
 .process-grid article:last-child { border-bottom: 0; }
 .areas-layout > div:last-child > div.paragraph { font-size: 1.2rem; }
 .areas-layout > div:last-child > p { font-size: 1.2rem; }
 .area-list span { padding: 10px 11px; }
 .area-list span:first-child { padding-left: 0; }
 .final-cta { border-top-width: 6px; }
 .footer-main { grid-template-columns: 1fr; gap: 24px; }
 .footer-brand, .footer-main > div.paragraph, .footer-links, .footer-contact { grid-column: auto; grid-row: auto; }
 .footer-brand, .footer-main > p, .footer-links, .footer-contact { grid-column: auto; grid-row: auto; }
 .footer-contact { grid-column: auto; }
 .footer-bottom { flex-direction: column; gap: 8px; }
 .mobile-action-bar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr; min-height: 58px; background: var(--navy-950); box-shadow: 0 -8px 28px rgba(7, 27, 44, 0.22); }
 .mobile-action-bar a { display: flex; align-items: center; justify-content: center; padding: 12px; border-right: 1px solid rgba(255, 255, 255, 0.16); color: var(--white); font-size: 0.79rem; font-weight: 900; }
 .mobile-action-bar a:last-child { border-right: 0; background: var(--orange-500); color: var(--navy-950); }
 }
 @media (max-width: 480px) {
 h2 { font-size: 2.2rem; }
 .header-book { display: none; }
 .hero h1 { font-size: 2.68rem; }
 .hero-actions .button { width: 100%; }
 .hero-proof strong { font-size: 1.08rem; }
 .hero-proof span { font-size: 0.68rem; }
 .report-thumbnails { gap: 7px; }
 .report-stage figcaption { font-size: 0.72rem; }
 .review-card { min-height: 390px; }
 .services-list article, .services-list article:nth-child(even), .services-list .service-item, .services-list .service-item:nth-child(even) { grid-template-columns: 30px minmax(0, 1fr); gap: 13px; }
 .final-actions .button { width: 100%; }
 }
 @media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
 }
 .inner-page { background: var(--warm-white); }
 .inner-page .site-header { background: rgba(7, 27, 44, 0.98); box-shadow: 0 10px 34px rgba(7, 27, 44, 0.18); }
 .page-hero { position: relative; display: flex; min-height: 620px; align-items: flex-end; overflow: hidden; background: var(--navy-950); color: var(--white); }
 .page-hero__photo, .page-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
 .page-hero__photo { object-fit: cover; object-position: 68% 42%; }
 .page-hero__shade { background: linear-gradient(90deg, rgba(4, 18, 30, 0.97) 0%, rgba(4, 18, 30, 0.82) 44%, rgba(4, 18, 30, 0.22) 78%), linear-gradient(0deg, rgba(4, 18, 30, 0.84), transparent 55%); }
 .page-hero__content { position: relative; z-index: 1; width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; padding: 168px 0 74px; }
 .breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; color: rgba(255, 255, 255, 0.66); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
 .breadcrumbs a:hover { color: var(--white); }
 .page-hero h1 { max-width: 940px; margin-bottom: 24px; font-size: 5.8rem; line-height: 0.96; }
 .page-hero__lead { max-width: 720px; margin-bottom: 0; color: rgba(255, 255, 255, 0.86); font-size: 1.18rem; line-height: 1.65; }
 .page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
 .trust-ribbon { background: var(--blue-100); border-bottom: 1px solid rgba(18, 58, 89, 0.14); }
 .trust-ribbon__inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }
 .trust-ribbon div { min-height: 104px; padding: 25px 22px; border-right: 1px solid rgba(18, 58, 89, 0.14); }
 .trust-ribbon div:first-child { padding-left: 0; }
 .trust-ribbon div:last-child { border-right: 0; }
 .trust-ribbon strong, .trust-ribbon span { display: block; }
 .trust-ribbon strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; }
 .trust-ribbon span { margin-top: 4px; color: var(--muted); font-size: 0.76rem; font-weight: 700; }
 .page-section { padding: 108px 0; }
 .page-section--paper { background: var(--paper); }
 .page-section--blue { background: var(--blue-100); }
 .intro-grid, .detail-grid, .visual-grid, .contact-grid, .about-grid { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr); gap: clamp(48px, 7vw, 112px); align-items: start; }
 .intro-grid h2, .detail-grid h2, .visual-grid h2, .contact-grid h2, .about-grid h2 { max-width: 650px; margin-bottom: 0; font-size: 4.2rem; }
 .page-copy { max-width: 760px; }
 .page-copy > div.paragraph { margin-bottom: 22px; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
 .page-copy > p { margin-bottom: 22px; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
 .page-copy > p:first-child { color: var(--ink); font-size: 1.3rem; line-height: 1.58; }
 .scope-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 50px; border-top: 1px solid var(--line); }
 .scope-item { min-height: 178px; padding: 30px 34px 30px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
 .scope-item:nth-child(even) { padding-right: 0; padding-left: 34px; border-right: 0; }
 .scope-item strong { display: block; margin-bottom: 9px; color: var(--navy-900); font-size: 1.08rem; }
 .scope-item div.paragraph { margin: 0; color: var(--muted); }
 .scope-item p { margin: 0; color: var(--muted); }
 .check-list, .plain-list { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
 .check-list li, .plain-list li { position: relative; padding: 17px 0 17px 34px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 750; }
 .report-section .check-list li { color: rgba(255, 255, 255, 0.88); }
 .check-list li::before { position: absolute; top: 17px; left: 0; color: var(--orange-500); content: "\2713"; font-weight: 900; }
 .plain-list li { padding-left: 0; }
 .plain-list small { display: block; margin-top: 5px; color: var(--muted); font-size: 0.83rem; font-weight: 500; }
 .visual-frame { margin: 0; border: 1px solid var(--line); border-radius: 4px; background: var(--white); box-shadow: var(--shadow); }
 .visual-frame img { display: block; width: 100%; max-height: 680px; object-fit: cover; object-position: top center; }
 .visual-frame figcaption { padding: 18px 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.76rem; font-weight: 700; }
 .numbered-steps { margin-top: 42px; counter-reset: steps; }
 .numbered-steps article { position: relative; padding: 25px 0 28px 72px; border-top: 1px solid var(--line); counter-increment: steps; }
 .numbered-steps article::before { position: absolute; top: 25px; left: 0; color: var(--orange-500); content: "0" counter(steps); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 700; }
 .numbered-steps h3 { margin: 0 0 7px; color: var(--navy-900); font-size: 1.22rem; }
 .numbered-steps div.paragraph { margin: 0; color: var(--muted); }
 .numbered-steps p { margin: 0; color: var(--muted); }
 .page-note { margin-top: 32px; padding: 22px 24px; border-left: 5px solid var(--orange-500); background: var(--white); color: var(--muted); }
 .page-note strong { color: var(--navy-900); }
 .dark-statement { padding: 86px 0; background: var(--navy-900); color: var(--white); }
 .dark-statement__inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 70px; align-items: end; }
 .dark-statement blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 3.5rem; line-height: 1.08; }
 .dark-statement div.paragraph { margin: 0; color: rgba(255, 255, 255, 0.72); line-height: 1.75; }
 .dark-statement p { margin: 0; color: rgba(255, 255, 255, 0.72); line-height: 1.75; }
 .service-cta { padding: 100px 0; border-top: 8px solid var(--orange-500); background: var(--navy-950); color: var(--white); }
 .service-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 56px; align-items: end; }
 .service-cta h2 { max-width: 850px; margin-bottom: 15px; font-size: 4.5rem; }
 .service-cta div.paragraph { max-width: 720px; margin-bottom: 0; color: rgba(255, 255, 255, 0.72); font-size: 1.04rem; }
 .service-cta p { max-width: 720px; margin-bottom: 0; color: rgba(255, 255, 255, 0.72); font-size: 1.04rem; }
 .service-cta__actions { display: grid; min-width: 235px; gap: 10px; }
 .related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 46px; border-top: 1px solid var(--line); }
 .related-links a { position: relative; min-height: 140px; padding: 26px 52px 26px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy-900); font-size: 1.02rem; font-weight: 850; }
 .related-links a:not(:nth-child(3n + 1)) { padding-left: 28px; }
 .related-links a:nth-child(3n) { border-right: 0; }
 .related-links a::after { position: absolute; right: 24px; bottom: 24px; color: var(--orange-500); content: "\2192"; font-size: 1.2rem; }
 .related-links a:hover { background: rgba(229, 238, 243, 0.58); }
 .faq-list { max-width: 980px; margin: 54px auto 0; border-top: 1px solid var(--line); }
 .faq-list details { border-bottom: 1px solid var(--line); }
 .faq-list summary { position: relative; padding: 26px 54px 26px 0; color: var(--navy-900); cursor: pointer; font-size: 1.18rem; font-weight: 850; list-style: none; }
 .faq-list summary::-webkit-details-marker { display: none; }
 .faq-list summary::after { position: absolute; top: 20px; right: 0; color: var(--orange-500); content: "+"; font-size: 1.7rem; font-weight: 500; }
 .faq-list details[open] summary::after { content: "\2212"; }
 .faq-list details div.paragraph { max-width: 820px; margin: -4px 0 28px; color: var(--muted); line-height: 1.75; }
 .faq-list details p { max-width: 820px; margin: -4px 0 28px; color: var(--muted); line-height: 1.75; }
 .contact-methods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 50px; border-top: 1px solid var(--line); }
 .contact-methods--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .contact-methods a { min-height: 176px; padding: 29px 28px 29px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
 .contact-methods a:not(:first-child) { padding-left: 28px; }
 .contact-methods a:last-child { border-right: 0; }
 .contact-methods span, .contact-methods strong { display: block; }
 .contact-methods span { margin-bottom: 12px; color: var(--blue-700); font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
 .contact-methods strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.38rem; line-height: 1.2; }
 .contact-methods small { display: block; margin-top: 12px; color: var(--muted); }
 .about-portrait { position: relative; margin: 0; }
 .about-portrait::before { position: absolute; z-index: 0; top: -16px; left: -16px; width: 42%; height: 34%; border-top: 7px solid var(--orange-500); border-left: 7px solid var(--orange-500); content: ""; }
 .about-portrait img { position: relative; z-index: 1; display: block; width: 100%; max-height: 760px; object-fit: cover; }
 .about-portrait figcaption { position: relative; z-index: 2; width: calc(100% - 28px); margin: -24px 0 0 28px; padding: 17px 20px; background: var(--navy-900); color: rgba(255, 255, 255, 0.78); font-size: 0.77rem; font-weight: 750; }
 .blog-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 52px; border-top: 1px solid var(--line); }
 .blog-list a { position: relative; min-height: 230px; padding: 34px 62px 34px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
 .blog-list a:nth-child(even) { padding-right: 62px; padding-left: 36px; border-right: 0; }
 .blog-list time, .blog-list .blog-kicker, .blog-list strong, .blog-list span { display: block; }
 .blog-list time, .blog-list .blog-kicker { margin-bottom: 18px; color: var(--blue-700); font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
 .blog-list strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; line-height: 1.18; }
 .blog-list a > span:not(.blog-kicker) { margin-top: 14px; color: var(--muted); line-height: 1.6; }
 .blog-list a::after { position: absolute; right: 28px; bottom: 28px; color: var(--orange-500); content: "\2192"; font-size: 1.25rem; }
 .blog-list a:hover { background: var(--blue-100); }
 @media (max-width: 980px) {
 .page-hero { min-height: 570px; }
 .page-hero__content { padding-top: 148px; }
 .page-hero h1 { font-size: 4.5rem; }
 .intro-grid h2, .detail-grid h2, .visual-grid h2, .contact-grid h2, .about-grid h2 { font-size: 3.35rem; }
 .dark-statement blockquote { font-size: 2.8rem; }
 .service-cta h2 { font-size: 3.65rem; }
 .trust-ribbon__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .trust-ribbon div:nth-child(2) { border-right: 0; }
 .trust-ribbon div:nth-child(-n + 2) { border-bottom: 1px solid rgba(18, 58, 89, 0.14); }
 .trust-ribbon div:nth-child(3) { padding-left: 0; }
 .intro-grid, .detail-grid, .visual-grid, .contact-grid, .about-grid, .dark-statement__inner { grid-template-columns: 1fr; gap: 46px; }
 .service-cta__inner { grid-template-columns: 1fr; gap: 34px; }
 .service-cta__actions { display: flex; flex-wrap: wrap; }
 }
 @media (max-width: 720px) {
 .page-hero { min-height: 560px; }
 .page-hero__photo { object-position: 61% center; }
 .page-hero__shade { background: linear-gradient(90deg, rgba(4, 18, 30, 0.95), rgba(4, 18, 30, 0.52)), linear-gradient(0deg, rgba(4, 18, 30, 0.97), rgba(4, 18, 30, 0.34)); }
 .page-hero__content, .trust-ribbon__inner { width: min(var(--shell), calc(100% - 36px)); }
 .page-hero__content { padding: 128px 0 46px; }
 .breadcrumbs { margin-bottom: 25px; }
 .page-hero h1 { font-size: 3.25rem; }
 .intro-grid h2, .detail-grid h2, .visual-grid h2, .contact-grid h2, .about-grid h2 { font-size: 2.7rem; }
 .dark-statement blockquote { font-size: 2.3rem; }
 .service-cta h2 { font-size: 3rem; }
 .page-hero__lead { font-size: 1rem; }
 .page-hero__actions .button { width: 100%; }
 .trust-ribbon__inner { grid-template-columns: 1fr; }
 .trust-ribbon div, .trust-ribbon div:nth-child(3) { min-height: 0; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(18, 58, 89, 0.14); }
 .trust-ribbon div:last-child { border-bottom: 0; }
 .page-section { padding: 76px 0; }
 .scope-grid, .related-links, .contact-methods, .blog-list { grid-template-columns: 1fr; }
 .scope-item, .scope-item:nth-child(even), .related-links a, .related-links a:not(:nth-child(3n + 1)), .contact-methods a, .contact-methods a:not(:first-child), .blog-list a, .blog-list a:nth-child(even) { min-height: 0; padding: 24px 46px 24px 0; border-right: 0; }
 .visual-grid { gap: 36px; }
 .dark-statement, .service-cta { padding: 72px 0; }
 .service-cta__actions, .service-cta__actions .button { width: 100%; }
 .contact-methods strong { font-size: 1.2rem; }
 .about-portrait::before { top: -10px; left: -10px; border-width: 5px; }
 }
 .ssi-static-page .ssi-weebly-content { display: none !important; }
 .ssi-static-page .site-header { background: rgba(7, 27, 44, 0.96) !important; }
 .ssi-static-page .hero h1, .ssi-static-page .page-hero h1, .ssi-static-page .hero-proof strong, .ssi-static-page .inspector-tag strong { color: var(--white) !important; }
 .ssi-platform-page .ssi-weebly-main { min-height: 55vh; padding: 140px max(24px, calc((100vw - 1180px) / 2)) 80px; background: #f8f7f3; color: #17222b; }
 .ssi-platform-page .ssi-weebly-main .wsite-elements { width: min(100%, 980px); margin: 0 auto; }
 .ssi-platform-page .ssi-weebly-main h1, .ssi-platform-page .ssi-weebly-main h2, .ssi-platform-page .ssi-weebly-main h3 { color: #0b2233; }
 .ssi-platform-page .ssi-weebly-main a { color: #c96d19; }
 .ssi-platform-page .blog-post { margin-bottom: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(11, 34, 51, 0.18); }
 .ssi-platform-page .blog-title a { color: #0b2233; text-decoration: none; }
 .ssi-platform-page .blog-content { line-height: 1.75; }
 @media (max-width: 760px) {
 .ssi-platform-page .ssi-weebly-main { padding: 112px 20px 64px; }
 }

div.paragraph ul, div.paragraph ol { padding-left: 3em !important; margin: 5px 0 !important; }
div.paragraph li { padding-left: 5px !important; margin: 3px 0 0 !important; }
div.paragraph ul, div.paragraph ul li { list-style: disc outside !important; }
div.paragraph ol, div.paragraph ol li { list-style: decimal outside !important; }

/* Keep the hero text width independent of the desktop page gutter. */
@media (min-width: 1201px) {
 .hero-content { width: min(100%, calc(760px + max(24px, (100vw - var(--shell)) / 2))); }
}
/* Preserve readable blog navigation and typography outside the builder. */
.ssi-platform-page .site-header { background: rgba(7,27,44,.98); }
.ssi-platform-page .blog-title { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.14; }
.ssi-platform-page .blog-sidebar h2 { font-size: 1.5rem; line-height: 1.2; }
.ssi-platform-page .blog-content h2 { font-size: 1.8rem; line-height: 1.2; }
.ssi-platform-page .blog-content { font-size: 1rem; }
@media (max-width: 700px) {
 #blogTable, #blogTable > tbody, #blogTable > tbody > tr, #blogTable > tbody > tr > td { display: block; width: 100% !important; }
 .blog-body, .blog-sidebar { float: none !important; width: 100% !important; padding: 0 !important; }
 .blog-sidebar { margin-top: 32px; }
}
