:root {
  /* Brand palette sampled from the MYKreat shield mark. */
  --ink: #172e4e;          /* brand navy — shield outline and wordmark */
  --ink-2: #26405f;
  --paper: #f4f5f6;
  --paper-2: #e6e9ed;
  --acid: #e8823f;         /* brand orange, lightened from #dd6c33 to stay AA on navy */
  --orange: #b04d1b;       /* deeper orange for small text on light backgrounds */
  --steel: #8d9195;
  --muted: #5b6577;
  --white: #ffffff;
  --display: "Manrope", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --line: rgba(23, 46, 78, .18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); font-size: 16px; line-height: 1.58; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
button, input, textarea, select { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 10px 14px; background: var(--acid); color: var(--ink); font-weight: 800; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-topline { background: var(--ink); color: var(--paper); font: 500 11px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.site-topline-inner { display: flex; justify-content: space-between; gap: 24px; padding: 10px 0; }
.site-topline strong { color: var(--acid); font-weight: 500; }
.site-header { position: sticky; z-index: 5; top: 0; border-bottom: 1px solid var(--line); background: rgba(244, 245, 246, .95); backdrop-filter: blur(14px); }
.site-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 800; letter-spacing: -.05em; }
.brand-mark { display: block; flex: none; width: 38px; height: 38px; }
.brand small { display: block; margin-top: -2px; color: var(--muted); font: 500 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.site-nav-links { display: flex; align-items: center; gap: 20px; margin-left: auto; font-size: 13px; font-weight: 700; }
.site-nav-links a { padding: 8px 0; border-bottom: 2px solid transparent; }
.site-nav-links a:hover, .site-nav-links a:focus-visible { border-color: var(--acid); color: var(--ink); }
.nav-services { display: contents; }
.nav-narrow-only { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { border-color: var(--orange); background: var(--orange); color: var(--white); transform: translateY(-2px); }
.button-light { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.button-outline { background: transparent; color: var(--ink); }

.page-hero { padding: clamp(64px, 9vw, 128px) 0 78px; border-bottom: 1px solid var(--line); background: var(--ink); color: var(--paper); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font: 500 12px/1.2 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.page-hero .eyebrow { color: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.07em; line-height: .98; }
h1 { max-width: 800px; margin-bottom: 26px; font-size: clamp(52px, 8.2vw, 108px); font-weight: 800; }
.hero-lede { max-width: 620px; margin-bottom: 32px; color: rgba(244, 245, 246, .82); font-size: clamp(18px, 2vw, 22px); line-height: 1.46; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.page-hero .button-outline { border-color: rgba(244, 245, 246, .7); color: var(--paper); }
.page-hero .button-outline:hover { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.hero-index { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(244, 245, 246, .35); border-bottom: 1px solid rgba(244, 245, 246, .35); }
.hero-index div { padding: 18px 20px 18px 0; border-right: 1px solid rgba(244, 245, 246, .35); }
.hero-index div:last-child { padding-left: 20px; border-right: 0; }
.hero-index strong { display: block; margin-bottom: 8px; color: var(--acid); font: 500 12px/1 var(--mono); }
.hero-index span { color: rgba(244, 245, 246, .74); font-size: 13px; }

.section { padding: clamp(76px, 10vw, 124px) 0; }
.section-muted { background: var(--paper-2); }
.section-white { background: var(--white); }
.section-dark { background: var(--ink); color: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-head h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(42px, 6vw, 78px); }
.section-head > p { max-width: 390px; margin-bottom: 3px; color: var(--muted); }
.section-dark .section-head > p { color: rgba(244, 245, 246, .68); }
.copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); }
.copy-grid > div > p { max-width: 560px; color: var(--ink-2); font-size: 18px; }
.copy-grid > div > p:last-child { margin-bottom: 0; }
.copy-grid h2 { max-width: 580px; margin-bottom: 24px; font-size: clamp(42px, 5.2vw, 72px); }

.scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.scope-card { min-height: 220px; padding: 26px; background: var(--paper); }
.scope-card strong { display: block; margin-bottom: 54px; color: var(--orange); font: 500 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.scope-card h3 { margin-bottom: 10px; font-size: 27px; }
.scope-card p { max-width: 390px; margin-bottom: 0; color: var(--muted); }
.deliverables { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.deliverables li { display: flex; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.deliverables li::before { color: var(--orange); content: "↳"; font-family: var(--mono); }

.project-brief { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.project-brief h2 { max-width: 530px; margin-bottom: 20px; font-size: clamp(42px, 5vw, 68px); }
.project-brief p { max-width: 510px; color: var(--muted); font-size: 17px; }
.brief-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.brief-list li { padding-top: 14px; border-top: 1px solid var(--line); }
.brief-list strong { display: block; margin-bottom: 7px; }
.brief-list span { display: block; color: var(--muted); font-size: 14px; }
.brief-list span a { border-bottom: 1px solid var(--line); }
.notice { margin: 0 0 30px; padding: 14px 16px; border-left: 3px solid var(--acid); background: #fdf3ec; color: var(--muted); font-size: 13px; }

.case-figure { margin: 0; background: var(--ink); color: var(--paper); }
.case-figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.case-figure figcaption { padding: 13px 16px; color: rgba(244, 245, 246, .74); font: 500 11px/1.45 var(--mono); letter-spacing: .03em; }
.related-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.related-list a { min-height: 122px; padding: 20px; background: var(--paper); font-weight: 800; }
.related-list a span { display: block; margin-bottom: 28px; color: var(--orange); font: 500 10px/1 var(--mono); }
.related-list a:hover { background: var(--acid); color: var(--ink); }

.faq-list { max-width: 900px; margin: 0; border-top: 1px solid rgba(244, 245, 246, .3); }
details { padding: 20px 0; border-bottom: 1px solid rgba(244, 245, 246, .3); }
summary { cursor: pointer; list-style: none; font-size: 20px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { float: right; color: var(--acid); content: "+"; font: 400 26px/1 var(--mono); }
details[open] summary::after { content: "−"; }
details p { max-width: 730px; margin: 15px 38px 0 0; color: rgba(244, 245, 246, .72); }

.site-footer { background: var(--ink); color: rgba(244, 245, 246, .68); border-top: 1px solid rgba(244, 245, 246, .2); }
.footer-main { display: flex; justify-content: space-between; gap: 40px; padding: 40px 0; }
.footer-brand { color: var(--paper); }
.footer-brand p { max-width: 280px; margin: 14px 0 0; font-size: 13px; }
.footer-address { max-width: 310px; margin: 16px 0 0; font-size: 13px; font-style: normal; }
.footer-address a { border-bottom: 1px solid rgba(244, 245, 246, .35); }
.footer-address a:hover { color: var(--acid); border-color: var(--acid); }
.footer-links { display: flex; flex-wrap: wrap; align-items: start; gap: 18px 26px; font: 500 11px/1 var(--mono); text-transform: uppercase; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid rgba(244, 245, 246, .2); font: 500 10px/1.6 var(--mono); }
.footer-bottom span + span { text-align: right; }

@media (max-width: 1180px) {
  .nav-wide-only { display: none; }
  .site-nav-links { gap: 16px; font-size: 12px; }
}
@media (max-width: 900px) {
  .nav-services { display: none; }
  .nav-narrow-only { display: inline-flex; }
  .page-hero-grid, .copy-grid, .project-brief { grid-template-columns: 1fr; gap: 46px; }
  .related-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .site-topline-inner { justify-content: center; text-align: center; }
  .site-topline-inner span:first-child { display: none; }
  .site-nav { min-height: 68px; gap: 12px; }
  .site-nav-links { flex: 1; justify-content: flex-end; gap: 18px; font-size: 12px; }
  .nav-services, .nav-wide-only { display: none; }
  .nav-narrow-only { display: inline-flex; }
  .site-nav .button { display: none; }
  .page-hero { padding-top: 64px; }
  h1 { font-size: clamp(48px, 15vw, 78px); }
  .hero-index, .scope-grid, .brief-list { grid-template-columns: 1fr; }
  .hero-index div, .hero-index div:last-child { padding: 15px 0; border-right: 0; }
  .hero-index div + div { border-top: 1px solid rgba(244, 245, 246, .35); }
  .section { padding: 76px 0; }
  .section-head { display: block; margin-bottom: 34px; }
  .section-head > p { margin-top: 19px; }
  .scope-card { min-height: auto; }
  .scope-card strong { margin-bottom: 28px; }
  .related-list { grid-template-columns: 1fr 1fr; }
  .related-list a { min-height: 112px; padding: 16px; }
  .footer-main, .footer-bottom { display: block; }
  .footer-links { margin-top: 28px; }
  .footer-bottom span + span { display: block; margin-top: 8px; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
