/* Solid's editorial design system. Loaded after utilities intentionally. */
:root { --solid-paper: #f7f7f2; --solid-ink: #162824; --solid-blue: #244ee8; --solid-line: #dce1d9; }
body { background: var(--solid-paper); }
body .hero-custom-gradient { background: var(--solid-paper); }
body .hero-custom-gradient::before { display: none; }
body .hero-gradient-text { background: none; color: var(--solid-blue); -webkit-text-fill-color: currentColor; }
body .btn-primary, body .btn-secondary { border-radius: 6px; box-shadow: none; min-height: 48px; gap: 14px; }
body .btn-primary { background: var(--solid-blue); border: 1px solid var(--solid-blue); }
body .btn-primary:hover { background: #173bc4; box-shadow: 0 4px 12px #244ee820; }
body .btn-secondary { background: transparent; color: var(--solid-ink); border: 1px solid #b5c0b7; }
body .btn-secondary:hover { background: #fff; box-shadow: none; }
body .site-header { background: #f7f7f2f5; border-color: var(--solid-line); }
body .site-header.is-scrolled { box-shadow: 0 2px 12px #16282408; }
body .editorial-kicker { color: var(--solid-blue); font-size: 11px; letter-spacing: .16em; }
body .editorial-title { font-weight: 500; }
body .font-display { font-weight: 500; }
body footer.solid-footer { background: #162824; border-top: 1px solid #314b3f; }
.solid-footer .text-slate-400, .solid-footer .text-slate-500 { color: #bdcbbf; }
.solid-footer .text-slate-600 { color: #a7b9ab; }
:where(a, button, summary, input, select, textarea):focus-visible { outline: 3px solid #244ee8; outline-offset: 5px; }
.solid-container { max-width: 1280px; margin-inline: auto; padding-inline: 40px; }
.solid-hero { color: var(--solid-ink); background: var(--solid-paper); }
.solid-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 65px; align-items: center; padding-top: 80px; padding-bottom: 72px; }
.solid-eyebrow { font-size: 10px; font-weight: 650; letter-spacing: .14em; line-height: 1.6; margin-bottom: 25px; display: flex; align-items: center; gap: 9px; }
.solid-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #427b47; flex-shrink: 0; }
.solid-hero h1 { font-family: 'Schibsted Grotesk', sans-serif; font-size: clamp(54px, 5.6vw, 78px); font-weight: 500; line-height: 1.06; letter-spacing: -.065em; margin-bottom: 28px; }
.solid-hero h1 em, .solid-closing em { font-family: Georgia, serif; font-weight: 400; color: var(--solid-blue); letter-spacing: -.055em; }
.solid-intro { font-size: 21px; line-height: 1.5; margin-bottom: 10px; letter-spacing: -.03em; }
.solid-description { color: #53635b; font-size: 15px; line-height: 1.8; max-width: 435px; }
.solid-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin: 30px 0 13px; }
.solid-text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; min-height: 44px; text-decoration: none; }
.solid-text-link:hover { color: var(--solid-blue); text-decoration: underline; text-underline-offset: 5px; }
.solid-small { font-size: 11px; color: #66726c; }
.solid-blueprint { position: relative; padding: 22px; background-color: #e9eee6; background-image: radial-gradient(#b6c3b590 .75px, transparent .75px); background-size: 15px 15px; border: 1px solid #dce4d8; border-radius: 8px; }
.solid-diagram-heading { display: flex; justify-content: space-between; font: 9px/1.5 monospace; letter-spacing: .12em; color: #586b59; }
.solid-diagram-heading > :last-child { font-size: 20px; }
.solid-orbit { height: 345px; position: relative; display: grid; place-items: center; }
.solid-orbit-ring { position: absolute; border: 1px solid #aebfab; border-radius: 50%; }
.solid-orbit-ring-outer { width: 320px; height: 320px; }
.solid-orbit-ring-inner { width: 236px; height: 236px; border-style: dashed; }
.solid-orbit-core { width: 174px; height: 174px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; background: #244ee8; box-shadow: 0 14px 35px #244ee826; z-index: 1; }
.solid-orbit-core > span { font-size: 12px; color: #e0e8ff; }
.solid-orbit-core strong { font: italic 32px/1.3 Georgia, serif; }
.solid-orbit-core small { font-size: 8px; margin-top: 12px; color: #e0e8ff; }
.solid-orbit-label { position: absolute; z-index: 2; border: 1px solid #d1dbcd; background: #fcfdf9; box-shadow: 0 3px 8px #16282406; padding: 12px; font-size: 10px; font-weight: 550; border-radius: 5px; display: flex; gap: 9px; align-items: center; }
.solid-orbit-label i { color: #567056; }
.solid-orbit-label-top { top: 16px; left: 50%; transform: translateX(-50%); }
.solid-orbit-label-left { left: -5px; top: 135px; }
.solid-orbit-label-right { right: -7px; top: 210px; }
.solid-orbit-label-bottom { bottom: 0; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.solid-diagram-footer { border-top: 1px solid #c8d4c2; padding-top: 17px; margin-top: 18px; display: flex; gap: 8px; align-items: center; font-size: 9px; color: #4b604d; }
.solid-hero-foot { display: flex; justify-content: space-between; gap: 20px; padding-block: 19px; border-top: 1px solid var(--solid-line); font-size: 11px; }
.solid-hero-foot > span { font-size: 9px; letter-spacing: .11em; color: #657168; }
.solid-hero-foot a { display: flex; gap: 18px; }
.solid-section { padding-block: 88px; color: var(--solid-ink); background: #fff; border-bottom: 1px solid var(--solid-line); }
.solid-section h2, .solid-closing h2 { font: 500 clamp(32px, 3.5vw, 48px)/1.13 'Schibsted Grotesk', sans-serif; letter-spacing: -.055em; margin-bottom: 24px; }
.solid-section p { font-size: 14px; line-height: 1.8; color: #59685f; }
.solid-section .solid-eyebrow { font-size: 10px; color: #52684d; }
.solid-split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.solid-section .solid-large { font-size: 25px; line-height: 1.5; letter-spacing: -.03em; color: var(--solid-ink); margin-bottom: 20px; }
.solid-belief { background: #f0f2eb; }
.solid-belief .solid-text-link { margin-top: 22px; }
.solid-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 36px; }
.solid-section-heading h2 { margin-bottom: 0; }
.solid-section-heading > p { max-width: 320px; }
.solid-how { background: #172d27; color: #fff; }
.solid-how p, .solid-how .solid-eyebrow { color: #c1d1c5; }
.solid-workflow { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); margin: 45px 0 20px; border-top: 1px solid #496055; }
.solid-workflow li { padding: 26px 24px 24px 0; }
.solid-workflow li + li { border-left: 1px solid #496055; padding-left: 24px; }
.solid-step-top { display: flex; justify-content: space-between; color: #b3cba1; margin-bottom: 35px; font-size: 12px; }
.solid-workflow h3 { font-size: 16px; font-weight: 550; margin-bottom: 10px; }
.solid-workflow p { font-size: 13px; }
.solid-how .solid-text-link:hover { color: #fff; }
.solid-capabilities { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; }
.solid-capability { display: flex; align-items: flex-start; gap: 18px; padding: 26px 0; border-top: 1px solid var(--solid-line); transition: background .2s; }
.solid-capability:hover { background: #f7f7f2; }
.solid-capability-number { font: 11px/2 monospace; color: #718069; }
.solid-capability > span:last-child { margin-left: auto; color: var(--solid-blue); }
.solid-capability h3 { font-size: 17px; font-weight: 550; margin-bottom: 7px; }
.solid-capability p { font-size: 13px; }
.solid-ai-note { display: flex; align-items: center; gap: 20px; background: #f1f3ed; padding: 20px 24px; margin-top: 16px; border-radius: 5px; }
.solid-ai-note i { color: var(--solid-blue); }
.solid-ai-note p { font-size: 12px; }
.solid-ai-note strong { color: var(--solid-ink); }
.solid-fit { background: var(--solid-paper); }
.solid-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.solid-paths article { padding: 32px; background: #fff; border: 1px solid var(--solid-line); border-radius: 6px; display: flex; flex-direction: column; }
.solid-paths h3 { font-size: 28px; line-height: 1.2; letter-spacing: -.04em; margin-bottom: 20px; }
.solid-paths ul { margin: 25px 0 30px; font-size: 13px; list-style: none; }
.solid-paths li { padding-block: 8px; display: flex; gap: 10px; }
.solid-paths li::before { content: '✓'; color: #3f7445; }
.solid-paths .solid-managed { background: #e9eee3; border-color: #d7e0ce; }
.solid-path-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--solid-line); padding-top: 25px; margin-top: auto; }
.solid-path-bottom strong { font-size: 20px; color: var(--solid-ink); font-weight: 550; }
.solid-path-bottom small { font-size: 10px; line-height: 1.7; display: block; margin-top: 5px; }
.solid-path-bottom a { font-size: 12px; }
.solid-faq details { border-top: 1px solid var(--solid-line); }
.solid-faq details:last-child { border-bottom: 1px solid var(--solid-line); }
.solid-faq summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 21px 0; font-size: 14px; font-weight: 550; list-style: none; }
.solid-faq summary::-webkit-details-marker { display: none; }
.solid-faq summary span { font-size: 20px; font-weight: 400; transition: transform .2s; }
.solid-faq details[open] summary span { transform: rotate(45deg); }
.solid-faq details p { padding: 0 24px 24px 0; font-size: 13px; }
.solid-closing { text-align: center; padding: 85px 0; background: #e9eee3; color: var(--solid-ink); }
.solid-closing .solid-eyebrow { justify-content: center; }
.solid-closing h2 { font-size: clamp(40px, 5vw, 66px); }
.solid-closing p:not(.solid-eyebrow) { color: #53635b; font-size: 14px; margin-bottom: 28px; }
.solid-closing .solid-text-link { display: flex; width: fit-content; margin: 12px auto 0; }
@media (max-width: 1100px) {
  .solid-hero-grid { gap: 30px; }
  .solid-orbit-label-left { left: -12px; }
  .solid-orbit-label-right { right: -12px; }
  .solid-split { gap: 45px; }
}
@media (max-width: 800px) {
  .solid-container { padding-inline: 24px; }
  .solid-hero-grid { grid-template-columns: 1fr; padding-block: 48px; gap: 38px; }
  .solid-hero-copy { max-width: 580px; }
  .solid-hero h1 { font-size: 64px; }
  .solid-blueprint { max-width: 540px; width: 100%; }
  .solid-hero-foot { flex-direction: column; gap: 7px; }
  .solid-section { padding-block: 58px; }
  .solid-split, .solid-paths { grid-template-columns: 1fr; gap: 30px; }
  .solid-section-heading { flex-direction: column; align-items: flex-start; gap: 16px; }
  .solid-section-heading > p { max-width: 500px; }
  .solid-workflow { grid-template-columns: 1fr 1fr; }
  .solid-workflow li:nth-child(3) { border-left: 0; padding-left: 0; }
  .solid-workflow li:nth-child(n+3) { border-top: 1px solid #496055; }
  .solid-capabilities { column-gap: 25px; }
}
@media (max-width: 480px) {
  .solid-container { padding-inline: 20px; }
  .solid-hero h1 { font-size: 55px; }
  .solid-intro { font-size: 19px; }
  .solid-blueprint { padding: 16px; }
  .solid-orbit { height: 310px; }
  .solid-orbit-ring-outer { width: 270px; height: 270px; }
  .solid-orbit-ring-inner { width: 215px; height: 215px; }
  .solid-orbit-core { width: 155px; height: 155px; }
  .solid-orbit-label { font-size: 9px; padding: 9px; gap: 6px; }
  .solid-orbit-label-left { top: 100px; left: -8px; }
  .solid-orbit-label-right { top: 211px; right: -8px; }
  .solid-diagram-footer { font-size: 8px; }
  .solid-hero-foot a { font-size: 10px; }
  .solid-capabilities { grid-template-columns: 1fr; }
  .solid-paths article { padding: 24px; }
  .solid-workflow li { padding-right: 15px; }
  .solid-workflow li + li { padding-left: 15px; }
  .solid-workflow h3 { font-size: 15px; }
  .solid-workflow p { font-size: 12px; }
  .solid-actions { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* About: one mission, an interactive history, and the people behind it. */
.about-mission, .about-journey, .about-team { color: var(--solid-ink); scroll-margin-top: 90px; }
.about-mission { padding-block: 64px; background: var(--solid-paper); }
.about-mission-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 70px; }
.about-mission h1 { font: 500 clamp(40px, 4.3vw, 60px)/1.08 'Schibsted Grotesk', sans-serif; letter-spacing: -.055em; margin-bottom: 22px; }
.about-mission h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--solid-blue); }
.about-mission .solid-eyebrow { margin-bottom: 20px; color: #52684d; }
.about-mission-lead { font-size: 17px; line-height: 1.6; margin-bottom: 12px; max-width: 410px; }
.about-mission-copy { font-size: 14px; line-height: 1.8; color: #59685f; max-width: 450px; }
.about-jump-links { display: flex; gap: 26px; margin-top: 20px; }
.about-jump-links a { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-size: 12px; font-weight: 600; }
.about-jump-links a:hover { color: var(--solid-blue); }
.about-place { margin: 0; transform: rotate(2deg); background: #e8ede3; padding: 10px; border: 1px solid #d9e0d3; border-radius: 4px; }
.about-place img { width: 100%; height: 300px; object-fit: cover; border-radius: 2px; }
.about-place figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 17px 8px 8px; font-size: 10px; color: #52634f; }
.about-place figcaption span:first-child { font-size: 9px; font-weight: 600; letter-spacing: .1em; }
.about-journey { padding-block: 52px; background: #172d27; color: #fff; }
.about-journey-grid { display: grid; grid-template-columns: .9fr 1.3fr; gap: 72px; align-items: center; }
.about-journey .solid-eyebrow { color: #bed0b4; margin-bottom: 16px; }
.about-section-intro h2, .about-team h2 { font: 500 clamp(28px, 3vw, 38px)/1.16 'Schibsted Grotesk', sans-serif; letter-spacing: -.045em; }
.about-section-intro > p:last-child { color: #c1d1c5; font-size: 13px; line-height: 1.7; margin-top: 16px; }
.about-years { display: grid; grid-template-columns: repeat(4, 1fr); }
.about-year { position: relative; padding: 8px 0 20px; text-align: left; color: #afc2b5; border-bottom: 1px solid #577265; font-size: 16px; font-weight: 500; cursor: pointer; }
.about-year span { position: absolute; width: 7px; height: 7px; border-radius: 50%; bottom: -4px; left: 0; background: #789384; }
.about-year[aria-selected="true"] { color: #d3ef9e; }
.about-year[aria-selected="true"] span { background: #d3ef9e; box-shadow: 0 0 0 5px #d3ef9e14; }
.about-year:hover { color: #fff; }
.about-year:focus-visible { outline-color: #d3ef9e; outline-offset: 6px; }
.about-milestones { margin-top: 30px; min-height: 120px; }
.about-milestones article:not([hidden]) { display: flex; gap: 24px; align-items: flex-start; }
.about-milestone-number { font: 400 60px/1 Georgia, serif; color: #aec694; }
.about-milestones h3 { font-size: 20px; font-weight: 500; letter-spacing: -.025em; margin-bottom: 12px; }
.about-milestones p { font-size: 13px; line-height: 1.8; color: #c1d1c5; max-width: 440px; }
.about-team { padding-block: 56px 0; background: #fff; }
.about-team-heading { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; margin-bottom: 32px; }
.about-team-heading .solid-eyebrow { margin-bottom: 15px; color: #52684d; }
.about-team-heading > p { max-width: 330px; font-size: 14px; line-height: 1.8; color: #59685f; }
.about-people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.about-person { display: flex; gap: 16px; border-top: 1px solid var(--solid-line); padding-top: 20px; min-width: 0; }
.about-person > img { width: 100px; height: 142px; object-fit: cover; object-position: center top; border-radius: 3px; background: #e9eee3; flex-shrink: 0; }
.about-person-info { min-width: 0; }
.about-person h3 { font-size: 16px; font-weight: 600; letter-spacing: -.025em; }
.about-person-role { font-size: 10px; line-height: 1.5; color: #4d6450; margin-top: 4px; }
.about-person-bio { font-size: 12px; line-height: 1.7; color: #59685f; margin-top: 12px; }
.about-person-links { display: flex; gap: 18px; }
.about-person-links a { font-size: 10px; font-weight: 550; color: var(--solid-blue); display: inline-flex; align-items: center; gap: 5px; min-height: 44px; }
.about-person-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.about-conversation { border-top: 1px solid var(--solid-line); padding-block: 30px; margin-top: 36px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.about-conversation h3 { font-size: 22px; letter-spacing: -.04em; margin-bottom: 7px; }
.about-conversation p { font-size: 13px; color: #59685f; }
.about-conversation a { font-size: 13px; }
@media (max-width: 1100px) {
  .about-mission-grid, .about-journey-grid { gap: 40px; }
  .about-people { grid-template-columns: repeat(2, 1fr); }
  .about-person > img { width: 110px; }
}
@media (max-width: 700px) {
  .about-mission { padding-block: 40px; }
  .about-mission-grid, .about-journey-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-mission h1 { font-size: 45px; }
  .about-place { transform: none; }
  .about-place img { height: 210px; }
  .about-journey { padding-block: 38px; }
  .about-milestones { min-height: 150px; }
  .about-milestones article:not([hidden]) { gap: 20px; }
  .about-milestone-number { font-size: 48px; }
  .about-team { padding-top: 40px; }
  .about-team-heading { display: block; margin-bottom: 25px; }
  .about-team-heading > p { margin-top: 18px; }
  .about-people { grid-template-columns: 1fr; gap: 16px; }
  .about-person { gap: 20px; }
  .about-person > img { width: 108px; height: 140px; }
  .about-person-role, .about-person-links a { font-size: 11px; }
  .about-conversation { align-items: flex-start; flex-direction: column; margin-top: 24px; }
}

/* Product: explain the connections, then reveal the capabilities. */
.product-story { color: var(--solid-ink); }
.product-story section, .product-modules article { scroll-margin-top: 135px; }
.product-intro { padding-block: 64px; background: var(--solid-paper); }
.product-intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 70px; }
.product-intro h1 { font: 500 clamp(40px, 4.3vw, 60px)/1.08 'Schibsted Grotesk', sans-serif; letter-spacing: -.055em; margin-bottom: 24px; }
.product-intro h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--solid-blue); }
.product-intro p:not(.solid-eyebrow) { font-size: 14px; line-height: 1.8; color: #59685f; max-width: 455px; }
.product-intro p.product-lead { font-size: 19px; color: var(--solid-ink); margin-bottom: 12px; }
.product-intro p.product-fine { font-size: 11px; }
.product-record { margin: 0; padding: 24px; background: white; border: 1px solid #d9e0d3; border-radius: 7px; box-shadow: 12px 12px 0 #e7ecdf; }
.product-record figcaption { display: flex; justify-content: space-between; gap: 16px; font-size: 9px; color: #61725e; border-bottom: 1px solid var(--solid-line); padding-bottom: 20px; }
.product-record figcaption span:first-child { letter-spacing: .12em; font-weight: 600; }
.product-record-title { display: flex; gap: 14px; align-items: center; margin-block: 23px; }
.product-record-icon { width: 43px; height: 43px; display: grid; place-items: center; background: #edf1e7; color: #486641; border-radius: 5px; flex-shrink: 0; }
.product-record-title small { font-size: 8px; letter-spacing: .1em; color: #63725e; }
.product-record-title h2 { font-size: 20px; font-weight: 500; letter-spacing: -.03em; }
.product-record ol { list-style: none; }
.product-record li { display: flex; align-items: center; gap: 14px; padding: 17px 0; border-top: 1px solid #edf0e9; }
.product-record li > span { font: 11px monospace; color: #687b60; }
.product-record li > i { margin-left: auto; color: #4c7948; font-size: 11px; }
.product-record h3 { font-size: 13px; font-weight: 600; }
.product-intro .product-record li p { font-size: 11px; margin-top: 3px; }
.product-intro p.product-record-note { display: flex; gap: 8px; align-items: center; font-size: 10px; background: #f1f4ec; padding: 12px; margin-top: 8px; }
.product-page-nav { position: sticky; top: 72px; z-index: 30; background: #fffffff5; border-block: 1px solid var(--solid-line); }
.product-page-nav > div { display: flex; gap: 30px; overflow-x: auto; }
.product-page-nav a { min-height: 49px; display: inline-flex; align-items: center; font-size: 12px; font-weight: 550; white-space: nowrap; }
.product-page-nav a:hover { color: var(--solid-blue); }
.product-section { padding-block: 58px; background: #fff; }
.product-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 30px; }
.product-story .solid-eyebrow { font-size: 10px; color: #52684d; margin-bottom: 17px; }
.product-section-heading h2, .product-close h2 { font: 500 clamp(28px, 3vw, 40px)/1.15 'Schibsted Grotesk', sans-serif; letter-spacing: -.045em; }
.product-section-heading > p { font-size: 14px; line-height: 1.8; color: #59685f; max-width: 340px; }
.product-principles, .product-rollout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.product-principles article, .product-rollout li { border-top: 1px solid var(--solid-line); padding-top: 22px; }
.product-principles article > span, .product-rollout li > span { font: 11px monospace; color: #59704f; }
.product-principles h3, .product-rollout h3 { font-size: 17px; font-weight: 550; margin-block: 16px 10px; }
.product-principles p, .product-rollout p { font-size: 13px; line-height: 1.8; color: #59685f; }
.product-story #model { padding-block: 48px; background: #eaf0e3; border-block: 1px solid #d9e3d1; }
.product-story #model .editorial-title { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -.045em; margin-bottom: 14px; }
.product-story #model .editorial-lead { font-size: 14px; line-height: 1.8; max-width: 650px; }
.product-story #model .max-w-3xl { max-width: 800px; margin-bottom: 24px; }
.product-story #model .rounded-3xl { padding: 12px; border: none; background: transparent; }
.product-story #avo-product-svg { max-height: 290px; }
.product-story #model .grid.lg\:grid-cols-\[1\.1fr_0\.9fr\] { gap: 45px; }
.product-story #model .divide-y h3 { font-size: 14px; }
.product-story #model .divide-y p { font-size: 12px; }
.product-story #open-model-modal { font-size: 13px; margin-top: 14px; }
.product-included { background: #f7f7f2; }
.product-modules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-modules article { padding: 24px 0 4px; border-top: 1px solid #d7ded1; }
.product-module-label { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #536c47; }
.product-module-label i { font-size: 14px; }
.product-module-label h3 { font-size: 12px; font-weight: 550; }
.product-modules h4 { font-size: 19px; font-weight: 500; line-height: 1.35; letter-spacing: -.025em; max-width: 290px; margin-bottom: 12px; }
.product-modules p { font-size: 13px; line-height: 1.8; color: #59685f; }
.product-ai { display: flex; align-items: center; gap: 40px; background: #172d27; color: white; padding: 26px 30px; margin-top: 32px; border-radius: 5px; }
.product-ai > span { font-size: 9px; letter-spacing: .12em; white-space: nowrap; color: #c8dfad; display: flex; align-items: center; gap: 10px; }
.product-ai h3 { font-size: 18px; font-weight: 500; margin-bottom: 8px; }
.product-ai p { font-size: 13px; line-height: 1.7; color: #c1d1c5; }
.product-cost-note, .product-service-note { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin-top: 24px; font-size: 12px; color: #59685f; }
.product-cost-note { padding: 14px 20px; background: #f1f4ec; border-radius: 5px; }
.product-service-note { margin-top: 14px; }
.product-close { padding-block: 40px; background: #e9eee3; }
.product-close > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.product-close p:not(.solid-eyebrow) { font-size: 13px; margin-top: 16px; color: #59685f; }
.product-story section[aria-labelledby="specialist-tools-title"] { padding-block: 26px; }
@media (max-width: 900px) {
  .product-intro-grid { gap: 30px; }
  .product-record { padding: 18px; }
  .product-modules { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .product-intro { padding-block: 40px; }
  .product-intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .product-intro h1 { font-size: 45px; }
  .product-record { margin-right: 8px; }
  .product-page-nav > div { gap: 23px; }
  .product-section { padding-block: 40px; }
  .product-section-heading { display: block; }
  .product-section-heading > p { margin-top: 16px; }
  .product-principles, .product-rollout { grid-template-columns: 1fr; gap: 20px; }
  .product-principles h3, .product-rollout h3 { margin-top: 10px; }
  .product-ai { display: block; padding: 24px; }
  .product-ai > span { margin-bottom: 16px; }
  .product-cost-note, .product-service-note, .product-close > div { align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (max-width: 480px) {
  .product-modules { grid-template-columns: 1fr; gap: 20px; }
  .product-module-label { margin-bottom: 12px; }
  .product-modules h4 { max-width: none; }
}

/* Main headline accent: one short phrase, shared across marketing pages. */
body h1.marketing-headline { color: var(--solid-ink); }
body h1 .headline-accent {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--solid-blue);
  letter-spacing: -.055em;
  -webkit-text-fill-color: currentColor;
}

/* Contact: a personal invitation, direct channels and a simple message. */
.contact-welcome { background: var(--solid-paper); color: var(--solid-ink); padding-block: 56px; }
.contact-welcome-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contact-invitation { padding-top: 16px; }
.contact-invitation .solid-eyebrow { color: #52684d; margin-bottom: 22px; }
.contact-invitation h1 { font: 500 clamp(52px, 5.5vw, 76px)/1.1 'Schibsted Grotesk', sans-serif; letter-spacing: -.06em; margin-bottom: 28px; }
.contact-invitation > p:not(.solid-eyebrow) { font-size: 15px; line-height: 1.8; color: #59685f; max-width: 365px; }
.contact-invitation p.contact-lead { font-size: 25px; line-height: 1.4; color: var(--solid-ink); letter-spacing: -.025em; margin-bottom: 16px; }
.contact-direct { margin-top: 32px; }
.contact-direct > a { display: flex; align-items: center; gap: 16px; padding-block: 18px; border-top: 1px solid var(--solid-line); }
.contact-channel-icon { display: grid; place-items: center; background: #e9eee3; color: #536f46; width: 43px; height: 43px; border-radius: 5px; flex-shrink: 0; }
.contact-direct small { display: block; font-size: 9px; letter-spacing: .11em; color: #61715a; margin-bottom: 6px; }
.contact-direct strong { display: block; font-size: 19px; font-weight: 500; letter-spacing: -.025em; }
.contact-direct > a > span:last-child { margin-left: auto; color: var(--solid-blue); }
.contact-direct > a:hover strong { color: var(--solid-blue); }
.contact-invitation p.contact-hours { font-size: 11px; margin-top: 4px; }
.contact-people { display: flex; gap: 18px; align-items: center; margin-top: 38px; }
.contact-portraits { display: flex; padding-left: 0; flex-shrink: 0; }
.contact-portraits img { width: 44px; height: 44px; object-fit: cover; object-position: top; border-radius: 50%; border: 3px solid var(--solid-paper); }
.contact-portraits img + img { margin-left: -12px; }
.contact-people p { font-size: 12px; color: #59685f; }
.contact-people a { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 550; min-height: 40px; }
.contact-people a:hover { color: var(--solid-blue); }
.contact-message { background: white; border: 1px solid var(--solid-line); border-radius: 8px; scroll-margin-top: 90px; box-shadow: 0 10px 35px #16282405; }
.contact-form-heading { padding: 28px 30px 0; }
.contact-form-heading h2 { font-size: 28px; line-height: 1.2; letter-spacing: -.04em; margin-bottom: 9px; }
.contact-form-heading p { font-size: 13px; color: #59685f; }
.contact-form-heading small { font-size: 10px; color: #677566; display: block; margin-top: 12px; }
.contact-form-body { padding: 23px 30px 28px; }
.contact-form-body form.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 18px; }
.contact-form-body input:not([type='checkbox']):not([type='hidden']), .contact-form-body select, .contact-form-body textarea { border-radius: 5px; border-color: #d8dfd3; background: #fcfdf9; }
.contact-form-body textarea { resize: vertical; min-height: 110px; }
.contact-form-body label { font-size: 12px; }
.contact-form-body .char-counter { font-size: 10px; }
.contact-visit { background: #e9eee3; padding-block: 42px; color: var(--solid-ink); }
.contact-visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact-office .solid-eyebrow { color: #52684d; margin-bottom: 17px; }
.contact-office h2 { font: 500 36px/1.2 'Schibsted Grotesk', sans-serif; letter-spacing: -.045em; margin-bottom: 18px; }
.contact-office h2 em { font-family: Georgia, serif; font-weight: 400; }
.contact-office > p:not(.solid-eyebrow) { font-size: 14px; line-height: 1.8; color: #59685f; max-width: 350px; }
.contact-office address { font-size: 14px; font-style: normal; line-height: 1.8; margin-top: 20px; }
.contact-office .solid-text-link { margin-top: 9px; }
.contact-map { overflow: hidden; border: 1px solid #d0daca; border-radius: 6px; background: #f7f7f2; }
.contact-map iframe { width: 100%; height: 300px; border: 0; display: block; }
.contact-map > p { padding: 12px 16px; font-size: 10px; color: #586a50; }
@media (max-width: 1000px) { .contact-welcome-grid, .contact-visit-grid { gap: 35px; } }
@media (max-width: 750px) {
  .contact-welcome { padding-block: 32px; }
  .contact-welcome-grid, .contact-visit-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-invitation { padding-top: 0; }
  .contact-invitation h1 { font-size: 58px; margin-bottom: 20px; }
  .contact-invitation p.contact-lead { font-size: 23px; }
  .contact-direct { margin-top: 24px; }
  .contact-people { margin-top: 22px; }
  .contact-form-heading { padding: 24px 22px 0; }
  .contact-form-body { padding: 20px 22px 24px; }
  .contact-office h2 { font-size: 32px; }
  .contact-map iframe { height: 260px; }
}
