/* SAITORA portfolio: shared components retain their existing behavior. */
.portfolio-page {
  --ink: #111b31; --ink-2: #16233b; --charcoal: #23314b;
  --ivory: #ffffff; --ivory-2: #eef2f8; --sand: #c6d0e0;
  --muted: #b7c3d6; --muted-dark: #536078;
  --copper: #315ae5; --copper-soft: #a9bcff;
  --line-dark: #354158; --line-light: #dce2ec;
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1240px; --wide: 1440px; --section: clamp(72px, 8vw, 112px);
  --gutter: clamp(22px, 4.5vw, 72px);
  background: #fff; color: var(--ink); font-size: 16px; color-scheme: light;
}
.portfolio-page :focus-visible { outline: 3px solid #315ae5; outline-offset: 5px; }
.portfolio-page .section-dark :focus-visible, .portfolio-page .contact-section :focus-visible { outline-color: #c1d1ff; }
.portfolio-page h1, .portfolio-page h2, .portfolio-page h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.045em; }
.portfolio-page .section-inner { width: 100%; max-width: var(--wide); padding-inline: var(--gutter); }
.portfolio-page .section-dark { background: var(--ink); color: white; }
.portfolio-page .section-light { background: #f4f6fa; color: var(--ink); }
.portfolio-page .grain { display: none; }
.portfolio-page .site-header { position: sticky; top: 0; background: #111b31; border-bottom: 1px solid #354158; backdrop-filter: none; }
.portfolio-page .site-header.is-scrolled { background: #111b31; }
.portfolio-page .nav-shell { display: flex; width: 100%; max-width: var(--wide); min-height: 86px; padding: 0 var(--gutter); gap: 36px; }
.portfolio-page .brand { gap: 10px; }
.portfolio-page .brand-mark { width: 32px; height: 36px; }
.portfolio-page .brand-mark svg { stroke: #a9bcff; }
.portfolio-page .brand-text { font-family: var(--body); color: white; font-size: 24px; font-weight: 750; letter-spacing: .06em; }
.portfolio-page .nav-menu { margin-left: auto; gap: 24px; }
.portfolio-page .nav-menu a { color: #d5dced; font-size: 14px; }
.portfolio-page .nav-menu a:hover, .portfolio-page .nav-menu a.is-active { color: white; }
.portfolio-page .nav-menu a::after { background: #a9bcff; }
.portfolio-page .nav-actions { gap: 20px; }
.portfolio-page .language-switcher { gap: 2px; }
.portfolio-page .language-switcher button { color: #c6d0e0; min-width: 32px; min-height: 40px; font-size: 12px; padding: 4px; }
.portfolio-page .language-switcher button.is-active { color: white; background: #293753; border-color: #516381; }
.portfolio-page .nav-cta { background: white; color: #111b31; border: 0; border-radius: 6px; padding: 12px 17px; font-size: 14px; }
.portfolio-page .nav-cta:hover { background: #dce5ff; }
.portfolio-page .hero { padding: 0; min-height: 0; overflow: hidden; }
.portfolio-page .hero-grid { min-height: 630px; padding-top: 80px; padding-bottom: 64px; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: center; }
.portfolio-page .hero-copy { max-width: 670px; }
.portfolio-page .eyebrow { color: #becae1; font-size: 13px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 27px; }
.portfolio-page .hero h1 { font-size: clamp(44px, 4.55vw, 72px); line-height: 1.12; letter-spacing: -.052em; margin: 0 0 25px; }
.portfolio-page .hero-line { opacity: 1; transform: none; display: block; white-space: normal; }
.portfolio-page .hero-accent { color: #a9bcff; }
.portfolio-page .hero-lead { max-width: 460px; margin: 0; font-size: 18px; line-height: 1.7; color: #becae1; }
.portfolio-page .hero-actions { margin-top: 30px; gap: 25px; align-items: center; }
.portfolio-page .button { border-radius: 6px; min-height: 52px; padding: 14px 22px; font-size: 15px; font-weight: 600; gap: 20px; }
.portfolio-page .button-primary { background: #416af5; color: white; border: 1px solid #416af5; box-shadow: none; }
.portfolio-page .button-primary:hover { background: #315ae5; transform: translateY(-2px); }
.portfolio-page .hero-contact-link { font-size: 15px; text-decoration: underline; text-underline-offset: 5px; color: white; }
.hero-note { display: flex; gap: 15px; align-items: center; margin-top: 36px; }
.hero-note-number { font-size: 33px; font-weight: 500; line-height: 1; color: #fff; }
.hero-note p { max-width: 240px; color: #becae1; font-size: 13px; line-height: 1.5; margin: 0; border-left: 1px solid #516381; padding-left: 15px; }
.hero-work { position: relative; padding: 12px 35px 74px 0; min-width: 0; }
.hero-work-main { display: block; background: #24324a; border: 1px solid #465573; border-radius: 10px; overflow: hidden; transform: rotate(-3deg); box-shadow: 0 24px 60px #060b1755; transition: transform .25s ease; }
.hero-work-main:hover { transform: rotate(-1deg) translateY(-4px); }
.work-topline { display: flex; justify-content: space-between; color: #c6d0e0; font-size: 12px; letter-spacing: .09em; padding: 13px 17px; }
.hero-work-main img { display: block; width: 100%; height: auto; }
.work-caption { display: flex; justify-content: space-between; align-items: center; background: #fff; padding: 18px 22px; color: #111b31; }
.work-caption strong { display: block; font-size: 18px; font-weight: 650; }
.work-caption small { display: block; color: #536078; font-size: 12px; margin-top: 2px; }
.work-arrow { font-size: 24px; }
.hero-work-mobile { position: absolute; width: 25%; max-width: 150px; right: 0; bottom: 5px; padding: 6px; background: #182336; border: 1px solid #6c7b95; border-radius: 19px; transform: rotate(5deg); box-shadow: 0 20px 50px #04091680; overflow: hidden; }
.hero-work-mobile img { width: 100%; height: auto; display: block; border-radius: 13px; }
.hero-work-mobile span { display: block; color: #d4dced; font-size: 12px; text-align: center; padding-block: 8px 3px; }
.hero-work-note { position: absolute; bottom: 4px; left: 22px; max-width: 65%; color: #b7c3d6; font-size: 13px; }
.hero-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 22px; border-top: 1px solid #354158; color: #b7c3d6; font-size: 13px; }
.hero-bottom a { display: flex; gap: 30px; color: #fff; }
.portfolio-page .section-kicker { color: #315ae5; font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; gap: 10px; }
.portfolio-page .kicker-mark { width: 16px; height: 2px; background: #315ae5; transform: none; }
.portfolio-page .section-heading { margin-bottom: 42px; max-width: none; }
.portfolio-page .section-heading h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.15; max-width: 780px; margin: 14px 0 0; }
.portfolio-page .projects { background: white; color: #111b31; padding-block: var(--section); }
.portfolio-page .projects-heading { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 80px; }
.projects-heading .section-kicker { grid-column: 1 / -1; }
.projects-intro { color: #536078; align-self: end; font-size: 16px; line-height: 1.7; max-width: 440px; margin: 0; }
.portfolio-page .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px 30px; align-items: stretch; }
.portfolio-page .project-card { min-width: 0; margin: 0; border: 0; border-radius: 0; padding: 0; background: transparent; display: flex; flex-direction: column; transform: none; }
.portfolio-page .project-shot { position: relative; width: 100%; height: auto; aspect-ratio: 1.6; padding: 24px; border: 1px solid #e0e5ee; border-radius: 10px; background: #e9edf5; box-shadow: none; }
.portfolio-page .project-card:nth-child(4n+2) .project-shot { background: #e8eaf5; }
.portfolio-page .project-card:nth-child(4n+3) .project-shot { background: #e6eced; }
.portfolio-page .project-card:nth-child(4n) .project-shot { background: #e8edf8; }
.portfolio-page .project-shot img { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 4px; box-shadow: 0 10px 24px #111b3112; transition: transform .3s ease; }
.portfolio-page .project-shot:hover img { transform: scale(1.025); }
.portfolio-page .project-shot::after { display: none; }
.portfolio-page .project-shot-portrait img { box-shadow: none; }
.project-index { position: absolute; z-index: 1; left: 10px; top: 8px; color: #536078; font-size: 12px; }
.portfolio-page .project-copy { min-height: 0; padding: 23px 1px 0; display: flex; flex-direction: column; flex: 1; gap: 0; }
.portfolio-page .project-label { color: #315ae5; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 8px; }
.portfolio-page .project-copy h3 { color: #111b31; font-size: clamp(24px, 2.3vw, 31px); line-height: 1.25; margin: 0 0 6px; }
.portfolio-page .project-copy .project-type { color: #111b31; font-size: 15px; font-weight: 550; margin: 0 0 12px; }
.portfolio-page .project-copy p { color: #536078; font-size: 15px; line-height: 1.65; margin: 0; }
.portfolio-page .project-actions { padding-top: 20px; margin-top: auto; display: flex; flex-wrap: wrap; gap: 24px; }
.portfolio-page .text-button { color: #111b31; font-size: 14px; border-color: #b1bacb; padding: 4px 0; background: transparent; min-height: 40px; }
.portfolio-page .text-button:hover { color: #315ae5; border-color: #315ae5; }
.portfolio-page .solutions { padding-block: var(--section); }
.portfolio-page .solutions-heading > p:last-child { max-width: 680px; font-size: 16px; color: #536078; }
.portfolio-page .about { padding-block: var(--section); }
.portfolio-page .about .section-kicker { color: #a9bcff; }
.portfolio-page .about .kicker-mark { background: #a9bcff; }
.portfolio-page .about-intro-grid { grid-template-columns: 1fr 1.05fr; gap: 65px; align-items: start; }
.portfolio-page .about-copy p { font-size: 17px; line-height: 1.8; color: #becae1; margin: 0 0 16px; }
.portfolio-page .founder-grid { margin-top: 42px; gap: 30px; }
.portfolio-page .founder-profile { background: transparent; border: 1px solid #354158; border-radius: 8px; padding: 30px; margin-top: 0; }
.portfolio-page .founder-profile::before, .portfolio-page .founder-content::before { display: none; }
.portfolio-page .founder-content { padding: 0; border: 0; }
.founder-monogram { width: 56px; height: 56px; border: 1px solid #687da9; color: #cad6ff; background: #243451; display: grid; place-items: center; font-size: 18px; letter-spacing: .05em; margin-bottom: 24px; border-radius: 50%; }
.portfolio-page .founder-role { color: #a9bcff; font-size: 12px; letter-spacing: .09em; margin: 0 0 10px; }
.portfolio-page .founder-content h3 { font-size: 29px; color: white; line-height: 1.3; margin: 0 0 15px; }
.portfolio-page .founder-copy p { color: #becae1; font-size: 16px; line-height: 1.75; }
.portfolio-page .founder-strengths { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.portfolio-page .founder-strengths li { font-size: 12px; padding: 5px 10px; color: #d5dff1; background: #24314a; border: 1px solid #3a4965; border-radius: 4px; }
.contact-section { background: #315ae5; color: white; padding-block: var(--section); }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; }
.portfolio-page .contact-section .section-kicker { color: #dce5ff; }
.contact-copy h2 { font-size: clamp(36px,4vw,58px); line-height: 1.13; max-width: 530px; margin: 18px 0 24px; }
.contact-copy > p:not(.section-kicker) { color: #e0e8ff; font-size: 17px; max-width: 460px; line-height: 1.75; }
.portfolio-page .contact-button { color: #111b31; background: white; margin-top: 18px; border: 1px solid white; }
.portfolio-page .contact-button:hover { background: #e9eeff; }
.contact-details { font-style: normal; align-self: center; min-width: 0; }
.contact-person { font-size: 20px; margin: 0 0 18px; }
.contact-detail { display: block; padding: 20px 0; border-top: 1px solid #ffffff45; }
.contact-detail > span { display: block; color: #e0e8ff; font-size: 13px; margin-bottom: 4px; }
.contact-detail strong { font-size: clamp(18px, 1.75vw, 24px); font-weight: 500; overflow-wrap: anywhere; }
a.contact-detail:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.portfolio-page .site-footer { padding: 36px 0; background: #111b31; color: #c6d0e0; border: 0; }
.footer-row { display: flex; align-items: center; gap: 35px; }
.footer-row > p { font-size: 13px; max-width: 170px; margin: 0; }
.portfolio-page .footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; margin-left: auto; gap: 10px 24px; font-size: 12px; max-width: 500px; }
.portfolio-page .footer-links span { color: #c6d0e0; }
.portfolio-page .modal-dialog { background: white; color: #111b31; border: 1px solid #dce2ec; border-radius: 12px; }
.portfolio-page .modal-body h2 { font-size: clamp(28px, 4vw, 42px); }
.portfolio-page .modal-body > p { color: #536078; }
.portfolio-page .modal-mockup { height: auto; background: #edf1f7; }
.portfolio-page .modal-mockup img { display: block; width: 100%; max-height: 60vh; object-fit: contain; }
.portfolio-page .modal-close { color: #111b31; background: #eef2f8; }
.portfolio-page .modal-close span::before, .portfolio-page .modal-close span::after { background: #111b31; }
.portfolio-page .modal-features { background: #f4f6fa; color: #111b31; }
.portfolio-page .modal-links a { color: #315ae5; }
.portfolio-page .shot-lightbox { background: #070e20ee; }
.portfolio-page .shot-lightbox-close { color: white; background: #24324a; min-width: 48px; min-height: 48px; }
/* Content remains visible if scripts or animations are unavailable. */
.portfolio-page .reveal-section, .portfolio-page .reveal-item { opacity: 1; transform: none; }
@media (min-width: 1081px) { .portfolio-page .nav-toggle { display: none; } }
@media (max-width: 1200px) and (min-width: 1081px) {
  .portfolio-page .nav-shell { gap: 22px; }
  .portfolio-page .nav-menu { gap: 16px; }
  .portfolio-page .nav-cta { display: none; }
}
@media (max-width: 1080px) {
  .portfolio-page .nav-shell { min-height: 74px; gap: 24px; }
  .portfolio-page .nav-menu { min-height: 0; transform: none; visibility: visible; position: fixed; top: 74px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 24px var(--gutter); background: #111b31; border-bottom: 1px solid #516381; max-height: calc(100dvh - 74px); overflow-y: auto; }
  .portfolio-page .nav-menu.is-open { display: flex; }
  .portfolio-page .nav-menu a { padding: 12px 0; font-size: 18px; }
  .portfolio-page .nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; margin-left: auto; order: 3; color: white; }
  .portfolio-page .nav-toggle span { background: white; margin: 0 auto; }
  .portfolio-page .nav-actions { margin-left: auto; }
  .portfolio-page .language-switcher-desktop { display: none; }
  .portfolio-page .language-switcher-mobile { display: flex; margin-top: 15px; }
  .portfolio-page .hero-grid { grid-template-columns: 1.1fr 1fr; gap: 32px; min-height: 570px; padding-top: 60px; }
  .portfolio-page .hero h1 { font-size: clamp(38px, 5vw, 56px); }
  .portfolio-page .hero-lead { font-size: 16px; }
  .portfolio-page .hero-actions { gap: 20px; flex-wrap: wrap; }
  .portfolio-page .hero-work { padding-right: 20px; }
  .portfolio-page .hero-work-note { font-size: 12px; left: 0; }
  .portfolio-page .about-intro-grid { gap: 36px; }
  .contact-grid { gap: 50px; }
}
@media (max-width: 760px) {
  .portfolio-page .nav-actions .nav-cta { display: none; }
  .portfolio-page .nav-shell { gap: 0; }
  .portfolio-page .hero-grid { grid-template-columns: 1fr; padding-top: 46px; padding-bottom: 34px; gap: 46px; }
  .portfolio-page .hero h1 { font-size: clamp(40px, 8.7vw, 64px); }
  .portfolio-page .hero-lead { font-size: 17px; max-width: 470px; }
  .portfolio-page .eyebrow { font-size: 12px; margin-bottom: 22px; }
  .portfolio-page .hero-note { margin-top: 27px; }
  .portfolio-page .hero-work { max-width: 560px; width: 100%; padding: 0 35px 64px 6px; margin: 0 auto; }
  .hero-work-mobile { right: 3px; max-width: 125px; }
  .portfolio-page .hero-work-note { left: 6px; }
  .hero-bottom { font-size: 12px; gap: 20px; }
  .hero-bottom > span { max-width: 170px; }
  .hero-bottom a { gap: 12px; align-items: center; }
  .portfolio-page .projects-heading { grid-template-columns: 1fr; gap: 18px; }
  .portfolio-page .projects-heading .section-kicker { margin: 0; }
  .portfolio-page .section-heading h2 { font-size: 37px; margin-top: 0; }
  .portfolio-page .project-grid { grid-template-columns: 1fr; gap: 44px; }
  .portfolio-page .project-shot { padding: 20px; }
  .portfolio-page .project-copy h3 { font-size: 28px; }
  .portfolio-page .solutions-heading h2 { margin-top: 16px; }
  .portfolio-page .about-intro-grid, .portfolio-page .founder-grid { grid-template-columns: 1fr; gap: 24px; }
  .portfolio-page .about .section-heading { margin-bottom: 0; }
  .portfolio-page .about .section-heading h2 { margin-top: 16px; }
  .portfolio-page .founder-grid { margin-top: 32px; }
  .portfolio-page .founder-profile { padding: 25px; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-copy h2 { font-size: 42px; }
  .contact-detail strong { font-size: 20px; }
  .footer-row { flex-wrap: wrap; gap: 22px; }
  .portfolio-page .footer-links { width: 100%; justify-content: flex-start; margin-left: 0; }
}
@media (max-width: 390px) {
  .portfolio-page .hero h1 { font-size: 37px; }
  .portfolio-page .hero-actions { align-items: flex-start; flex-direction: column; }
  .portfolio-page .section-heading h2 { font-size: 32px; }
  .contact-copy h2 { font-size: 36px; }
  .contact-detail strong { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .portfolio-page *, .portfolio-page *::before, .portfolio-page *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

.portfolio-page .project-copy > p:not(.project-label) { font-size: 16px; }
.portfolio-page .modal-features { padding: 22px; }
.portfolio-page .modal-features h3 { color: #315ae5; }
.portfolio-page .modal-features li { color: #536078; }
.portfolio-page .modal-links a:hover { color: #1837a2; border-color: #1837a2; }
.portfolio-page .hero h1 .hero-line { color: white; }
.portfolio-page .hero h1 .hero-accent { color: #a9bcff; }
.portfolio-page .hero-work-mobile span { line-height: 1.25; }

.portfolio-page .hero-line::after { content: none; }

.portfolio-page .projects :focus-visible { outline-color: #315ae5; }

/* Solutions: readable descriptions, with each complete demo one click away. */
.services-browser { min-width: 0; }
.service-choices { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-bottom: 20px; }
.service-choice { display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 60px; padding: 12px 14px; border: 1px solid #d8dfeb; border-radius: 7px; background: transparent; color: #536078; font-size: .875rem; font-weight: 550; line-height: 1.4; text-align: center; transition: background 160ms, color 160ms, border-color 160ms; }
.service-choice:hover { background: #e9edf7; color: #111b31; border-color: #b1bfdf; }
.service-choice.is-active { background: #315ae5; color: #fff; border-color: #315ae5; }
.service-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); padding: clamp(28px, 4vw, 52px); border: 1px solid #dce2ec; border-radius: 12px; background: #fff; }
.service-detail[hidden], .js-enabled .service-detail:not(.is-active) { display: none; }
.service-summary, .service-scope { min-width: 0; }
.service-category { margin: 0 0 12px; color: #315ae5; font-size: .8125rem; font-weight: 550; }
.portfolio-page .service-summary h3 { margin: 0 0 24px; color: #111b31; font-size: 1.5rem; line-height: 1.25; letter-spacing: -.025em; }
.portfolio-page .service-headline { max-width: 520px; margin: 0 0 20px; color: #111b31; font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 550; line-height: 1.3; letter-spacing: -.03em; }
.service-summary > p:not(.service-category):not(.service-headline) { color: #536078; font-size: 1rem; line-height: 1.75; margin-bottom: 26px; }
.service-demo-link { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 13px 20px; min-height: 48px; color: #fff; background: #315ae5; border: 1px solid #315ae5; border-radius: 6px; font-size: .9375rem; font-weight: 550; }
.service-demo-link:hover { background: #2348c8; border-color: #2348c8; }
.service-scope { padding-left: clamp(26px, 4vw, 50px); border-left: 1px solid #e0e6ef; }
.service-scope-label { margin: 0 0 16px; color: #111b31; font-size: .875rem; font-weight: 600; }
.service-inclusions { display: grid; grid-template-columns: minmax(0, 1fr); list-style: none; padding: 0; margin: 0 0 25px; }
.service-inclusions li { position: relative; padding: 9px 0 9px 20px; color: #3e4d65; font-size: .9375rem; line-height: 1.5; border-bottom: 1px solid #edf0f5; }
.service-inclusions li::before { content: ""; position: absolute; left: 1px; top: 18px; width: 5px; height: 5px; border-radius: 50%; background: #315ae5; }
.service-fit { color: #536078; font-size: .875rem; line-height: 1.65; margin: 0; }
.service-fit > span:first-child { display: block; font-weight: 600; color: #111b31; margin-bottom: 6px; }
.service-demo-note { margin: 20px 0 0; color: #66728a; font-size: .8125rem; line-height: 1.6; }

/* Process: a numbered sequence, without fixed-height cards. */
.portfolio-page .workflow { background: #fff; padding-block: var(--section); }
.workflow-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 6vw, 92px); align-items: start; }
.portfolio-page .workflow .section-heading { margin: 0; }
.portfolio-page .workflow .section-heading h2 { max-width: 460px; font-size: clamp(2rem, 3.2vw, 2.875rem); line-height: 1.18; letter-spacing: -.04em; }
.process-steps { list-style: none; margin: 0; padding: 0; }
.process-step { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 20px; padding: 24px 0; border-top: 1px solid #dce2ec; }
.process-step:first-child { padding-top: 0; border-top: 0; }
.process-step:last-child { padding-bottom: 0; }
.step-number { color: #315ae5; font-size: .875rem; font-weight: 600; line-height: 1.5; padding-top: 4px; font-variant-numeric: tabular-nums; }
.portfolio-page .step-description h3 { margin: 0 0 9px; color: #111b31; font-size: 1.25rem; font-weight: 600; line-height: 1.4; letter-spacing: -.025em; }
.step-description p { color: #536078; font-size: 1rem; line-height: 1.7; margin: 0; max-width: 560px; }
.portfolio-page .site-footer p { color: #c6d0e0; }
.portfolio-page .footer-links { color: inherit; }
@media (max-width: 1000px) {
  .service-choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .workflow-layout { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 35px; }
}
@media (max-width: 760px) {
  .service-detail { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 26px; }
  .service-scope { border-left: 0; border-top: 1px solid #e0e6ef; padding: 25px 0 0; }
  .service-inclusions { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
  .service-choice { min-height: 60px; font-size: .8125rem; padding: 10px; }
  .workflow-layout { grid-template-columns: minmax(0, 1fr); gap: 35px; }
  .process-step { gap: 14px; grid-template-columns: 32px minmax(0, 1fr); }
  .portfolio-page .workflow .section-heading h2 { max-width: 530px; }
}
@media (max-width: 440px) {
  .service-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-detail { padding: 23px; }
  .service-inclusions { grid-template-columns: minmax(0, 1fr); }
  .portfolio-page .service-headline { font-size: 1.5rem; }
}
.portfolio-page .projects .project-copy p:not(.project-label):not(.project-type) { color: #536078; }
