:root {
  --ink: #07111f;
  --ink-2: #0d1a2b;
  --ink-3: #15243a;
  --paper: #f6f5ef;
  --white: #ffffff;
  --yellow: #ffd21c;
  --yellow-2: #f4bd00;
  --green: #22c77a;
  --text: #152033;
  --muted: #687489;
  --line: #dfe3e8;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(7, 17, 31, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.08; letter-spacing: -.035em; }
p { color: var(--muted); }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); padding: 10px 15px; border-radius: 9px; color: var(--ink); background: var(--yellow); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { position: relative; z-index: 30; background: #020913; color: #aeb9ca; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner a { color: #fff; text-decoration: none; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(34, 199, 122, .13); vertical-align: 1px; }
.site-header { position: relative; z-index: 40; background: rgba(255, 255, 255, .98); border-bottom: 1px solid rgba(12, 23, 38, .08); transition: box-shadow .25s ease; }
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 12px 35px rgba(7, 17, 31, .1); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px; background: var(--ink); color: var(--yellow); font-size: 25px; font-weight: 950; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); transform: skew(-4deg); }
.brand strong { display: block; font-size: 20px; line-height: 1.1; letter-spacing: -.03em; }
.brand small { display: block; margin-top: 4px; color: #7b8595; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.main-nav a { position: relative; color: #4c5768; text-decoration: none; font-size: 14px; font-weight: 760; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--yellow-2); transform: scaleX(0); transition: transform .22s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-call { min-width: 168px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 15px; text-decoration: none; transition: border-color .2s, transform .2s; }
.header-call:hover { border-color: var(--yellow-2); transform: translateY(-1px); }
.header-call span { display: block; color: #7a8698; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.header-call strong { display: block; margin-top: 1px; color: var(--ink); font-size: 15px; line-height: 1.2; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 14px; text-decoration: none; font-size: 14px; font-weight: 850; line-height: 1.2; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 14px 32px rgba(255, 210, 28, .22); }
.button-primary:hover { background: #ffe05a; box-shadow: 0 18px 38px rgba(255, 210, 28, .3); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--ink-3); }
.button-glass { border-color: rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-glass:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.14); }
.button-outline-light { border-color: rgba(7, 17, 31, .25); color: var(--ink); background: transparent; }
.button-block { width: 100%; justify-content: space-between; }
.eyebrow { display: inline-flex; align-items: center; margin-bottom: 20px; color: #a07800; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; margin-right: 10px; background: var(--yellow-2); }
.eyebrow.light { color: #f6d65e; }
.eyebrow.light::before { background: var(--yellow); }
.eyebrow .status-dot { margin-left: 1px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: #fff; font-weight: 850; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link.dark { color: var(--ink); }

.hero { position: relative; min-height: 800px; color: #fff; background: var(--ink); overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; opacity: .68; }
.hero-overlay { background: linear-gradient(90deg, rgba(3, 10, 20, .98) 0%, rgba(4, 12, 23, .87) 40%, rgba(4, 12, 23, .55) 67%, rgba(4, 12, 23, .75) 100%), linear-gradient(0deg, rgba(7,17,31,.92), transparent 38%); }
.hero-grid { position: relative; z-index: 2; min-height: 685px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 68px; align-items: center; padding-top: 66px; padding-bottom: 84px; }
.hero-copy { max-width: 680px; }
.hero-copy h1 { margin-bottom: 23px; color: #fff; font-size: clamp(50px, 5.4vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero-copy h1 em { display: block; margin-top: 11px; color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 600px; margin-bottom: 30px; color: #bdc7d6; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; align-items: center; gap: 20px; margin-top: 38px; }
.hero-proof > span { display: grid; }
.hero-proof b { color: #fff; font-size: 15px; }
.hero-proof small { color: #8e9caf; font-size: 11px; }
.hero-proof i { width: 1px; height: 31px; background: rgba(255,255,255,.18); }
.hero-form-card, .contact-form-card { padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; background: rgba(255,255,255,.96); color: var(--text); box-shadow: 0 36px 90px rgba(0,0,0,.32); backdrop-filter: blur(14px); }
.form-card-head { display: flex; gap: 14px; align-items: center; }
.form-card-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--ink); background: var(--yellow); font-size: 23px; font-weight: 950; }
.form-card-head span:not(.form-card-icon) { display: block; color: #818b9b; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.form-card-head h2 { margin: 2px 0 0; font-size: 27px; }
.hero-form-card > p, .contact-form-card > p { margin: 16px 0 20px; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-full { grid-column: 1/-1; }
.request-form label { display: grid; gap: 6px; }
.request-form label > span { color: #586476; font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.request-form input, .request-form select, .request-form textarea { width: 100%; min-width: 0; padding: 12px 13px; border: 1px solid #dce1e7; border-radius: 11px; outline: 0; color: var(--ink); background: #f8f9fa; font-size: 13px; transition: border-color .2s, box-shadow .2s, background .2s; }
.request-form input, .request-form select { height: 45px; }
.request-form textarea { min-height: 76px; resize: vertical; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: #e7b700; background: #fff; box-shadow: 0 0 0 3px rgba(255,210,28,.18); }
.request-form .consent { grid-template-columns: 18px 1fr; align-items: start; gap: 8px; }
.request-form .consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--yellow-2); }
.request-form .consent span { color: #737d8b; font-size: 9px; line-height: 1.5; }
.request-form .button { margin-top: 14px; }
.form-note { margin: 9px 0 0; text-align: center; color: #8c96a4; font-size: 9px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hero-stats { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -80px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px 24px 0 0; background: rgba(9, 21, 36, .9); backdrop-filter: blur(14px); }
.hero-stats div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 20px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { color: #fff; font-size: 29px; letter-spacing: -.04em; }
.hero-stats span { color: #96a4b8; font-size: 11px; font-weight: 700; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid span { padding: 9px 22px; border-right: 1px solid var(--line); color: #4a5567; font-size: 12px; font-weight: 750; text-align: center; }
.trust-grid span:last-child { border-right: 0; }
.trust-grid b { margin-right: 8px; color: #b38900; }

.section-head { display: grid; grid-template-columns: 1.1fr .6fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-head h2, .about-copy h2, .faq-intro h2, .story-copy h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 60px); }
.section-head p { margin-bottom: 15px; }
.section-head.centered { grid-template-columns: 1fr; gap: 10px; text-align: center; justify-items: center; }
.section-head.centered p { max-width: 560px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfd5dd; border-left: 1px solid #cfd5dd; }
.service-card { min-height: 325px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid #cfd5dd; border-bottom: 1px solid #cfd5dd; background: var(--paper); transition: background .25s, transform .25s, box-shadow .25s; }
.service-card:hover { position: relative; z-index: 2; background: #fff; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 46px; }
.service-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 12px; font-weight: 900; }
.service-arrow { color: #a5adba; font-size: 19px; }
.service-card h3 { max-width: 260px; margin-bottom: 13px; font-size: 24px; }
.service-card p { margin-bottom: 23px; font-size: 13px; }
.service-card a { margin-top: auto; color: var(--ink); font-size: 12px; font-weight: 850; text-decoration: none; }
.service-card a span { margin-left: 7px; }

.process-section { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.process-section::before { content: "ϟ"; position: absolute; right: -20px; bottom: -215px; color: rgba(255,255,255,.025); font-size: 620px; line-height: 1; font-weight: 900; }
.process-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.process-intro h2 { color: #fff; font-size: clamp(43px, 5vw, 68px); }
.process-intro p { color: #9ca9bb; }
.process-list { border-top: 1px solid rgba(255,255,255,.18); }
.process-item { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-item > span { color: var(--yellow); font-size: 13px; font-weight: 900; }
.process-item h3 { margin: 0 0 8px; color: #fff; font-size: 25px; }
.process-item p { margin: 0; color: #92a0b3; font-size: 14px; }

.about-preview { background: #fff; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.about-visual { position: relative; }
.about-visual::before { content: ""; position: absolute; top: -22px; right: -22px; width: 54%; height: 45%; border: 2px solid var(--yellow); }
.about-visual img { position: relative; width: 100%; height: 590px; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.experience-badge { position: absolute; right: -42px; bottom: 38px; width: 180px; padding: 22px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.experience-badge strong { display: block; color: var(--yellow); font-size: 38px; line-height: 1; }
.experience-badge span { display: block; margin-top: 8px; color: #b0bbca; font-size: 11px; }
.about-copy .lead, .story-copy .lead { color: #344054; font-size: 19px; line-height: 1.75; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 30px; margin: 38px 0; }
.feature-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 11px; }
.feature-list > div > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 12px; font-weight: 900; }
.feature-list p { margin: 0; font-size: 12px; }
.feature-list strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 13px; }

.region-section, .about-regions { padding-top: 0; background: #fff; }
.region-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 62px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, #101f33, #07111f); box-shadow: var(--shadow); }
.region-copy h2 { margin-bottom: 20px; color: #fff; font-size: clamp(38px, 4vw, 56px); }
.region-copy p { color: #9fabbc; }
.region-list { display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; border-top: 1px solid rgba(255,255,255,.14); }
.region-list span { display: flex; gap: 15px; align-items: center; padding: 15px 10px; border-bottom: 1px solid rgba(255,255,255,.14); color: #e9edf4; font-size: 14px; font-weight: 750; }
.region-list b { color: var(--yellow); font-size: 10px; }

.testimonials-section { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { display: flex; flex-direction: column; min-height: 312px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.stars { color: #e9b400; font-size: 13px; letter-spacing: 3px; }
.testimonial-card blockquote { margin: 32px 0; color: #2b3749; font-size: 17px; font-weight: 620; line-height: 1.7; }
.testimonial-card footer { display: flex; gap: 12px; align-items: center; margin-top: auto; }
.testimonial-card footer > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-weight: 900; }
.testimonial-card footer strong, .testimonial-card footer small { display: block; }
.testimonial-card footer strong { font-size: 13px; }
.testimonial-card footer small { color: #8b95a4; font-size: 10px; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro p { margin: 23px 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--ink); font-size: 16px; font-weight: 780; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; color: var(--ink); background: #edf0f3; font-style: normal; font-size: 20px; transition: transform .2s, background .2s; }
.faq-item[open] summary i { background: var(--yellow); transform: rotate(45deg); }
.faq-item p { padding-right: 62px; padding-bottom: 27px; margin: -8px 0 0; }

.closing-cta { padding: 65px 0; background: var(--yellow); }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.closing-inner .eyebrow.light { color: #685100; }
.closing-inner .eyebrow.light::before { background: var(--ink); }
.closing-inner h2 { margin-bottom: 9px; font-size: clamp(34px, 4vw, 52px); }
.closing-inner p { margin: 0; color: #5f521e; }
.closing-actions { display: flex; gap: 12px; flex-shrink: 0; }
.site-footer { padding: 78px 0 24px; color: #9ca9ba; background: #030a13; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 70px; }
.brand-light { color: #fff; }
.footer-brand p { max-width: 330px; margin: 25px 0 18px; color: #7f8b9c; font-size: 13px; }
.footer-phone { color: var(--yellow); font-size: 22px; font-weight: 900; text-decoration: none; }
.site-footer h3 { margin: 4px 0 22px; color: #fff; font-size: 14px; letter-spacing: 0; }
.footer-links, .footer-regions { padding: 0; margin: 0; list-style: none; }
.footer-links li, .footer-regions li { margin-bottom: 10px; font-size: 12px; }
.footer-links a { color: #96a2b3; text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-regions { display: grid; grid-template-columns: 1fr 1fr; }
.site-footer address, .site-footer p { color: #8693a5; font-size: 12px; font-style: normal; }
.site-footer .text-link { display: flex; margin-top: 11px; color: #d9e0e9; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.mobile-actions { display: none; }

.flash-stack { position: fixed; z-index: 90; top: 110px; right: 20px; width: min(400px, calc(100% - 40px)); }
.flash { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; margin-bottom: 10px; border: 1px solid #b8e8cf; border-radius: 13px; color: #155c38; background: #eafaf1; box-shadow: var(--shadow); font-size: 13px; font-weight: 720; }
.flash-error { border-color: #f2bcbc; color: #8a2424; background: #fff0f0; }
.flash button { border: 0; color: inherit; background: transparent; font-size: 20px; cursor: pointer; }

.page-hero { padding: 95px 0 90px; color: #fff; background: radial-gradient(circle at 80% 20%, #213958 0, transparent 32%), var(--ink); }
.page-hero-inner { display: grid; grid-template-columns: 1.25fr .6fr; gap: 80px; align-items: end; }
.page-hero h1 { margin: 0; color: #fff; font-size: clamp(50px, 6vw, 82px); }
.page-hero h1 em { color: var(--yellow); font-style: normal; }
.page-hero p { margin: 0 0 8px; color: #a7b2c2; font-size: 17px; }
.services-page { background: #fff; }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 80px .9fr 1.1fr; gap: 35px; padding: 54px 0; border-bottom: 1px solid var(--line); }
.service-detail-number { color: #a67f00; font-size: 12px; font-weight: 900; }
.mini-label { color: #8c96a5; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-detail h2 { margin-top: 8px; font-size: 32px; }
.service-detail .lead { color: #344054; font-size: 17px; font-weight: 650; }
.service-detail p { font-size: 14px; }
.service-detail .button { margin-top: 8px; }
.assurance-section { padding-top: 0; background: #fff; }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.assurance-grid > div { padding: 35px; border-right: 1px solid var(--line); }
.assurance-grid > div:last-child { border-right: 0; }
.assurance-grid span { color: #b58a00; font-size: 11px; font-weight: 900; }
.assurance-grid h3 { margin: 30px 0 10px; font-size: 23px; }
.assurance-grid p { margin: 0; font-size: 13px; }

.story-section { background: #fff; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.story-image { position: relative; }
.story-image img { width: 100%; height: 650px; object-fit: cover; }
.story-image > div { position: absolute; right: -35px; bottom: 35px; width: 165px; padding: 25px; color: #fff; background: var(--ink); }
.story-image strong, .story-image span { display: block; }
.story-image strong { color: var(--yellow); font-size: 39px; line-height: 1; }
.story-image span { margin-top: 8px; color: #adb8c7; font-size: 11px; }
.story-copy p { font-size: 14px; }
.story-copy .button { margin-top: 15px; }
.values-section { background: var(--paper); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.values-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); background: #fff; }
.values-grid article:last-child { border-right: 0; }
.values-grid b { color: #b48a00; font-size: 11px; }
.values-grid h3 { margin-top: 55px; font-size: 23px; }
.values-grid p { font-size: 13px; }
.about-regions { padding-top: 112px; }

.contact-section { background: #fff; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.contact-info h2 { font-size: clamp(42px, 5vw, 62px); }
.contact-info > p { margin-bottom: 34px; }
.contact-method { display: grid; grid-template-columns: 40px 1fr 20px; gap: 15px; align-items: center; padding: 19px 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-method > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #806300; background: #fff5bd; font-size: 10px; font-weight: 900; }
.contact-method small, .contact-method strong { display: block; }
.contact-method small { color: #8a95a5; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.contact-method strong { margin-top: 3px; color: var(--ink); font-size: 15px; }
.contact-method > b { transition: transform .2s; }
.contact-method:hover > b { transform: translateX(4px); }
.availability { display: flex; gap: 12px; align-items: center; margin-top: 25px; padding: 16px; border-radius: 14px; background: #eefaf4; }
.availability strong, .availability span { display: block; }
.availability strong { color: #195d3c; font-size: 12px; }
.availability span { color: #4b7c64; font-size: 10px; }
.contact-form-card { padding: 40px; border-color: var(--line); background: #f7f8f9; box-shadow: 0 25px 65px rgba(7,17,31,.1); }
.contact-form-card .request-form input, .contact-form-card .request-form select, .contact-form-card .request-form textarea { background: #fff; }
.contact-regions { padding-top: 0; background: #fff; }
.contact-region-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.contact-region-grid div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 760; }
.contact-region-grid div:nth-child(4n) { border-right: 0; }
.contact-region-grid span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 8px; border-radius: 50%; background: var(--yellow); font-size: 10px; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1050px) {
  .header-inner { gap: 20px; }
  .main-nav { gap: 20px; }
  .header-call { display: none; }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 35px; }
  .hero-copy h1 { font-size: clamp(47px, 6.5vw, 68px); }
  .about-grid, .story-grid { gap: 70px; }
  .region-card { gap: 45px; padding: 48px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  body { padding-bottom: 66px; }
  .container { width: min(100% - 30px, var(--container)); }
  .section { padding: 76px 0; }
  .utility-note { display: none; }
  .utility-inner { min-height: 32px; }
  .site-header.is-sticky { position: relative; top: auto; }
  .header-inner { height: 70px; }
  .brand strong { font-size: 18px; }
  .brand-mark { width: 42px; height: 42px; }
  .menu-toggle { display: block; margin-left: auto; }
  .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); }
  .main-nav { position: absolute; top: 70px; right: 15px; left: 15px; display: grid; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 13px 12px; border-radius: 10px; }
  .main-nav a.active { background: #fff8d6; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 75px; padding-bottom: 45px; }
  .hero-copy h1 { font-size: clamp(43px, 12vw, 66px); }
  .hero-copy > p { font-size: 16px; }
  .hero-form-card { margin-top: 10px; }
  .hero-stats { grid-template-columns: 1fr 1fr; margin-top: 0; border-radius: 20px 20px 0 0; }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .hero-stats div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 10px 0; }
  .trust-grid span:nth-child(2) { border-right: 0; }
  .section-head, .section-head.centered { grid-template-columns: 1fr; gap: 20px; text-align: left; justify-items: start; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-layout { grid-template-columns: 1fr; gap: 65px; }
  .about-grid, .story-grid { grid-template-columns: 1fr; gap: 65px; }
  .about-visual img, .story-image img { height: 560px; }
  .about-visual { margin-right: 26px; }
  .region-card { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: auto; }
  .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .closing-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand { grid-column: 1/-1; }
  .mobile-actions { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 66px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.15); background: var(--ink); box-shadow: 0 -8px 28px rgba(0,0,0,.25); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; font-size: 12px; font-weight: 850; text-decoration: none; }
  .mobile-actions a:last-child { color: var(--ink); background: var(--yellow); }
  .page-hero { padding: 70px 0; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 35px; }
  .service-detail { grid-template-columns: 45px 1fr; }
  .service-detail > div:last-child { grid-column: 2; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .assurance-grid > div:last-child { border-bottom: 0; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .values-grid article:nth-child(2) { border-right: 0; }
  .values-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-layout { grid-template-columns: 1fr; gap: 65px; }
  .contact-region-grid { grid-template-columns: 1fr 1fr; }
  .contact-region-grid div:nth-child(4n) { border-right: 1px solid var(--line); }
  .contact-region-grid div:nth-child(2n) { border-right: 0; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 24px); }
  .section { padding: 62px 0; }
  .utility-inner a { font-size: 0; }
  .utility-inner a span { font-size: 12px; }
  .brand small { max-width: 165px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero-grid { padding-top: 56px; }
  .hero-image { object-position: 56% center; }
  .hero-copy h1 { font-size: 43px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 12px; }
  .hero-proof small { font-size: 9px; }
  .hero-form-card, .contact-form-card { padding: 20px; border-radius: 21px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .hero-stats div { min-height: 95px; padding: 18px; }
  .hero-stats strong { font-size: 24px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid span { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { margin-bottom: 36px; }
  .section-head h2, .about-copy h2, .faq-intro h2, .story-copy h2 { font-size: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .feature-list { grid-template-columns: 1fr; }
  .about-visual img, .story-image img { height: 440px; }
  .experience-badge, .story-image > div { right: -12px; width: 150px; }
  .region-card { padding: 30px 22px; border-radius: 21px; }
  .region-list { grid-template-columns: 1fr; }
  .closing-actions { width: 100%; flex-direction: column; }
  .closing-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid > div:last-child, .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero h1 { font-size: 45px; }
  .service-detail { grid-template-columns: 1fr; gap: 12px; padding: 40px 0; }
  .service-detail > div:last-child { grid-column: auto; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-region-grid { grid-template-columns: 1fr; }
  .contact-region-grid div { border-right: 0 !important; }
}

/* Simplified, trust-focused homepage hero */
.hero-clean { min-height: 790px; background: radial-gradient(circle at 82% 25%,#203d5d 0,transparent 31%),linear-gradient(135deg,#06101d 0%,#0a1829 64%,#07111f 100%); }
.hero-clean::before { content: ""; position: absolute; top: 76px; right: 8%; width: 420px; height: 420px; border: 1px solid rgba(255,210,28,.16); border-radius: 50%; }
.hero-clean::after { content: ""; position: absolute; top: 160px; right: 4%; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.hero-clean .hero-grid { min-height: 675px; grid-template-columns: 1.08fr .72fr; gap: 90px; padding-top: 70px; padding-bottom: 120px; }
.hero-clean .hero-copy { max-width: 760px; }
.hero-clean .hero-copy h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(52px,5.35vw,82px); line-height: 1.01; }
.hero-clean .hero-copy h1 em { display: inline; margin: 0; }
.hero-clean .hero-copy > p { max-width: 670px; margin-bottom: 33px; color: #c4cedb; font-size: 19px; }
.hero-clean .hero-proof { margin-top: 44px; }
.hero-clean .hero-proof b { color: #fff; }
.hero-clean .hero-proof small { max-width: 170px; }
.hero-showcase { position: relative; width: min(100%,430px); height: 510px; margin-left: auto; }
.hero-showcase::before { content: ""; position: absolute; z-index: -1; top: -17px; right: -17px; width: 72%; height: 58%; border: 2px solid var(--yellow); border-radius: 30px; opacity: .75; }
.hero-showcase figure { width: 100%; height: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: #101010; box-shadow: 0 34px 90px rgba(0,0,0,.4); }
.hero-showcase img { width: 100%; height: 100%; object-fit: cover; }
.hero-showcase-label { position: absolute; right: -24px; bottom: 28px; min-width: 228px; padding: 17px 20px; border: 4px solid #0a1727; border-radius: 15px; color: var(--ink); background: var(--yellow); box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.hero-showcase-label span, .hero-showcase-label strong { display: block; }
.hero-showcase-label span { margin-bottom: 3px; color: #6c5500; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hero-showcase-label strong { font-size: 15px; }
.hero-showcase-mark { position: absolute; top: 18px; left: -24px; display: grid; place-items: center; width: 62px; height: 62px; border: 5px solid #0b192a; border-radius: 18px; color: var(--ink); background: var(--yellow); font-size: 29px; font-weight: 950; box-shadow: 0 16px 35px rgba(0,0,0,.26); }

@media (max-width: 920px) {
  .hero-clean { min-height: auto; }
  .hero-clean .hero-grid { grid-template-columns: 1fr; gap: 55px; padding-top: 70px; padding-bottom: 135px; }
  .hero-clean .hero-copy { max-width: 760px; }
  .hero-showcase { width: min(100%,560px); height: 500px; margin: 0 auto; }
  .hero-showcase img { object-position: center 35%; }
}

@media (max-width: 540px) {
  .hero-clean .hero-grid { gap: 45px; padding-top: 58px; padding-bottom: 120px; }
  .hero-clean .hero-copy h1 { font-size: 44px; line-height: 1.03; }
  .hero-clean .hero-copy > p { font-size: 17px; line-height: 1.65; }
  .hero-clean .hero-proof { gap: 11px; margin-top: 32px; }
  .hero-clean .hero-proof small { font-size: 10px; }
  .hero-showcase { height: 390px; width: calc(100% - 18px); }
  .hero-showcase::before { top: -10px; right: -10px; border-radius: 22px; }
  .hero-showcase figure { border-radius: 22px; }
  .hero-showcase-label { right: -9px; bottom: 18px; min-width: 200px; padding: 13px 15px; }
  .hero-showcase-label strong { font-size: 13px; }
  .hero-showcase-mark { top: 14px; left: -10px; width: 52px; height: 52px; border-width: 4px; border-radius: 15px; font-size: 24px; }
}

/* 2026 camera-first refresh */
.brand-mark-image { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; object-fit: cover; box-shadow: 0 8px 24px rgba(7,17,31,.18); }
.main-nav { gap: 22px; }
.main-nav a { font-size: 13px; }
.main-nav .nav-camera { padding: 8px 11px; border-radius: 9px; color: var(--ink); background: rgba(255,210,28,.22); }
.main-nav .nav-camera::after { display: none; }
.main-nav .nav-camera:hover, .main-nav .nav-camera.active { background: var(--yellow); }
.page-home .utility-bar { font-size: 13px; }
.page-home .brand small { font-size: 10px; }
.page-home .hero-copy > p { font-size: 19px; }
.page-home .hero-proof b { font-size: 16px; }
.page-home .hero-proof small { font-size: 13px; }
.page-home .hero-stats span { margin-top: 4px; font-size: 13px; }
.page-home .trust-grid span { font-size: 14px; }
.page-home .eyebrow { font-size: 12px; }
.page-home .section-head p, .page-home .camera-copy > p, .page-home .satellite-copy > p, .page-home .region-copy p, .page-home .faq-intro p { font-size: 17px; }
.page-home .service-card p { font-size: 15px; line-height: 1.7; }
.page-home .service-card a { font-size: 14px; }
.page-home .process-item p { font-size: 16px; }
.page-home .feature-list p { font-size: 14px; }
.page-home .feature-list strong { font-size: 15px; }
.page-home .request-form label > span { font-size: 12px; }
.page-home .request-form input, .page-home .request-form select, .page-home .request-form textarea { font-size: 14px; }
.page-home .request-form .consent span, .page-home .form-note { font-size: 11px; }
.request-form .consent a, .form-note a { color: #534000; font-weight: 800; text-underline-offset: 2px; }

.camera-focus { position: relative; background: #fff; overflow: hidden; }
.camera-focus::before { content: ""; position: absolute; top: -140px; left: -140px; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,210,28,.12); filter: blur(2px); }
.camera-focus-grid { position: relative; display: grid; grid-template-columns: 1fr .88fr; gap: 92px; align-items: center; }
.camera-copy h2, .satellite-copy h2 { margin-bottom: 24px; font-size: clamp(42px,4.8vw,67px); }
.camera-copy .lead { color: #344054; line-height: 1.75; }
.camera-services { display: grid; gap: 0; margin: 35px 0; border-top: 1px solid var(--line); }
.camera-services article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.camera-services article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #6f5500; background: #fff3ad; font-size: 12px; font-weight: 900; }
.camera-services h3 { margin: 0 0 7px; font-size: 21px; }
.camera-services p { margin: 0; font-size: 15px; line-height: 1.65; }
.focus-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.camera-collage { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 255px 255px; gap: 14px; }
.camera-collage figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 20px; background: var(--ink); box-shadow: 0 18px 45px rgba(7,17,31,.12); }
.camera-collage .camera-main { grid-row: 1 / 3; }
.camera-collage img { width: 100%; height: 100%; object-fit: cover; }
.camera-main::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(3,10,19,.9)); }
.camera-main figcaption { position: absolute; z-index: 2; right: 20px; bottom: 19px; left: 20px; color: #fff; }
.camera-main figcaption strong, .camera-main figcaption span { display: block; }
.camera-main figcaption strong { font-size: 21px; }
.camera-main figcaption span { margin-top: 2px; color: #d2dae5; font-size: 13px; }
.real-work-tag { position: absolute; right: -20px; bottom: -22px; min-width: 180px; padding: 16px 18px; border: 4px solid #fff; border-radius: 16px; color: var(--ink); background: var(--yellow); box-shadow: var(--shadow); }
.real-work-tag b, .real-work-tag span { display: block; }
.real-work-tag b { font-size: 15px; }
.real-work-tag span { margin-top: 2px; font-size: 11px; }

.satellite-focus { color: #fff; background: radial-gradient(circle at 88% 18%,#203c5d 0,transparent 30%),var(--ink); }
.satellite-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; align-items: center; }
.satellite-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; transform: rotate(-1deg); }
.satellite-gallery figure { height: 580px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; }
.satellite-gallery figure:last-child { margin-top: 50px; }
.satellite-gallery img { width: 100%; height: 100%; object-fit: cover; }
.satellite-copy h2 { color: #fff; }
.satellite-copy > p { color: #aeb9c9; line-height: 1.75; }
.check-list { display: grid; gap: 14px; padding: 0; margin: 30px 0 36px; list-style: none; }
.check-list li { position: relative; padding-left: 35px; font-size: 15px; font-weight: 720; }
.check-list li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 11px; font-weight: 950; }
.light-list li { color: #eef2f7; }

.field-gallery-section { background: #f1f0e9; }
.field-gallery { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 410px; gap: 16px; }
.field-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 20px; background: var(--ink); }
.field-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.field-gallery figure:hover img { transform: scale(1.035); }
.field-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 55px 19px 18px; color: #fff; background: linear-gradient(transparent,rgba(2,9,18,.9)); font-size: 14px; font-weight: 800; }

.legal-links { display: flex; flex-wrap: wrap; gap: 9px 24px; margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.legal-links a, .legal-links button { padding: 0; border: 0; color: #9ca9ba; background: none; font: inherit; font-size: 12px; text-decoration: none; cursor: pointer; }
.legal-links a:hover, .legal-links button:hover { color: var(--yellow); }
.footer-bottom { margin-top: 25px; }

.consent-banner { position: fixed; z-index: 200; right: 18px; bottom: 18px; left: auto; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; width: min(760px,calc(100% - 36px)); padding: 14px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; color: #fff; background: rgba(7,17,31,.98); box-shadow: 0 18px 55px rgba(0,0,0,.32); }
.consent-banner[hidden], .consent-modal[hidden] { display: none; }
.consent-copy strong { display: block; font-size: 14px; }
.consent-copy p { margin: 2px 0; color: #b0bbca; font-size: 11px; line-height: 1.4; }
.consent-copy a { color: var(--yellow); font-size: 10px; font-weight: 750; }
.consent-actions { display: flex; gap: 6px; }
.consent-actions button { min-height: 36px; padding: 7px 10px; border-radius: 9px; font-size: 10px; font-weight: 850; cursor: pointer; }
.consent-secondary { border: 1px solid rgba(255,255,255,.23); color: #fff; background: transparent; }
.consent-primary { border: 1px solid var(--yellow); color: var(--ink); background: var(--yellow); }
.consent-modal { position: fixed; z-index: 210; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(2,8,15,.76); backdrop-filter: blur(7px); }
.consent-modal-card { position: relative; width: min(580px,100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 34px; border-radius: 24px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.consent-modal-card h2 { margin-bottom: 10px; font-size: 32px; }
.consent-modal-card > p { margin-bottom: 24px; }
.consent-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--ink); background: #edf0f3; font-size: 22px; cursor: pointer; }
.consent-choice { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }
.consent-choice strong, .consent-choice small { display: block; }
.consent-choice small { margin-top: 3px; color: #7d8898; }
.consent-choice input { width: 22px; height: 22px; flex: 0 0 22px; accent-color: var(--yellow-2); }
.always-on { color: #187348; font-size: 11px; font-weight: 850; }
.consent-open { overflow: hidden; }

.service-landing-hero { position: relative; min-height: 680px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--ink); }
.service-landing-hero > img, .service-landing-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-landing-hero > img { object-fit: cover; object-position: center; opacity: .7; }
.service-landing-hero::after { content: ""; background: linear-gradient(90deg,rgba(2,9,18,.98) 0%,rgba(3,10,20,.84) 48%,rgba(3,10,20,.34)),linear-gradient(0deg,rgba(3,10,20,.85),transparent 50%); }
.service-landing-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; padding-top: 110px; padding-bottom: 80px; }
.service-landing-copy h1 { max-width: 830px; margin-bottom: 25px; color: #fff; font-size: clamp(50px,6vw,84px); }
.service-landing-copy h1 em { color: var(--yellow); font-style: normal; }
.service-landing-copy > p { max-width: 720px; margin-bottom: 30px; color: #c1cad7; font-size: 19px; line-height: 1.7; }
.landing-proof { display: grid; gap: 11px; padding: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(7,17,31,.65); backdrop-filter: blur(12px); }
.landing-proof span { display: flex; gap: 10px; color: #e7ecf3; font-size: 14px; }
.landing-proof b { color: var(--yellow); }
.service-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.service-split.reverse .service-split-visual { order: 2; }
.service-split-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.service-split-visual figure { height: 540px; margin: 0; overflow: hidden; border-radius: 22px; }
.service-split-visual figure:last-child { margin-top: 50px; }
.service-split-visual img { width: 100%; height: 100%; object-fit: cover; }
.service-split-copy h2 { font-size: clamp(40px,4.5vw,62px); }
.service-split-copy > p { font-size: 17px; }
.service-detail-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 42px; }
.service-detail-cards article { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.service-detail-cards span { color: #a27c00; font-size: 11px; font-weight: 900; }
.service-detail-cards h3 { margin: 25px 0 10px; font-size: 22px; }
.service-detail-cards p { margin: 0; font-size: 14px; }
.transparency-note { padding: 24px 28px; border-left: 5px solid var(--yellow); background: #fff6c9; }
.transparency-note strong { display: block; margin-bottom: 4px; color: var(--ink); }
.transparency-note p { margin: 0; color: #554b23; }

.legal-hero { padding: 88px 0 76px; color: #fff; background: radial-gradient(circle at 80% 10%,#274564 0,transparent 31%),var(--ink); }
.legal-hero-inner { display: grid; grid-template-columns: 1fr .45fr; gap: 80px; align-items: end; }
.legal-hero h1 { max-width: 820px; margin: 0 0 18px; color: #fff; font-size: clamp(47px,6vw,78px); }
.legal-hero p { max-width: 720px; margin: 0; color: #b1bdcc; font-size: 18px; }
.legal-updated { padding: 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(255,255,255,.06); }
.legal-updated span, .legal-updated strong { display: block; }
.legal-updated span { color: #8fa0b5; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.legal-updated strong { margin-top: 5px; color: #fff; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 85px; align-items: start; }
.legal-nav { position: sticky; top: 105px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.legal-nav strong { display: block; margin-bottom: 12px; font-size: 13px; }
.legal-nav a { display: block; padding: 9px 0; border-top: 1px solid var(--line); color: #5e697a; font-size: 12px; text-decoration: none; }
.legal-nav a:hover { color: #8b6900; }
.legal-content { max-width: 820px; }
.legal-content > p:first-child { color: #344054; font-size: 19px; line-height: 1.8; }
.legal-content section { scroll-margin-top: 115px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 15px; font-size: 30px; }
.legal-content h3 { margin-top: 24px; font-size: 20px; }
.legal-content p, .legal-content li { font-size: 15px; line-height: 1.78; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content address { padding: 20px; border-radius: 14px; background: #fff; font-style: normal; line-height: 1.75; }
.text-button { padding: 0; border: 0; color: #6f5500; background: none; font: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.legal-alert { padding: 20px 22px; border: 1px solid #ead36e; border-radius: 14px; background: #fff8d8; }
.business-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.business-info-grid div { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.business-info-grid span, .business-info-grid strong { display: block; }
.business-info-grid span { margin-bottom: 5px; color: #7d8898; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1120px) {
  .header-inner { gap: 18px; }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 12px; }
  .header-call { min-width: 155px; }
  .camera-focus-grid, .satellite-grid { gap: 55px; }
  .consent-banner { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .camera-focus-grid, .satellite-grid, .service-split, .legal-layout, .legal-hero-inner, .service-landing-inner { grid-template-columns: 1fr; }
  .camera-collage { max-width: 650px; }
  .satellite-gallery { max-width: 650px; }
  .satellite-copy { order: -1; }
  .field-gallery { grid-template-columns: 1fr 1fr; }
  .legal-nav { position: static; }
  .legal-nav a { display: inline-block; margin-right: 18px; }
  .service-split.reverse .service-split-visual { order: 0; }
  .service-detail-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .main-nav .nav-camera { border-radius: 0; background: transparent; }
  .main-nav .nav-camera:hover, .main-nav .nav-camera.active { background: transparent; }
  .page-home .hero-copy > p { font-size: 17px; }
  .page-home .hero-proof small { font-size: 11px; }
  .camera-copy h2, .satellite-copy h2 { font-size: 42px; }
  .satellite-gallery figure { height: 470px; }
  .field-gallery { grid-auto-rows: 360px; }
  .consent-banner { right: 10px; bottom: 76px; left: 10px; width: auto; padding: 12px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions .consent-primary { grid-column: 1/-1; }
  .service-landing-hero { min-height: 620px; }
  .service-landing-inner { padding-top: 75px; padding-bottom: 55px; }
  .service-split-visual figure { height: 450px; }
}

@media (max-width: 540px) {
  .brand-mark-image { width: 44px; height: 44px; flex-basis: 44px; }
  .page-home .hero-copy h1 { font-size: 45px; }
  .page-home .hero-proof { align-items: flex-start; }
  .page-home .hero-proof b { font-size: 13px; }
  .page-home .hero-stats span { font-size: 11px; }
  .page-home .trust-grid span { font-size: 13px; }
  .camera-focus-grid { gap: 48px; }
  .camera-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 210px; }
  .camera-collage .camera-main { grid-row: auto; grid-column: 1/-1; }
  .real-work-tag { right: 8px; bottom: -27px; }
  .focus-actions { align-items: stretch; flex-direction: column; }
  .focus-actions .button { width: 100%; }
  .satellite-gallery { gap: 8px; }
  .satellite-gallery figure { height: 390px; border-radius: 16px; }
  .satellite-gallery figure:last-child { margin-top: 24px; }
  .field-gallery { grid-template-columns: 1fr; grid-auto-rows: 440px; }
  .consent-banner { gap: 8px; padding: 10px; border-radius: 13px; }
  .consent-copy strong { font-size: 13px; }
  .consent-copy p { font-size: 10px; line-height: 1.35; }
  .consent-copy a { font-size: 9px; }
  .consent-actions { grid-template-columns: 1fr 1fr; gap: 6px; }
  .consent-actions button { min-height: 33px; padding: 5px 7px; font-size: 9px; }
  .consent-actions .consent-primary { grid-column: 1/-1; }
  .consent-modal-card { padding: 27px 20px; }
  .consent-choice { align-items: flex-start; }
  .service-landing-copy h1 { font-size: 47px; }
  .service-landing-copy > p { font-size: 17px; }
  .landing-proof { display: none; }
  .service-split-visual { gap: 8px; }
  .service-split-visual figure { height: 390px; border-radius: 15px; }
  .service-split-visual figure:last-child { margin-top: 24px; }
  .service-detail-cards, .business-info-grid { grid-template-columns: 1fr; }
  .legal-hero { padding: 66px 0 55px; }
  .legal-hero h1 { font-size: 45px; }
  .legal-content h2 { font-size: 27px; }
}
