/* Local refinement of the approved homepage. No external fonts or motion library. */
.site-header { position: relative; z-index: 5; }
.skip:not(:focus) { opacity: 0; pointer-events: none; }
.site-header .brand-lockup, .footer-lockup { display: flex; flex-direction: column; gap: 7px; }
.site-header .brand-signature, .brand-signature { font: 400 11px/1.3 var(--sans); color: #b6ad99; letter-spacing: .055em; }
.site-header .brand-wordmark { line-height: 1.15; }
.site-header .main-navigation { gap: clamp(18px, 2vw, 30px); }
.main-navigation a { position: relative; }
.main-navigation a::after { content: ''; height: 1px; background: var(--gold); position: absolute; bottom: 5px; left: 0; width: 100%; transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease); }
.main-navigation a:hover::after, .main-navigation a:focus-visible::after { transform: scaleX(1); }
.mobile-navigation { display: none; }
.workflow-canvas { position: relative; height: 100%; width: 100%; }
.line-icon { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.service-list article { grid-template-columns: 58px minmax(0, 1fr); column-gap: 24px; }
.service-list article + article { margin-top: 3px; }
.service-emblem { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 17px; border: 1px solid color-mix(in srgb, var(--service-accent) 30%, transparent); background: color-mix(in srgb, var(--service-accent) 6%, #101010); color: var(--service-accent); box-shadow: inset 0 1px 0 #ffffff08; transition: border-color .3s, transform .3s var(--ease); }
.service-advertising { --service-accent: var(--gold); }
.service-systems { --service-accent: var(--blue); }
.service-care { --service-accent: var(--violet); }
.service-list h3 { font-size: clamp(25px, 2.35vw, 31px); }
.service-list .service-link { padding-top: 0; }
.service-list article:focus-within .service-emblem { border-color: var(--service-accent); }
.working-together { max-width: 330px; margin-top: 58px; padding: 28px 0 0 23px; border-left: 1px solid #514831; position: relative; }
.working-together::before { content: ''; width: 32px; height: 1px; background: var(--gold); position: absolute; top: 0; left: -1px; }
.working-together > .line-icon { color: var(--gold); margin-bottom: 16px; width: 34px; height: 34px; }
.working-together h3 { font-size: 19px; font-weight: 450; line-height: 1.35; letter-spacing: -.015em; margin: 0 0 12px; }
.working-together p { color: #b5ada0; font-size: 13px; line-height: 1.75; margin: 0; }
.working-together .service-link { font-size: 11px; gap: 14px; margin-top: 18px; padding: 0; }
.working-together .arrow-disc { width: 28px; height: 28px; }
.approach { padding-top: 64px; padding-bottom: 56px; }
.approach-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 8%; align-items: start; }
.approach .eyebrow { color: #63563c; }
.plan-heading h2 { margin-bottom: 0; }
.plan-intro { padding-top: 18px; }
.approach .plan-intro p { font-size: 17px; line-height: 1.7; max-width: 460px; margin: 0 0 18px; color: #464037; }
.plan-contents { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; padding-top: 34px; border-top: 1px solid #d4cbb9; }
.plan-detail { min-width: 0; }
.plan-detail > .line-icon { width: 34px; height: 34px; color: #71603c; display: block; margin-bottom: 20px; }
.plan-detail h3 { font-size: 18px; font-weight: 500; line-height: 1.3; letter-spacing: -.02em; margin: 0 0 10px; color: #24211c; }
.approach .plan-detail p { font-size: 13px; line-height: 1.7; color: #5d574b; margin: 0; max-width: 290px; }
.ink-link { gap: 18px; }
footer.wrap { padding-top: 44px; padding-bottom: 28px; }
.site-footer-links a, footer.wrap .back-to-top { font-size: 11px; }
.footer-lockup .brand-signature { font-size: 11px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; border-top: 1px solid #332f28; padding-top: 22px; margin-top: 14px; }
.footer-bottom > span { color: #b5ada0; font-size: 11px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-socials a { display: grid; place-items: center; width: 44px; height: 44px; color: #c5bca8; background: #141310; border: 1px solid #3d372b; border-radius: 14px; transition: color .22s, background .22s, border-color .22s, transform .3s var(--ease); }
.footer-socials svg { width: 18px; height: 18px; fill: currentColor; }
.footer-socials a:focus-visible { outline-color: var(--gold); }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .service-list article:hover .service-emblem { transform: translateY(-3px); border-color: var(--service-accent); }
  .service-link:hover .arrow-disc svg, .ink-link:hover .arrow-disc svg { transform: translateX(2px); }
  .arrow-disc svg { transition: transform .28s var(--ease); }
  .footer-socials a:hover { transform: translateY(-3px); background: #252117; color: var(--gold); border-color: #766640; }
}
@media (max-width: 1150px) {
  .site-header .main-navigation { display: none; }
  .mobile-navigation { display: block; }
  .mobile-navigation summary { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #403b31; border-radius: 12px; background: #191713; color: var(--gold); cursor: pointer; list-style: none; }
  .mobile-navigation summary::-webkit-details-marker { display: none; }
  .mobile-navigation summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
  .mobile-navigation summary svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; }
  .mobile-navigation[open] summary { background: #302b20; }
  .site-header .mobile-navigation nav { display: flex; flex-direction: column; gap: 0; position: absolute; top: calc(100% - 8px); right: clamp(22px, 5.3vw, 80px); left: clamp(22px, 5.3vw, 80px); z-index: 6; padding: 12px 22px; border: 1px solid #514832; border-radius: 22px; background: #171613; box-shadow: 0 24px 50px #0009; }
  .site-header .mobile-navigation:not([open]) nav { display: none; }
  .site-header .mobile-navigation nav a { min-height: 49px; display: flex; align-items: center; font-size: 14px; padding: 12px 0; color: #ede7da; line-height: 1.5; }
  .mobile-navigation nav a + a { border-top: 1px solid #353128; }
  .mobile-navigation nav a:last-child { color: var(--gold); }
  .services-editorial { gap: 48px; }
  .service-list article { grid-template-columns: 48px minmax(0, 1fr); gap: 20px; }
  .service-emblem { width: 46px; height: 46px; border-radius: 14px; }
  .service-emblem .line-icon { width: 29px; height: 29px; }
  .plan-contents { gap: 26px; }
}
@media (max-width: 760px) {
  .site-header { gap: 12px; height: 92px; }
  .site-header .brand-lockup { gap: 6px; }
  .site-header .brand-signature { font-size: 9.5px; letter-spacing: .018em; }
  .site-header .brand-wordmark { font-size: 10px; letter-spacing: .21em; }
  .services-editorial { display: flex; flex-direction: column; gap: 0; }
  .services-editorial .section-intro { display: contents; position: static; }
  .services-editorial .section-intro > .eyebrow { order: 0; }
  .services-editorial .section-intro h2 { order: 1; }
  .service-list { order: 2; margin-top: 16px; }
  .working-together { order: 3; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 8px 14px; margin-top: 24px; padding: 24px 0 0; max-width: 430px; border-left: 0; border-top: 1px solid #514831; }
  .working-together::before { top: -1px; left: 0; }
  .working-together > .line-icon { grid-row: 1 / 3; width: 29px; height: 29px; margin: 0; }
  .working-together h3 { font-size: 18px; margin: 0; }
  .working-together p { grid-column: 2; font-size: 13px; }
  .working-together .service-link { grid-column: 2; margin-top: 4px; }
  .service-list article { grid-template-columns: 46px minmax(0, 1fr); gap: 16px; padding: 26px 0; }
  .service-list h3 { font-size: 25px; }
  .service-list p { font-size: 14px; }
  .service-list .service-link { gap: 10px; line-height: 1.5; }
  .service-list .arrow-disc { width: 28px; height: 28px; }
  .approach { padding-top: 36px; padding-bottom: 32px; }
  .approach-inner { grid-template-columns: 1fr; gap: 25px; }
  .plan-intro { padding-top: 0; }
  .approach .plan-intro p { font-size: 14px; margin-bottom: 13px; }
  .plan-contents { grid-template-columns: 1fr; gap: 25px; padding-top: 28px; }
  .plan-detail { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 7px 17px; }
  .plan-detail > .line-icon { grid-row: 1 / 3; width: 30px; height: 30px; margin: 0; }
  .plan-detail h3 { font-size: 17px; margin: 0; }
  .approach .plan-detail p { font-size: 12px; max-width: none; }
  .footer-bottom { flex-wrap: wrap; gap: 17px; }
  .footer-socials { gap: 12px; }
  .footer-bottom > span { width: 100%; }
  /* Preserve the whole 1580 x 620 screenshot and keep the trace registered to it. */
  .demo-shell[data-scene="1"] .stage, .workflow-scene { height: auto; }
  .workflow-viewport { height: auto; display: flex; flex-direction: column; gap: 18px; padding: 18px 14px; }
  .workflow-canvas { order: 1; flex-shrink: 0; height: auto; aspect-ratio: 1580 / 620; margin: 6px 0; }
  .workflow-image, .flow-trace { width: 100%; height: 100%; max-width: none; position: absolute; inset: 0; transform: none; object-fit: contain; opacity: 1; }
  .workflow-key { order: 0; position: static; font-size: 8px; line-height: 1.6; gap: 8px 15px; }
  .workflow-key span:last-child { display: inline-flex; }
  .workflow-toast { order: 2; position: static; min-width: 0; margin: 0; }
  .workflow-controls { order: 3; position: static; }
}
@media (max-width: 520px) { .site-header .contact-link { display: none; } }
@media (max-width: 360px) {
  .site-header .brand { gap: 8px; }
  .site-header .brand > svg { width: 21px; }
  .site-header .brand-wordmark { font-size: 9.3px; letter-spacing: .18em; }
  .site-header .brand-signature { font-size: 9px; }
  .header-actions { gap: 7px; }
  .service-list article { grid-template-columns: 37px minmax(0, 1fr); gap: 12px; }
  .service-emblem { width: 36px; height: 40px; border: 0; background: none; }
  .service-list h3 { font-size: 22px; }
  .plan-detail { column-gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .main-navigation a::after, .service-emblem, .footer-socials a, .arrow-disc svg { transition: none; }
  .service-emblem, .footer-socials a, .arrow-disc svg { transform: none; }
}
