.secondary-page { background: #fff; }
.secondary-page .site-header { position: sticky; top: 0; z-index: 100; }
.secondary-page main [id] { scroll-margin-top: 126px; }

.page-hero { position: relative; overflow: hidden; background: #eef4f8; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(circle, rgba(7,45,92,.16) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 48%); pointer-events: none; }
.page-hero-shell { position: relative; z-index: 1; display: grid; min-height: 550px; padding: 48px 0 80px; grid-template-columns: .9fr 1.1fr; gap: 7%; align-items: center; }
.page-hero-copy { max-width: 650px; }
.page-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 42px; color: #708399; font-size: 10px; }
.page-breadcrumb a { color: var(--navy); }
.page-breadcrumb a:hover { color: var(--blue); }
.page-hero h1 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(49px, 4.4vw, 70px); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.page-hero h1 span { color: var(--blue); }
.page-hero-lead { max-width: 600px; margin: 25px 0 30px; color: #3e5b76; font-size: 15px; line-height: 1.85; }
.page-hero-actions { display: flex; align-items: center; gap: 28px; }
.page-hero-media { position: relative; height: 430px; margin: 0; overflow: hidden; background: #d7e3ec; box-shadow: 0 24px 58px rgba(7,45,92,.14); }
.page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(3,28,60,.46)); pointer-events: none; }
.page-hero-media > img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.page-hero-media:hover > img { transform: scale(1.025); }
.insights-hero-media { background: linear-gradient(135deg, #042b55, #0b5480); }
.insights-hero-media::after { background: linear-gradient(180deg, transparent 64%, rgba(2,23,47,.58)); }
.insights-hero-visual { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.15) 1px, transparent 0); background-size: 20px 20px; }
.insights-hero-visual::before, .insights-hero-visual::after { content: ""; position: absolute; inset: 18% 20% 24%; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; transform: rotate(14deg); }
.insights-hero-visual::after { inset: 28% 11% 14% 30%; transform: rotate(-16deg); }
.insights-hero-visual > strong { position: absolute; z-index: 2; top: 47%; left: 50%; display: grid; width: 108px; height: 108px; place-items: center; border: 1px solid #e4b65e; border-radius: 50%; color: #fff; background: rgba(3,37,73,.9); font-family: Georgia, serif; font-size: 20px; font-weight: 500; transform: translate(-50%,-50%); }
.insights-node { position: absolute; z-index: 2; display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; color: #fff; background: rgba(11,77,118,.88); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.insights-node--business { top: 15%; left: 14%; }
.insights-node--identity { top: 15%; right: 13%; }
.insights-node--living { right: 19%; bottom: 18%; }
.insights-node--markets { bottom: 15%; left: 18%; }
.page-hero-note { position: absolute; right: 0; bottom: 0; z-index: 1; min-width: 310px; padding: 18px 22px; background: rgba(255,255,255,.96); }
.page-hero-note strong, .page-hero-note small { display: block; }
.page-hero-note strong { color: var(--navy); font-family: Georgia, serif; font-size: 17px; }
.page-hero-note small { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.page-index { display: none; }
.page-index .shell { display: flex; min-height: 58px; align-items: center; gap: 42px; }
.page-index strong { margin-right: auto; color: var(--navy); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.page-index a { position: relative; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.page-index a::after { content: ""; position: absolute; right: 0; bottom: -19px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .25s ease; }
.page-index a:hover { color: var(--navy); }
.page-index a:hover::after { transform: scaleX(1); }

.content-section { padding: 112px 0; }
.content-section--soft { background: #f4f8fb; }
.content-section--navy { background: var(--navy); color: #fff; }
.section-intro-grid { display: grid; max-width: 980px; margin-bottom: 58px; grid-template-columns: minmax(0,1fr); gap: 0; align-items: start; }
.section-intro-grid h2, .centered-intro h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4vw, 60px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.section-intro-grid > p { display: none; }
.centered-intro { max-width: 850px; margin: 0 auto 60px; text-align: center; }
.centered-intro > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.content-section--navy .eyebrow, .content-section--navy h2 { color: #fff; }
.content-section--navy .section-intro-grid > p { color: #bfd0e0; }

.summary-strip { position: relative; z-index: 5; margin-top: -50px; }
.summary-strip-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(7,45,92,.11); }
.summary-strip article { min-height: 105px; padding: 22px 26px; border-right: 1px solid var(--line); }
.summary-strip article:last-child { border-right: 0; }
.summary-strip small, .summary-strip strong, .summary-strip span { display: block; }
.summary-strip small { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.summary-strip strong { margin-top: 8px; color: var(--navy); font-family: Georgia, serif; font-size: 18px; line-height: 1.25; }
.summary-strip span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.service-directory { border-top: 1px solid var(--navy); }
.service-band { display: grid; grid-template-columns: .32fr .68fr; border-bottom: 1px solid var(--line); }
.service-band-label { padding: 34px 35px 34px 0; }
.service-band-label span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.service-band-label h3 { margin: 13px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 28px; line-height: 1.2; }
.service-band-items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--line); }
.service-band-items article { display: flex; min-height: 245px; padding: 33px 28px 27px; flex-direction: column; border-right: 1px solid var(--line); }
.service-band-items article:last-child { border-right: 0; }
.service-band-items h4 { margin: 0 0 13px; color: var(--navy); font-family: Georgia, serif; font-size: 21px; line-height: 1.25; }
.service-band-items p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-band-items a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--navy); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.service-band-items a span { font-size: 15px; font-weight: 400; }

.decision-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9%; align-items: start; }
.decision-aside { position: sticky; top: 170px; }
.decision-aside h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(40px, 3.7vw, 55px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.decision-aside > p:not(.eyebrow) { margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.decision-list { border-top: 1px solid var(--navy); }
.decision-list article { display: grid; min-height: 155px; padding: 29px 0; grid-template-columns: 180px 1fr; gap: 35px; border-bottom: 1px solid var(--line); }
.decision-list small { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.decision-list h3 { margin: 8px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 22px; line-height: 1.25; }
.decision-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.info-card { display: flex; min-height: 305px; padding: 30px 29px 25px; flex-direction: column; background: #fff; border: 1px solid var(--line); transition: box-shadow .25s ease, transform .25s ease; }
.info-card:hover { box-shadow: 0 18px 42px rgba(7,45,92,.1); transform: translateY(-4px); }
.info-card > span { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.info-card h3 { margin: 28px 0 14px; color: var(--navy); font-family: Georgia, serif; font-size: 25px; line-height: 1.25; }
.info-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.info-card ul { padding: 0; margin: 0 0 24px; list-style: none; }
.info-card li { position: relative; padding: 5px 0 5px 15px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.info-card li::before { content: ""; position: absolute; top: 13px; left: 0; width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }
.info-card a { margin-top: auto; color: var(--navy); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.process-row { display: grid; padding: 0; margin: 65px 0 0; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none; }
.process-row li { position: relative; min-width: 0; padding: 48px 28px 0 0; }
.process-row li::before { content: ""; position: absolute; top: 8px; right: 0; left: 17px; height: 1px; background: rgba(7,45,92,.22); }
.process-row li:last-child::before { display: none; }
.process-row li > span { position: absolute; top: 0; left: 0; z-index: 1; width: 16px; height: 16px; border: 4px solid #f4f8fb; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px rgba(177,132,61,.75); }
.process-row small { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.process-row h3 { margin: 12px 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 20px; line-height: 1.25; }
.process-row p { max-width: 230px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.market-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.market-tile { position: relative; min-height: 290px; overflow: hidden; background: var(--navy); }
.market-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,28,60,.05) 25%, rgba(3,28,60,.88) 100%); }
.market-tile > img { height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,1,.36,1); }
.market-tile:hover > img { transform: scale(1.035); }
.market-tile > div { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 1; }
.market-tile small, .market-tile strong, .market-tile span { display: block; }
.market-tile small { color: #d8b36f; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.market-tile strong { margin-top: 7px; color: #fff; font-family: Georgia, serif; font-size: 24px; line-height: 1.15; }
.market-tile span { margin-top: 7px; color: rgba(255,255,255,.72); font-size: 9px; }

.comparison-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.comparison-table th, .comparison-table td { padding: 20px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th { background: var(--navy); color: #fff; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.comparison-table td:first-child { color: var(--navy); font-family: Georgia, serif; font-size: 18px; font-weight: 700; }
.comparison-table td { color: var(--muted); font-size: 13px; line-height: 1.65; }

.editorial-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 17px; }
.editorial-card { display: flex; overflow: hidden; grid-column: span 4; flex-direction: column; background: #fff; border: 1px solid var(--line); }
.editorial-card--featured { grid-column: span 8; display: grid; grid-template-columns: 1.05fr .95fr; }
.editorial-card img { height: 205px; object-fit: cover; }
.editorial-card--featured img { height: 100%; min-height: 410px; }
.editorial-visual { position: relative; min-height: 205px; overflow: hidden; background-color: #073563; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0); background-size: 18px 18px; }
.editorial-card--featured .editorial-visual { min-height: 410px; }
.editorial-visual::before, .editorial-visual::after, .editorial-visual span { content: ""; position: absolute; display: block; }
.editorial-visual--matrix { background-color: #062d59; }
.editorial-visual--matrix::before { inset: 12% 15%; border: 1px solid rgba(255,255,255,.38); background: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.24) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(255,255,255,.24) 50%, transparent 50.2%); }
.editorial-visual--matrix::after { width: 84px; height: 84px; right: 15%; bottom: 12%; border: 1px solid #d8ad5d; background: rgba(216,173,93,.14); }
.editorial-visual--matrix span { left: 15%; height: 3px; background: #fff; }
.editorial-visual--matrix span:nth-child(1) { top: 18%; width: 25%; }
.editorial-visual--matrix span:nth-child(2) { top: 34%; width: 36%; opacity: .65; }
.editorial-visual--matrix span:nth-child(3) { top: 51%; width: 21%; }
.editorial-visual--matrix span:nth-child(4) { top: 68%; width: 42%; opacity: .65; }
.editorial-visual--matrix span:nth-child(5) { top: 84%; width: 29%; }
.editorial-visual--routine { background-color: #175d72; background-image: linear-gradient(135deg, rgba(255,255,255,.04), rgba(0,0,0,.18)); }
.editorial-visual--routine::before { left: 19%; right: 19%; top: 50%; height: 1px; background: rgba(255,255,255,.65); transform: rotate(-8deg); }
.editorial-visual--routine span { width: 24px; height: 24px; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,255,255,.1); }
.editorial-visual--routine span:nth-child(1) { left: 16%; top: 57%; }
.editorial-visual--routine span:nth-child(2) { left: 39%; top: 31%; border-color: #e2b45f; }
.editorial-visual--routine span:nth-child(3) { right: 33%; top: 56%; }
.editorial-visual--routine span:nth-child(4) { right: 14%; top: 25%; border-color: #e2b45f; }
.editorial-visual--calendar { background-color: #0d4474; }
.editorial-visual--calendar::before { inset: 17% 14%; border: 1px solid rgba(255,255,255,.5); background: linear-gradient(to bottom, #e5b75f 0 9%, transparent 9%); }
.editorial-visual--calendar::after { inset: 36% 21% 24%; background: repeating-linear-gradient(to bottom, rgba(255,255,255,.8) 0 3px, transparent 3px 22px); opacity: .75; }
.editorial-visual--calendar span { bottom: 24%; width: 7px; background: #e5b75f; }
.editorial-visual--calendar span:nth-child(1) { left: 22%; height: 25%; }
.editorial-visual--calendar span:nth-child(2) { left: 36%; height: 40%; }
.editorial-visual--calendar span:nth-child(3) { left: 50%; height: 31%; }
.editorial-visual--calendar span:nth-child(4) { left: 64%; height: 48%; }
.editorial-visual--calendar span:nth-child(5) { left: 78%; height: 36%; }
.editorial-visual--bridge { background-color: #3d6079; background-image: linear-gradient(0deg, rgba(1,25,49,.35), transparent 55%); }
.editorial-visual--bridge::before { left: 16%; right: 16%; bottom: 30%; height: 38%; border: 2px solid rgba(255,255,255,.78); border-bottom: 0; border-radius: 50% 50% 0 0; }
.editorial-visual--bridge::after { left: 14%; right: 14%; bottom: 29%; height: 2px; background: #e8bd6c; }
.editorial-visual--bridge span { bottom: 29%; width: 18%; height: 48%; border-left: 1px solid rgba(255,255,255,.48); border-right: 1px solid rgba(255,255,255,.48); }
.editorial-visual--bridge span:nth-child(1) { left: 17%; }
.editorial-visual--bridge span:nth-child(2) { left: 41%; height: 59%; }
.editorial-visual--bridge span:nth-child(3) { right: 17%; }
.editorial-visual--status { background-color: #204978; }
.editorial-visual--status::before { left: 14%; right: 14%; bottom: 22%; height: 1px; background: rgba(255,255,255,.36); }
.editorial-visual--status span { bottom: 22%; width: 15%; border: 1px solid rgba(255,255,255,.5); border-bottom: 5px solid #e2b45f; background: rgba(255,255,255,.08); }
.editorial-visual--status span:nth-child(1) { left: 14%; height: 25%; }
.editorial-visual--status span:nth-child(2) { left: 33%; height: 39%; }
.editorial-visual--status span:nth-child(3) { left: 52%; height: 54%; }
.editorial-visual--status span:nth-child(4) { left: 71%; height: 68%; background: rgba(255,255,255,.18); }
.editorial-visual--routes { background-color: #113d67; }
.editorial-visual--routes::before { left: 50%; top: 20%; bottom: 22%; width: 1px; background: #e5b75f; }
.editorial-visual--routes::after { left: calc(50% - 9px); top: 17%; width: 18px; height: 18px; border: 3px solid #e5b75f; border-radius: 50%; background: #113d67; }
.editorial-visual--routes span { bottom: 20%; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.editorial-visual--routes span::before { content: ""; position: absolute; left: 50%; bottom: 39px; width: 1px; height: 66px; background: rgba(255,255,255,.5); transform-origin: bottom; }
.editorial-visual--routes span:nth-child(1) { left: 15%; }
.editorial-visual--routes span:nth-child(1)::before { transform: rotate(-46deg); }
.editorial-visual--routes span:nth-child(2) { left: calc(50% - 20px); }
.editorial-visual--routes span:nth-child(3) { right: 15%; }
.editorial-visual--routes span:nth-child(3)::before { transform: rotate(46deg); }
.editorial-visual--routes span:nth-child(4) { display: none; }
.editorial-card > div { display: flex; padding: 27px 27px 24px; flex: 1; flex-direction: column; }
.editorial-card small { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.editorial-card h3 { margin: 18px 0 12px; color: var(--navy); font-family: Georgia, serif; font-size: 23px; line-height: 1.25; }
.editorial-card--featured h3 { font-size: 32px; }
.editorial-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.editorial-card a { margin-top: auto; color: var(--navy); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--navy); border-left: 1px solid var(--line); }
.value-grid article { min-height: 240px; padding: 34px 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid small { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.value-grid h3 { margin: 22px 0 12px; color: var(--navy); font-family: Georgia, serif; font-size: 25px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contact-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--navy); }
.contact-options article { display: flex; min-height: 260px; padding: 32px 30px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-options article:last-child { border-right: 0; }
.contact-options small { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-options h3 { margin: 24px 0 12px; color: var(--navy); font-family: Georgia, serif; font-size: 25px; }
.contact-options p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact-options a { margin-top: auto; color: var(--navy); font-size: 10px; font-weight: 850; }
.contact-brief-visual { display: grid; height: 430px; padding: 42px; grid-template-columns: 1fr 1fr; gap: 1px; background: #b8c7d3; box-shadow: 0 24px 58px rgba(7,45,92,.14); }
.contact-brief-visual article { display: flex; padding: 28px; flex-direction: column; justify-content: space-between; background: #fff; }
.contact-brief-visual article:first-child { color: #fff; background: #083866; }
.contact-brief-visual small { font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-brief-visual article:first-child small { color: #e8c17a; }
.contact-brief-visual strong { color: var(--navy); font-family: Georgia, serif; font-size: 24px; line-height: 1.15; }
.contact-brief-visual article:first-child strong { color: #fff; }
.contact-brief-visual span { color: #61758a; font-size: 13px; line-height: 1.6; }
.contact-brief-visual article:first-child span { color: #c8d8e6; }

.page-cta { position: relative; padding: 92px 0 0; background: linear-gradient(to bottom, var(--paper) 0%, var(--paper) 46%, #02172f 46%, #02172f 100%); color: #fff; }
.page-cta::after { display: none; }
.page-cta-inner { position: relative; display: grid; padding: 58px 64px; overflow: hidden; grid-template-columns: 1.15fr .85fr; gap: 8%; align-items: center; background: linear-gradient(120deg, #052b58 0%, #0a427c 100%); border-top: 3px solid var(--gold); box-shadow: 0 24px 60px rgba(3,28,60,.2); }
.page-cta-inner::after { content: ""; position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(circle, rgba(255,255,255,.75) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(90deg, transparent 15%, #000 100%); pointer-events: none; }
.page-cta-inner > div { position: relative; z-index: 1; }
.page-cta .eyebrow, .page-cta h2 { color: #fff; }
.page-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(35px, 3.4vw, 50px); font-weight: 500; letter-spacing: -.025em; line-height: 1.12; }
.page-cta-copy { padding-left: 54px; border-left: 1px solid rgba(255,255,255,.2); }
.page-cta-copy p { max-width: 560px; margin: 0 0 25px; color: #dbeaf6; font-size: 14px; line-height: 1.75; }
.page-cta-copy small { display: block; margin-top: 15px; color: #c8dbea; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1160px) {
  .page-index { top: 76px; }
  .summary-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .summary-strip article:nth-child(2) { border-right: 0; }
  .summary-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-band { grid-template-columns: 1fr; }
  .service-band-label { padding-right: 0; }
  .service-band-items { border-left: 0; border-top: 1px solid var(--line); }
  .market-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .section-intro-grid, .decision-grid, .page-cta-inner { grid-template-columns: 1fr; gap: 30px; }
  .page-cta-copy { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .decision-aside { position: static; }
  .card-grid { grid-template-columns: 1fr; }
  .process-row { grid-template-columns: 1fr; }
  .process-row li { min-height: 112px; padding: 0 0 30px 45px; }
  .process-row li::before { top: 16px; right: auto; bottom: 0; left: 7px; width: 1px; height: auto; }
  .process-row li:last-child { min-height: 0; padding-bottom: 0; }
  .process-row p { max-width: none; }
  .editorial-card, .editorial-card--featured { grid-column: span 6; display: flex; }
  .editorial-card--featured img, .editorial-card--featured .editorial-visual { min-height: 0; height: 205px; }
}

@media (max-width: 760px) {
  .page-hero-shell { min-height: 0; padding: 42px 0 72px; grid-template-columns: 1fr; gap: 38px; }
  .page-breadcrumb { margin-bottom: 32px; }
  .page-hero h1 { font-size: 43px; }
  .page-hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .page-hero-media, .contact-brief-visual { height: 315px; }
  .insights-hero-visual > strong { width: 82px; height: 82px; font-size: 17px; }
  .insights-node { width: 56px; height: 56px; font-size: 7px; }
  .insights-node--business { top: 12%; left: 10%; }
  .insights-node--identity { top: 12%; right: 9%; }
  .insights-node--living { right: 13%; bottom: 26%; }
  .insights-node--markets { bottom: 24%; left: 13%; }
  .page-hero-note { right: 12px; bottom: 12px; left: 12px; min-width: 0; padding: 14px 16px; }
  .page-index { overflow-x: auto; }
  .page-index .shell { width: max-content; min-width: 100%; padding: 0 18px; gap: 28px; }
  .page-index strong { display: none; }
  .content-section { padding: 86px 0; }
  .summary-strip { margin-top: -30px; }
  .summary-strip-grid { grid-template-columns: 1fr; }
  .summary-strip article { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .summary-strip article:last-child { border-bottom: 0; }
  .service-band-items { grid-template-columns: 1fr; }
  .service-band-items article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-band-items article:last-child { border-bottom: 0; }
  .decision-list article { grid-template-columns: 1fr; gap: 15px; }
  .market-grid, .value-grid, .contact-options { grid-template-columns: 1fr; }
  .comparison-table { display: block; overflow-x: auto; white-space: nowrap; }
  .editorial-card, .editorial-card--featured { grid-column: span 12; }
  .value-grid article, .contact-options article { border-right: 1px solid var(--line); }
  .contact-brief-visual { height: auto; padding: 18px; grid-template-columns: 1fr; }
  .contact-brief-visual article { min-height: 170px; }
  .page-cta { padding: 70px 0 0; }
  .page-cta-inner { padding: 42px 26px; }
  .page-cta h2 { font-size: 35px; }
  .page-cta h2 br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero-media > img, .info-card, .market-tile > img { transition: none; }
}

/* Secondary-page editorial media refinement */
.secondary-page .insights-hero-media {
  overflow: hidden;
  background: #082f57;
}

.secondary-page .insights-hero-visual {
  background: linear-gradient(90deg, rgba(3, 31, 59, .22), rgba(3, 31, 59, .02)),
    url("../images/insights-main-hero-v1.png") center / cover no-repeat;
  transition: transform .8s cubic-bezier(.2, .65, .25, 1);
}

.secondary-page .insights-hero-media:hover .insights-hero-visual {
  transform: scale(1.025);
}

.secondary-page .insights-hero-visual::before,
.secondary-page .insights-hero-visual::after,
.secondary-page .insights-hero-visual > * {
  display: none;
}

.secondary-page .contact-brief-visual {
  display: block;
  height: 430px;
  padding: 0;
  overflow: hidden;
  border-top: 3px solid #c4933f;
  background: linear-gradient(90deg, rgba(3, 31, 59, .08), transparent),
    url("../images/contact-main-hero-v1.png") center / cover no-repeat;
  box-shadow: 0 24px 58px rgba(7, 45, 92, .14);
  transition: transform .5s ease, box-shadow .5s ease;
}

.secondary-page .contact-brief-visual:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 66px rgba(7, 45, 92, .18);
}

.secondary-page .contact-brief-visual > * {
  display: none;
}

@media (max-width: 720px) {
  .secondary-page .contact-brief-visual {
    height: 320px;
    padding: 0;
    background-position: 58% center;
  }
}

/* Insights index: real editorial topic photography replaces CSS diagrams */
.secondary-page .editorial-visual {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform .75s cubic-bezier(.2,.65,.25,1);
}

.secondary-page .editorial-card:hover .editorial-visual {
  transform: scale(1.025);
}

.secondary-page .editorial-visual::before,
.secondary-page .editorial-visual::after,
.secondary-page .editorial-visual > span {
  display: none;
}

.secondary-page .editorial-visual--matrix { background-image: url("../images/insight-topic-jurisdiction-v1.png"); }
.secondary-page .editorial-visual--routine { background-image: url("../images/insight-topic-city-routine-v1.png"); }
.secondary-page .editorial-visual--calendar { background-image: url("../images/insight-topic-continuity-v1.png"); }
.secondary-page .editorial-visual--bridge { background-image: url("../images/insight-topic-home-school-v1.png"); }
.secondary-page .editorial-visual--status { background-image: url("../images/insight-topic-status-v1.png"); }
.secondary-page .editorial-visual--routes { background-image: url("../images/insight-topic-routes-v1.png"); }

/* Article-led Insights category system */
.insight-category-page .insight-news-hero { padding: 54px 0 0; background: linear-gradient(125deg,#edf3f7 0%,#e3edf3 100%); }
.insight-category-page--compliance .insight-news-hero { background: linear-gradient(125deg,#f0f2f4 0%,#e5ebef 58%,#edf1f4 100%); }
.insight-category-page--identity .insight-news-hero { background: linear-gradient(125deg,#e8f0f6 0%,#dbe9f1 100%); }
.insight-category-page--relocation .insight-news-hero { background: linear-gradient(125deg,#e9f3f1 0%,#dcecea 100%); }
.insight-news-hero .page-breadcrumb { margin-bottom: 55px; }
.insight-news-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.65fr); gap: clamp(55px,8vw,125px); align-items: end; }
.insight-news-hero-grid > * { min-width: 0; }
.insight-news-hero h1 { max-width: 860px; margin: 0; color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(46px,4.2vw,62px); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.insight-news-hero-side { padding: 8px 0 8px 32px; border-left: 2px solid #c4933f; }
.insight-news-hero-side strong { display: block; color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: 24px; }
.insight-news-hero-side p { margin: 14px 0 0; color: #526b80; font-size: 15px; line-height: 1.75; }
.insight-category-tabs { display: flex; margin-top: 54px; overflow-x: auto; border-top: 1px solid #c4d2dc; scrollbar-width: none; }
.insight-category-tabs::-webkit-scrollbar { display: none; }
.insight-category-tabs a { flex: 0 0 auto; padding: 19px 24px 20px; border-bottom: 3px solid transparent; color: #536b80; font-size: 12px; font-weight: 800; white-space: nowrap; }
.insight-category-tabs a:first-child { padding-left: 0; }
.insight-category-tabs a.is-current { border-bottom-color: #0a559d; color: var(--navy); }
.insight-news-list-section { padding: 94px 0 105px; background: #fff; }
.news-list-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.72fr); gap: clamp(50px,8vw,120px); align-items: end; margin-bottom: 48px; }
.news-list-heading > * { min-width: 0; }
.news-list-heading h2 { margin: 0; color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(42px,3.8vw,56px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.news-list-heading > p { margin: 0; padding-left: 30px; border-left: 2px solid #c4933f; color: #596f83; font-size: 15px; line-height: 1.75; }
.insight-news-list { border-bottom: 1px solid #cbd6df; }
.insight-news-row { display: grid; grid-template-columns: minmax(300px,390px) minmax(0,1fr); gap: clamp(36px,5vw,72px); align-items: center; padding: 34px 0; border-top: 1px solid #cbd6df; }
.insight-news-cover { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #e4ebf0; }
.insight-news-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,.61,.36,1),filter .55s ease; }
.insight-news-row:hover .insight-news-cover img { filter: saturate(1.06); transform: scale(1.035); }
.insight-news-copy { min-width: 0; padding-right: 25px; }
.insight-news-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: #6b7e90; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.insight-news-meta .insight-country-tag { display: inline-flex; align-items: center; min-height: 24px; margin-top: -5px; padding: 3px 10px; border: 1px solid #b88938; border-radius: 999px; color: #8b611b; background: #fffaf0; letter-spacing: .06em; }
.insight-news-meta .insight-country-tag + *::before { display: none; }
.insight-news-meta time { color: #38536d; font-variant-numeric: tabular-nums; }
.insight-news-meta > * + *::before { content: ""; display: inline-block; width: 3px; height: 3px; margin: 0 14px 2px 0; border-radius: 50%; background: #9fb0bd; }
.insight-news-copy h2 { max-width: 850px; margin: 16px 0 13px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(28px,2.55vw,38px); line-height: 1.08; letter-spacing: -.025em; }
.insight-news-copy h2 a { color: var(--navy); }
.insight-news-copy > p { max-width: 850px; margin: 0; color: #5a7084; font-size: 15px; line-height: 1.75; }
.insight-read-link { display: inline-flex; gap: 18px; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid #0b559c; color: #0b559c; font-size: 12px; font-weight: 850; }
.insight-news-row:hover .insight-read-link span { transform: translateX(4px); }
.insight-read-link span { transition: transform .25s ease; }
.insight-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 52px; }
.insight-pagination > * { display: grid; min-width: 48px; height: 46px; padding: 0 16px; place-items: center; border: 1px solid #c8d5df; color: #486178; background: #fff; font-size: 11px; font-weight: 800; }
.insight-pagination .is-current { border-color: #073d72; color: #fff; background: #073d72; }
.insight-pagination .is-disabled { color: #9aa8b4; background: #f4f7f9; cursor: default; }

@media (max-width: 900px) {
  .insight-news-hero-grid,.news-list-heading { grid-template-columns: 1fr; gap: 30px; }
  .insight-news-hero-side,.news-list-heading > p { max-width: 720px; }
  .insight-news-row { grid-template-columns: minmax(240px,.72fr) minmax(0,1fr); gap: 30px; }
}

@media (max-width: 640px) {
  .insight-category-page .insight-news-hero { padding-top: 38px; }
  .insight-news-hero .page-breadcrumb { margin-bottom: 38px; }
  .insight-news-hero h1 { font-size: 42px; }
  .insight-news-hero-side { padding-left: 22px; }
  .insight-category-tabs { margin-top: 38px; }
  .insight-category-tabs a { padding-right: 18px; padding-left: 18px; }
  .insight-category-tabs a:first-child { padding-left: 0; }
  .insight-news-list-section { padding: 70px 0 78px; }
  .news-list-heading { margin-bottom: 34px; }
  .news-list-heading > p { padding-left: 22px; }
  .insight-news-row { grid-template-columns: 1fr; gap: 24px; padding: 28px 0 34px; }
  .insight-news-copy { padding-right: 0; }
  .insight-news-copy h2 { font-size: 30px; }
  .insight-news-meta > * + *::before { margin-right: 8px; }
  .insight-pagination > * { padding: 0 12px; }
}

/* Insights landing page: article hub rather than a service explainer */
.insights-index-page .page-index,
.insights-index-page #topics,
.insights-index-page #questions,
.insights-index-page #disclaimer { display: none; }
.insight-category-gallery { padding: 102px 0 108px; background: #fff; }
.insight-category-gallery-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.7fr); gap: clamp(55px,8vw,120px); align-items: end; margin-bottom: 46px; }
.insight-category-gallery-head h2 { margin: 0; color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(42px,3.8vw,57px); font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.insight-category-gallery-head > p { margin: 0; padding-left: 30px; border-left: 2px solid #c4933f; color: #566f83; font-size: 15px; line-height: 1.75; }
.insight-category-gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.insight-category-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; color: inherit; background: #f5f8fa; border: 1px solid #cfdae2; box-shadow: 0 12px 30px rgba(5,42,76,.06); transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.insight-category-card:hover { border-color: #9fb5c6; box-shadow: 0 24px 48px rgba(5,42,76,.14); transform: translateY(-7px); }
.insight-category-card figure { aspect-ratio: 4/3; margin: 0; overflow: hidden; background: #dfe8ee; }
.insight-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,.61,.36,1),filter .65s ease; }
.insight-category-card:hover img { filter: saturate(1.06); transform: scale(1.045); }
.insight-category-card > div { display: flex; min-height: 270px; padding: 27px 25px 25px; flex-direction: column; }
.insight-category-card small { color: #a87521; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.insight-category-card h3 { margin: 18px 0 12px; color: var(--navy); font-family: Georgia,"Times New Roman",serif; font-size: 25px; line-height: 1.15; }
.insight-category-card p { margin: 0 0 24px; color: #5c7285; font-size: 14px; line-height: 1.7; }
.insight-category-card span { margin-top: auto; padding-top: 17px; border-top: 1px solid #d3dde4; color: #0a559d; font-size: 11px; font-weight: 850; }
.insights-index-page .summary-strip-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.insights-index-page .summary-strip article { display: flex; min-height: 145px; flex-direction: column; }
.insights-index-page .summary-strip article a { display: inline-flex; gap: 14px; margin-top: auto; padding-top: 13px; color: #0a559d; font-size: 10px; font-weight: 850; }
.insights-index-page #featured { padding-top: 102px; }
.insights-index-page .editorial-card { box-shadow: 0 14px 36px rgba(6,42,76,.07); transition: transform .32s ease,box-shadow .32s ease; }
.insights-index-page .editorial-card:hover { box-shadow: 0 24px 52px rgba(6,42,76,.14); transform: translateY(-5px); }
.insights-index-page .editorial-card small { line-height: 1.55; }

@media (max-width: 800px) {
  .insight-category-gallery { padding: 76px 0 82px; }
  .insight-category-gallery-head { grid-template-columns: 1fr; gap: 28px; }
  .insight-category-gallery-head > p { padding-left: 22px; }
  .insight-category-gallery-grid { grid-template-columns: 1fr; gap: 20px; }
  .insight-category-card { display: grid; grid-template-columns: minmax(150px,.85fr) minmax(0,1.15fr); }
  .insight-category-card figure { height: 100%; min-height: 255px; aspect-ratio: auto; }
  .insight-category-card > div { min-height: 255px; }
  .insights-index-page .summary-strip-grid { grid-template-columns: 1fr; }
  .insights-index-page .summary-strip article { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line); }
  .insights-index-page .summary-strip article:last-child { border-bottom: 0; }
}

@media (max-width: 520px) {
  .insight-category-card { display: flex; }
  .insight-category-card figure { min-height: 0; aspect-ratio: 16/10; }
  .insight-category-card > div { min-height: 245px; }
}

/* Article detail repair — intentionally lives in the uncached page layer */
html:has(link[rel="canonical"][href*="how-to-compare-jurisdictions.html"]){--article-cover:url("../images/insight-topic-jurisdiction-v1.png")}
html:has(link[rel="canonical"][href*="company-vs-branch-vs-representative-office.html"]){--article-cover:url("../images/business-company-formation-v1.jpg")}
html:has(link[rel="canonical"][href*="activity-licence-before-company-formation.html"]){--article-cover:url("../images/licensing-regulatory-hero-v1.jpg")}
html:has(link[rel="canonical"][href*="what-happens-after-incorporation.html"]){--article-cover:url("../images/insight-topic-continuity-v1.png")}
html:has(link[rel="canonical"][href*="corporate-tax-residence-management-control.html"]){--article-cover:url("../images/accounting-tax-hero-v1.jpg")}
html:has(link[rel="canonical"][href*="annual-compliance-calendar.html"]){--article-cover:url("../images/annual-compliance-hero-v1.jpg")}
html:has(link[rel="canonical"][href*="entrepreneur-vs-employment-vs-family-route.html"]){--article-cover:url("../images/insight-topic-routes-v1.png")}
html:has(link[rel="canonical"][href*="temporary-vs-permanent-residence.html"]){--article-cover:url("../images/insight-topic-status-v1.png")}
html:has(link[rel="canonical"][href*="evidence-timing-renewal-planning.html"]){--article-cover:url("../images/identity-renewal-planning-hero-v1.jpg")}
html:has(link[rel="canonical"][href*="choosing-city-household-routine.html"]){--article-cover:url("../images/insight-topic-city-routine-v1.png")}
html:has(link[rel="canonical"][href*="home-school-which-decision-first.html"]){--article-cover:url("../images/insight-topic-home-school-v1.png")}
html:has(link[rel="canonical"][href*="first-30-days-after-arrival.html"]){--article-cover:url("../images/relocation-arrival-stay-hero-v1.jpg")}
.secondary-page.insight-article-page .article-hero{position:relative;min-height:520px!important;padding:60px 0 72px!important;overflow:hidden;isolation:isolate;background:#032347!important}
.secondary-page.insight-article-page .article-hero::after{content:"";position:absolute;z-index:0;inset:0 0 0 auto;width:51%;background-image:var(--article-cover);background-position:center;background-size:cover}
.secondary-page.insight-article-page .article-hero::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#032347 0%,#032347 44%,rgba(3,35,71,.96) 55%,rgba(3,35,71,.4) 76%,rgba(3,35,71,.16) 100%)}
.secondary-page.insight-article-page .article-hero>.shell{position:relative;z-index:2}
.secondary-page.insight-article-page--identity .article-hero::before{background:linear-gradient(90deg,#0b3f67 0%,#0b3f67 44%,rgba(11,63,103,.95) 55%,rgba(11,63,103,.32) 100%)}
.secondary-page.insight-article-page--relocation .article-hero::before{background:linear-gradient(90deg,#084b5d 0%,#084b5d 44%,rgba(8,75,93,.95) 55%,rgba(8,75,93,.3) 100%)}
.secondary-page.insight-article-page .article-hero-grid{display:block!important;max-width:58%}
.secondary-page.insight-article-page .article-hero h1{max-width:810px;font-size:clamp(43px,4.1vw,64px)!important;line-height:1.015!important;letter-spacing:-.035em!important}
.secondary-page.insight-article-page .article-hero-meta{max-width:650px;margin-top:27px;padding:22px 0 0!important;border-top:1px solid rgba(255,255,255,.24);border-left:0!important}
.secondary-page.insight-article-page .article-hero-meta p{margin:0;color:#d7e3ec;font-size:15px;line-height:1.65}
.secondary-page.insight-article-page .article-hero-meta small{margin-top:13px;font-size:9px}
.secondary-page.insight-article-page .content-section{padding:88px 0}
.secondary-page.insight-article-page .article-shell{max-width:1260px;grid-template-columns:205px minmax(0,880px)!important;gap:64px!important}
.secondary-page.insight-article-page .article-aside{padding:25px 24px 26px;box-shadow:0 14px 30px rgba(5,38,73,.07)}
.secondary-page.insight-article-page .article-body{color:#425d73;font-size:16px!important;line-height:1.78!important}
.secondary-page.insight-article-page .article-body h2{margin:43px 0 14px!important;padding-top:6px;color:#062f5b;font-size:clamp(29px,2.25vw,34px)!important;line-height:1.18!important;letter-spacing:-.018em!important}
.secondary-page.insight-article-page .article-body h2:first-child{margin-top:0!important}
.secondary-page.insight-article-page .article-callout{margin:35px 0;padding:28px 32px;border-left:0;border-top:3px solid #c4933f;background:#eef3f6}
.secondary-page.insight-article-page .article-callout strong{font-size:23px;line-height:1.25}
.secondary-page.insight-article-page .article-matrix{margin:28px 0 38px}
.secondary-page.insight-article-page .article-matrix th,.secondary-page.insight-article-page .article-matrix td{padding:15px 17px;line-height:1.6}
.secondary-page.insight-article-page .related-grid a{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.secondary-page.insight-article-page .related-grid a:hover{border-color:#a8bac8;box-shadow:0 18px 36px rgba(5,38,73,.1);transform:translateY(-4px)}
@media(max-width:1000px){.secondary-page.insight-article-page .article-hero{min-height:620px!important;padding-bottom:275px!important}.secondary-page.insight-article-page .article-hero::after{top:auto;width:100%;height:300px}.secondary-page.insight-article-page .article-hero::before{background:linear-gradient(180deg,#032347 0%,#032347 51%,rgba(3,35,71,.78) 70%,rgba(3,35,71,.18) 100%)}.secondary-page.insight-article-page .article-hero-grid{max-width:100%}}
@media(max-width:700px){.secondary-page.insight-article-page .article-hero{min-height:0!important;padding:44px 0 238px!important}.secondary-page.insight-article-page .article-hero::after{height:220px}.secondary-page.insight-article-page .article-hero h1{font-size:40px!important}.secondary-page.insight-article-page .content-section{padding:64px 0}.secondary-page.insight-article-page .article-shell{grid-template-columns:1fr!important;gap:38px!important}.secondary-page.insight-article-page .article-aside{position:static}.secondary-page.insight-article-page .article-body h2{font-size:28px!important}}

/* Article details use a clean single-column reading layout */
.secondary-page.insight-article-page .article-aside{display:none!important}
.secondary-page.insight-article-page main>.article-hero+.content-section{background:#f4f7fa}
.secondary-page.insight-article-page .article-shell{display:block!important;max-width:1280px!important}
.secondary-page.insight-article-page .article-body{box-sizing:border-box;width:100%;max-width:none;margin:0 auto;padding:54px 62px 50px;border:1px solid #d5e0e8;border-top:3px solid #c4933f;background:#fff;box-shadow:0 18px 46px rgba(5,38,73,.075)}

/* CMS-ready article copy: every direct child is a paragraph */
.secondary-page.insight-article-page .article-body>p{width:100%;max-width:none!important;margin:0 0 21px}
.secondary-page.insight-article-page .article-body>p>strong:first-child{color:#073663;font-weight:750}
.secondary-page.insight-article-page .article-body .article-section-title{margin:44px 0 15px;color:#062f5b;font-family:Georgia,"Times New Roman",serif;font-size:clamp(29px,2.25vw,34px);font-weight:400;line-height:1.18;letter-spacing:-.018em}
.secondary-page.insight-article-page .article-body .article-section-title:first-child{margin-top:0}
.secondary-page.insight-article-page .article-body .article-section-title strong{font-weight:700}
.secondary-page.insight-article-page .article-body .article-note{margin:34px 0;padding:27px 31px;border-top:3px solid #c4933f;background:#eef3f6;color:#425d73}
.secondary-page.insight-article-page .article-body .article-note strong{display:inline-block;margin-bottom:8px;color:#062f5b;font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.25}
.secondary-page.insight-article-page .article-body .article-source{margin-top:48px;padding-top:23px;border-top:1px solid #c9d5df;color:#6c7f90;font-size:13px;line-height:1.7}
@media(hover:hover) and (pointer:fine){.secondary-page.insight-article-page main .article-body:hover{transform:none;border-color:#d5e0e8;border-top-color:#c4933f;box-shadow:0 18px 46px rgba(5,38,73,.075)}}
@media(max-width:900px){.secondary-page.insight-article-page .article-body{padding:44px 42px 42px}}
@media(max-width:700px){.secondary-page.insight-article-page .article-body{padding:32px 24px 30px}.secondary-page.insight-article-page .article-body .article-section-title{margin-top:36px;font-size:28px}.secondary-page.insight-article-page .article-body .article-note{padding:23px 22px}}

/* Shared decision sections: compact editorial heading with substantial cards */
.secondary-page .decision-grid{display:block}
.secondary-page .decision-aside{position:static;display:grid;margin:0 0 46px;padding:0 0 38px;grid-template-columns:minmax(0,1.12fr) minmax(320px,.72fr);gap:clamp(45px,8vw,120px);align-items:end;border-bottom:1px solid #b9c9d5}
.secondary-page .decision-aside .eyebrow{grid-column:1/-1;margin-bottom:-15px}
.secondary-page .decision-aside h2{max-width:820px;font-size:clamp(39px,3.25vw,51px);line-height:1.08}
.secondary-page .decision-aside>p:not(.eyebrow){max-width:610px;margin:0;padding:4px 0 4px 27px;border-left:2px solid #c4933f;color:#536b80;font-size:15px;line-height:1.75}
.secondary-page .decision-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;border-top:0}
.secondary-page .decision-list article{position:relative;display:block;min-height:238px;padding:34px 36px 32px;overflow:hidden;border:1px solid #c7d4dd;background:rgba(255,255,255,.82);box-shadow:0 12px 28px rgba(5,38,73,.045);transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease,background-color .32s ease}
.secondary-page .decision-list article::before{content:"";position:absolute;top:0;left:0;width:72px;height:3px;background:#c4933f;transition:width .32s ease}
.secondary-page .decision-list article:hover{border-color:#9fb4c3;background:#fff;box-shadow:0 20px 42px rgba(5,38,73,.11);transform:translateY(-5px)}
.secondary-page .decision-list article:hover::before{width:100%}
.secondary-page .decision-list small{font-size:9px;letter-spacing:.14em}
.secondary-page .decision-list h3{max-width:390px;margin:19px 0 20px;font-size:clamp(25px,2vw,30px);line-height:1.15}
.secondary-page .decision-list p{max-width:560px;margin:0;color:#536b80;font-size:15px;line-height:1.72}
.secondary-page .decision-list article:last-child:nth-child(odd){grid-column:1/-1;min-height:205px}
@media(max-width:900px){.secondary-page .decision-aside{grid-template-columns:1fr;gap:24px}.secondary-page .decision-aside .eyebrow{margin-bottom:0}.secondary-page .decision-aside>p:not(.eyebrow){padding-left:22px}.secondary-page .decision-list{grid-template-columns:1fr}.secondary-page .decision-list article:last-child:nth-child(odd){grid-column:auto}}
@media(max-width:560px){.secondary-page .decision-aside{margin-bottom:32px;padding-bottom:30px}.secondary-page .decision-aside h2{font-size:37px}.secondary-page .decision-list{gap:12px}.secondary-page .decision-list article{min-height:0;padding:29px 25px}.secondary-page .decision-list h3{font-size:25px}}

/* Contact enquiry dialog */
body.enquiry-dialog-open { overflow: hidden; }

.enquiry-dialog {
  width: min(1120px, calc(100% - 36px));
  max-width: none;
  max-height: calc(100dvh - 36px);
  margin: auto;
  padding: 0;
  overflow: auto;
  color: var(--navy);
  border: 0;
  border-top: 3px solid var(--gold);
  background: transparent;
  box-shadow: 0 34px 90px rgba(1, 18, 39, .34);
}

.enquiry-dialog::backdrop {
  background: rgba(1, 17, 36, .76);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.enquiry-dialog[open] { animation: enquiry-dialog-in .28s ease-out both; }

@keyframes enquiry-dialog-in {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.enquiry-dialog-layout {
  position: relative;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  min-height: 650px;
}

.enquiry-dialog-intro {
  position: relative;
  display: flex;
  padding: 62px 50px 54px;
  overflow: hidden;
  flex-direction: column;
  color: #fff;
  background: linear-gradient(145deg, #073d70 0%, #03284e 58%, #021c39 100%);
}

.enquiry-dialog-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(circle, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 20px 20px;
  mask-image: linear-gradient(135deg, transparent 8%, #000 100%);
  pointer-events: none;
}

.enquiry-dialog-intro > * { position: relative; z-index: 1; }

.enquiry-dialog-mark {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 42px;
  place-items: center;
  color: #f1cf8c;
  border: 1px solid rgba(255,255,255,.32);
}

.enquiry-dialog-mark svg { width: 24px; height: 24px; }
.enquiry-dialog-intro .eyebrow { margin-bottom: 24px; color: #f0ca7c; }

.enquiry-dialog-intro h2 {
  max-width: 360px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.1vw, 52px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.enquiry-dialog-intro > p {
  max-width: 400px;
  margin: 25px 0 0;
  color: #d2e2ef;
  font-size: 14px;
  line-height: 1.8;
}

.enquiry-dialog-points {
  display: grid;
  margin: auto 0 0;
  gap: 0;
}

.enquiry-dialog-point {
  display: grid;
  padding: 17px 0;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  border-top: 1px solid rgba(255,255,255,.16);
}

.enquiry-dialog-point svg { width: 19px; height: 19px; color: #f0ca7c; }
.enquiry-dialog-point strong { display: block; color: #fff; font-size: 13px; }
.enquiry-dialog-point span { display: block; margin-top: 4px; color: #bcd0df; font-size: 11px; line-height: 1.55; }

.enquiry-dialog-form-panel {
  padding: 58px 54px 46px;
  background: #f8f6ef;
}

.enquiry-dialog-form-panel header { padding: 0 46px 27px 0; border-bottom: 1px solid #d6d3c9; }
.enquiry-dialog-form-panel .eyebrow { margin-bottom: 12px; color: #a97017; }

.enquiry-dialog-form-panel h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 43px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.enquiry-dialog-form-panel header p { margin: 11px 0 0; color: #64778a; font-size: 12px; }

.enquiry-dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  cursor: pointer;
  place-items: center;
  color: var(--navy);
  border: 1px solid #c9d3dc;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  font-size: 24px;
  line-height: 1;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.enquiry-dialog-close:hover { color: #fff; background: var(--blue); transform: rotate(90deg); }

.enquiry-form {
  display: grid;
  margin-top: 29px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 21px 18px;
}

.enquiry-field { display: grid; min-width: 0; gap: 8px; }
.enquiry-field--wide { grid-column: 1 / -1; }

.enquiry-field label,
.enquiry-field > span {
  color: #28445f;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.enquiry-field input,
.enquiry-field select,
.enquiry-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #b9c4cd;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.enquiry-field input,
.enquiry-field select { height: 52px; padding: 0 15px; }
.enquiry-field textarea { min-height: 124px; padding: 14px 15px; resize: vertical; line-height: 1.65; }
.enquiry-field input::placeholder,
.enquiry-field textarea::placeholder { color: #8190a0; }

.enquiry-field input:focus,
.enquiry-field select:focus,
.enquiry-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(14, 83, 157, .1);
}

.enquiry-field input[aria-invalid="true"],
.enquiry-field select[aria-invalid="true"],
.enquiry-field textarea[aria-invalid="true"],
.enquiry-consent input[aria-invalid="true"] {
  border-color: #a23b32;
  box-shadow: 0 0 0 3px rgba(162, 59, 50, .08);
}

.enquiry-field-error {
  display: none;
  margin: -2px 0 0;
  color: #a23b32;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.enquiry-field-error:not(:empty) { display: block; }
.enquiry-field-error--wide { grid-column: 1 / -1; margin-top: -14px; }

.enquiry-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.enquiry-form-footer {
  display: flex;
  grid-column: 1 / -1;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
}

.enquiry-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  align-items: start;
  color: #617487;
  font-size: 11px;
  line-height: 1.6;
}

.enquiry-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--blue); }
.enquiry-consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

.enquiry-form-note {
  max-width: 390px;
  margin: 0;
  color: #6d7d8b;
  font-size: 10px;
  line-height: 1.65;
}

.enquiry-form-submit { min-width: 220px; border: 0; }
.enquiry-form-status { grid-column: 1 / -1; min-height: 18px; margin: -8px 0 0; color: #31546f; font-size: 11px; }
.enquiry-form-status.is-error { color: #a23b32; }
.enquiry-form-status.is-success { color: #167566; font-weight: 700; }
.enquiry-form[aria-busy="true"] .enquiry-form-submit,
.enquiry-form-submit:disabled { cursor: wait; opacity: .7; }

@media (max-width: 900px) {
  .enquiry-dialog-layout { grid-template-columns: 1fr; }
  .enquiry-dialog-intro { min-height: auto; padding: 44px 42px 38px; }
  .enquiry-dialog-mark { margin-bottom: 28px; }
  .enquiry-dialog-intro h2 { max-width: 560px; }
  .enquiry-dialog-points { margin-top: 32px; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .enquiry-dialog-form-panel { padding: 44px 42px 40px; }
}

@media (max-width: 620px) {
  .enquiry-dialog { width: calc(100% - 18px); max-height: calc(100dvh - 18px); }
  .enquiry-dialog-intro { padding: 34px 25px 30px; }
  .enquiry-dialog-mark { width: 46px; height: 46px; margin-bottom: 22px; }
  .enquiry-dialog-intro h2 { font-size: 37px; }
  .enquiry-dialog-intro > p { margin-top: 18px; }
  .enquiry-dialog-points { grid-template-columns: 1fr; margin-top: 26px; }
  .enquiry-dialog-form-panel { padding: 36px 24px 30px; }
  .enquiry-dialog-form-panel header { padding-right: 40px; }
  .enquiry-dialog-form-panel h2 { font-size: 32px; }
  .enquiry-form { grid-template-columns: 1fr; gap: 17px; }
  .enquiry-field--wide { grid-column: auto; }
  .enquiry-consent { grid-column: auto; }
  .enquiry-form-footer { grid-column: auto; align-items: stretch; flex-direction: column; }
  .enquiry-form-submit { width: 100%; min-width: 0; }
  .enquiry-form-status { grid-column: auto; }
  .enquiry-field-error--wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .enquiry-dialog[open] { animation: none; }
  .enquiry-dialog-close { transition: none; }
}
