/* One typographic rhythm across the marketing pages. */
.arrow-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 18px; height: 18px; line-height: 1; vertical-align: -.2em; }
.icon-arrow { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-cta { gap: 12px; }
.header-cta .arrow-icon { width: 18px; height: 18px; }
.service-more,.service-enquire,.footer-col a:has(.arrow-icon) { gap: 10px; }
.service-more { display: inline-flex; align-items: center; }
.service-arrow.arrow-icon { width: 20px; height: 20px; }
.work-link > .arrow-icon { width: 20px; height: 20px; }
.header-cta .arrow-icon,.button > .arrow-icon { transition: transform .2s ease; }
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .header-cta:hover .arrow-icon,.button:hover > .arrow-icon { transform: translateX(2px); }
  .button:hover > .arrow-icon.arrow-down { transform: translateY(2px); }
}
.hero h1,.page-hero h1,.project-hero h1,.section-title,.work-card h3 { text-wrap: balance; }
.section-title { line-height: 1.12; }
.section:not(.section-paper) .section-title em { color: var(--blue-pale); }
.page-hero h1,.project-hero h1 { font-weight: 650; }
.section-head { gap: 48px; margin-bottom: 50px; }
.section-lede { max-width: 660px; }
.hero-content { padding-block: 104px 88px; }
.hero h1 { font-size: clamp(64px,7.1vw,98px); line-height: 1.025; margin-bottom: 30px; }
.hero .hero-copy { max-width: 610px; margin-bottom: 32px; }
.hero-aside { background: rgba(9,14,25,.7); border-color: #d2dfff30; border-radius: 20px; }
.hero .button-secondary { background: #0a0e1866; border-color: #d5deec55; }
.hero-services { color: #dce4fb; font-size: 16px; }
.signal-card { padding: 23px; }
.signal-card span { font-size: 13px; color: #aab8cf; margin-bottom: 7px; }
.signal-card strong { font-weight: 550; }
.trust-strip { background: #0a0e16; }
.trust-inner { padding-block: 22px; }

/* Spacious service rows replace the tightly bordered four-column table. */
.services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); border: 0; gap: 0 48px; }
.service-card {
  display: grid;
  grid-template-columns: 56px minmax(0,1fr);
  grid-template-rows: auto 1fr auto;
  gap: 0 20px;
  align-content: stretch;
  padding: 30px 0 34px;
  border: 0;
  border-top: 1px solid #17203730;
  isolation: isolate;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 10px 0;
  z-index: -1;
  border-radius: 14px;
  background: #e6ebf7;
  opacity: 0;
  transition: opacity .24s ease;
}
.service-card:hover { background: transparent; }
.service-card:hover::before,.service-card:focus-visible::before { opacity: 1; }
.service-index { grid-column: 1; grid-row: 1 / 4; font-family: Inter,Arial,sans-serif; font-size: 36px; font-weight: 500; letter-spacing: -.05em; line-height: 1.15; color: #3455bb; }
.service-card h3 { grid-column: 2; margin: 0 0 17px; padding-right: 38px; font-size: 29px; font-weight: 600; line-height: 1.22; }
.service-card p { grid-column: 2; margin: 0 0 22px; font-size: 16px; line-height: 1.75; color: #515c6e; }
.service-more { grid-column: 2; margin: 0; font-size: 14px; color: #253b77; }
.service-arrow { top: 29px; right: 0; color: #354563; transition: transform .24s ease; }
.service-card:hover .service-arrow { transform: translateX(3px); }
.additional-services { margin-top: 24px; padding-top: 26px; border-top: 1px solid #17203730; }
.additional-services a { background: #ffffff70; border-color: #17203726; }

/* Case studies share a clear reading order and a consistent footer. */
.work-card { border-radius: 22px; }
.work-card.blue { background: linear-gradient(145deg,#345be0,#2845bf); }
.work-card.amber { background: linear-gradient(145deg,#f6b66f,#ed9e4c); }
.work-card.steel { background: linear-gradient(145deg,#253247,#161e2b); }
.work-showcase .work-card { padding: 32px; min-height: 480px; }
.work-showcase .work-card h3 { margin-top: 64px; font-size: 31px; line-height: 1.2; }
.work-showcase .work-card p { line-height: 1.7; }
.work-showcase .work-link { display: flex; justify-content: space-between; padding-top: 20px; margin-top: 28px; border-top: 1px solid #ffffff40; }
.work-showcase .amber .work-link { border-color: #52371e40; }
.work-meta { line-height: 1.6; }
.accordion-gallery .accordion-panel p { opacity: 1; }
.accordion-panel::after {
  content: "01";
  position: absolute;
  left: 28px;
  bottom: 14px;
  font-size: clamp(64px,8vw,110px);
  line-height: 1;
  letter-spacing: -.07em;
  font-weight: 600;
  opacity: .15;
  pointer-events: none;
  transition: opacity .24s ease;
}
.accordion-panel:nth-child(2)::after { content: "02"; }
.accordion-panel:nth-child(3)::after { content: "03"; }
.accordion-panel.is-active::after { opacity: 0; }

.cta-panel { background: linear-gradient(115deg,#213d99,#3358dc); border: 1px solid #ffffff20; border-radius: 24px; }
.cta-panel h2 { text-wrap: balance; font-weight: 600; }
.team-copy { padding: 42px; }
.team-copy blockquote { font-weight: 600; line-height: 1.22; text-wrap: balance; }
.service-hero .button-row { margin-top: 28px; }
.service-brief .service-enquire { color: #b9c9ff; }
.faq-list summary { position: relative; list-style: none; padding-right: 40px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 17px; font-size: 25px; line-height: 1; font-weight: 400; color: #b9c9ff; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary { color: #d5dfff; }
.contact-form { border-color: #a2b7e52a; background: #111824; border-radius: 22px; }
.field input,.field select,.field textarea { border-color: #53647f; background: #0a101c; }
.field input:focus,.field select:focus,.field textarea:focus { border-color: #9fbbff; }
.site-footer { padding-top: 72px; }
.footer-col h3 { color: #92a1b9; margin-bottom: 18px; }

@media (max-width:1100px) {
  .services-grid { gap: 0 32px; }
  .service-card { grid-template-columns: 44px minmax(0,1fr); gap: 0 14px; }
  .service-card h3 { font-size: 26px; }
  .service-index { font-size: 31px; }
}
@media (min-width:681px) and (max-width:1100px) {
  .service-card h3 { min-height: 2.44em; }
}
@media (max-width:980px) {
  .hero-content { padding-block: 68px 52px; }
  .hero h1 { font-size: clamp(60px,8vw,80px); }
  .section-head { gap: 8px; margin-bottom: 34px; }
  .signal-card { padding: 20px; }
  .work-showcase .work-card { min-height: 340px; }
  .work-showcase .work-card h3 { margin-top: 0; font-size: 31px; }
  .accordion-panel::after { display: none; }
  .team-copy { padding: 30px; }
}
@media (max-width:680px) {
  .header-cta { gap: 8px; }
  .hero-content { padding-block: 48px 34px; }
  .hero h1 { font-size: clamp(42px,10.8vw,64px); line-height: 1.07; margin-bottom: 24px; }
  .hero .hero-copy { margin-bottom: 26px; }
  .hero-services { font-size: 14px; line-height: 1.8; }
  .hero-aside { border-radius: 16px; }
  .signal-card { padding: 16px; }
  .signal-card span { font-size: 12px; margin: 0; }
  .trust-inner { padding-block: 20px; }
  .section-head { margin-bottom: 30px; }
  .services-grid { grid-template-columns: minmax(0,1fr); gap: 0; }
  .service-card { grid-template-columns: 36px minmax(0,1fr); gap: 0 12px; padding-block: 27px 28px; }
  .service-index { font-size: 27px; }
  .service-card h3 { font-size: 24px; margin-bottom: 14px; padding-right: 24px; max-width: none; }
  .service-card p { margin-bottom: 18px; }
  .service-arrow { top: 24px; font-size: 21px; }
  .additional-services { margin-top: 8px; }
  .work-showcase .work-card { min-height: 0; padding: 28px 24px; }
  .work-showcase .work-card h3 { font-size: 29px; margin-top: 38px; }
  .work-card { border-radius: 18px; }
  .team-copy { padding: 28px; }
  .cta-panel { border-radius: 20px; }
  .site-footer { padding-top: 48px; }
  .footer-col h3 { margin-bottom: 12px; }
}
@media (prefers-reduced-motion:reduce) {
  .service-card::before,.service-arrow,.accordion-panel::after { transition: none; }
}
