:root {
  --ink: #071a24;
  --paper: #f4f0e8;
  --cyan: #08a9db;
  --blue: #087fa6;
  --magenta: #db1264;
  --line: rgba(7, 26, 36, .17);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { min-height: 104px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(244,240,232,.96); position: relative; z-index: 20; }
.brand img, .brand .custom-logo { display: block; width: 222px; max-height: 84px; object-fit: contain; }
.primary-navigation { display: flex; align-items: center; gap: 34px; }
.primary-navigation ul { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin: 0; padding: 0; list-style: none; }
.primary-navigation li { position: relative; }
.primary-navigation a { font-size: 14px; font-weight: 700; }
.primary-navigation .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; padding: 14px; background: white; border: 1px solid var(--line); }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: grid; }
.nav-cta { border: 1px solid var(--ink); padding: 13px 20px; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; border: 1px solid var(--ink); background: transparent; padding: 10px 14px; font: inherit; font-weight: 700; }

.hero { min-height: calc(100vh - 104px); padding: clamp(56px, 8vw, 112px) clamp(24px, 5vw, 76px) 64px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); gap: clamp(48px, 7vw, 110px); align-items: center; }
.hero-copy { max-width: 860px; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker { color: var(--magenta); }
.section-kicker.light { color: #76daf5; }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero h1, .archive-header h1, .single-header h1, .page-hero h1 { margin: 0; font-size: clamp(58px, 7.2vw, 118px); line-height: .9; letter-spacing: -.065em; font-weight: 800; }
.hero h1 span { color: var(--magenta); }
.hero-lede { max-width: 680px; margin: 36px 0 0; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.5; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { display: inline-flex; min-height: 54px; padding: 0 26px; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; }
.button-primary { background: var(--ink); color: white; box-shadow: 8px 8px 0 var(--cyan); }
.text-link { padding: 9px 0; border-bottom: 1px solid currentColor; font-weight: 800; }
.hero-visual { position: relative; min-height: 600px; }
.hero-visual .stock-placeholder { height: 100%; min-height: 600px; }
.hero-signal { position: absolute; right: -1px; bottom: -1px; min-width: 58%; padding: 26px; display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: white; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.hero-signal b { color: var(--magenta); font-size: 46px; }

.stock-placeholder { min-height: 260px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; border: 1px dashed rgba(7,26,36,.38); background: linear-gradient(135deg, rgba(8,169,219,.17), rgba(219,18,100,.16)), repeating-linear-gradient(45deg, transparent, transparent 19px, rgba(7,26,36,.05) 20px); }
.stock-placeholder::before { content: ''; position: absolute; width: 72%; aspect-ratio: 1; right: -28%; top: -18%; border: 32px solid var(--cyan); transform: rotate(45deg); opacity: .6; }
.stock-placeholder__index { margin-bottom: auto; color: var(--magenta); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.stock-placeholder strong { position: relative; z-index: 1; font-size: clamp(25px, 3vw, 42px); line-height: 1; letter-spacing: -.04em; }
.stock-placeholder small { position: relative; z-index: 1; max-width: 460px; margin-top: 12px; line-height: 1.4; }
.responsive-image { width: 100%; height: 100%; object-fit: cover; }

.capability-strip { padding: 34px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: .8fr 2fr; gap: 40px; align-items: center; border-top: 1px solid var(--line); background: white; }
.capability-strip > p { max-width: 300px; margin: 0; color: rgba(7,26,36,.68); font-size: 14px; line-height: 1.5; }
.capability-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.capability-list span { display: flex; align-items: baseline; gap: 13px; font-size: 14px; font-weight: 800; }
.capability-list b { color: var(--magenta); font-size: 11px; }
.section-pad { padding: clamp(78px, 10vw, 150px) clamp(24px, 5vw, 76px); }
.section-pad--x { padding-right: clamp(24px, 5vw, 76px); padding-left: clamp(24px, 5vw, 76px); }
.section-intro { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 34px; align-items: end; margin-bottom: 66px; }
.section-intro .section-kicker { align-self: start; }
.section-intro h2, .insights-head h2, .contact-section h2, .approach-section h2 { margin: 0; font-size: clamp(42px, 5vw, 78px); line-height: .96; letter-spacing: -.055em; }
.section-intro > p:last-child { margin: 0; color: rgba(7,26,36,.7); font-size: 17px; line-height: 1.55; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { min-height: 450px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; }
.service-card-dark { background: var(--ink); color: white; }
.service-card-accent { background: var(--cyan); }
.service-number { margin: 0 0 96px; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { max-width: 290px; margin: 0 0 20px; font-size: clamp(30px, 3vw, 48px); line-height: .95; letter-spacing: -.04em; }
.service-card > p:last-of-type { margin: 0; color: rgba(7,26,36,.7); line-height: 1.55; }
.service-card-dark > p:last-of-type { color: rgba(255,255,255,.68); }
.service-card > a { margin-top: auto; padding-top: 28px; font-size: 13px; font-weight: 800; }

.approach-section { padding: clamp(78px, 10vw, 150px) clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px,8vw,140px); background: var(--ink); color: white; }
.approach-section h2 em { color: var(--magenta); font-style: normal; }
.approach-steps { border-top: 1px solid rgba(255,255,255,.18); }
.approach-steps article { padding: 30px 0; display: grid; grid-template-columns: 54px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.approach-steps article > span { color: var(--cyan); font-size: 11px; font-weight: 800; }
.approach-steps h3 { margin: 0 0 10px; font-size: 24px; }
.approach-steps p { max-width: 480px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.55; }

.insights-head { margin-bottom: 58px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.insights-head > div { max-width: 840px; }
.posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.post-card { min-width: 0; }
.post-card__image { display: block; height: 300px; overflow: hidden; }
.post-card__image .stock-placeholder { height: 100%; }
.post-meta { margin: 20px 0 10px; color: var(--magenta); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.post-meta a { color: inherit; }
.post-card h3 { margin: 0 0 14px; font-size: clamp(22px,2vw,30px); line-height: 1.14; letter-spacing: -.03em; }
.post-card > p:last-child { color: rgba(7,26,36,.68); line-height: 1.55; }
.empty-state { padding: 30px; border: 1px solid var(--line); }

.contact-section { padding: clamp(80px,11vw,160px) clamp(24px,5vw,76px); display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(60px,9vw,160px); background: var(--magenta); color: white; }
.contact-details { align-self: end; }
.contact-details > p { max-width: 420px; margin: 0 0 34px; font-size: 18px; line-height: 1.5; }
.contact-email { padding: 18px 0; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); font-size: clamp(22px,2vw,32px); font-weight: 800; }
.contact-meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.archive-header { max-width: 1000px; margin-bottom: 70px; }
.archive-header > p:last-child { max-width: 620px; margin-top: 30px; font-size: 20px; line-height: 1.5; }
.page-hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,130px); align-items: center; }
.page-hero .stock-placeholder { min-height: 430px; }
.entry-content { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 120px; font-size: 18px; line-height: 1.72; }
.entry-content h2 { margin: 1.6em 0 .5em; font-size: clamp(34px,4vw,58px); line-height: 1; letter-spacing: -.04em; }
.entry-content h3 { margin: 1.6em 0 .5em; font-size: 28px; }
.entry-content a { color: var(--magenta); text-decoration: underline; text-underline-offset: 3px; }
.single-header { max-width: 1300px; }
.single-header h1 { max-width: 1180px; font-size: clamp(52px,6.3vw,104px); }
.single-deck { max-width: 780px; margin: 34px 0 0; font-size: 22px; line-height: 1.5; }
.single-image { max-width: 1500px; margin: 0 auto; }
.single-image .stock-placeholder { min-height: 560px; }
.post-navigation { padding-bottom: 90px; }
.nav-links { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); padding-top: 28px; }
.pagination { margin-top: 56px; }

.site-footer { padding: 38px clamp(24px,5vw,76px); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: center; background: var(--ink); color: white; }
.footer-brand { font-size: 22px; font-weight: 900; letter-spacing: .16em; }
.footer-brand span { display: block; color: var(--cyan); font-size: 8px; letter-spacing: .35em; }
.site-footer p { margin: 0; text-align: center; color: rgba(255,255,255,.55); font-size: 12px; }
.site-footer nav, .site-footer nav ul { display: flex; justify-content: flex-end; gap: 22px; margin: 0; padding: 0; list-style: none; font-size: 12px; }

@media (max-width: 960px) {
  .site-header { min-height: 84px; }
  .brand img, .brand .custom-logo { width: 180px; }
  .menu-toggle { display: block; }
  .primary-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 28px; align-items: stretch; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); }
  .primary-navigation.is-open { display: flex; }
  .primary-navigation ul { align-items: stretch; flex-direction: column; }
  .primary-navigation .sub-menu { display: grid; position: static; padding: 12px 0 0 18px; border: 0; background: transparent; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-visual, .hero-visual .stock-placeholder { min-height: 500px; }
  .capability-strip, .approach-section, .contact-section, .page-hero { grid-template-columns: 1fr; }
  .section-intro { grid-template-columns: 1fr 2fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .posts-grid { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer p { text-align: left; }
  .site-footer nav, .site-footer nav ul { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .site-header { padding: 0 20px; }
  .brand img, .brand .custom-logo { width: 152px; }
  .hero { padding: 54px 20px 44px; }
  .hero h1 { font-size: clamp(50px,17vw,74px); }
  .hero-visual, .hero-visual .stock-placeholder { min-height: 390px; }
  .capability-strip { padding: 34px 20px; }
  .capability-list, .section-intro, .posts-grid { grid-template-columns: 1fr; }
  .section-intro > p:last-child { grid-column: auto; }
  .insights-head { align-items: flex-start; flex-direction: column; }
  .post-card__image { height: 250px; }
  .single-image .stock-placeholder { min-height: 340px; }
  .nav-links { flex-direction: column; }
}

