:root {
  color-scheme: light;
  --navy: #102237;
  --navy-deep: #0a1828;
  --navy-soft: #213952;
  --ink: #1c2c3c;
  --muted: #627184;
  --muted-light: #a6b2bf;
  --canvas: #f8f7f4;
  --white: #ffffff;
  --line: #e5e7e8;
  --gold: #c39656;
  --gold-light: #eadbc3;
  --teal: #3b756f;
  --radius: 12px;
  --content: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--content), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 120; top: -80px; left: 16px; padding: 12px 18px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 12px; }
.scroll-progress { position: fixed; z-index: 90; top: 0; left: 0; width: var(--scroll-progress, 0%); height: 3px; background: var(--gold); transition: width .12s linear; pointer-events: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(229, 231, 232, .9);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
  transition: box-shadow .24s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(16,34,55,.085); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.brand-name { color: var(--navy); font-size: 14px; font-weight: 700; letter-spacing: .015em; }
.brand-detail { display: block; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 25px; }
.desktop-nav > a:not(.nav-cta), .menu-panel > a:not(.nav-cta) { color: #475668; font-size: 13px; font-weight: 550; }
.desktop-nav > a:hover, .menu-panel > a:hover { color: var(--navy); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 7px; font-weight: 650; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.nav-cta { padding: 10px 15px; background: var(--navy); color: var(--white); font-size: 12px; }
.nav-cta:hover { background: var(--navy-soft); color: var(--white) !important; }
.language-picker { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 7px; }
.language-picker button { min-width: 34px; padding: 5px 6px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 700; }
.language-picker button[aria-pressed="true"] { background: var(--navy); color: var(--white); }
.menu-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 7px; background: var(--white); color: var(--navy); }
.menu-panel { display: none; }

.hero { position: relative; overflow: hidden; padding: 85px 0 90px; background-color: #0a1828; background-image: none; color: var(--white); }
.hero-layout { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 62px; }
.hero-inner { position: relative; z-index: 1; max-width: 690px; }
.hero-visual { position: relative; margin: 0; padding: 8px; border: 1px solid rgba(234,219,195,.25); border-radius: 18px; background: rgba(255,255,255,.04); }
.hero-visual > img { width: 100%; aspect-ratio: 4 / 5; border-radius: 12px; object-fit: cover; }
.hero-visual-caption { position: absolute; right: 19px; bottom: 19px; left: 19px; padding: 18px 20px; border: 1px solid rgba(234,219,195,.28); border-radius: 10px; background: rgba(10,24,40,.93); }
.hero-visual-caption > strong { display: inline-block; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 38px; line-height: 1; }
.hero-visual-caption > span { display: inline-block; margin-left: 9px; color: var(--white); font-size: 13px; font-weight: 700; }
.hero-visual-caption > small { display: block; margin-top: 8px; color: #c6d0d9; font-size: 11px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--gold); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 23px; height: 1px; background: currentColor; content: ""; }
.hero h1, .page-hero h1 { margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 6.6vw, 72px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.hero h1 span, .page-hero h1 span { color: var(--gold-light); }
.hero-copy { max-width: 700px; margin: 24px 0 0; color: #d2dae2; font-size: 17px; line-height: 1.8; }
.hero-markets { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 21px; }
.hero-markets span { padding: 6px 12px; border: 1px solid rgba(234,219,195,.32); border-radius: 999px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .045em; transition: border-color .2s ease, transform .2s ease; }
.hero-markets span:hover { transform: translateY(-2px); border-color: var(--gold); }
.hero-actions, .contact-actions, .page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.button { min-height: 46px; padding: 11px 18px; font-size: 13px; }
.button:hover { transform: translateY(-1px); }
.button-primary { border-color: var(--gold); background: var(--gold); color: var(--navy-deep); }
.button-primary:hover { border-color: #d2a974; background: #d2a974; }
.button-secondary { border-color: rgba(255,255,255,.34); color: var(--white); }
.button-secondary:hover { border-color: var(--white); background: rgba(255,255,255,.06); }
.button-dark { border-color: var(--navy); background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--navy-soft); }
.button-outline { border-color: var(--line); background: var(--white); color: var(--navy); }
.button-outline:hover { border-color: var(--navy); }
.hero-note { margin: 19px 0 0; color: #aebdca; font-size: 12px; }
.hero-alt-link { display: inline-flex; margin-top: 18px; color: var(--gold-light); font-size: 13px; font-weight: 650; }
.hero-alt-link:hover { color: var(--white); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; padding: 28px 0; }
.trust-item strong { display: block; color: var(--navy); font-size: 13px; font-weight: 700; }
.trust-item span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }

.audience-section { background: var(--white); }
.audience-layout { display: grid; grid-template-columns: minmax(245px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 70px; }
.audience-heading h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 4vw, 44px); font-weight: 400; letter-spacing: -.028em; line-height: 1.15; }
.audience-heading > p:not(.eyebrow) { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.audience-explorer { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: 0 11px 31px rgba(16,34,55,.055); }
.audience-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); background: #faf9f7; }
.audience-tab { display: grid; align-content: center; gap: 5px; min-height: 84px; padding: 16px 19px; border: 0; border-bottom: 2px solid transparent; background: transparent; text-align: left; transition: background-color .2s ease, border-color .2s ease; }
.audience-tab + .audience-tab { border-left: 1px solid var(--line); }
.audience-tab > span { color: var(--gold); font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.audience-tab > strong { color: var(--muted); font-size: 12px; font-weight: 650; }
.audience-tab[aria-selected="true"] { border-bottom-color: var(--gold); background: var(--white); }
.audience-tab[aria-selected="true"] > strong { color: var(--navy); }
.audience-tab:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.audience-panel { min-height: 270px; padding: 24px 26px 27px; }
.audience-panel[hidden] { display: none; }
.audience-panel-label { margin: 0 0 9px; color: var(--teal); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.audience-panel h3 { margin: 0; color: var(--navy); font-size: 19px; line-height: 1.4; }
.audience-panel > p:not(.audience-panel-label) { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.audience-tags > span { padding: 5px 9px; border-radius: 999px; background: #f3f2ef; color: var(--navy); font-size: 10px; font-weight: 550; }
.audience-panel > .text-link { margin-top: 17px; color: var(--teal); }

.section { padding: 94px 0; }
.section-soft { background: var(--canvas); }
.section-dark { background: var(--navy); color: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 45px; }
.section-intro { max-width: 700px; }
.section-head h2, .founder-copy h2, .contact-copy h2, .faq-intro h2, .article-section h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 43px); font-weight: 400; letter-spacing: -.025em; line-height: 1.18; }
.section-dark .section-head h2 { color: var(--white); }
.section-description { max-width: 710px; margin: 13px 0 0; color: var(--muted); font-size: 15px; }
.section-dark .section-description { color: #c2ced8; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 13px; font-weight: 700; white-space: nowrap; }
.text-link:hover { color: var(--teal); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: -8px 0 25px; }
.service-filters > span { margin-right: 6px; color: var(--muted); font-size: 12px; font-weight: 650; }
.filter-chip { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--muted); font-size: 11px; font-weight: 650; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.service-card { display: flex; min-height: 255px; flex-direction: column; align-items: flex-start; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(195,150,86,.55); box-shadow: 0 18px 42px rgba(16,34,55,.08); }
.service-card[hidden] { display: none; }
.service-index { display: inline-flex; min-width: 36px; height: 30px; align-items: center; justify-content: center; border-radius: 5px; background: #f4f1ec; color: var(--navy); font-size: 11px; font-weight: 750; }
.service-card h3, .scope-card h3, .industry-card h3, .article-card h3, .deliverable-card h3 { margin: 18px 0 8px; color: var(--navy); font-size: 16px; font-weight: 700; line-height: 1.4; }
.service-card p, .scope-card p, .industry-card p, .article-card p, .deliverable-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-card a { margin-top: auto; padding-top: 16px; color: var(--teal); font-size: 12px; font-weight: 700; }
.service-card a:hover { color: var(--navy); }

.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.scope-card { padding: 29px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.scope-kicker { color: var(--gold-light); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.scope-card h3 { margin-top: 11px; color: var(--white); font-size: 19px; }
.scope-card p { color: #d0d8df; }
.scope-list, .article-list { display: grid; gap: 9px; margin: 17px 0 0; padding: 0; list-style: none; }
.scope-list li, .article-list li { position: relative; padding-left: 18px; color: #e4e9ed; font-size: 13px; }
.scope-list li::before, .article-list li::before { position: absolute; top: 10px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); content: ""; }
.scope-footnote { margin: 20px 0 0; color: #b8c5d0; font-size: 12px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.process-step { padding-top: 17px; border-top: 2px solid var(--line); }
.process-step:first-child { border-top-color: var(--gold); }
.step-number { color: var(--gold); font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.process-step h3 { margin: 13px 0 8px; color: var(--navy); font-size: 16px; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.expansion-section { background-color: #0a1828; background-image: none; }
.expansion-markets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 18px; }
.market-card { overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.055); text-align: left; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.market-card:hover, .market-card.is-active { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 16px 40px rgba(0,0,0,.19); }
.market-image { display: block; overflow: hidden; }
.market-image img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; transition: transform .55s ease; }
.market-card:hover .market-image img, .market-card.is-active .market-image img { transform: scale(1.045); }
.market-copy { display: block; padding: 20px 23px 22px; }
.market-copy > span:first-child { color: var(--gold-light); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.market-copy > strong { display: block; margin-top: 8px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.market-description { display: block; margin-top: 7px; color: #c7d1da; font-size: 13px; }
.market-explore { display: inline-block; margin-top: 14px; color: var(--gold-light); font-size: 11px; font-weight: 700; }
.market-details { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 25px; padding: 19px 22px; border: 1px solid rgba(234,219,195,.21); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.market-panel > strong { display: block; color: var(--white); font-size: 13px; }
.market-panel > span { display: block; margin-top: 4px; color: #c7d1da; font-size: 12px; }
.market-panel[hidden] { display: none; }
.market-details-link { color: var(--gold-light); font-size: 12px; font-weight: 700; white-space: nowrap; }
.market-details-link:hover { color: var(--white); }
.expansion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.expansion-card { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.025); transition: transform .22s ease, border-color .22s ease; }
.expansion-card:hover { transform: translateY(-4px); border-color: rgba(234,219,195,.45); }
.expansion-index { color: var(--gold); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.expansion-card h3 { margin: 12px 0 8px; color: var(--white); font-size: 14px; line-height: 1.45; }
.expansion-card p { margin: 0; color: #c7d1da; font-size: 12px; line-height: 1.75; }
.expansion-actions { display: flex; align-items: center; gap: 23px; margin-top: 26px; }
.expansion-actions > p { max-width: 560px; margin: 0; color: #b9c5cf; font-size: 12px; }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card { min-height: 155px; padding: 22px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); transition: transform .22s ease, border-color .22s ease; }
.industry-card:hover { transform: translateY(-4px); border-color: rgba(195,150,86,.5); }
.industry-card h3 { margin: 0 0 7px; font-size: 14px; }
.industry-card p { font-size: 12px; }
.industry-note { margin: 19px 0 0; color: var(--muted); font-size: 12px; }

.founder-grid { display: grid; grid-template-columns: 1.16fr .84fr; align-items: start; gap: 75px; }
.founder-copy > p:not(.eyebrow) { margin: 17px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.founder-name { display: block; margin-top: 20px; color: var(--navy); font-size: 14px; font-weight: 750; }
.founder-role { display: block; color: var(--muted); font-size: 12px; }
.founder-facts { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); }
.fact-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.fact-row:first-child { padding-top: 0; }
.fact-row:last-child { padding-bottom: 0; border-bottom: 0; }
.fact-row span { color: var(--muted); font-size: 12px; }
.fact-row strong { color: var(--navy); font-size: 12px; font-weight: 650; text-align: right; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; }
.faq-intro p:not(.eyebrow) { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.faq-list details { padding: 17px 0; border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--navy); cursor: pointer; font-size: 14px; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; color: var(--gold); content: "+"; font-size: 21px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 11px 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact-section { padding: 95px 0; background: var(--navy-deep); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { margin: 15px 0 0; color: #c6d0d9; font-size: 15px; }
.contact-note { margin-top: 15px !important; color: #afbdc9 !important; font-size: 12px !important; }
.contact-card { padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.contact-row { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.contact-row:first-child { padding-top: 0; }
.contact-row:last-child { padding-bottom: 0; border: 0; }
.contact-row span { color: #aebdca; font-size: 11px; }
.contact-row strong, .contact-row a { color: var(--white); font-size: 13px; font-weight: 550; }
.contact-row a:hover { color: var(--gold-light); }

.site-footer { padding: 26px 0; background: #07121e; color: #b7c3cf; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-branding { color: #e8edf1; font-size: 12px; font-weight: 650; }
.footer-note { margin-top: 4px; color: #a7b3bf; font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: #d3dbe2; font-size: 11px; }
.footer-links a:hover { color: var(--gold-light); }

.page-hero { padding: 95px 0 83px; background: var(--navy-deep); color: var(--white); }
.page-hero h1 { max-width: 810px; font-size: clamp(40px, 6vw, 64px); }
.page-hero p:not(.eyebrow) { max-width: 710px; margin: 19px 0 0; color: #d2dae2; font-size: 16px; }
.article-section { padding: 82px 0; }
.article-intro { max-width: 790px; }
.article-intro p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.deliverable-card, .article-card { padding: 24px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.deliverable-card h3, .article-card h3 { margin-top: 0; }
.article-list li { color: var(--ink); }
.article-cta { padding: 48px; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.article-cta h2 { margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.article-cta p { max-width: 640px; color: #d0d8df; font-size: 14px; }

.supports-reveal [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.supports-reveal [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.filter-chip:focus-visible, .market-card:focus-visible, .button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 12px; }
  .desktop-nav > a:not(.nav-cta) { font-size: 12px; }
  .language-picker button { min-width: 29px; }
  .industry-grid, .expansion-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-layout { gap: 38px; }
  .hero h1 { font-size: clamp(42px, 6vw, 64px); }
  .audience-layout { gap: 40px; }
}

@media (max-width: 980px) {
  .wrap { width: min(var(--content), calc(100% - 38px)); }
  .header-inner { min-height: 72px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .menu-panel[hidden] { display: none; }
  .menu-panel:not([hidden]) { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding: 17px 0 22px; }
  .hero { padding: 84px 0 83px; }
  .hero-layout { grid-template-columns: 1fr; gap: 32px; }
  .hero-inner { max-width: 760px; }
  .hero-visual { max-width: 680px; }
  .hero-visual > img { aspect-ratio: 16 / 9; }
  .hero-copy { font-size: 15px; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .section { padding: 72px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 13px; margin-bottom: 32px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .founder-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .scope-grid, .deliverable-grid { grid-template-columns: 1fr; }
  .audience-layout { grid-template-columns: 1fr; gap: 26px; }
  .audience-heading { max-width: 670px; }
  .expansion-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .market-details { align-items: flex-start; flex-direction: column; gap: 10px; }
  .contact-section { padding: 76px 0; }
}

@media (max-width: 540px) {
  .wrap { width: calc(100% - 32px); }
  .brand-name { font-size: 12px; }
  .brand-detail { font-size: 9px; }
  .hero { padding: 74px 0; }
  .hero-visual-caption { right: 14px; bottom: 14px; left: 14px; padding: 12px 14px; }
  .hero-visual-caption > strong { font-size: 30px; }
  .hero-visual-caption > span { font-size: 11px; }
  .hero-visual-caption > small { font-size: 10px; }
  .hero-actions .button, .contact-actions .button, .page-actions .button, .expansion-actions .button { width: 100%; }
  .trust-inner { gap: 17px 12px; }
  .trust-item strong { font-size: 12px; }
  .trust-item span { font-size: 11px; }
  .service-grid, .process-grid, .industry-grid, .expansion-grid, .expansion-markets { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-filters > span { flex-basis: 100%; margin-bottom: 3px; }
  .market-copy { padding: 17px 19px; }
  .section { padding: 63px 0; }
  .audience-tab { min-height: 87px; padding: 12px; }
  .audience-tab > strong { font-size: 11px; }
  .audience-panel { min-height: 275px; padding: 20px 17px 23px; }
  .scope-card, .founder-facts, .contact-card { padding: 22px; }
  .contact-row { grid-template-columns: 76px 1fr; gap: 8px; }
  .contact-row a, .contact-row strong { font-size: 12px; overflow-wrap: anywhere; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 76px 0 66px; }
  .article-section { padding: 65px 0; }
  .article-cta { padding: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
