:root {
  --background: #f6faf9; --foreground: #10253a; --card: #ffffff; --card-foreground: #10253a;
  --popover: #ffffff; --popover-foreground: #10253a; --primary: #071f3d; --primary-foreground: #ffffff;
  --secondary: #eef4f3; --secondary-foreground: #10253a; --muted: #eef4f3; --muted-foreground: #647481;
  --accent: #c89a3d; --accent-foreground: #071f3d; --destructive: #b42318; --border: #dbe5e4;
  --input: #cfdbda; --ring: #c89a3d; --chart-1: #071f3d; --chart-2: #c89a3d; --chart-3: #315570;
  --chart-4: #e4c47d; --chart-5: #91aaa8; --radius: 1.25rem;
  --ease: cubic-bezier(.22,.61,.36,1);
  --navy-surface: radial-gradient(circle at 90% 5%, rgba(227,189,109,.12), transparent 26%), linear-gradient(145deg, #041a33, #082b4f 72%, #123d64);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; }

.header { position: fixed; z-index: 80; top: 0; width: 100%; left: 0; right: 0; background: transparent; border: 0; }
.header-inner { height: 114px; display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; width: 203px; height: 101px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.brand-light { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.brand-dark, .brand-light { transition: opacity .3s ease; }
.nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 600; letter-spacing: .01em; }
.nav > a:not(.nav-button), .nav-parent { position: relative; }
.nav > a:not(.nav-button)::after, .nav-parent::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: #c89a3d; transition: right .35s var(--ease); }
.nav > a:not(.nav-button):hover::after, .nav-parent:hover::after, .nav-item:hover .nav-parent::after { right: 0; }
.nav-item { position: relative; }
.nav-parent { display: inline-flex; align-items: center; gap: 6px; }
.nav-caret { transition: transform .35s var(--ease); }
.nav-item:hover .nav-caret, .nav-item.is-open .nav-caret { transform: rotate(180deg); }
.submenu { position: absolute; top: calc(100% + 18px); left: 50%; min-width: 280px; padding: 12px; background: #fff; border: 1px solid rgba(7,31,61,.08); border-radius: 16px; box-shadow: 0 22px 50px rgba(4,22,43,.16); opacity: 0; transform: translate(-50%, 10px); pointer-events: none; transition: opacity .35s var(--ease), transform .35s var(--ease); }
.submenu.is-wide { min-width: min(540px, calc(100vw - 48px)); display: grid; grid-template-columns: 1fr 1fr; gap: 0 6px; }
.submenu::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-item:hover .submenu, .nav-item:focus-within .submenu, .nav-item.is-open .submenu { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.submenu a { display: block; padding: 11px 13px; color: #314655; border-radius: 10px; font-size: 13px; font-weight: 600; transition: background .3s var(--ease), color .3s var(--ease), padding .3s var(--ease); }
.submenu a:hover { color: #071f3d; background: #f3f7f6; padding-left: 17px; }
.nav-button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 21px; border: 0; border-radius: 10px; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease); }
.nav-button { color: #fff; background: #c89a3d; }
.nav-button:hover, .button:hover { transform: translateY(-2px); }
.menu-button { display: none; position: relative; width: 44px; height: 44px; padding: 0; color: #fff; background: transparent; border: 0; flex-shrink: 0; }
.menu-button svg { position: absolute; inset: 0; margin: auto; }
.menu-button .menu-close-icon { display: none; }
.menu-button[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-button[aria-expanded="true"] .menu-close-icon { display: block; }
[hidden] { display: none !important; }

.hero-wrap { position: relative; overflow: visible; background: var(--navy-surface); }
.hero-wrap.has-photo { background: #041a33; }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 82% center; filter: brightness(.72); opacity: 0; transform: scale(1.06); transition: opacity 1.8s ease; }
.hero-media img:nth-child(2) { object-position: 72% center; }
.hero-media img.is-active { opacity: 1; transform: scale(1); z-index: 1; transition: opacity 1.8s ease, transform 8s ease-out; }
@media (prefers-reduced-motion: reduce) {
  .hero-media img, .hero-media img.is-active { transform: none; transition: opacity .4s ease; }
}
.hero-wrap.has-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(4,22,48,.96) 0%, rgba(7,31,61,.9) 38%, rgba(7,31,61,.58) 58%, rgba(7,31,61,.28) 78%, rgba(4,22,48,.2) 100%); }
.hero { position: relative; z-index: 2; overflow: visible; display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; padding: 170px 0 0; background: transparent; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 640px) 1fr; gap: 72px; flex: 1 1 auto; align-items: center; min-height: 0; padding-bottom: 28px; }
.overline { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #9b762d; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.overline > span { display: none; }
.overline-dark { color: #315570; }
.overline-gold { color: #e3bd6d; }
h2 { margin: 0; color: #142837; font-size: clamp(48px, 5.5vw, 72px); font-weight: 700; line-height: 1.05; letter-spacing: -.045em; }
.hero h1 { margin: 0; max-width: 640px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4.6vw, 58px); font-weight: 500; line-height: 1.12; letter-spacing: -.04em; }
.contact-copy h2 strong { display: block; color: #a77925; font-weight: 700; }
.hero-text { max-width: 560px; margin: 24px 0 0; color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button-navy { color: #fff; background: #071f3d; box-shadow: 0 12px 28px rgba(7,31,61,.14); }
.button-navy:hover { background: #0d3158; }
.button-gold { margin-top: 18px; color: #071f3d; background: #d5ab55; }
.button-accent { color: #fff; background: #c89a3d; box-shadow: 0 12px 28px rgba(200,154,61,.28); }
.button-accent:hover { background: #b3862e; }
.button-ghost { color: #fff; background: transparent; border: 1.5px solid rgba(255,255,255,.55); }
.button-ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.soft-link { display: inline-flex; align-items: center; gap: 10px; color: #263f50; font-size: 14px; font-weight: 600; }
.hero-visual { position: relative; width: min(100%, 430px); justify-self: end; }
.hero-visual::before { content: ""; position: absolute; inset: 32px -18px -18px 40px; border-right: 12px solid #c89a3d; border-bottom: 12px solid #c89a3d; border-radius: 0 0 22px 0; }
.hero-image-frame { position: relative; z-index: 1; overflow: hidden; aspect-ratio: 4 / 5; border-radius: 20px; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 12px; color: #071f3d; background: rgba(255,255,255,.96); border: 1px solid rgba(7,31,61,.08); border-radius: 16px; box-shadow: 0 16px 36px rgba(4,22,43,.16); backdrop-filter: blur(10px); }
.hero-chip strong { display: block; font-size: 13px; line-height: 1.2; }
.hero-chip small { display: block; color: #5b6d78; font-size: 11px; }
.hero-chip svg { flex: 0 0 auto; color: #071f3d; }
.hero-chip-chart { left: -28px; bottom: 78px; }
.hero-chip-data { right: -8px; bottom: 28px; }
.hero-bars { display: flex; align-items: flex-end; gap: 3px; height: 28px; }
.hero-bars i { width: 5px; border-radius: 99px; background: #071f3d; }
.hero-bars i:nth-child(1) { height: 42%; opacity: .35; }
.hero-bars i:nth-child(2) { height: 68%; opacity: .55; }
.hero-bars i:nth-child(3) { height: 100%; background: #c89a3d; }
.hero-bars i:nth-child(4) { height: 78%; opacity: .7; }
.hero-stats { position: relative; z-index: 6; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: -52px; padding: 28px 20px; background: #fff; border-radius: 18px; box-shadow: 0 22px 55px rgba(4,22,43,.16); }
.hero-stat { display: flex; align-items: center; gap: 14px; padding: 8px 18px; color: #142837; }
.hero-stat + .hero-stat { border-left: 1px solid #e6eeec; }
.hero-stat svg { flex: 0 0 auto; color: #071f3d; }
.hero-stat p { margin: 0; color: #4d5f6b; font-size: 15px; line-height: 1.35; }
.hero-stat strong { color: #071f3d; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.about h2, .services-heading h2, .method h2, .value-band h2, .contact-copy h2, .blog-heading h2, .testimonials-heading h2, .dont-heading h2 { font-size: clamp(40px, 4.3vw, 60px); }
.about-copy { padding-top: 45px; color: #667681; }
.about-copy .lead { margin-top: 0; color: #1b3445; font-size: 24px; font-weight: 600; line-height: 1.45; }
.inline-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; padding-bottom: 5px; color: #071f3d; border-bottom: 2px solid #c89a3d; font-size: 14px; font-weight: 700; }

.services-section { color: #fff; background: var(--navy-surface); }
.services-heading { max-width: 820px; margin: 0 0 48px; text-align: left; }
.services-heading .overline { justify-content: flex-start; }
.services-heading h2 { color: #fff; }
.services-heading > p:last-child { color: rgba(255,255,255,.64); font-size: 17px; }
.service-list { border-top: 1px solid rgba(255,255,255,.12); }
.service-row { display: grid; grid-template-columns: 36px 42px 1.1fr 1.5fr 38px; gap: 20px; align-items: center; min-height: 124px; border-bottom: 1px solid rgba(255,255,255,.12); }
.service-index { color: rgba(255,255,255,.35); font-size: 12px; font-weight: 700; }
.service-icon { color: #e3bd6d; }
.service-row h3 { margin: 0; font-size: 18px; font-weight: 650; line-height: 1.35; }
.service-row p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; }
.service-row > a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(227,189,109,.45); border-radius: 50%; color: #e3bd6d; transition: background .2s; }
.service-row > a:hover { color: #071f3d; background: #e3bd6d; }

.method { background: #fff; }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.method-intro > p:not(.overline) { color: #667681; font-size: 17px; }
.pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pillar-card { min-height: 220px; padding: 30px; background: #f3f8f7; border: 1px solid #e0e9e7; border-radius: 22px; transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease); }
.pillar-card:hover { transform: translateY(-4px); border-color: #c5d4d1; box-shadow: 0 18px 40px rgba(7,31,61,.08); }
.pillar-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #071f3d; background: rgba(7,31,61,.06); border: 1px solid rgba(7,31,61,.1); border-radius: 14px; }
.pillar-card h3 { margin: 22px 0 8px; color: #142837; font-size: 23px; }
.pillar-card p { margin: 0; color: #667681; font-size: 15px; }

.value-band { padding-block: 98px; color: #fff; background: var(--navy-surface); }
.value-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.value-band h2 { color: #fff; }
.value-items { border-top: 1px solid rgba(255,255,255,.14); }
.value-items p { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; margin: 0; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.value-items strong { color: #e3bd6d; font-size: 16px; }
.value-items span { color: rgba(255,255,255,.6); font-size: 15px; }

.contact-section { position: relative; overflow: hidden; background: #f3f9f7; }
.contact-shape { position: absolute; left: -160px; bottom: -230px; width: 470px; height: 470px; border: 70px solid rgba(200,154,61,.07); border-radius: 50%; }
.contact-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.contact-copy > p:not(.overline) { color: #667681; font-size: 17px; }
.contact-channels { display: grid; gap: 12px; margin-top: 32px; }
.contact-channels a, .contact-channels .contact-channel { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; color: #1f394b; background: #fff; border: 1px solid #e0e9e7; border-radius: 14px; font-size: 14px; font-weight: 700; transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease); }
.contact-channels a:hover { border-color: #c89a3d; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(7,31,61,.08); }
.contact-channels svg { flex: 0 0 auto; margin-top: 2px; color: #c89a3d; }
.contact-channels small { display: block; color: #667681; font-size: 12px; font-weight: 600; line-height: 1.55; }
.contact-form { position: relative; overflow: hidden; padding: 36px 36px 32px; background: #fff; border: 1px solid #e4eeec; border-radius: 28px; box-shadow: 0 28px 80px rgba(7,31,61,.1); }
.contact-form::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #9d7023, #e2c37d); }
.form-head { margin-bottom: 26px; }
.form-head .overline { margin-bottom: 10px; }
.form-head h3 { margin: 0; color: #142837; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 16px; color: #1f394b; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 16px; color: #10253a; background: #f7fbfa; border: 1px solid #d5e1df; border-radius: 12px; outline: none; font-size: 15px; font-weight: 400; transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease); }
.contact-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23315570' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px; }
.contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover { border-color: #b7c9c6; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { background: #fff; border-color: #c89a3d; box-shadow: 0 0 0 4px rgba(200,154,61,.14); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 6px; }
.form-footer p { max-width: 360px; margin: 0; color: #72818a; font-size: 13px; }

.footer { padding: 74px 0 24px; color: rgba(255,255,255,.63); background: var(--navy-surface); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1fr; gap: 52px; padding-bottom: 55px; }
.footer-brand img { width: 220px; height: 146px; object-fit: contain; }
.footer-brand p { max-width: 300px; font-size: 14px; }
.footer h3 { margin: 0 0 17px; color: #e3bd6d; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.footer a { display: block; margin: 9px 0; font-size: 14px; }
.footer a:hover { color: #fff; }
.footer-grid > div:last-child p { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.5; }
.footer-grid > div:last-child svg { flex: 0 0 auto; margin-top: 2px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom a { display: inline; margin: 0; color: inherit; }
.footer-bottom a:hover { color: #e3bd6d; }

/* Premium experience */
body { background: #f8fbfa; }
h2, .service-detail h3, .pillar-card h3, .about-copy .lead { font-family: Georgia, "Times New Roman", serif; }
.header { padding: 0; transition: background .35s var(--ease), box-shadow .35s var(--ease); }
.header-inner { padding-inline: 0; }
.site.is-scrolled .header { background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(7,31,61,.08); }
.site.is-scrolled .brand-dark { opacity: 0; }
.site.is-scrolled .brand-light { opacity: 1; }
.site.is-scrolled .nav { color: #314655; }
.site.is-scrolled .nav-button { background: #071f3d; }
.site.is-scrolled .menu-button { color: #071f3d; }
.site.is-scrolled .submenu { box-shadow: 0 18px 40px rgba(7,31,61,.12); }
.scroll-progress { position: absolute; z-index: 3; left: 0; bottom: 0; height: 2px; background: linear-gradient(90deg, #9d7023, #e2c37d); transition: width .1s linear; }
.brand { transition: none; }
.nav-mobile-label { display: none; }
.nav a.active:not(.nav-button) { color: #fff; }
.site.is-scrolled .nav a.active:not(.nav-button) { color: #071f3d; }
.nav a.active:not(.nav-button)::after { right: 0; }
.nav-button, .button { min-height: 50px; padding-inline: 24px; border-radius: 999px; }
.nav-button { min-height: 44px; padding-inline: 18px; }
.button svg, .nav-button svg, .inline-link svg, .soft-link svg { transition: transform .2s; }
.button:hover svg, .nav-button:hover svg, .inline-link:hover svg { transform: translateX(4px); }

.hero { padding-top: 170px; padding-bottom: 0; }
.hero-grid { min-height: 0; padding-bottom: 28px; }
.about { padding-top: 140px; }

.about { position: relative; overflow: hidden; }
.about::after { content: "XA"; position: absolute; right: -24px; bottom: -115px; color: rgba(7,31,61,.025); font-family: Georgia, serif; font-size: 310px; font-weight: 700; letter-spacing: -.12em; }
.about-grid { position: relative; z-index: 1; }
.about h2, .services-heading h2, .method h2, .value-band h2, .contact-copy h2, .blog-heading h2, .testimonials-heading h2, .dont-heading h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; }
.about-copy .lead { font-weight: 500; }

.services-section { padding-block: 90px 110px; width: 100%; background: var(--navy-surface); }
.service-experience { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 470px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.service-nav { display: flex; flex-direction: column; gap: 6px; padding: 22px 32px 22px 0; border-right: 1px solid rgba(255,255,255,.14); }
.service-tab { flex: 1; display: grid; grid-template-columns: 46px 1fr 16px; gap: 14px; align-items: center; min-height: 74px; padding: 12px 14px; color: rgba(255,255,255,.62); background: transparent; border: 1px solid transparent; border-radius: 16px; cursor: pointer; text-align: left; transition: color .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease); }
.service-tab strong { font-size: 15px; line-height: 1.35; font-weight: 650; }
.service-icon-wrap { width: 46px; height: 46px; display: grid; place-items: center; color: #e3bd6d; background: rgba(227,189,109,.1); border: 1px solid rgba(227,189,109,.2); border-radius: 13px; transition: background .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease); }
.service-icon-wrap svg { display: block; overflow: visible; }
.service-chevron { color: rgba(227,189,109,.45); transition: transform .35s var(--ease), color .35s var(--ease); }
.service-tab:hover { color: #fff; background: rgba(255,255,255,.05); }
.service-tab:hover .service-chevron { color: #e3bd6d; transform: translateX(3px); }
.service-tab:focus-visible { outline: 2px solid rgba(227,189,109,.7); outline-offset: 2px; }
.service-tab.active { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(227,189,109,.22); }
.service-tab.active .service-icon-wrap { color: #071f3d; background: #e3bd6d; border-color: #e3bd6d; }
.service-tab.active .service-chevron { color: #e3bd6d; transform: translateX(4px); }
.service-detail { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 54px 0 54px 68px; }
.service-detail::before { content: ""; position: absolute; left: 0; top: 16%; bottom: 16%; width: 3px; background: linear-gradient(transparent, #d9b564, transparent); }
.service-detail-top { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; color: #071f3d; background: #e3bd6d; border-radius: 16px; }
.service-detail h3 { max-width: 520px; margin: 0; color: #fff; font-size: clamp(32px, 3vw, 44px); font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }
.service-detail > p:not(.overline) { max-width: 560px; margin: 22px 0 0; color: rgba(255,255,255,.64); font-size: 16px; }
.service-detail > a { display: inline-flex; align-items: center; align-self: flex-start; gap: 11px; margin-top: 34px; padding-bottom: 6px; color: #e5c47f; border-bottom: 1px solid rgba(229,196,127,.5); font-size: 14px; font-weight: 700; }

.solutions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.solution-card { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-height: 198px; padding: 24px 22px; color: #fff; background: rgba(255,255,255,.04); border: 1px solid rgba(227,189,109,.16); border-radius: 20px; transition: transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease); }
.solution-card:hover { transform: translateY(-4px); color: #fff; background: rgba(255,255,255,.08); border-color: rgba(227,189,109,.4); }
.solution-card .service-icon-wrap { margin-bottom: 2px; }
.solution-card:hover .service-icon-wrap { color: #071f3d; background: #e3bd6d; border-color: #e3bd6d; }
.solution-card strong { font-size: 17px; font-weight: 650; line-height: 1.3; }
.solution-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.55; }

.dont-section { background: #fff; }
.dont-heading { max-width: 720px; margin: 0 0 42px; }
.dont-heading h2 { color: #142837; }
.dont-heading > p:last-child { color: #667681; font-size: 17px; }
.dont-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dont-item { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; padding: 22px 22px 20px; background: #f8fbfa; border: 1px solid #e0e9e7; border-radius: 18px; }
.dont-item span { width: 42px; height: 42px; display: grid; place-items: center; color: #8a2b2b; background: rgba(138,43,43,.08); border: 1px solid rgba(138,43,43,.14); border-radius: 12px; font-size: 22px; font-weight: 500; line-height: 1; }
.dont-item h3 { margin: 0 0 6px; color: #142837; font-size: 17px; font-weight: 700; }
.dont-item p { margin: 0; color: #667681; font-size: 14px; line-height: 1.5; }
.footer-solutions a { margin: 7px 0; font-size: 13px; }

.pillar-card { position: relative; overflow: hidden; min-height: 240px; background: linear-gradient(145deg, #f8fbfa, #edf5f3); }
.pillar-card::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 110px; height: 110px; border: 1px solid rgba(7,31,61,.08); border-radius: 50%; }
.pillar-card h3 { font-weight: 500; }
.value-band { position: relative; overflow: hidden; background: var(--navy-surface); }
.value-band::after { content: ""; position: absolute; right: -110px; top: -110px; width: 360px; height: 360px; border: 1px solid rgba(227,189,109,.12); border-radius: 50%; box-shadow: 0 0 0 50px rgba(227,189,109,.025); }

.clients { padding: 72px 0 80px; background: #f8fbfa; }
.clients .overline { justify-content: center; margin-bottom: 34px; }
.clients-viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.clients-track { display: flex; align-items: center; width: max-content; gap: 64px; animation: clients-marquee 36s linear infinite; }
.clients-track:hover { animation-play-state: paused; }
.client-logo { display: flex; align-items: center; gap: 14px; min-width: 230px; color: #5a6d78; }
.client-logo i { width: 48px; height: 48px; display: grid; place-items: center; color: #071f3d; background: #fff; border: 1px solid rgba(200,154,61,.45); border-radius: 12px; font-family: Georgia, serif; font-size: 15px; font-style: normal; font-weight: 700; }
.client-logo span { font-size: 14px; font-weight: 700; letter-spacing: .02em; }
@keyframes clients-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.testimonials { padding-top: 36px; background: #fff; }
.testimonials-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin: 0 0 42px; }
.testimonials-heading-copy { max-width: 720px; }
.google-reviews-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; color: #071f3d; background: #fff; border: 1px solid #dbe5e4; border-radius: 999px; font-size: 13px; font-weight: 700; transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease); }
.google-reviews-link:hover { border-color: #c89a3d; transform: translateY(-1px); box-shadow: 0 12px 28px rgba(7,31,61,.08); }
.google-rating { display: flex; align-items: center; gap: 10px; margin: 16px 0 0; color: #314655; font-size: 15px; font-weight: 700; }
.google-g { display: inline-flex; font-family: Arial, sans-serif; font-size: 18px; font-weight: 700; letter-spacing: -.06em; line-height: 1; }
.google-g span:nth-child(1) { color: #4285F4; }
.google-g span:nth-child(2) { color: #EA4335; }
.google-g span:nth-child(3) { color: #FBBC05; }
.google-g span:nth-child(4) { color: #4285F4; }
.google-g span:nth-child(5) { color: #34A853; }
.google-g span:nth-child(6) { color: #EA4335; }
.testimonials-carousel { position: relative; }
.testimonials-viewport { overflow: hidden; }
.reviews-track { display: flex; gap: 20px; will-change: transform; transition: transform .55s var(--ease); }
.review-card { display: flex; flex-direction: column; min-height: 280px; padding: 22px 22px 20px; background: #f8fbfa; border: 1px solid #e0e9e7; border-radius: 22px; }
.review-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-google { margin-left: auto; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: #4285F4; border-radius: 50%; font-family: Arial, sans-serif; font-size: 12px; font-weight: 800; }
.review-stars { display: flex; gap: 2px; margin: 0 0 14px; color: #c89a3d; }
.review-card blockquote { margin: 0; flex: 1; }
.review-card blockquote p { margin: 0; color: #142837; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 500; line-height: 1.5; letter-spacing: -.01em; }
.testimonial-avatar { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; color: #071f3d; background: #e3bd6d; border-radius: 50%; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.review-card-head cite { display: flex; flex-direction: column; gap: 2px; min-width: 0; font-style: normal; }
.review-card-head cite strong { color: #071f3d; font-size: 15px; font-weight: 700; }
.review-card-head cite span { color: #667681; font-size: 12px; }
.google-reviews-empty { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0; background: transparent; border: 0; border-radius: 0; }
.google-reviews-empty[hidden], .testimonials-nav[hidden], .testimonials-viewport[hidden] { display: none; }
.review-card-link { color: inherit; text-decoration: none; transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease); }
.review-card-link:hover { border-color: #c89a3d; transform: translateY(-3px); box-shadow: 0 16px 32px rgba(7,31,61,.08); }
.testimonials-nav { display: flex; align-items: center; justify-content: flex-end; gap: 14px; margin-top: 22px; }
.testimonials-arrow { width: 46px; height: 46px; display: grid; place-items: center; color: #071f3d; background: #fff; border: 1px solid #dbe5e4; border-radius: 50%; cursor: pointer; appearance: none; transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease); }
.testimonials-arrow:hover { background: #071f3d; border-color: #071f3d; color: #fff; transform: translateY(-1px); }
.testimonials-arrow:disabled { opacity: .35; pointer-events: none; transform: none; }
.testimonials-dots { display: flex; align-items: center; gap: 8px; margin-right: auto; }
.testimonials-dots button { width: 8px; height: 8px; padding: 0; background: #d0ddd9; border: 0; border-radius: 50%; cursor: pointer; appearance: none; transition: width .3s var(--ease), background .3s var(--ease); }
.testimonials-dots button.is-active { width: 28px; background: #c89a3d; border-radius: 99px; }

.blog-section { background: #f8fbfa; }
.blog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.blog-heading h2 { color: #142837; }
.blog-heading .inline-link { margin-top: 0; }
.blog-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; min-height: 0; padding: 0; background: #fff; border: 1px solid #e0e9e7; border-radius: 22px; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7,31,61,.08); }
.blog-card-media { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #dce6e4; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.blog-card:hover .blog-card-media img { transform: scale(1.04); }
.blog-card-body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 26px; }
.blog-card span { color: #a97c2c; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blog-card h3 { margin: 12px 0 10px; color: #142837; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 500; line-height: 1.25; }
.blog-card p { margin: 0 0 20px; color: #667681; font-size: 15px; }
.blog-card-body > a { margin-top: auto; color: #071f3d; font-size: 14px; font-weight: 700; }

.page-banner { padding: 130px 0 70px; }
.page-banner h1 { margin: 0; max-width: 780px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4.4vw, 54px); font-weight: 500; line-height: 1.12; letter-spacing: -.035em; }
.service-page { background: #fff; }
.service-page-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: start; }
.service-page .lead { margin-top: 0; color: #1b3445; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 500; line-height: 1.45; }
.service-page p { color: #667681; font-size: 17px; }
.service-points { margin: 28px 0 36px; padding: 0; list-style: none; }
.service-points li { position: relative; margin: 0 0 14px; padding-left: 22px; color: #314655; }
.service-points li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: #c89a3d; border-radius: 50%; }
.service-aside { padding: 28px; background: #f3f8f7; border: 1px solid #e0e9e7; border-radius: 22px; }
.service-aside h3 { margin: 0 0 18px; color: #071f3d; font-size: 15px; }
.service-aside a { display: block; margin: 8px 0; color: #314655; font-size: 13px; font-weight: 600; }
.service-aside a:hover, .service-aside a.is-current { color: #071f3d; }
.service-aside a.is-current { padding-left: 10px; border-left: 2px solid #c89a3d; }

.contact-form input, .contact-form select { min-height: 52px; }
.chat-launcher { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: 60px; height: 60px; display: grid; place-items: center; color: #fff; background: #25d366; border-radius: 50%; box-shadow: 0 12px 28px rgba(18,140,70,.42); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.chat-launcher svg { display: block; }
.chat-launcher:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(18,140,70,.5); }
.back-top { position: fixed; z-index: 45; right: 30px; bottom: 96px; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: #071f3d; border: 1px solid rgba(227,189,109,.6); border-radius: 50%; box-shadow: 0 14px 35px rgba(7,31,61,.2); opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .25s, transform .25s; }
.back-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

.cookie-banner { position: fixed; z-index: 120; left: 20px; bottom: 20px; width: min(640px, calc(100% - 120px)); overflow: hidden; padding: 24px 24px 20px; color: #fff; background: linear-gradient(145deg, #041a33, #082b4f 72%, #123d64); border: 1px solid rgba(227,189,109,.28); border-radius: 22px; box-shadow: 0 22px 50px rgba(4,22,43,.28); opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .35s var(--ease), transform .35s var(--ease); }
.cookie-banner::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #9d7023, #e2c37d); border-radius: 22px 22px 0 0; }
.cookie-banner.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.cookie-banner.is-hidden { opacity: 0; transform: translateY(18px); pointer-events: none; }
.cookie-banner-title { margin: 0 0 8px; color: #e3bd6d; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cookie-banner-text { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.6; }
.cookie-banner-text a { color: #e5c47f; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-text a:hover { color: #fff; }
.cookie-banner-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.cookie-banner-actions .button { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.cookie-decline { color: #fff; background: transparent; border: 1.5px solid rgba(255,255,255,.45); }
.cookie-decline:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.legal-copy { max-width: 760px; }
.legal-copy h2 { margin: 36px 0 12px; color: #142837; font-size: clamp(26px, 3vw, 32px); }
.legal-copy p, .legal-copy li { color: #667681; font-size: 16px; line-height: 1.7; }
.legal-copy a { color: #071f3d; font-weight: 700; }
.legal-copy ul { margin: 0 0 8px; padding-left: 18px; }
.legal-copy li { margin: 0 0 8px; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .section { padding-block: 88px; }
  .menu-button { display: grid; place-items: center; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 24px 28px; background: #fff; border-bottom: 1px solid #dbe5e4; }
  .nav-open { display: flex; }
  .nav > a, .nav-parent { padding: 13px 0; }
  .nav-item { width: 100%; }
  .submenu { position: static; left: auto; min-width: 0; margin: 4px 0 10px; transform: none; opacity: 1; pointer-events: auto; box-shadow: none; background: #f4f8f7; display: block; }
  .nav-button { margin-top: 10px; }
  .hero-grid, .about-grid, .method-grid, .value-grid, .contact-grid, .service-page-grid { grid-template-columns: 1fr; gap: 55px; }
  .blog-heading { align-items: flex-start; flex-direction: column; }
  .blog-grid { grid-template-columns: 1fr; gap: 22px; }
  .hero-visual { justify-self: center; }
  .hero-stats { grid-template-columns: 1fr; margin-bottom: -36px; }
  .hero-stat + .hero-stat { border-left: 0; border-top: 1px solid #e6eeec; }
  .about-copy { padding-top: 0; }
  .service-row { grid-template-columns: 30px 40px 1fr 36px; padding-block: 24px; }
  .service-row p { grid-column: 3 / 5; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .google-reviews-empty { grid-template-columns: 1fr 1fr; }
  .cookie-banner { left: 16px; width: calc(100% - 32px); }
  body.has-cookie-banner .chat-launcher { bottom: calc(var(--cookie-banner-h, 180px) + 22px); }
  body.has-cookie-banner .back-top { bottom: calc(var(--cookie-banner-h, 180px) + 90px); }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px, 1120px); }
  .header-inner { height: 99px; }
  .brand { width: 164px; height: 86px; }
  .hero { padding-top: 128px; }
  .hero h1 { font-size: 36px; }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-visual { width: calc(100% - 12px); }
  .section { padding-block: 72px; }
  .about h2, .services-heading h2, .method h2, .value-band h2, .contact-copy h2, .blog-heading h2, .testimonials-heading h2, .dont-heading h2 { font-size: 40px; }
  .service-page-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-row { grid-template-columns: 26px 34px 1fr; gap: 12px; }
  .service-row > a { display: none; }
  .service-row p { grid-column: 2 / 4; }
  .pillar-grid { grid-template-columns: 1fr; }
  .value-items p { grid-template-columns: 1fr; gap: 7px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 27px 20px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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

@media (max-width: 920px) {
  .nav-mobile-label { display: block; padding: 4px 0 14px; color: #9b762d; font-family: Georgia, serif; font-size: 13px; font-style: italic; }
  .nav { color: #142837; background: #fff; border-radius: 0 0 22px 22px; box-shadow: 0 24px 50px rgba(7,31,61,.13); }
  .nav > a:not(.nav-button), .nav-parent { font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
  .submenu a { font-family: "Segoe UI", Arial, sans-serif; font-size: 15px; }
  .nav a.active:not(.nav-button) { color: #071f3d; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid { min-height: 0; padding-bottom: 24px; }
  .hero-copy { max-width: 720px; }
  .hero-media img { object-position: 85% center; }
  .hero-media img:nth-child(2) { object-position: 78% center; }
  .hero-wrap.has-photo::after { background: linear-gradient(180deg, rgba(4,22,48,.94) 0%, rgba(7,31,61,.86) 46%, rgba(7,31,61,.7) 100%); }
  .hero-visual { margin-top: 6px; }
  .about { padding-top: 120px; }
  .service-experience { grid-template-columns: 1fr; }
  .service-nav { padding: 8px 0 0; border-right: 0; border-bottom: 0; }
  .service-tab { color: #fff; background: rgba(255,255,255,.05); border-color: rgba(227,189,109,.16); }
  .service-tab.active { background: rgba(255,255,255,.08); }
  .service-detail { display: none; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .dont-grid { grid-template-columns: 1fr; }
  .submenu.is-wide { min-width: 0; display: block; }
}

@media (max-width: 640px) {
  .hero h1 { font-size: 34px; }
  .hero-visual::before { inset: 24px -10px -10px 28px; border-right-width: 8px; border-bottom-width: 8px; }
  .hero-chip { padding: 8px 10px; }
  .hero-chip-chart { left: -6px; bottom: 64px; }
  .hero-chip-data { right: 0; bottom: 16px; }
  .hero-chip small { display: none; }
  .hero-stats { padding: 18px 12px; }
  .about { padding-top: 110px; }
  .services-section { padding-block: 58px 76px; }
  .service-tab { grid-template-columns: 42px 1fr 16px; padding-inline: 10px; }
  .service-icon-wrap { width: 42px; height: 42px; }
  .service-tab strong { font-size: 14px; }
  .service-detail { min-height: 430px; padding: 45px 8px 34px; }
  .service-detail h3 { font-size: 34px; }
  .clients { padding: 56px 0 64px; }
  .clients-track { gap: 36px; }
  .google-reviews-empty { grid-template-columns: 1fr; }
  .testimonials-nav { justify-content: space-between; }
  .testimonials-dots { margin-right: 0; }
  .review-card { min-height: 0; }
  .pillar-card { min-height: 220px; }
  .blog-grid { grid-template-columns: 1fr; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; }
  .chat-launcher { right: 14px; bottom: 14px; width: 56px; height: 56px; }
  .back-top { right: 21px; bottom: 84px; }
  .cookie-banner { left: 12px; bottom: 12px; width: calc(100% - 24px); padding: 20px 18px 16px; }
  .cookie-banner-actions { justify-content: stretch; }
  .cookie-banner-actions .button { flex: 1; }
  body.has-cookie-banner .chat-launcher { bottom: calc(var(--cookie-banner-h, 200px) + 22px); }
  body.has-cookie-banner .back-top { bottom: calc(var(--cookie-banner-h, 200px) + 90px); }
}
