:root {
  --navy: #06074d;
  --navy-2: #11136a;
  --red: #e51d3f;
  --red-dark: #c91232;
  --ink: #11133d;
  --text: #44465f;
  --muted: #72758a;
  --line: #e2e6ee;
  --pale: #f3f8fc;
  --mint: #eafbf6;
  --white: #fff;
  --shadow: 0 18px 50px rgba(8, 10, 66, .08);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: Arial, "Segoe UI Symbol", "Apple Symbols", Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; height: auto; }

.site-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #ffb2bf; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-size: .93rem; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(229,29,63,.3); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 28px rgba(229,29,63,.25); }
.button-primary:hover { background: var(--red-dark); }
.button-outline { color: var(--navy); background: #fff; border-color: var(--navy); box-shadow: 0 4px 0 var(--red); }
.button-ghost { color: var(--navy); background: rgba(255,255,255,.75); border-color: #d8dfea; }
.button-light { color: var(--navy); background: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-weight: 800; }
.text-link:hover { color: var(--red); }

.topbar { min-height: 48px; color: #fff; background: var(--navy); font-size: .8rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 48px; }
.topbar-inner > span { color: #c8c9e8; }
.topbar-links { display: flex; align-items: center; gap: 24px; }
.topbar-links a { display: inline-flex; align-items: center; gap: 7px; }
.phone-pill { padding: 8px 15px; background: var(--red); border-radius: 999px; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav-row { min-height: 96px; display: flex; align-items: center; gap: 38px; }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { width: 222px; }
.desktop-nav { display: flex; gap: 31px; align-items: center; }
.desktop-nav a { color: var(--ink); font-size: .92rem; font-weight: 650; }
.desktop-nav a:hover { color: var(--red); }
.header-cta { margin-left: 12px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; place-items: center; width: 46px; height: 46px; color: var(--navy); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(320px, calc(100vw - 32px)); padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-menu nav a { display: block; padding: 13px 10px; color: var(--navy); font-weight: 700; border-bottom: 1px solid #eef0f5; }

.hero { position: relative; overflow: hidden; min-height: 670px; padding: 105px 0 88px; background: linear-gradient(145deg, #fafdff 0%, #eef5fb 100%); }
.hero-rings { position: absolute; width: 780px; height: 780px; left: 52%; top: -105px; border: 58px solid rgba(255,255,255,.34); border-radius: 50%; box-shadow: 0 0 0 58px rgba(231,239,247,.36), 0 0 0 116px rgba(255,255,255,.24), 0 0 0 174px rgba(231,239,247,.25); }
.dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; }
.dot-red { left: 4%; top: 35%; background: #ff4d70; }
.dot-green { right: 5%; top: 28%; background: #4ee6b0; }
.dot-yellow { right: 16%; bottom: 17%; background: #ffc83d; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 82px; }
.hero-copy { max-width: 700px; }
.hero h1 { margin: 0 0 25px; color: var(--navy); font-size: clamp(3.4rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { position: relative; display: inline-block; font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 2%; right: 0; bottom: -4px; height: 7px; background: var(--red); border-radius: 999px; transform: rotate(-1deg); }
.hero-copy > p { max-width: 660px; margin: 0 0 32px; color: #4c5268; font-size: 1.17rem; line-height: 1.75; }
.hero-points { display: flex; flex-wrap: wrap; gap: 21px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--ink); font-size: .85rem; font-weight: 700; }
.hero-points li { display: inline-flex; align-items: center; gap: 6px; }
.hero-points svg { color: var(--red); }
.hero-panel { position: relative; padding: 44px; color: #fff; background: linear-gradient(145deg, var(--navy-2), var(--navy)); border-radius: var(--radius); box-shadow: 0 28px 70px rgba(6,7,77,.24); }
.hero-panel::after { content: ""; position: absolute; right: 30px; top: 30px; width: 10px; height: 10px; background: #4ee6b0; border-radius: 50%; box-shadow: 20px 22px 0 #ffc83d, -7px 39px 0 #ff4d70; }
.panel-kicker { color: #c6c8f1; font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.panel-number { margin: 42px 0 18px; color: rgba(255,255,255,.14); font-size: 5.6rem; font-weight: 900; line-height: .8; }
.hero-panel h2 { margin: 0 0 15px; color: #fff; font-size: 2rem; letter-spacing: -.035em; }
.hero-panel p { margin: 0; color: #d6d7ed; line-height: 1.7; }
.panel-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.panel-tags span { padding: 7px 10px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: .72rem; font-weight: 700; }

.logo-strip { position: relative; z-index: 5; margin-top: -1px; padding: 30px 0; background: #fff; border-bottom: 1px solid var(--line); }
.logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 42px; }
.logo-grid img { width: 100%; height: 48px; object-fit: contain; filter: grayscale(1); opacity: .62; transition: filter .2s, opacity .2s; }
.logo-grid img:hover { filter: none; opacity: 1; }

.section-heading { margin-bottom: 48px; }
.section-heading h2, .approach-sticky h2, .cta-card h2, .page-hero h1 { margin: 0; color: var(--navy); font-size: clamp(2.25rem, 4.2vw, 4rem); line-height: 1.06; letter-spacing: -.055em; }
.split-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: end; }
.split-heading > p { margin: 0 0 5px; font-size: 1.04rem; line-height: 1.75; }
.three-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 350px; display: flex; flex-direction: column; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 1px 0 rgba(6,7,77,.03); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #ccd2e2; box-shadow: var(--shadow); }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 56px; }
.card-top > span { color: #a6a9b9; font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.card-top svg { box-sizing: content-box; padding: 13px; color: #fff; background: var(--navy); border-radius: 11px; box-shadow: 3px 4px 0 #f25b72; }
.service-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 1.43rem; letter-spacing: -.025em; }
.service-card p { margin: 0 0 25px; line-height: 1.72; }
.service-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--navy); font-size: .86rem; font-weight: 800; }
.center-link { display: flex; justify-content: center; margin-top: 36px; }

.approach-section { background: linear-gradient(180deg, #fff 0%, var(--mint) 100%); }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.approach-sticky { align-self: start; position: sticky; top: 40px; }
.approach-sticky h2 { margin-bottom: 24px; }
.approach-sticky p { margin: 0 0 28px; font-size: 1.03rem; line-height: 1.78; }
.principle-list { border-top: 1px solid rgba(6,7,77,.15); }
.principle-list article { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid rgba(6,7,77,.15); }
.principle-list article > span { color: var(--red); font-size: .77rem; font-weight: 800; }
.principle-list h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.3rem; }
.principle-list p { margin: 0; line-height: 1.7; }

.projects-section { background: #fff; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { display: flex; flex-direction: column; min-height: 470px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.project-logo { display: grid; place-items: center; height: 132px; margin: -8px -8px 26px; background: var(--pale); border-radius: 12px; }
.project-logo img { width: 180px; height: 72px; object-fit: contain; }
.project-place { color: var(--red); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-card h3 { margin: 8px 0 12px; color: var(--navy); font-size: 1.55rem; }
.project-card p { margin: 0 0 20px; line-height: 1.7; }
.chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 26px; }
.chip-row span { padding: 6px 9px; color: #5d6077; background: #f5f6f9; border-radius: 999px; font-size: .7rem; font-weight: 700; }
.project-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--navy); font-size: .84rem; font-weight: 800; }

.testimonial-section { color: #fff; background: var(--navy); }
.testimonial-section .eyebrow { color: #ff9bad; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.testimonial-grid blockquote { margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.24); }
.testimonial-grid blockquote > p { margin: 0 0 28px; color: #f5f5ff; font-size: 1.08rem; line-height: 1.72; }
.testimonial-grid footer { display: flex; flex-direction: column; gap: 4px; }
.testimonial-grid footer strong { font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.testimonial-grid footer span { color: #acaed3; font-size: .75rem; text-transform: uppercase; }

.cta-section { padding: 72px 0; background: #fff; }
.cta-card { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 70px; padding: 62px 68px; color: #fff; background: linear-gradient(135deg, #11136a, #06074d); border-radius: var(--radius); box-shadow: var(--shadow); }
.cta-card h2 { color: #fff; font-size: clamp(2.1rem, 3.7vw, 3.5rem); }
.cta-card p { max-width: 700px; margin: 20px 0 0; color: #d7d8ed; line-height: 1.75; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.cta-actions .button { margin-bottom: 8px; }
.cta-actions > a:not(.button) { display: inline-flex; gap: 9px; align-items: center; color: #d8d9ed; font-size: .88rem; }

.site-footer { padding: 70px 0 25px; color: #cfd0e3; background: #03043d; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 90px; padding-bottom: 55px; }
.footer-logo { width: 220px; margin-bottom: 20px; filter: brightness(0) invert(1); opacity: .96; }
.footer-grid p { max-width: 370px; margin: 0; line-height: 1.7; }
.footer-grid h2 { margin: 0 0 20px; color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 12px; font-size: .85rem; line-height: 1.5; }
.footer-grid a:hover { color: #fff; }
.footer-grid svg { flex: 0 0 auto; margin-top: 2px; color: #ff7890; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; color: #9294b9; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.footer-bottom > div { display: flex; gap: 22px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 4px; }

/* Internal pages */
.page-hero { position: relative; overflow: hidden; padding: 90px 0 88px; text-align: center; background: linear-gradient(145deg, #fafdff, #edf5fb); }
.page-hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: calc(50% - 280px); top: -320px; border: 58px solid rgba(255,255,255,.55); border-radius: 50%; box-shadow: 0 0 0 58px rgba(224,235,244,.38), 0 0 0 116px rgba(255,255,255,.24); }
.page-hero .site-container { position: relative; }
.page-hero h1 { max-width: 910px; margin-inline: auto; }
.page-hero p { max-width: 720px; margin: 22px auto 0; font-size: 1.1rem; line-height: 1.75; }
.page-hero .button-row { justify-content: center; margin-top: 28px; }
.breadcrumb { display: flex; justify-content: center; gap: 7px; margin-bottom: 26px; color: var(--muted); font-size: .76rem; }
.breadcrumb a:hover { color: var(--red); }
.content-section { padding: 95px 0; }
.content-section.alt { background: #f7f9fc; }
.content-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; margin-bottom: 44px; }
.content-intro h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1.08; letter-spacing: -.045em; }
.content-intro p { margin: 0; font-size: 1.04rem; line-height: 1.78; }
.service-group { scroll-margin-top: 30px; }
.service-group + .service-group { border-top: 1px solid var(--line); }
.service-group-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; margin-bottom: 42px; }
.service-group-head h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.7vw, 3.6rem); line-height: 1.05; letter-spacing: -.05em; }
.service-group-head p { margin: 0; align-self: end; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-item { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.service-item svg { box-sizing: content-box; margin-bottom: 28px; padding: 10px; color: #fff; background: var(--navy); border-radius: 9px; box-shadow: 3px 3px 0 #f25b72; }
.service-item h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.08rem; }
.service-item p { margin: 0; font-size: .9rem; line-height: 1.65; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-card { display: grid; grid-template-columns: 165px 1fr; gap: 28px; padding: 28px; border: 1px solid var(--line); border-radius: 17px; }
.case-card-logo { display: grid; place-items: center; min-height: 155px; background: var(--pale); border-radius: 12px; }
.case-card-logo img { width: 125px; height: 75px; object-fit: contain; }
.case-card h2 { margin: 5px 0 10px; color: var(--navy); font-size: 1.45rem; }
.case-card p { margin: 0 0 18px; line-height: 1.65; }
.case-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.about-visual { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg, #11136a, #06074d); border-radius: var(--radius); }
.about-visual::before { content: "SF"; font-size: 11rem; font-weight: 900; letter-spacing: -.08em; color: rgba(255,255,255,.07); }
.about-visual-card { position: absolute; inset: auto 32px 32px; padding: 24px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; backdrop-filter: blur(10px); }
.about-visual-card strong { display: block; margin-bottom: 5px; font-size: 1.2rem; }
.about-copy h2 { margin: 0 0 24px; color: var(--navy); font-size: clamp(2rem, 3.6vw, 3.6rem); line-height: 1.08; letter-spacing: -.05em; }
.about-copy p { margin: 0 0 18px; line-height: 1.8; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-details h2, .contact-form h2 { margin: 0 0 18px; color: var(--navy); font-size: 2rem; letter-spacing: -.035em; }
.contact-details > p { margin: 0 0 30px; line-height: 1.75; }
.contact-list { display: grid; gap: 12px; }
.contact-list a, .contact-list div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; }
.contact-list svg { box-sizing: content-box; padding: 9px; color: var(--navy); background: #eef1ff; border-radius: 8px; }
.contact-list strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: .78rem; }
.contact-list span { font-size: .88rem; }
.contact-form { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .78rem; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #fff; border: 1px solid #ccd2df; border-radius: 9px; }
.field textarea { min-height: 145px; resize: vertical; }
.form-note { margin: 14px 0 20px; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.privacy-copy { max-width: 820px; }
.privacy-copy h2 { margin: 38px 0 12px; color: var(--navy); font-size: 1.45rem; }
.privacy-copy p, .privacy-copy li { line-height: 1.75; }
.outcome-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.outcome-list li { display: flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 700; }
.outcome-list svg { color: var(--red); }
.case-initials { color: var(--navy); font-size: 2.2rem; font-weight: 900; letter-spacing: -.05em; }
.service-card.compact { min-height: 285px; }
.service-card.compact > svg { box-sizing: content-box; margin-bottom: 38px; padding: 12px; color: #fff; background: var(--navy); border-radius: 10px; box-shadow: 3px 3px 0 #f25b72; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { padding-top: 78px; }
  .hero-grid, .split-heading, .approach-grid, .cta-card, .content-intro, .service-group-head, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { max-width: 760px; }
  .hero-panel { max-width: 600px; }
  .three-cards, .project-grid, .testimonial-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-sticky { position: static; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
  .cta-actions { align-items: flex-start; }
  .case-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; gap: 50px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .site-container { width: min(100% - 30px, 1180px); }
  .section { padding: 76px 0; }
  .topbar-inner > span, .topbar-links a:first-child { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .topbar-links { gap: 0; }
  .nav-row { min-height: 78px; }
  .brand img { width: 185px; }
  .hero { min-height: auto; padding: 65px 0; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-panel { padding: 30px; }
  .hero-points { flex-direction: column; gap: 10px; }
  .button-row .button { width: 100%; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 30px; }
  .logo-grid img { height: 38px; }
  .three-cards, .project-grid, .testimonial-grid, .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .cta-card { padding: 40px 27px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 70px 0; }
  .case-card { grid-template-columns: 1fr; }
  .case-card-logo { min-height: 125px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Editorial direction — inspired by the clarity and confidence of premium Nordic product sites */
:root {
  --cream: #f5f2ea;
  --cream-dark: #ebe7dd;
  --navy: #070744;
  --navy-2: #0f105a;
  --ink: #080922;
  --red: #e51d3f;
  --line: #d9d6ce;
}

body { color: #35364b; background: var(--cream); }
.site-container { width: min(1240px, calc(100% - 64px)); }
.section { padding: 132px 0; }
.eyebrow { margin-bottom: 22px; color: var(--red); font-size: .72rem; letter-spacing: .18em; }
.button { min-height: 54px; padding-inline: 24px; border-radius: 3px; }
.button-primary { box-shadow: none; }
.button-primary:hover { transform: translate(3px, -3px); box-shadow: -5px 5px 0 var(--navy); }
.button-outline { border-radius: 3px; box-shadow: none; }
.text-link, .quiet-link { display: inline-flex; align-items: center; gap: 10px; font-size: .9rem; font-weight: 800; }
.quiet-link { min-height: 54px; color: var(--navy); border-bottom: 1px solid rgba(7,7,68,.35); }
.quiet-link:hover, .text-link:hover { color: var(--red); }

.topbar { min-height: 38px; background: var(--navy); }
.topbar-inner { min-height: 38px; font-size: .73rem; }
.topbar-links { gap: 28px; }
.phone-pill { padding: 0; background: transparent; border-radius: 0; }
.site-header { background: rgba(245,242,234,.96); border-color: rgba(7,7,68,.13); backdrop-filter: blur(14px); }
.nav-row { min-height: 92px; }
.brand img { width: 215px; }
.desktop-nav a { font-size: .86rem; font-weight: 750; }
.header-cta { color: #fff; background: var(--navy); border-color: var(--navy); }
.header-cta:hover { color: #fff; background: var(--red); border-color: var(--red); transform: translateY(-2px); }

.editorial-hero { position: relative; overflow: hidden; padding: 102px 0 0; background: var(--cream); }
.editorial-hero::before { content: ""; position: absolute; z-index: 0; width: 460px; height: 460px; right: -245px; top: -210px; border: 1px solid rgba(7,7,68,.11); border-radius: 50%; box-shadow: 0 0 0 58px rgba(7,7,68,.025), 0 0 0 116px rgba(7,7,68,.025); }
.editorial-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .96fr 1.04fr; gap: 72px; align-items: center; min-height: 590px; }
.editorial-hero-copy { position: relative; z-index: 3; padding-bottom: 48px; }
.editorial-hero-copy h1 { margin: 0 0 30px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 6.5vw, 6.8rem); font-weight: 400; line-height: .91; letter-spacing: -.065em; }
.editorial-hero-copy h1 span { display: table; margin-top: 14px; padding: .03em .11em .1em .08em; color: #fff; background: var(--red); line-height: .92; transform: rotate(-.6deg); transform-origin: left center; }
.editorial-hero-copy > p { max-width: 650px; margin: 0 0 32px; color: #404156; font-size: 1.16rem; line-height: 1.72; }
.editorial-hero-copy .button-row { align-items: center; gap: 22px; }

.work-collage { position: relative; min-height: 590px; }
.work-collage::before { content: ""; position: absolute; width: 86%; height: 78%; right: 0; top: 4%; background: var(--navy); border-radius: 48% 48% 4px 4px; transform: rotate(4deg); }
.work-collage::after { content: ""; position: absolute; width: 210px; height: 210px; right: -60px; bottom: 16px; border: 22px solid var(--red); border-radius: 50%; opacity: .92; }
.collage-browser { position: absolute; z-index: 2; overflow: hidden; width: 92%; right: 5%; top: 78px; background: #fff; border: 1px solid rgba(7,7,68,.15); box-shadow: 0 30px 55px rgba(7,7,68,.19); transform: rotate(-2.2deg); }
.collage-browser > img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; object-position: center; }
.browser-bar { display: flex; align-items: center; gap: 6px; height: 35px; padding: 0 12px; background: #f2f1ed; border-bottom: 1px solid #ddd9d0; }
.browser-bar i { width: 7px; height: 7px; background: #b9b7b1; border-radius: 50%; }
.browser-bar span { margin-left: 9px; color: #87857e; font-size: .58rem; letter-spacing: .04em; }
.collage-seal { position: absolute; z-index: 4; display: grid; place-content: center; width: 156px; height: 156px; right: -12px; top: 5px; color: #fff; text-align: center; background: var(--red); border: 6px solid var(--cream); border-radius: 50%; transform: rotate(8deg); }
.collage-seal strong { font-family: Georgia, "Times New Roman", serif; font-size: 2.65rem; font-weight: 400; line-height: 1; }
.collage-seal span { margin-top: 6px; font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.collage-note { position: absolute; z-index: 4; left: -18px; bottom: 48px; display: flex; align-items: center; gap: 10px; padding: 15px 18px; color: var(--navy); background: #fff; border: 1px solid rgba(7,7,68,.16); box-shadow: 10px 12px 0 var(--red); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; transform: rotate(1.5deg); }
.collage-note svg { color: var(--red); }

.hero-proof { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 54px; align-items: center; padding-top: 29px; padding-bottom: 29px; border-top: 1px solid rgba(7,7,68,.16); }
.hero-proof p { max-width: 610px; margin: 0; font-size: .88rem; line-height: 1.55; }
.hero-proof p strong { color: var(--navy); }
.hero-proof ul { display: flex; gap: 23px; margin: 0; padding: 0; list-style: none; color: var(--navy); font-size: .72rem; font-weight: 800; }
.hero-proof li { display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.hero-proof svg { color: var(--red); }

.customer-ribbon { padding: 38px 0 42px; background: #fff; border-top: 1px solid #e7e4dc; border-bottom: 1px solid #e7e4dc; }
.ribbon-label { display: block; margin-bottom: 28px; color: #7c7b83; font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.customer-logo-row { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 48px; }
.customer-logo-row img { width: 100%; height: 46px; object-fit: contain; filter: grayscale(1); opacity: .58; }
.customer-logo-row img:hover { filter: none; opacity: 1; }

.editorial-services { background: #fff; }
.editorial-heading { display: grid; grid-template-columns: 55px 1.15fr .85fr; gap: 42px; align-items: end; margin-bottom: 74px; }
.section-index { align-self: start; padding-top: 5px; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.editorial-heading h2, .manifesto-title h2, .voices-intro h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 5.7vw, 6.2rem); font-weight: 400; line-height: .94; letter-spacing: -.06em; }
.editorial-heading h2 em, .manifesto-title h2 em { font-weight: 400; color: var(--red); }
.editorial-heading > p { max-width: 470px; margin: 0 0 7px; font-size: 1.02rem; line-height: 1.75; }
.service-ledger { border-top: 1px solid var(--navy); }
.service-row { display: grid; grid-template-columns: 55px 65px 1fr 40px; gap: 26px; align-items: center; min-height: 150px; padding: 23px 12px 23px 0; border-bottom: 1px solid #cacbd0; transition: padding .22s ease, background .22s ease; }
.service-row:hover { padding-left: 18px; padding-right: 18px; background: var(--cream); }
.service-number { color: #888995; font-size: .68rem; font-weight: 800; }
.service-icon { display: grid; place-items: center; width: 55px; height: 55px; color: #fff; background: var(--navy); border-radius: 50%; }
.service-copy { display: grid; grid-template-columns: minmax(250px, .8fr) 1.2fr; gap: 55px; align-items: center; }
.service-copy strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.6vw, 2.35rem); font-weight: 400; line-height: 1.08; }
.service-copy small { max-width: 540px; font-size: .91rem; line-height: 1.65; }
.service-arrow { color: var(--red); transition: transform .2s; }
.service-row:hover .service-arrow { transform: translate(4px, 4px); }
.service-footnote { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding-top: 28px; }
.service-footnote p { max-width: 670px; margin: 0; font-size: .86rem; line-height: 1.6; }

.dark-manifesto { color: #d7d8e7; background: var(--navy); }
.manifesto-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 125px; }
.manifesto-title { align-self: start; position: sticky; top: 35px; }
.manifesto-title h2 { color: #fff; }
.manifesto-title h2 em { display: inline-block; margin-top: 8px; padding: .02em .11em .1em; color: #fff; background: var(--red); transform: rotate(-.8deg); }
.manifesto-title > p { max-width: 500px; margin: 28px 0 0; color: #bfc0d4; font-size: 1.02rem; line-height: 1.75; }
.manifesto-list { border-top: 1px solid rgba(255,255,255,.3); }
.manifesto-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.manifesto-list article > span { padding-top: 5px; color: #ff728a; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.manifesto-list h3 { margin: 0 0 10px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.85rem; font-weight: 400; letter-spacing: -.03em; }
.manifesto-list p { max-width: 540px; margin: 0; color: #bfc0d4; line-height: 1.7; }

.selected-work { background: var(--cream); }
.work-heading { grid-template-columns: 55px 1fr auto; }
.work-heading .text-link { margin-bottom: 12px; }
.work-showcase { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: start; }
.work-item { display: flex; flex-direction: column; min-height: 565px; padding: 30px; background: #fff; border: 1px solid rgba(7,7,68,.13); }
.work-item-2 { margin-top: 110px; }
.work-item-3 { margin-top: -70px; }
.work-logo { display: grid; place-items: center; min-height: 250px; margin-bottom: 27px; background: #e8edf0; overflow: hidden; }
.work-item-2 .work-logo { background: #e4efe9; }
.work-item-3 .work-logo { background: #ede8e2; }
.work-logo img { width: 50%; height: 110px; object-fit: contain; }
.work-meta { display: flex; justify-content: space-between; color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.work-item h3 { margin: 12px 0 12px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 2.25rem; font-weight: 400; letter-spacing: -.04em; }
.work-item p { max-width: 570px; margin: 0 0 18px; line-height: 1.7; }
.work-item > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--navy); font-size: .82rem; font-weight: 800; }

.voices-section { background: #fff; }
.voices-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 105px; }
.voices-intro { align-self: start; position: sticky; top: 35px; }
.voices-intro h2 { font-size: clamp(3.2rem, 4.7vw, 5.2rem); }
.voice-list { border-top: 1px solid var(--navy); }
.voice-list blockquote { display: grid; grid-template-columns: 44px 1fr; gap: 18px; margin: 0; padding: 36px 0; border-bottom: 1px solid #cacbd0; }
.voice-list .quote-number { padding-top: 8px; color: var(--red); font-size: .66rem; font-weight: 900; }
.voice-list blockquote > p { grid-column: 2; margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.3vw, 2.05rem); line-height: 1.35; letter-spacing: -.025em; }
.voice-list blockquote footer { grid-column: 2; display: flex; gap: 10px; align-items: center; margin-top: 20px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.voice-list blockquote footer strong { color: var(--navy); }
.voice-list blockquote footer span { color: #777887; }

.cta-section { padding: 0 0 92px; background: #fff; }
.cta-card { position: relative; overflow: hidden; grid-template-columns: 1.2fr .6fr; padding: 76px 78px; border-radius: 0; box-shadow: none; }
.cta-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -140px; top: -145px; border: 34px solid var(--red); border-radius: 50%; }
.cta-card h2 { max-width: 730px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(2.8rem, 4.7vw, 5rem); line-height: .98; }
.cta-actions { position: relative; z-index: 2; }
.cta-actions .button { border-radius: 3px; }

.site-footer { background: #040431; }

/* Keep inner pages in the same editorial system */
.page-hero { padding: 105px 0 100px; background: var(--cream); }
.page-hero::before { opacity: .45; }
.page-hero h1, .content-intro h2, .service-group-head h2, .about-copy h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.content-section { background: #fff; }
.content-section.alt { background: var(--cream); }
.service-item, .case-card, .contact-form { border-radius: 0; box-shadow: none; }

@media (max-width: 1040px) {
  .editorial-hero { padding-top: 80px; }
  .editorial-hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .editorial-hero-copy { max-width: 820px; }
  .work-collage { width: min(760px, 100%); min-height: 620px; }
  .hero-proof { grid-template-columns: 1fr; gap: 18px; }
  .editorial-heading { grid-template-columns: 45px 1fr; }
  .editorial-heading > p, .work-heading .text-link { grid-column: 2; }
  .service-copy { gap: 30px; }
  .manifesto-grid, .voices-grid { grid-template-columns: 1fr; gap: 65px; }
  .manifesto-title, .voices-intro { position: static; }
}

@media (max-width: 760px) {
  .site-container { width: min(100% - 34px, 1240px); }
  .section { padding: 88px 0; }
  .nav-row { min-height: 78px; }
  .brand img { width: 183px; }
  .editorial-hero { padding-top: 64px; }
  .editorial-hero-grid { min-height: auto; }
  .editorial-hero-copy { padding-bottom: 15px; }
  .editorial-hero-copy h1 { font-size: clamp(3.15rem, 15vw, 5.2rem); }
  .editorial-hero-copy h1 span { margin-top: 10px; }
  .editorial-hero-copy > p { font-size: 1rem; }
  .editorial-hero-copy .button-row { align-items: stretch; flex-direction: column; }
  .quiet-link { align-self: flex-start; }
  .work-collage { min-height: 390px; margin-top: 10px; }
  .work-collage::before { width: 90%; height: 75%; }
  .work-collage::after { width: 130px; height: 130px; right: -30px; border-width: 14px; }
  .collage-browser { width: 94%; right: 3%; top: 53px; }
  .collage-browser > img { aspect-ratio: 1.35; }
  .collage-seal { width: 106px; height: 106px; right: -5px; border-width: 4px; }
  .collage-seal strong { font-size: 1.85rem; }
  .collage-seal span { font-size: .48rem; }
  .collage-note { left: 0; bottom: 24px; padding: 11px 12px; font-size: .58rem; box-shadow: 6px 7px 0 var(--red); }
  .hero-proof { padding-top: 25px; }
  .hero-proof ul { align-items: flex-start; flex-direction: column; gap: 9px; }
  .customer-ribbon { padding-block: 31px; }
  .customer-logo-row { grid-template-columns: repeat(2, 1fr); gap: 25px 35px; }
  .customer-logo-row img:last-child { grid-column: 1 / -1; width: 42%; justify-self: center; }
  .editorial-heading { grid-template-columns: 30px 1fr; gap: 20px; margin-bottom: 52px; }
  .editorial-heading h2, .manifesto-title h2 { font-size: clamp(3.1rem, 14vw, 5rem); }
  .editorial-heading > p, .work-heading .text-link { grid-column: 1 / -1; }
  .service-row { grid-template-columns: 28px 48px 1fr; gap: 13px; min-height: 140px; padding-block: 20px; }
  .service-icon { width: 46px; height: 46px; }
  .service-copy { display: block; }
  .service-copy strong { display: block; margin-bottom: 8px; font-size: 1.45rem; }
  .service-copy small { display: block; font-size: .81rem; }
  .service-arrow { display: none; }
  .service-footnote { align-items: flex-start; flex-direction: column; }
  .manifesto-grid { gap: 50px; }
  .manifesto-list article { grid-template-columns: 36px 1fr; }
  .work-showcase { grid-template-columns: 1fr; }
  .work-item, .work-item-2, .work-item-3 { min-height: 500px; margin-top: 0; padding: 22px; }
  .work-logo { min-height: 190px; }
  .voices-grid { gap: 45px; }
  .voice-list blockquote { grid-template-columns: 32px 1fr; }
  .cta-section { padding-bottom: 0; }
  .cta-card { padding: 52px 28px; }
}

/* 2026 rebrand teaser */
.nr-page { min-height: 100vh; color: #111; background: #fff; font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; }
.nr-header { position: relative; z-index: 20; width: min(1420px, calc(100% - 72px)); min-height: 96px; margin: 0 auto; display: flex; align-items: center; gap: 52px; border-bottom: 1px solid #d9d9d2; }
.nr-logo { margin-right: auto; color: #0d0d0d; }
.nr-logo-signal { display: inline-flex; align-items: baseline; gap: 0; white-space: nowrap; font-size: 1.86rem; line-height: .88; letter-spacing: -.077em; }
.nr-logo-signal strong { font-family: "Arial Black", Arial, Helvetica, sans-serif; font-weight: 950; letter-spacing: -.13em; }
.nr-logo-signal > span { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; font-weight: 520; }
.nr-logo-i { position: relative; display: inline-block; }
.nr-logo-i::after { content: ""; position: absolute; width: .14em; height: .14em; left: .11em; top: -.075em; background: #ffd91a; }
.nr-header nav { display: flex; gap: 38px; }
.nr-header nav a { font-size: .82rem; font-weight: 750; }
.nr-header nav a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.nr-header-cta, .nr-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: #111; font-weight: 800; }
.nr-header-cta { min-height: 46px; padding: 0 20px; font-size: .78rem; }
.nr-header-cta:hover, .nr-button:hover { color: #111; background: #ffd91a; }
.nr-menu { display: none; color: #111; background: none; border: 0; }

.nr-hero { position: relative; width: min(1420px, calc(100% - 72px)); min-height: 710px; margin: 0 auto; display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; padding: 80px 0 68px; }
.nr-hero::before { content: ""; position: absolute; width: 9px; height: 9px; left: -26px; top: 22%; background: #ffd91a; border-radius: 50%; }
.nr-hero-copy { position: relative; z-index: 5; }
.nr-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; font-size: .69rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.nr-kicker::before { content: ""; width: 25px; height: 3px; background: #ffd91a; }
.nr-hero h1 { margin: 0 0 30px; color: #0d0d0d; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.6rem, 7.25vw, 8.2rem); font-weight: 400; line-height: .86; letter-spacing: -.075em; }
.nr-hero h1 mark { display: table; margin-top: .13em; padding: .01em .09em .1em .06em; color: #111; background: #ffd91a; line-height: .88; transform: rotate(-.55deg); transform-origin: left center; }
.nr-hero-copy > p { max-width: 610px; margin: 0 0 34px; color: #484840; font-size: 1.12rem; line-height: 1.68; }
.nr-actions { display: flex; align-items: center; gap: 23px; }
.nr-button { min-height: 56px; padding: 0 24px; font-size: .84rem; }
.nr-text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; color: #111; border-bottom: 1px solid #111; font-size: .82rem; font-weight: 800; }

.nr-hero-art { position: relative; min-height: 560px; }
.nr-yellow-orbit { position: absolute; z-index: 0; width: 82%; height: 72%; right: -1%; top: 2%; background: #ffd91a; }
.nr-yellow-orbit::after { content: ""; position: absolute; width: 34%; height: 22%; right: -6%; bottom: -8%; background: #111; }
.nr-art-image { position: absolute; z-index: 2; overflow: hidden; width: 94%; right: 3%; top: 46px; background: #111; border: 1px solid #111; box-shadow: 0 30px 60px rgba(0,0,0,.22); transform: rotate(-.7deg); }
.nr-art-image img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.nr-code-meta { position: absolute; z-index: 5; left: -5px; bottom: 37px; display: grid; grid-template-columns: 24px 20px 1fr; gap: 10px; align-items: center; min-width: 250px; padding: 16px 18px; color: #fff; background: #111; border-left: 5px solid #ffd91a; box-shadow: 8px 9px 0 rgba(17,17,17,.13); }
.nr-code-meta > span { color: #ffd91a; font-size: .62rem; font-weight: 900; }
.nr-code-meta strong { font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.nr-code-caption { position: absolute; z-index: 6; right: -2px; bottom: 4px; display: flex; flex-direction: column; gap: 4px; min-width: 205px; padding: 17px 20px; color: #111; background: #ffd91a; }
.nr-code-caption span { font-size: .56rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nr-code-caption strong { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 400; }

.nr-proof { min-height: 68px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; padding: 0 max(36px, calc((100vw - 1420px) / 2)); color: #fff; background: #111; }
.nr-proof span { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.nr-proof svg { color: #ffd91a; }
.nr-client-strip { padding: 34px max(36px, calc((100vw - 1420px) / 2)) 42px; border-bottom: 1px solid #deded8; }
.nr-client-strip > span { display: block; margin-bottom: 24px; color: #898983; font-size: .6rem; font-weight: 850; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.nr-client-strip > div { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 60px; }
.nr-client-strip img { width: 100%; height: 43px; object-fit: contain; filter: grayscale(1); opacity: .58; }

.nr-services { padding: 130px max(36px, calc((100vw - 1420px) / 2)); background: #f5f3ed; }
.nr-services-head { display: grid; grid-template-columns: 90px 1.1fr .65fr; gap: 45px; align-items: end; margin-bottom: 70px; }
.nr-services-head > span { align-self: start; padding-top: 7px; font-size: .63rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nr-services-head h2 { margin: 0; color: #111; font-family: Georgia, serif; font-size: clamp(4.1rem, 6.4vw, 7rem); font-weight: 400; line-height: .88; letter-spacing: -.07em; }
.nr-services-head h2 em { color: #111; font-weight: 400; text-decoration: underline; text-decoration-color: #ffd91a; text-decoration-thickness: .14em; text-underline-offset: .03em; }
.nr-services-head > p { margin: 0 0 8px; color: #55554f; line-height: 1.68; }
.nr-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nr-service { position: relative; min-height: 465px; display: flex; flex-direction: column; padding: 30px; }
.nr-service > span { align-self: flex-end; font-size: .63rem; font-weight: 850; }
.nr-service > svg:not(.nr-card-arrow) { width: 85px; height: 85px; margin-top: 45px; stroke-width: 1.3; }
.nr-service > div { margin-top: auto; }
.nr-service h3 { max-width: 360px; margin: 0 0 14px; font-family: Georgia, serif; font-size: 2.25rem; font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.nr-service p { max-width: 390px; margin: 0; font-size: .88rem; line-height: 1.65; }
.nr-card-arrow { position: absolute; right: 29px; bottom: 29px; transform: rotate(-45deg); }
.nr-service p + .nr-card-arrow { margin-left: auto; }
.nr-service-yellow { background: #ffd91a; }
.nr-service-white { background: #fff; }
.nr-service-black { color: #fff; background: #111; }
.nr-service-black h3 { color: #fff; }
.nr-service-black p { color: #c9c9c2; }

.nr-statement { padding: 105px max(36px, calc((100vw - 1420px) / 2)) 120px; color: #fff; background: #111; }
.nr-statement > span { color: #ffd91a; font-size: .65rem; font-weight: 850; letter-spacing: .15em; }
.nr-statement h2 { max-width: 1220px; margin: 28px 0 0; color: #fff; font-family: Georgia, serif; font-size: clamp(3.2rem, 5.6vw, 6.2rem); font-weight: 400; line-height: .96; letter-spacing: -.06em; }
.nr-statement h2 em { color: #ffd91a; font-weight: 400; }

@media (max-width: 1080px) {
  .nr-header, .nr-hero { width: min(100% - 44px, 1420px); }
  .nr-header nav, .nr-header-cta { display: none; }
  .nr-menu { display: grid; place-items: center; }
  .nr-hero { grid-template-columns: 1fr; padding-top: 70px; }
  .nr-hero-copy { max-width: 900px; }
  .nr-hero-art { width: min(850px, 100%); }
  .nr-services-head { grid-template-columns: 60px 1fr; }
  .nr-services-head > p { grid-column: 2; }
  .nr-service-grid { grid-template-columns: 1fr 1fr; }
  .nr-service-black { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .nr-header { min-height: 76px; }
  .nr-logo-signal { font-size: 1.62rem; }
  .nr-hero { width: min(100% - 30px, 1420px); min-height: auto; gap: 25px; padding: 58px 0 45px; }
  .nr-hero h1 { font-size: clamp(3.55rem, 16vw, 5.4rem); }
  .nr-hero-copy > p { font-size: 1rem; }
  .nr-actions { align-items: flex-start; flex-direction: column; }
  .nr-hero-art { min-height: 385px; }
  .nr-art-image { width: 97%; right: 0; top: 38px; border-width: 4px; }
  .nr-yellow-orbit { width: 84%; height: 69%; }
  .nr-code-meta { left: 0; bottom: 14px; min-width: 205px; padding: 12px 13px; grid-template-columns: 20px 18px 1fr; }
  .nr-code-caption { right: 0; bottom: -18px; min-width: 155px; padding: 12px 14px; }
  .nr-code-caption strong { font-size: .9rem; }
  .nr-proof { grid-template-columns: 1fr 1fr; gap: 13px; padding: 20px 16px; }
  .nr-proof span { justify-content: flex-start; font-size: .57rem; }
  .nr-client-strip { padding-inline: 20px; }
  .nr-client-strip > div { grid-template-columns: repeat(2, 1fr); gap: 26px 35px; }
  .nr-client-strip img:last-child { grid-column: 1 / -1; width: 45%; justify-self: center; }
  .nr-services { padding: 85px 17px; }
  .nr-services-head { grid-template-columns: 30px 1fr; gap: 18px; margin-bottom: 48px; }
  .nr-services-head h2 { font-size: clamp(3.4rem, 15vw, 5.4rem); }
  .nr-services-head > p { grid-column: 1 / -1; }
  .nr-service-grid { grid-template-columns: 1fr; }
  .nr-service, .nr-service-black { grid-column: auto; min-height: 395px; }
  .nr-service > svg:not(.nr-card-arrow) { width: 70px; height: 70px; }
  .nr-statement { padding: 80px 18px; }
}

/* WordPress integration */
.skip-link { position: fixed; z-index: 9999; left: 12px; top: 12px; padding: 12px 16px; color: #111; background: var(--signal-yellow); font-weight: 800; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.menu-toggle { display: none; place-items: center; width: 46px; height: 46px; padding: 0; color: #111; background: #fff; border: 1px solid #111; cursor: pointer; }
.mobile-nav { position: absolute; z-index: 40; right: 36px; top: 80px; width: min(330px, calc(100vw - 32px)); padding: 16px; background: #fff; border: 1px solid #111; box-shadow: 10px 10px 0 var(--signal-yellow); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: block; padding: 14px 10px; color: #111; font-weight: 800; border-bottom: 1px solid var(--signal-line); }
.desktop-nav .menu-item { list-style: none; }
.desktop-nav .menu-item a { display: inline-flex; }
.sf26-service > svg:last-child { position: absolute; right: 29px; bottom: 29px; width: 24px; height: 24px; margin: 0; transform: rotate(-45deg); }

/* Final 4.0 cascade */
.site-header{height:96px;position:relative;top:auto;background:#fff;border-bottom:1px solid var(--sf-line);box-shadow:none}.signal-wordmark,.desktop-nav a{color:var(--sf-ink)}.header-cta{color:#fff;background:var(--sf-ink)}.page-hero{margin:0 clamp(.7rem,1.6vw,1.5rem);padding:clamp(4.5rem,8vw,8rem) 0;background:var(--sf-yellow);border:0;border-radius:0 0 38px 38px}.page-hero:before,.page-hero:after{display:none}.page-hero-grid{grid-template-columns:1.08fr .92fr;gap:clamp(2.5rem,7vw,7rem);align-items:end}.page-hero .breadcrumb{margin-bottom:clamp(3rem,7vw,6rem);color:var(--sf-ink)}.page-hero h1{color:var(--sf-ink);font-size:clamp(3rem,6vw,6.7rem);line-height:.89}.page-hero-side{overflow:hidden;color:#fff;background:var(--sf-ink);border:2px solid var(--sf-ink);border-radius:27px;box-shadow:13px 15px 0 rgba(17,17,15,.14)}.page-hero-side>p{max-width:none;margin:0;padding:clamp(1.6rem,3vw,2.5rem);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.62}.page-hero-signal{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #41413d}.page-hero-signal span{padding:1rem;display:grid;gap:.35rem;border-right:1px solid #41413d;font-size:.7rem;font-weight:800}.page-hero-signal small{color:var(--sf-yellow)}.content-section{background:#fff}.content-section.alt,.service-group.alt,.process-section{background:var(--sf-paper)}.shortcut-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border:0}.shortcut-grid a,.service-item,.case-card,.article-card{border:2px solid var(--sf-ink);border-radius:24px}.shortcut-grid a:nth-child(3n+2),.service-item:nth-child(3n+2),.case-card:nth-child(3n+2),.article-card:nth-child(2){background:var(--sf-yellow)}.shortcut-grid a:nth-child(3n+3){color:#fff;background:var(--sf-blue)}.service-item:nth-child(3n+3),.case-card:nth-child(3n+3){background:var(--sf-mint)}.service-grid,.case-grid,.article-grid{gap:1rem}.faq-section{background:var(--sf-pink)}.contact-form{background:var(--sf-yellow);border:2px solid var(--sf-ink);border-radius:28px;box-shadow:12px 13px 0 var(--sf-ink)}.cta-section{padding:clamp(1rem,2vw,2rem);background:var(--sf-paper)}.cta-card{width:100%;max-width:none;padding:clamp(4rem,8vw,8rem);color:var(--sf-ink);background:var(--sf-yellow);border:0;border-radius:38px}.cta-card h2{font-size:clamp(3.2rem,6.5vw,7rem);line-height:.88}.site-footer{color:#fff;background:var(--sf-ink)}

.refined-home{--rp-ink:#11110f;--rp-yellow:#f5d819;--rp-blue:#526be4;--rp-mint:#79ddca;--rp-pink:#f2cfd5;--rp-paper:#f5f4ef;color:var(--rp-ink);background:var(--rp-paper)}.refined-home a{color:inherit;text-decoration:none}.rp-hero{min-height:760px;margin:0 clamp(.7rem,1.6vw,1.5rem);padding:clamp(4rem,7vw,7rem) clamp(1.2rem,5vw,5.5rem);display:grid;grid-template-columns:1.05fr .95fr;gap:6vw;align-items:center;background:var(--rp-yellow);border-radius:0 0 38px 38px}.rp-hero-copy>span,.rp-heading>span,.rp-services-intro>span,.rp-connected>div:first-child>span,.rp-work-heading>span,.rp-process>div:last-child>span,.rp-voices-heading>span,.rp-news-heading>span,.rp-cta>span{display:block;margin-bottom:1.5rem;font-size:.69rem;font-weight:900;letter-spacing:.14em}.rp-hero h1{margin:0;font-size:clamp(3.6rem,6.6vw,7.5rem);line-height:.87;letter-spacing:-.075em}.rp-hero h1 b,.rp-hero h1 strong{display:block}.rp-hero h1 strong{color:#fff}.rp-hero p{max-width:620px;margin:1.8rem 0;font-size:clamp(1rem,1.35vw,1.19rem);line-height:1.6}.rp-actions{display:flex;align-items:center;gap:1.5rem}.rp-actions a{display:flex;align-items:center;gap:.6rem;font-size:.8rem;font-weight:850}.rp-actions a:first-child{padding:.95rem 1.2rem;color:#fff;background:var(--rp-ink);border-radius:999px}.rp-hero-graphic{position:relative;padding:2rem 0}.rp-analytics{position:relative;z-index:2;overflow:hidden;color:#fff;background:var(--rp-ink);border:2px solid var(--rp-ink);border-radius:27px;box-shadow:15px 17px 0 rgba(17,17,15,.14)}.rp-window{height:50px;padding:0 1.1rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #393936;font-size:.62rem}.rp-window>span,.rp-process-code header>span{display:flex;gap:5px}.rp-window i,.rp-process-code header i{width:7px;height:7px;border-radius:50%;background:var(--rp-pink)}.rp-window i:nth-child(2),.rp-process-code header i:nth-child(2){background:var(--rp-yellow)}.rp-window i:nth-child(3),.rp-process-code header i:nth-child(3){background:var(--rp-mint)}.rp-window small{justify-self:end;padding:.28rem .5rem;color:var(--rp-ink);background:var(--rp-mint);border-radius:999px}.rp-analytics-body{padding:1.5rem;display:grid;grid-template-columns:.72fr 1.28fr;gap:1.4rem}.rp-analytics-body>div:first-child{display:flex;flex-direction:column}.rp-analytics-body>div:first-child>span{color:var(--rp-yellow);font-size:.57rem;font-weight:900}.rp-analytics-body strong{margin:.7rem 0;font-size:clamp(1.25rem,2vw,2rem);line-height:1}.rp-analytics-body small{margin-top:auto;color:#999}.rp-bars{height:185px;padding:1rem 1rem 0;display:flex;align-items:flex-end;gap:8px;border:1px solid #3e3e3a;border-radius:16px}.rp-bars i{flex:1;height:28%;background:var(--rp-pink);border-radius:6px 6px 0 0}.rp-bars i:nth-child(2){height:43%;background:#fff}.rp-bars i:nth-child(3){height:38%;background:var(--rp-blue)}.rp-bars i:nth-child(4){height:60%;background:var(--rp-yellow)}.rp-bars i:nth-child(5){height:55%;background:var(--rp-mint)}.rp-bars i:nth-child(6){height:76%;background:#fff}.rp-bars i:nth-child(7){height:92%;background:var(--rp-yellow)}.rp-analytics-body footer{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);padding-top:.8rem;border-top:1px solid #393936;color:#aaa;text-align:center;font-size:.59rem}.rp-code{position:absolute;z-index:3;right:-5%;bottom:-14%;width:54%;overflow:hidden;color:#fff;background:var(--rp-blue);border:2px solid var(--rp-ink);border-radius:18px;box-shadow:8px 9px 0 var(--rp-ink);transform:rotate(2deg)}.rp-code header{height:38px;padding:0 .8rem;display:flex;align-items:center;gap:5px;color:var(--rp-ink);background:#fff;border-bottom:2px solid var(--rp-ink)}.rp-code header i{width:6px;height:6px;background:var(--rp-ink);border-radius:50%}.rp-code header span{margin-left:auto;font-size:.55rem}.rp-code code{display:block;padding:1rem;font-size:.69rem;line-height:1.65}.rp-code code b{color:var(--rp-yellow)}.rp-signal{position:absolute;z-index:4;left:-8%;top:-5%;padding:.9rem 1rem;display:flex;align-items:center;gap:.65rem;background:#fff;border:2px solid var(--rp-ink);border-radius:999px;box-shadow:6px 7px 0 var(--rp-ink);font-size:.56rem;font-weight:900;transform:rotate(-3deg)}.rp-proof{min-height:88px;margin:0 clamp(.7rem,1.6vw,1.5rem);padding:1.2rem clamp(1.2rem,5vw,5.5rem);display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:center}.rp-proof span{display:flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:800}

/* SF 4.0 — approved production direction */
:root{--sf-ink:#11110f;--sf-yellow:#f5d819;--sf-blue:#526be4;--sf-mint:#79ddca;--sf-pink:#f2cfd5;--sf-paper:#f5f4ef;--sf-line:#d6d5cf}
body{color:var(--sf-ink);background:var(--sf-paper);font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif}.site-container{width:min(1260px,calc(100% - 48px))}h1,h2,h3{font-weight:720;letter-spacing:-.045em}.eyebrow{font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.site-header{height:96px;position:relative;top:auto;background:#fff;border-bottom:1px solid var(--sf-line);box-shadow:none}.nav-row{height:100%}.signal-wordmark{color:var(--sf-ink)}.desktop-nav a{color:var(--sf-ink);font-size:.82rem;font-weight:800}.header-cta{color:#fff;background:var(--sf-ink);border-radius:999px}.theme-toggle,.menu-toggle{color:var(--sf-ink);background:#fff;border:1px solid var(--sf-line);border-radius:50%}
.page-hero{margin:0 clamp(.7rem,1.6vw,1.5rem);padding:clamp(4.5rem,8vw,8rem) 0;background:var(--sf-yellow);border:0;border-radius:0 0 38px 38px}.page-hero:before,.page-hero:after{display:none}.page-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(2.5rem,7vw,7rem);align-items:end}.page-hero .breadcrumb{margin-bottom:clamp(3rem,7vw,6rem);color:var(--sf-ink)}.page-hero .eyebrow{color:var(--sf-ink)}.page-hero h1{max-width:820px;margin:.9rem 0 0;color:var(--sf-ink);font-size:clamp(3rem,6vw,6.7rem);line-height:.89;letter-spacing:-.07em}.page-hero-side{overflow:hidden;color:#fff;background:var(--sf-ink);border:2px solid var(--sf-ink);border-radius:27px;box-shadow:13px 15px 0 rgba(17,17,15,.14)}.page-hero-side>p{max-width:none;margin:0;padding:clamp(1.6rem,3vw,2.5rem);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.62}.page-hero-signal{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #41413d}.page-hero-signal span{padding:1rem;display:grid;gap:.35rem;border-right:1px solid #41413d;font-size:.7rem;font-weight:800}.page-hero-signal small{color:var(--sf-yellow);font-size:.55rem}
.content-section{padding:clamp(5.5rem,9vw,9rem) 0;background:#fff}.content-section.alt,.service-group.alt,.process-section{background:var(--sf-paper)}.content-section h2{color:var(--sf-ink);font-size:clamp(2.5rem,4.8vw,5.2rem);line-height:.93;letter-spacing:-.06em}.content-section p{color:#55554f;line-height:1.68}.content-intro,.service-group-head,.specialist-lead{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,7vw,7rem);align-items:end;margin-bottom:3.5rem}.shortcut-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.shortcut-grid a,.service-item,.service-card{color:var(--sf-ink);background:var(--sf-paper);border:2px solid var(--sf-ink);border-radius:24px}.shortcut-grid a:nth-child(3n+2),.service-item:nth-child(3n+2),.service-card:nth-child(3n+2){background:var(--sf-yellow)}.shortcut-grid a:nth-child(3n+3){color:#fff;background:var(--sf-blue)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-item{min-height:250px;padding:1.6rem;display:flex;flex-direction:column}.service-item:nth-child(3n+3){background:var(--sf-mint)}.service-item h3{margin:auto 0 .8rem;font-size:clamp(1.35rem,2vw,2rem)}.service-item p{margin:0;color:#343431}.process-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.process-list li{min-height:250px;padding:1.5rem;color:#fff;background:var(--sf-ink);border-radius:25px}.process-list li:nth-child(2){color:var(--sf-ink);background:var(--sf-yellow)}.process-list li:nth-child(3){color:var(--sf-ink);background:var(--sf-mint)}.faq-section{background:var(--sf-pink)}.faq-list details{margin-bottom:.8rem;color:var(--sf-ink);background:#fff;border:2px solid var(--sf-ink);border-radius:20px}.related-services{background:var(--sf-blue)}
.case-grid,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.case-card,.article-card{color:var(--sf-ink);background:var(--sf-paper);border:2px solid var(--sf-ink);border-radius:26px}.case-card:nth-child(3n+2),.article-card:nth-child(2){background:var(--sf-yellow)}.case-card:nth-child(3n+3){background:var(--sf-mint)}.contact-form{background:var(--sf-yellow);border:2px solid var(--sf-ink);border-radius:28px;box-shadow:12px 13px 0 var(--sf-ink)}.contact-form input,.contact-form textarea{background:#fff;border:2px solid var(--sf-ink);border-radius:12px}.article-header{color:var(--sf-ink);background:var(--sf-yellow)}.article-header h1{font-size:clamp(3.2rem,7vw,7.2rem);line-height:.88}.article-image img{border:2px solid var(--sf-ink);border-radius:30px}.article-takeaway{background:var(--sf-mint);border:2px solid var(--sf-ink);border-radius:22px}.cta-section{padding:clamp(1rem,2vw,2rem);background:var(--sf-paper)}.cta-card{width:100%;max-width:none;padding:clamp(4rem,8vw,8rem);color:var(--sf-ink);background:var(--sf-yellow);border:0;border-radius:38px}.cta-card h2{font-size:clamp(3.2rem,6.5vw,7rem);line-height:.88}.site-footer{color:#fff;background:var(--sf-ink)}

/* Signal 3.1 final WordPress cascade */
:root { --signal-blue:#4965f5; --signal-coral:#ff6a55; --signal-mint:#67dfcb; --signal-blush:#f6cfd2; }
.sf26-hero-copy h1 { font-weight:740; }.sf26-section-head h2,.manifesto-title h2,.connected-copy h2,.voices-intro h2,.page-hero h1,.content-intro h2,.service-group-head h2,.about-copy h2,.contact-details h2,.contact-form h2,.faq-layout h2,.article-header h1,.article-body h2,.local-proof h2,.cta-card h2,.sf26-section-head h2 em,.manifesto-title h2 em,.sf26-service h3,.work-item h3,.service-item h3 { font-weight:720; }
.desktop-nav a,.header-cta,.button,.quiet-link,.text-link,.eyebrow,.section-index,.ribbon-label { font-weight:720; }
.outcome-grid { gap:16px; border:0; }.outcome-grid article { border:1px solid #111; }.outcome-grid article:nth-child(1) { background:var(--signal-yellow); }.outcome-grid article:nth-child(2) { background:var(--signal-blush); }.outcome-grid article:nth-child(3) { background:var(--signal-mint); }.outcome-grid article>div svg { color:#fff; background:#111; }
.sf26-service-white { color:#fff; background:var(--signal-blue); }.sf26-service-white h3,.sf26-service-white p { color:#fff; }.sf26-service-black { color:#111; background:var(--signal-mint); }.sf26-service-black h3 { color:#111; }.sf26-service-black p { color:#343a36; }
.connected-node { color:#111; background:var(--signal-blush); border-color:#111; box-shadow:7px 7px 0 rgba(0,0,0,.35); }.connected-node>span,.connected-node small { color:#252521; }.node-web { background:var(--signal-blush); transform:rotate(-1.5deg); }.node-visibility { color:#111; background:var(--signal-yellow); transform:rotate(1.5deg); }.node-content { background:var(--signal-mint); transform:rotate(1.25deg); }.node-operations { color:#fff; background:var(--signal-blue); transform:rotate(-1.25deg); }.node-operations>span,.node-operations small { color:#fff; }
.manifesto-list article:nth-child(1)>span { color:var(--signal-yellow); }.manifesto-list article:nth-child(2)>span { color:var(--signal-mint); }.manifesto-list article:nth-child(3)>span { color:var(--signal-coral); }.manifesto-list article:nth-child(4)>span { color:var(--signal-blush); }
.work-item-1 .work-logo { background:var(--signal-yellow); }.work-item-2 .work-logo { background:var(--signal-blush); }.work-item-3 .work-logo { background:var(--signal-mint); }.work-item-3 .work-logo img { filter:none; }.voices-section { background:var(--signal-blush); }
.home-article-grid>article:nth-child(1) { border-bottom:10px solid var(--signal-yellow); }.home-article-grid>article:nth-child(2) { border-bottom:10px solid var(--signal-blue); }.home-article-grid>article:nth-child(3) { border-bottom:10px solid var(--signal-mint); }
.cta-section { background:var(--signal-cream); }.cta-card { background:var(--signal-blue); }.cta-card::after { border-color:var(--signal-mint); }.cta-card .button-light { color:#111; background:var(--signal-yellow); }.cta-card p,.cta-actions a:not(.button) { color:#fff; }
.page-hero::before { border-color:var(--signal-blue); }.page-hero::after { content:""; position:absolute; right:145px; bottom:34px; width:82px; height:82px; background:var(--signal-coral); transform:rotate(-8deg); }.service-grid .service-item:nth-child(4n+1) svg { background:var(--signal-yellow); }.service-grid .service-item:nth-child(4n+2) svg { background:var(--signal-mint); }.service-grid .service-item:nth-child(4n+3) svg { background:var(--signal-blush); }.service-grid .service-item:nth-child(4n) svg { color:#fff; background:var(--signal-blue); }.case-card:nth-child(3n+2) .case-card-logo { background:var(--signal-blush); }.case-card:nth-child(3n) .case-card-logo { background:var(--signal-mint); }.case-card:nth-child(3n) .case-card-logo img { filter:none; }
.theme-toggle { flex:0 0 auto; width:44px; height:44px; display:grid; place-items:center; padding:0; color:#111; background:#fff; border:1px solid #111; cursor:pointer; transition:color .2s ease,background .2s ease,border-color .2s ease; }.theme-toggle:hover { color:#111; background:var(--signal-yellow); }.theme-toggle svg:last-child { display:none; }
html[data-theme="dark"] { color-scheme:dark; }html[data-theme="dark"] body { color:#d4d4cd; background:#0d0d0d; }html[data-theme="dark"] .site-header { background:rgba(13,13,13,.96); border-color:#393934; }html[data-theme="dark"] .signal-wordmark,html[data-theme="dark"] .desktop-nav a { color:#fff; }
html[data-theme="dark"] .theme-toggle { color:#fff; background:#181818; border-color:#76766f; }html[data-theme="dark"] .theme-toggle:hover { color:#111; background:var(--signal-yellow); border-color:var(--signal-yellow); }html[data-theme="dark"] .theme-toggle svg:first-child { display:none; }html[data-theme="dark"] .theme-toggle svg:last-child { display:block; }html[data-theme="dark"] .menu-toggle { color:#fff; background:#181818; border-color:#777; }html[data-theme="dark"] .mobile-nav { background:#181818; border-color:#555; }html[data-theme="dark"] .mobile-nav a { color:#fff; border-color:#3f3f3a; }
html[data-theme="dark"] .sf26-hero,html[data-theme="dark"] .customer-ribbon,html[data-theme="dark"] .sf26-outcomes,html[data-theme="dark"] .selected-work,html[data-theme="dark"] .cta-section,html[data-theme="dark"] .content-section,html[data-theme="dark"] .faq-section,html[data-theme="dark"] .service-shortcuts,html[data-theme="dark"] .specialist-intro,html[data-theme="dark"] .article-page,html[data-theme="dark"] .article-hub { background:#0d0d0d; }html[data-theme="dark"] .sf26-services,html[data-theme="dark"] .content-section.alt,html[data-theme="dark"] .service-group.alt { background:#181816; }html[data-theme="dark"] .page-hero { background:#151513; border-color:#3d3d38; }
html[data-theme="dark"] main h1,html[data-theme="dark"] main h2,html[data-theme="dark"] main h3,html[data-theme="dark"] .sf26-section-head h2,html[data-theme="dark"] .work-item h3,html[data-theme="dark"] .article-card h2,html[data-theme="dark"] .article-card h3 { color:#f7f7f2; }html[data-theme="dark"] .eyebrow,html[data-theme="dark"] .section-index,html[data-theme="dark"] .ribbon-label,html[data-theme="dark"] .breadcrumb,html[data-theme="dark"] .article-meta { color:#adada6; }
html[data-theme="dark"] .sf26-hero-copy>p,html[data-theme="dark"] .sf26-section-head>p,html[data-theme="dark"] .sf26-service-foot p,html[data-theme="dark"] .page-hero p,html[data-theme="dark"] .content-intro p,html[data-theme="dark"] .service-group-head p,html[data-theme="dark"] .service-item p,html[data-theme="dark"] .specialist-grid p,html[data-theme="dark"] .faq-list details p,html[data-theme="dark"] .article-body p,html[data-theme="dark"] .article-card p,html[data-theme="dark"] .work-item p { color:#bcbcb5; }
html[data-theme="dark"] .sf26-hero-copy h1 mark,html[data-theme="dark"] .sf26-section-head h2 em { color:#f7f7f2; }html[data-theme="dark"] .button-primary,html[data-theme="dark"] .header-cta { color:#111; background:var(--signal-yellow); }html[data-theme="dark"] .button-primary:hover,html[data-theme="dark"] .header-cta:hover { color:#111; background:var(--signal-mint); }html[data-theme="dark"] .sf26-tech-image { border-color:#4c4c47; }html[data-theme="dark"] .sf26-tech-image img { filter:brightness(1.12); }html[data-theme="dark"] .sf26-code-meta { background:#1b1b1a; }
html[data-theme="dark"] .quiet-link,html[data-theme="dark"] .text-link,html[data-theme="dark"] .work-item>a,html[data-theme="dark"] .article-back { color:#fff; }html[data-theme="dark"] .customer-logo-row img { filter:grayscale(1) brightness(0) invert(1); opacity:.74; }
html[data-theme="dark"] .outcome-grid h3,html[data-theme="dark"] .outcome-grid p,html[data-theme="dark"] .sf26-service-yellow h3,html[data-theme="dark"] .sf26-service-yellow p,html[data-theme="dark"] .sf26-service-black h3,html[data-theme="dark"] .sf26-service-black p,html[data-theme="dark"] .voices-section h2,html[data-theme="dark"] .voices-section p,html[data-theme="dark"] .voices-section strong { color:#111; }html[data-theme="dark"] .voices-section { background:var(--signal-blush); }
html[data-theme="dark"] .work-item,html[data-theme="dark"] .home-article-grid>article,html[data-theme="dark"] .article-card,html[data-theme="dark"] .service-item,html[data-theme="dark"] .case-card,html[data-theme="dark"] .service-card.compact,html[data-theme="dark"] .contact-form,html[data-theme="dark"] .contact-list a,html[data-theme="dark"] .contact-list div { color:#eee; background:#191918; border-color:#55554f; }html[data-theme="dark"] .work-logo,html[data-theme="dark"] .article-card-image { border-color:#55554f; }html[data-theme="dark"] .chip-row span { color:#d7d7d0; background:#2b2b28; }
html[data-theme="dark"] .shortcut-grid,html[data-theme="dark"] .specialist-grid,html[data-theme="dark"] .faq-list,html[data-theme="dark"] .local-service-links { border-color:#55554f; }html[data-theme="dark"] .shortcut-grid a,html[data-theme="dark"] .specialist-grid article,html[data-theme="dark"] .faq-list details,html[data-theme="dark"] .local-service-links a { color:#f5f5f0; border-color:#55554f; }html[data-theme="dark"] .shortcut-grid a:hover,html[data-theme="dark"] .local-service-links a:hover { color:#111; background:var(--signal-yellow); }html[data-theme="dark"] .article-header { border-color:#55554f; }html[data-theme="dark"] .article-takeaway p { color:#111; }html[data-theme="dark"] .field input,html[data-theme="dark"] .field textarea { color:#fff; background:#111; border-color:#686861; }html[data-theme="dark"] .form-note,html[data-theme="dark"] .privacy-copy p,html[data-theme="dark"] .privacy-copy li { color:#bcbcb5; }
@media (max-width:1080px) { .theme-toggle { margin-left:auto; }.brand { margin-right:0; } }@media (max-width:700px) { .outcome-grid { gap:12px; }.outcome-grid article,.outcome-grid article:last-child { min-height:280px; padding:26px; border:1px solid #111; }.connected-node { box-shadow:4px 4px 0 rgba(0,0,0,.35); transform:none; }.page-hero::after { right:28px; bottom:28px; width:48px; height:48px; }.theme-toggle { width:42px; height:42px; }.nav-row { gap:11px; } }@media (prefers-reduced-motion:reduce) { .theme-toggle { transition:none; } }

/* Signal 3.1 — chromatic editorial system */
:root { --signal-blue:#4965f5; --signal-coral:#ff6a55; --signal-mint:#67dfcb; --signal-blush:#f6cfd2; }
.sf26-hero-copy h1 { font-weight:740; }
.sf26-section-head h2,.manifesto-title h2,.connected-copy h2,.voices-intro h2,.page-hero h1,.content-intro h2,.service-group-head h2,.about-copy h2,.contact-details h2,.contact-form h2,.faq-layout h2,.article-header h1,.article-body h2,.local-proof h2,.cta-card h2 { font-weight:720; }
.sf26-section-head h2 em,.manifesto-title h2 em,.sf26-service h3,.work-item h3 { font-weight:720; }
.desktop-nav a,.header-cta,.button,.quiet-link,.text-link,.eyebrow,.section-index,.ribbon-label { font-weight:720; }
.outcome-grid { gap:16px; border:0; }
.outcome-grid article { border:1px solid #111; }
.outcome-grid article:nth-child(1) { background:var(--signal-yellow); }
.outcome-grid article:nth-child(2) { background:var(--signal-blush); }
.outcome-grid article:nth-child(3) { background:var(--signal-mint); }
.outcome-grid article>div svg { color:#fff; background:#111; }
.sf26-service-white { color:#fff; background:var(--signal-blue); }
.sf26-service-white h3,.sf26-service-white p { color:#fff; }
.sf26-service-black { color:#111; background:var(--signal-mint); }
.sf26-service-black h3 { color:#111; }.sf26-service-black p { color:#343a36; }
.sf26-service:nth-child(1):hover { box-shadow:8px 8px 0 var(--signal-coral); }
.sf26-service:nth-child(2):hover { box-shadow:8px 8px 0 var(--signal-yellow); }
.sf26-service:nth-child(3):hover { box-shadow:8px 8px 0 var(--signal-blue); }
.connected-map { border-color:#5d5d56; }
.connected-node { color:#111; border-color:#111; box-shadow:7px 7px 0 rgba(0,0,0,.35); }
.connected-node>span,.connected-node small { color:#252521; }
.node-web { background:var(--signal-blush); transform:rotate(-1.5deg); }
.node-visibility { color:#111; background:var(--signal-yellow); transform:rotate(1.5deg); }
.node-content { background:var(--signal-mint); transform:rotate(1.25deg); }
.node-operations { color:#fff; background:var(--signal-blue); transform:rotate(-1.25deg); }
.node-operations>span,.node-operations small { color:#fff; }
.manifesto-list article:nth-child(1)>span { color:var(--signal-yellow); }.manifesto-list article:nth-child(2)>span { color:var(--signal-mint); }.manifesto-list article:nth-child(3)>span { color:var(--signal-coral); }.manifesto-list article:nth-child(4)>span { color:var(--signal-blush); }
.work-item-1 .work-logo { background:var(--signal-yellow); }.work-item-2 .work-logo { background:var(--signal-blush); }.work-item-3 .work-logo { background:var(--signal-mint); }.work-item-3 .work-logo img { filter:none; }
.work-item-1:hover { box-shadow:8px 8px 0 var(--signal-coral); }.work-item-2:hover { box-shadow:8px 8px 0 var(--signal-blue); }.work-item-3:hover { box-shadow:8px 8px 0 var(--signal-yellow); }
.voices-section { background:var(--signal-blush); }
.home-article-grid>article:nth-child(1) { border-bottom:10px solid var(--signal-yellow); }.home-article-grid>article:nth-child(2) { border-bottom:10px solid var(--signal-blue); }.home-article-grid>article:nth-child(3) { border-bottom:10px solid var(--signal-mint); }
.home-article-grid>article:nth-child(1):hover { box-shadow:8px 8px 0 var(--signal-coral); }.home-article-grid>article:nth-child(2):hover { box-shadow:8px 8px 0 var(--signal-yellow); }.home-article-grid>article:nth-child(3):hover { box-shadow:8px 8px 0 var(--signal-blue); }
.cta-section { background:var(--signal-cream); }.cta-card { background:var(--signal-blue); }.cta-card::after { border-color:var(--signal-mint); }.cta-card .button-light { color:#111; background:var(--signal-yellow); }.cta-card p,.cta-actions a:not(.button) { color:#fff; }
.page-hero::before { border-color:var(--signal-blue); }.page-hero::after { content:""; position:absolute; right:145px; bottom:34px; width:82px; height:82px; background:var(--signal-coral); transform:rotate(-8deg); }
.service-grid .service-item:nth-child(4n+1) svg { background:var(--signal-yellow); }.service-grid .service-item:nth-child(4n+2) svg { background:var(--signal-mint); }.service-grid .service-item:nth-child(4n+3) svg { background:var(--signal-blush); }.service-grid .service-item:nth-child(4n) svg { color:#fff; background:var(--signal-blue); }
.case-card:nth-child(3n+2) .case-card-logo { background:var(--signal-blush); }.case-card:nth-child(3n) .case-card-logo { background:var(--signal-mint); }.case-card:nth-child(3n) .case-card-logo img { filter:none; }
.contact-list>*:nth-child(3n+1) svg { background:var(--signal-yellow); }.contact-list>*:nth-child(3n+2) svg { background:var(--signal-mint); }.contact-list>*:nth-child(3n) svg { background:var(--signal-blush); }
@media (max-width:700px) { .outcome-grid { gap:12px; }.outcome-grid article,.outcome-grid article:last-child { min-height:280px; padding:26px; border:1px solid #111; }.connected-node { transform:none; box-shadow:4px 4px 0 rgba(0,0,0,.35); }.page-hero::after { right:28px; bottom:28px; width:48px; height:48px; } }

/* Explicit light / dark mode */
.theme-toggle { flex:0 0 auto; width:44px; height:44px; display:grid; place-items:center; padding:0; color:#111; background:#fff; border:1px solid #111; cursor:pointer; transition:color .2s ease,background .2s ease,border-color .2s ease; }
.theme-toggle:hover { color:#111; background:var(--signal-yellow); }.theme-toggle svg:last-child { display:none; }
html[data-theme="dark"] { color-scheme:dark; }html[data-theme="dark"] body { color:#d4d4cd; background:#0d0d0d; }
html[data-theme="dark"] .site-header { background:rgba(13,13,13,.96); border-color:#393934; }html[data-theme="dark"] .signal-wordmark,html[data-theme="dark"] .desktop-nav a { color:#fff; }
html[data-theme="dark"] .theme-toggle { color:#fff; background:#181818; border-color:#76766f; }html[data-theme="dark"] .theme-toggle:hover { color:#111; background:var(--signal-yellow); border-color:var(--signal-yellow); }html[data-theme="dark"] .theme-toggle svg:first-child { display:none; }html[data-theme="dark"] .theme-toggle svg:last-child { display:block; }
html[data-theme="dark"] .menu-toggle { color:#fff; background:#181818; border-color:#777; }html[data-theme="dark"] .mobile-nav { background:#181818; border-color:#555; }html[data-theme="dark"] .mobile-nav a { color:#fff; border-color:#3f3f3a; }
html[data-theme="dark"] .sf26-hero,html[data-theme="dark"] .customer-ribbon,html[data-theme="dark"] .sf26-outcomes,html[data-theme="dark"] .selected-work,html[data-theme="dark"] .cta-section,html[data-theme="dark"] .content-section,html[data-theme="dark"] .faq-section,html[data-theme="dark"] .service-shortcuts,html[data-theme="dark"] .specialist-intro,html[data-theme="dark"] .article-page,html[data-theme="dark"] .article-hub { background:#0d0d0d; }
html[data-theme="dark"] .sf26-services,html[data-theme="dark"] .content-section.alt,html[data-theme="dark"] .service-group.alt { background:#181816; }html[data-theme="dark"] .page-hero { background:#151513; border-color:#3d3d38; }
html[data-theme="dark"] main h1,html[data-theme="dark"] main h2,html[data-theme="dark"] main h3,html[data-theme="dark"] .sf26-section-head h2,html[data-theme="dark"] .work-item h3,html[data-theme="dark"] .article-card h2,html[data-theme="dark"] .article-card h3 { color:#f7f7f2; }
html[data-theme="dark"] .eyebrow,html[data-theme="dark"] .section-index,html[data-theme="dark"] .ribbon-label,html[data-theme="dark"] .breadcrumb,html[data-theme="dark"] .article-meta { color:#adada6; }
html[data-theme="dark"] .sf26-hero-copy>p,html[data-theme="dark"] .sf26-section-head>p,html[data-theme="dark"] .sf26-service-foot p,html[data-theme="dark"] .page-hero p,html[data-theme="dark"] .content-intro p,html[data-theme="dark"] .service-group-head p,html[data-theme="dark"] .service-item p,html[data-theme="dark"] .specialist-grid p,html[data-theme="dark"] .faq-list details p,html[data-theme="dark"] .article-body p,html[data-theme="dark"] .article-card p,html[data-theme="dark"] .work-item p { color:#bcbcb5; }
html[data-theme="dark"] .sf26-hero-copy h1 mark { color:#f7f7f2; }html[data-theme="dark"] .button-primary,html[data-theme="dark"] .header-cta { color:#111; background:var(--signal-yellow); }html[data-theme="dark"] .button-primary:hover,html[data-theme="dark"] .header-cta:hover { color:#111; background:var(--signal-mint); }html[data-theme="dark"] .sf26-tech-image { border-color:#4c4c47; }html[data-theme="dark"] .sf26-tech-image img { filter:brightness(1.12); }html[data-theme="dark"] .sf26-code-meta { background:#1b1b1a; }
html[data-theme="dark"] .quiet-link,html[data-theme="dark"] .text-link,html[data-theme="dark"] .work-item>a,html[data-theme="dark"] .article-back { color:#fff; }html[data-theme="dark"] .customer-logo-row img { filter:grayscale(1) brightness(0) invert(1); opacity:.74; }
html[data-theme="dark"] .outcome-grid h3,html[data-theme="dark"] .outcome-grid p,html[data-theme="dark"] .sf26-service-yellow h3,html[data-theme="dark"] .sf26-service-yellow p,html[data-theme="dark"] .sf26-service-black h3,html[data-theme="dark"] .sf26-service-black p,html[data-theme="dark"] .voices-section h2,html[data-theme="dark"] .voices-section p,html[data-theme="dark"] .voices-section strong { color:#111; }html[data-theme="dark"] .voices-section { background:var(--signal-blush); }
html[data-theme="dark"] .work-item,html[data-theme="dark"] .home-article-grid>article,html[data-theme="dark"] .article-card,html[data-theme="dark"] .service-item,html[data-theme="dark"] .case-card,html[data-theme="dark"] .service-card.compact,html[data-theme="dark"] .contact-form,html[data-theme="dark"] .contact-list a,html[data-theme="dark"] .contact-list div { color:#eee; background:#191918; border-color:#55554f; }
html[data-theme="dark"] .work-logo,html[data-theme="dark"] .article-card-image { border-color:#55554f; }html[data-theme="dark"] .chip-row span { color:#d7d7d0; background:#2b2b28; }
html[data-theme="dark"] .shortcut-grid,html[data-theme="dark"] .specialist-grid,html[data-theme="dark"] .faq-list,html[data-theme="dark"] .local-service-links { border-color:#55554f; }html[data-theme="dark"] .shortcut-grid a,html[data-theme="dark"] .specialist-grid article,html[data-theme="dark"] .faq-list details,html[data-theme="dark"] .local-service-links a { color:#f5f5f0; border-color:#55554f; }
html[data-theme="dark"] .shortcut-grid a:hover,html[data-theme="dark"] .local-service-links a:hover { color:#111; background:var(--signal-yellow); }html[data-theme="dark"] .article-header { border-color:#55554f; }html[data-theme="dark"] .article-takeaway p { color:#111; }
html[data-theme="dark"] .field input,html[data-theme="dark"] .field textarea { color:#fff; background:#111; border-color:#686861; }html[data-theme="dark"] .form-note,html[data-theme="dark"] .privacy-copy p,html[data-theme="dark"] .privacy-copy li { color:#bcbcb5; }
@media (max-width:1080px) { .theme-toggle { margin-left:auto; }.brand { margin-right:0; } }@media (max-width:700px) { .theme-toggle { width:42px; height:42px; }.nav-row { gap:11px; } }@media (prefers-reduced-motion:reduce) { .theme-toggle { transition:none; } }

/* SEO-tjenester og Aktuelt */
.service-shortcuts { padding: 75px 0 0; background: var(--signal-warm); }
.shortcut-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #111; border-left: 1px solid #111; }
.shortcut-grid a { display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 22px; color: #111; border-right: 1px solid #111; border-bottom: 1px solid #111; font-weight: 750; }
.shortcut-grid a:hover { color: var(--signal-yellow); background: #111; }
.specialist-intro { padding: 110px 0; background: var(--signal-warm); }
.specialist-lead { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 140px); margin-bottom: 85px; }
.specialist-lead h2 { margin: 0; color: #111; font: 700 clamp(2.7rem,5vw,5.6rem)/.94 Arial,sans-serif; letter-spacing: -.055em; }
.specialist-lead > div > p { margin: 0 0 30px; color: #333; font-size: 1.25rem; line-height: 1.65; }
.specialist-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #111; border-left: 1px solid #111; }
.specialist-grid article { padding: 28px; border-right: 1px solid #111; border-bottom: 1px solid #111; }
.specialist-grid .item-index { display: block; margin-bottom: 50px; color: #111; font: 700 .72rem/1 monospace; }
.specialist-grid h3 { margin: 0 0 13px; color: #111; font-size: 1.35rem; letter-spacing: -.03em; }
.specialist-grid p { margin: 0; color: #57554f; line-height: 1.65; }
.faq-section { padding: 105px 0; background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,145px); }
.faq-layout h2 { margin: 0; color: #111; font-size: clamp(3rem,6vw,6.5rem); line-height: .9; letter-spacing: -.06em; }
.faq-list { border-top: 1px solid #111; }
.faq-list details { border-bottom: 1px solid #111; }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 25px 40px 25px 0; color: #111; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 20px; font-size: 1.6rem; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { margin: 0 0 25px; color: #57554f; line-height: 1.7; }
.article-hub { padding: 90px 0 120px; background: var(--signal-warm); }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.article-card { display: flex; flex-direction: column; color: #111; background: #fff; border: 1px solid #111; transition: transform .2s, box-shadow .2s; }
.article-card:hover { transform: translateY(-5px); box-shadow: 8px 8px 0 var(--signal-yellow); }
.article-card-image { aspect-ratio: 3/2; overflow: hidden; border-bottom: 1px solid #111; background: #111; }
.article-card-image img { width: 100%; height: 100%; object-fit: cover; }
.article-card > div:last-child { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.article-meta { display: flex; gap: 18px; margin-bottom: 18px; color: #69665e; font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.article-card h2 { margin: 0 0 12px; color: #111; font-size: 1.75rem; line-height: 1.08; letter-spacing: -.035em; }
.article-card p { margin: 0 0 25px; color: #57554f; line-height: 1.6; }
.article-page { background: var(--signal-warm); }
.article-header { padding: 78px 0 65px; border-bottom: 1px solid #111; }
.article-header .site-container { max-width: 1040px; }
.article-back { display: inline-block; margin-bottom: 45px; color: #111; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.article-header h1 { margin: 0 0 26px; color: #111; font-size: clamp(3.2rem,7vw,7rem); line-height: .9; letter-spacing: -.065em; }
.article-header p { max-width: 780px; margin: 0; color: #333; font-size: 1.3rem; line-height: 1.6; }
.article-image { max-width: 1220px; padding-top: 60px; }
.article-image img { display: block; width: 100%; border: 1px solid #111; }
.article-layout { max-width: 820px; padding-top: 75px; padding-bottom: 115px; }
.article-body h2 { margin: 65px 0 20px; color: #111; font-size: clamp(2rem,4vw,3.5rem); line-height: 1; letter-spacing: -.045em; }
.article-body p { color: #333; font-size: 1.07rem; line-height: 1.8; }
.article-body .article-lead { font-size: 1.25rem; font-weight: 650; }
.article-takeaway { margin-top: 70px; padding: 32px; color: #111; background: var(--signal-yellow); border: 1px solid #111; }
.article-takeaway strong { display: block; margin-bottom: 10px; font: 800 .75rem/1 monospace; text-transform: uppercase; }
.article-takeaway p { margin: 0; color: #111; font-weight: 700; }
.article-empty { grid-column: 1/-1; padding: 45px; color: #111; background: #fff; border: 1px solid #111; }

@media (max-width: 1080px) { .specialist-grid,.shortcut-grid { grid-template-columns: repeat(2,1fr); } .article-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 700px) { .specialist-intro,.faq-section { padding: 80px 0; } .specialist-lead,.faq-layout { grid-template-columns: 1fr; gap: 42px; margin-bottom: 55px; } .specialist-grid,.article-grid,.shortcut-grid { grid-template-columns: 1fr; } .article-hub { padding: 60px 0 85px; } .article-header { padding: 50px 0; } .article-image { padding-top: 30px; } .article-layout { padding-top: 50px; padding-bottom: 80px; } }

/* Signal 3.0 */
:root { --signal-yellow:#f7d516; --signal-black:#0b0b0b; --signal-cream:#f3f0e8; --signal-soft:#e9e6dd; }
body { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; color:var(--signal-black); }
.site-header { position:sticky; top:0; }
.nav-row { min-height:84px; }
.signal-wordmark { font-size:1.72rem; }
.sf26-hero-grid { min-height:760px; grid-template-columns:.95fr 1.05fr; gap:clamp(45px,6vw,92px); padding-top:86px; padding-bottom:80px; }
.sf26-hero-copy { max-width:745px; }
.sf26-hero-copy h1,.sf26-section-head h2,.manifesto-title h2,.connected-copy h2,.voices-intro h2,.page-hero h1,.content-intro h2,.service-group-head h2,.about-copy h2,.contact-details h2,.contact-form h2,.faq-layout h2,.article-header h1,.article-body h2 { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; font-weight:790; }
.sf26-hero-copy h1 { max-width:740px; margin-bottom:32px; font-size:clamp(4rem,6.8vw,7.5rem); line-height:.91; letter-spacing:-.073em; }
.sf26-hero-copy h1 mark { position:relative; display:inline; margin:0; padding:0; background:none; transform:none; box-decoration-break:clone; -webkit-box-decoration-break:clone; }
.sf26-hero-copy h1 mark::after { content:""; position:absolute; z-index:-1; left:-.015em; right:-.03em; bottom:.02em; height:.22em; background:var(--signal-yellow); }
.sf26-hero-copy>p { max-width:670px; color:#3f3f3a; font-size:1.08rem; line-height:1.72; }
.quiet-link,.text-link { text-decoration:underline; text-decoration-color:var(--signal-yellow); text-decoration-thickness:3px; text-underline-offset:6px; }
.sf26-hero-art { min-height:575px; }
.sf26-yellow-panel { width:88%; height:75%; top:0; right:-2%; }
.sf26-tech-image { width:96%; right:2%; top:38px; transform:none; box-shadow:0 34px 75px rgba(0,0,0,.24); }
.sf26-code-meta { left:-18px; bottom:40px; }
.sf26-code-caption { right:-10px; min-width:225px; }
.sf26-code-caption strong { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; font-weight:800; }
.ribbon-label { max-width:180px; color:#6f6e68; font-size:.62rem; font-weight:850; letter-spacing:.1em; line-height:1.35; text-transform:uppercase; }
.sf26-outcomes { background:#fff; }
.sf26-section-head h2 { font-size:clamp(3.8rem,6vw,6.6rem); font-weight:790; }
.sf26-section-head h2 em { font-style:normal; font-weight:790; }
.outcome-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #111; border-left:1px solid #111; }
.outcome-grid article { min-height:330px; display:flex; flex-direction:column; padding:30px; border-right:1px solid #111; border-bottom:1px solid #111; }
.outcome-grid article>div { display:flex; align-items:center; justify-content:space-between; color:#111; }
.outcome-grid article>div span { font:800 .7rem/1 monospace; }
.outcome-grid article>div svg { box-sizing:content-box; padding:15px; background:var(--signal-yellow); }
.outcome-grid h3 { max-width:350px; margin:auto 0 17px; color:#111; font-size:clamp(1.55rem,2.3vw,2.25rem); line-height:1.04; letter-spacing:-.045em; }
.outcome-grid p { margin:0; color:#53524c; font-size:.92rem; line-height:1.67; }
.sf26-service { min-height:445px; border:1px solid #111; }
.sf26-service:hover { transform:translateY(-4px); box-shadow:8px 8px 0 #111; }
.sf26-service h3 { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; font-size:2rem; font-weight:790; }
.connected-section { overflow:hidden; color:#fff; background:#111; }
.connected-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(55px,8vw,135px); align-items:center; }
.connected-copy h2 { margin:0 0 27px; color:#fff; font-size:clamp(3.2rem,5vw,5.7rem); line-height:.93; letter-spacing:-.06em; }
.connected-copy p { margin:0 0 34px; color:#bdbdb6; font-size:1.03rem; line-height:1.78; }
.connected-map { position:relative; min-height:570px; border:1px solid #54544f; background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size:42px 42px; }
.connected-map::before,.connected-map::after { content:""; position:absolute; left:50%; top:50%; background:#77766e; transform:translate(-50%,-50%); }
.connected-map::before { width:66%; height:1px; }.connected-map::after { width:1px; height:66%; }
.connected-core { position:absolute; z-index:3; left:50%; top:50%; width:150px; height:150px; display:grid; place-items:center; align-content:center; gap:8px; color:#111; background:var(--signal-yellow); border:1px solid #111; transform:translate(-50%,-50%); }
.connected-core span { font-size:2.8rem; font-weight:950; letter-spacing:-.12em; }.connected-core strong { font-size:.65rem; letter-spacing:.08em; text-transform:uppercase; }
.connected-node { position:absolute; z-index:2; width:min(230px,38%); min-height:125px; display:flex; flex-direction:column; justify-content:center; padding:21px; color:#fff; background:#111; border:1px solid #77766e; }
.connected-node>span { margin-bottom:16px; color:var(--signal-yellow); font:800 .65rem/1 monospace; }.connected-node strong { margin-bottom:7px; font-size:1.15rem; }.connected-node small { color:#9f9f99; font-size:.7rem; }
.node-web { left:5%; top:7%; }.node-visibility { right:5%; top:7%; }.node-content { left:5%; bottom:7%; }.node-operations { right:5%; bottom:7%; }
.manifesto-title h2 { font-size:clamp(3.8rem,6vw,6.7rem); font-weight:790; }.manifesto-title h2 em { font-style:normal; font-weight:790; }
.work-item { background:#fff; border:1px solid #111; }.work-logo { min-height:240px; border-bottom:1px solid #111; }.work-item h3 { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; font-weight:790; }
.voices-intro h2 { font-size:clamp(3.1rem,5vw,5.4rem); line-height:.94; letter-spacing:-.06em; }.voices-intro>p { margin:25px 0 0; color:#5a5953; line-height:1.7; }
.cta-card { padding:76px; }.cta-card h2 { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; font-size:clamp(2.8rem,4.8vw,5.25rem); font-weight:790; line-height:.94; letter-spacing:-.055em; }
.footer-lead p { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; font-weight:720; letter-spacing:-.025em; }
.page-hero h1,.content-intro h2,.service-group-head h2,.about-copy h2,.service-item h3 { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; font-weight:790; }
@media (max-width:1080px) { .sf26-hero-grid,.connected-grid { grid-template-columns:1fr; }.outcome-grid { grid-template-columns:1fr 1fr; }.outcome-grid article:last-child { grid-column:1/-1; }.connected-map { min-height:540px; } }
@media (max-width:700px) { .nav-row { min-height:72px; }.sf26-hero-grid { padding-top:55px; padding-bottom:48px; }.sf26-hero-copy h1 { font-size:clamp(3.45rem,15.8vw,5rem); }.sf26-actions .button { width:100%; }.sf26-hero-art { min-height:370px; }.sf26-code-caption { display:none; }.outcome-grid { grid-template-columns:1fr; border-left:0; }.outcome-grid article,.outcome-grid article:last-child { grid-column:auto; min-height:285px; padding:25px 0; border-right:0; }.connected-map { min-height:610px; }.connected-map::before { width:1px; height:75%; }.connected-map::after { display:none; }.connected-core { width:122px; height:122px; }.connected-node { width:46%; min-height:115px; padding:16px; }.node-web { left:2%; top:4%; }.node-visibility { right:2%; top:4%; }.node-content { left:2%; bottom:4%; }.node-operations { right:2%; bottom:4%; }.cta-card { padding:42px 26px; } }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-success { margin-bottom: 22px; padding: 15px 17px; color: #111; background: var(--signal-yellow); font-weight: 800; }
.form-error { margin-bottom: 22px; padding: 15px 17px; color: #fff; background: #111; font-weight: 800; border-left: 5px solid var(--signal-yellow); }
.field > span { color: #111; font-size: .78rem; font-weight: 800; }
.entry-content { max-width: 840px; line-height: 1.75; }
.entry-content > * + * { margin-top: 1.3em; }

@media (max-width: 1080px) {
  .menu-toggle { display: grid; }
}

@media (max-width: 700px) {
  .mobile-nav { right: 15px; top: 68px; }
}
:root {
  --signal-yellow: #ffd91a;
  --signal-black: #111111;
  --signal-cream: #f5f3ed;
  --signal-line: #d9d8d1;
  --signal-muted: #575750;
}

body { color: var(--signal-black); background: #fff; }
.site-container { width: min(1420px, calc(100% - 72px)); }
.section { padding: 130px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #111; font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 3px; background: var(--signal-yellow); }
.eyebrow.light { color: #fff; }
.button { min-height: 56px; padding: 0 24px; border: 0; border-radius: 0; font-size: .83rem; font-weight: 850; }
.button-primary { color: #fff; background: #111; box-shadow: none; }
.button-primary:hover { color: #111; background: var(--signal-yellow); box-shadow: none; transform: none; }
.button-outline { color: #111; background: #fff; border: 1px solid #111; box-shadow: none; }
.button-light { color: #111; background: var(--signal-yellow); }
.button-light:hover { color: #111; background: #fff; }
.text-link, .quiet-link { color: #111; border-color: #111; font-size: .81rem; font-weight: 850; }
.text-link:hover, .quiet-link:hover { color: #111; }
a:focus-visible, summary:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--signal-yellow); outline-offset: 3px; }

.topbar { display: none; }
.site-header { position: relative; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--signal-line); backdrop-filter: blur(14px); }
.nav-row { min-height: 96px; gap: 48px; }
.brand-signal { line-height: 1; }
.signal-wordmark { display: inline-flex; align-items: baseline; white-space: nowrap; color: #111; font-size: 1.86rem; line-height: .88; letter-spacing: -.077em; }
.signal-wordmark strong { font-family: "Arial Black", Arial, Helvetica, sans-serif; font-weight: 950; letter-spacing: -.13em; }
.signal-wordmark > span { font-family:Arial,"Segoe UI Symbol","Apple Symbols",Helvetica,sans-serif; font-weight: 520; }
.signal-i { position: relative; display: inline-block; }
.signal-i::after { content: ""; position: absolute; width: .14em; height: .14em; left: .11em; top: -.075em; background: var(--signal-yellow); }
.desktop-nav { gap: 38px; }
.desktop-nav a { color: #111; font-size: .81rem; font-weight: 800; }
.desktop-nav a:hover { color: #111; text-decoration: underline; text-decoration-color: var(--signal-yellow); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.header-cta { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; padding: 0 20px; color: #fff; background: #111; font-size: .78rem; font-weight: 850; }
.header-cta:hover { color: #111; background: var(--signal-yellow); }
.mobile-menu summary { color: #111; border-radius: 0; border-color: #111; }
.mobile-menu nav { border-radius: 0; box-shadow: 10px 10px 0 var(--signal-yellow); }
.mobile-menu nav a { color: #111; }

.sf26-hero { position: relative; overflow: hidden; background: #fff; }
.sf26-hero-grid { min-height: 710px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; padding-top: 80px; padding-bottom: 68px; }
.sf26-hero-copy { position: relative; z-index: 5; }
.sf26-hero-copy h1 { margin: 0 0 30px; color: #111; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.6rem, 7.25vw, 8.2rem); font-weight: 400; line-height: .86; letter-spacing: -.075em; }
.sf26-hero-copy h1 mark { display: table; margin-top: .13em; padding: .01em .09em .1em .06em; color: #111; background: var(--signal-yellow); line-height: .88; transform: rotate(-.55deg); transform-origin: left center; }
.sf26-hero-copy > p { max-width: 610px; margin: 0 0 34px; color: #484840; font-size: 1.12rem; line-height: 1.68; }
.sf26-actions { display: flex; align-items: center; gap: 23px; }
.sf26-hero-art { position: relative; min-height: 560px; }
.sf26-yellow-panel { position: absolute; width: 82%; height: 72%; right: -1%; top: 2%; background: var(--signal-yellow); }
.sf26-yellow-panel::after { content: ""; position: absolute; width: 34%; height: 22%; right: -6%; bottom: -8%; background: #111; }
.sf26-tech-image { position: absolute; z-index: 2; overflow: hidden; width: 94%; right: 3%; top: 46px; background: #111; border: 1px solid #111; box-shadow: 0 30px 60px rgba(0,0,0,.22); transform: rotate(-.7deg); }
.sf26-tech-image img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.sf26-code-meta { position: absolute; z-index: 5; left: -5px; bottom: 37px; display: grid; grid-template-columns: 24px 20px 1fr; gap: 10px; align-items: center; min-width: 250px; padding: 16px 18px; color: #fff; background: #111; border-left: 5px solid var(--signal-yellow); box-shadow: 8px 9px 0 rgba(17,17,17,.13); }
.sf26-code-meta > span { color: var(--signal-yellow); font-size: .62rem; font-weight: 900; }
.sf26-code-meta strong { font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.sf26-code-caption { position: absolute; z-index: 6; right: -2px; bottom: 4px; display: flex; flex-direction: column; gap: 4px; min-width: 205px; padding: 17px 20px; color: #111; background: var(--signal-yellow); }
.sf26-code-caption span { font-size: .56rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.sf26-code-caption strong { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 400; }
.sf26-proof { color: #fff; background: #111; }
.sf26-proof .site-container { min-height: 68px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; }
.sf26-proof span { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: .68rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.sf26-proof svg { color: var(--signal-yellow); }

.customer-ribbon { padding: 34px 0 42px; background: #fff; border-color: var(--signal-line); }
.ribbon-label { color: #898983; }
.customer-logo-row { gap: 60px; }
.customer-logo-row img { height: 43px; filter: grayscale(1); opacity: .58; }
.customer-logo-row img:hover { filter: grayscale(1); opacity: .8; }

.sf26-services { background: var(--signal-cream); }
.sf26-section-head { display: grid; grid-template-columns: 130px 1.1fr .65fr; gap: 45px; align-items: end; margin-bottom: 70px; }
.section-index { align-self: start; padding-top: 7px; color: #111; font-size: .61rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.sf26-section-head h2 { margin: 0; color: #111; font-family: Georgia, serif; font-size: clamp(4.1rem, 6.4vw, 7rem); font-weight: 400; line-height: .88; letter-spacing: -.07em; }
.sf26-section-head h2 em { color: #111; font-weight: 400; text-decoration: underline; text-decoration-color: var(--signal-yellow); text-decoration-thickness: .14em; text-underline-offset: .03em; }
.sf26-section-head > p { margin: 0 0 8px; color: var(--signal-muted); line-height: 1.68; }
.sf26-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sf26-service { position: relative; min-height: 465px; display: flex; flex-direction: column; padding: 30px; transition: transform .2s ease; }
.sf26-service:hover { transform: translateY(-6px); }
.sf26-service > span { align-self: flex-end; font-size: .63rem; font-weight: 850; }
.sf26-service > svg:not(.sf26-card-arrow) { width: 85px; height: 85px; margin-top: 45px; stroke-width: 1.3; }
.sf26-service > div { margin-top: auto; padding-right: 35px; }
.sf26-service h3 { max-width: 360px; margin: 0 0 14px; font-family: Georgia, serif; font-size: 2.25rem; font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.sf26-service p { max-width: 390px; margin: 0; font-size: .88rem; line-height: 1.65; }
.sf26-card-arrow { position: absolute; right: 29px; bottom: 29px; transform: rotate(-45deg); }
.sf26-service-yellow { background: var(--signal-yellow); }
.sf26-service-white { background: #fff; }
.sf26-service-black { color: #fff; background: #111; }
.sf26-service-black h3 { color: #fff; }
.sf26-service-black p { color: #c9c9c2; }
.sf26-service-foot { display: flex; justify-content: space-between; gap: 30px; padding-top: 30px; }
.sf26-service-foot p { margin: 0; font-size: .85rem; }

.sf26-manifesto { color: #fff; background: #111; }
.manifesto-title h2 { color: #fff; }
.manifesto-title h2 em { color: #111; background: var(--signal-yellow); }
.manifesto-title > p, .manifesto-list p { color: #bdbdb6; }
.manifesto-list article { border-color: rgba(255,255,255,.22); }
.manifesto-list article > span { color: var(--signal-yellow); }
.manifesto-list h3 { color: #fff; }

.selected-work { background: var(--signal-cream); }
.work-heading { grid-template-columns: 180px 1fr auto; }
.work-item { border-color: #d5d4cd; }
.work-meta { color: #111; }
.work-item h3, .work-item > a { color: #111; }
.work-item-1 .work-logo { background: var(--signal-yellow); }
.work-item-2 .work-logo { background: #e9e8e2; }
.work-item-3 .work-logo { background: #111; }
.work-item-3 .work-logo img { filter: brightness(0) invert(1); }
.chip-row span { color: #484840; background: #efeee9; border-radius: 0; }
.voices-section { background: #fff; }
.voices-intro h2, .voice-list blockquote > p { color: #111; }
.voice-list { border-color: #111; }
.voice-list .quote-number { color: #111; }
.voice-list blockquote footer strong { color: #111; }

.cta-section { padding: 0 0 92px; background: #fff; }
.cta-card { color: #fff; background: #111; }
.cta-card::after { border-color: var(--signal-yellow); }
.cta-card p { color: #c9c9c2; }

.site-footer { padding-top: 82px; color: #c9c9c2; background: #111; }
.footer-lead { display: flex; justify-content: space-between; align-items: end; gap: 80px; padding-bottom: 68px; border-bottom: 1px solid rgba(255,255,255,.2); }
.footer-brand { flex: 0 0 auto; }
.signal-wordmark-light { color: #fff; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.footer-lead p { max-width: 620px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.5vw, 2.3rem); line-height: 1.28; }
.footer-grid { grid-template-columns: 1fr 1fr 1.2fr; gap: 90px; padding: 55px 0; }
.footer-grid h2 { color: var(--signal-yellow); }
.footer-grid a, .footer-grid span { color: #c9c9c2; }
.footer-grid svg { color: var(--signal-yellow); }
.footer-bottom { border-color: rgba(255,255,255,.2); }

/* Undersider */
.page-hero { padding: 92px 0 96px; text-align: left; background: var(--signal-cream); border-bottom: 1px solid var(--signal-line); }
.page-hero::before { width: 270px; height: 270px; left: auto; right: -100px; top: -120px; border: 34px solid var(--signal-yellow); border-radius: 50%; box-shadow: none; opacity: 1; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; align-items: end; }
.page-hero .breadcrumb { justify-content: flex-start; margin-bottom: 45px; color: #75756f; }
.page-hero h1 { max-width: 940px; margin: 0; color: #111; font-family: Georgia, serif; font-size: clamp(3.8rem, 6.2vw, 7.2rem); font-weight: 400; line-height: .92; letter-spacing: -.065em; }
.page-hero p { max-width: 560px; margin: 0 0 8px; color: var(--signal-muted); font-size: 1.06rem; line-height: 1.72; }
.content-section { padding: 110px 0; background: #fff; }
.content-section.alt, .service-group.alt { background: var(--signal-cream); }
.content-intro { gap: 100px; margin-bottom: 55px; }
.content-intro h2, .service-group-head h2, .about-copy h2, .contact-details h2, .contact-form h2 { color: #111; font-family: Georgia, serif; font-weight: 400; }
.service-group + .service-group { border-color: var(--signal-line); }
.service-group-head { gap: 100px; }
.service-item { min-height: 255px; padding: 28px; border: 1px solid var(--signal-line); border-radius: 0; }
.service-item svg { margin-bottom: 38px; color: #111; background: var(--signal-yellow); border-radius: 0; box-shadow: none; }
.service-item h3 { color: #111; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.outcome-list li { color: #111; }
.outcome-list svg { color: #111; }
.case-grid { gap: 16px; }
.case-card { border-color: var(--signal-line); border-radius: 0; }
.case-card:nth-child(3n + 1) .case-card-logo { background: var(--signal-yellow); }
.case-card:nth-child(3n + 2) .case-card-logo { background: var(--signal-cream); }
.case-card:nth-child(3n) .case-card-logo { background: #111; }
.case-card:nth-child(3n) .case-card-logo img { filter: brightness(0) invert(1); }
.case-card h2, .case-card a, .case-initials { color: #111; }
.about-visual { color: #fff; background: #111; border-radius: 0; }
.about-visual::before { content: "sf"; color: rgba(255,217,26,.92); font-family: "Arial Black", Arial, sans-serif; }
.about-visual-card { border-radius: 0; background: var(--signal-yellow); color: #111; border: 0; backdrop-filter: none; }
.service-card.compact { border-radius: 0; border-color: var(--signal-line); }
.service-card.compact > svg { color: #111; background: var(--signal-yellow); border-radius: 0; box-shadow: none; }
.contact-list a, .contact-list div, .contact-form { border-radius: 0; border-color: var(--signal-line); box-shadow: none; }
.contact-list svg { color: #111; background: var(--signal-yellow); border-radius: 0; }
.contact-list strong { color: #111; }
.field input, .field textarea { border-radius: 0; border-color: #aaa9a2; }
.privacy-copy h2 { color: #111; font-family: Georgia, serif; }

@media (max-width: 1080px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .sf26-hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .sf26-hero-copy { max-width: 900px; }
  .sf26-hero-art { width: min(850px, 100%); }
  .sf26-section-head, .work-heading { grid-template-columns: 120px 1fr; }
  .sf26-section-head > p, .work-heading .text-link { grid-column: 2; }
  .sf26-service-grid { grid-template-columns: 1fr 1fr; }
  .sf26-service-black { grid-column: 1 / -1; }
  .page-hero-grid, .content-intro, .service-group-head, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-lead { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .site-container { width: min(100% - 30px, 1420px); }
  .section { padding: 84px 0; }
  .nav-row { min-height: 76px; }
  .signal-wordmark { font-size: 1.62rem; }
  .sf26-hero-grid { min-height: auto; gap: 25px; padding-top: 58px; padding-bottom: 45px; }
  .sf26-hero-copy h1 { font-size: clamp(3.55rem, 16vw, 5.4rem); }
  .sf26-hero-copy > p { font-size: 1rem; }
  .sf26-actions { align-items: flex-start; flex-direction: column; }
  .sf26-hero-art { min-height: 385px; }
  .sf26-tech-image { width: 97%; right: 0; top: 38px; border-width: 4px; }
  .sf26-yellow-panel { width: 84%; height: 69%; }
  .sf26-code-meta { left: 0; bottom: 14px; min-width: 205px; padding: 12px 13px; grid-template-columns: 20px 18px 1fr; }
  .sf26-code-caption { right: 0; bottom: -18px; min-width: 155px; padding: 12px 14px; }
  .sf26-code-caption strong { font-size: .9rem; }
  .sf26-proof .site-container { grid-template-columns: 1fr 1fr; gap: 13px; padding-top: 20px; padding-bottom: 20px; }
  .sf26-proof span { justify-content: flex-start; font-size: .56rem; }
  .customer-logo-row { grid-template-columns: repeat(2, 1fr); gap: 26px 35px; }
  .customer-logo-row img:last-child { grid-column: 1 / -1; width: 45%; justify-self: center; }
  .sf26-section-head, .work-heading { grid-template-columns: 30px 1fr; gap: 18px; margin-bottom: 48px; }
  .sf26-section-head h2 { font-size: clamp(3.4rem, 15vw, 5.4rem); }
  .sf26-section-head > p, .work-heading .text-link { grid-column: 1 / -1; }
  .sf26-service-grid { grid-template-columns: 1fr; }
  .sf26-service, .sf26-service-black { grid-column: auto; min-height: 395px; }
  .sf26-service > svg:not(.sf26-card-arrow) { width: 70px; height: 70px; }
  .sf26-service-foot { align-items: flex-start; flex-direction: column; }
  .footer-lead { gap: 35px; padding-bottom: 45px; }
  .signal-wordmark-light { font-size: 2.6rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .page-hero { padding: 65px 0 72px; }
  .page-hero .breadcrumb { margin-bottom: 32px; }
  .page-hero h1 { font-size: clamp(3.4rem, 15vw, 5.6rem); }
  .content-section { padding: 78px 0; }
  .case-card { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}

.sf26-service > svg:last-child { position: absolute; right: 29px; bottom: 29px; width: 24px; height: 24px; margin: 0; transform: rotate(-45deg); }
