/* Scoped company-page presentation; abstract surfaces imply no premises. */
.dw-company { --company-space: clamp(44px, 6vw, 80px); }
.dw-company-section { padding-block: var(--company-space); }
.dw-company h1 { font-size: clamp(36px, 4.4vw, 62px); line-height: 1.08; letter-spacing: -.035em; margin: 16px 0 24px; max-width: 650px; }
.dw-company h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.2; margin: 0 0 28px; max-width: 760px; letter-spacing: -.02em; }
.dw-company h3 { font-size: 19px; line-height: 1.35; margin: 0 0 12px; }
.dw-company p { font-size: 16px; line-height: 1.7; color: var(--color-muted); max-width: 760px; }
.dw-company p:last-child { margin-bottom: 0; }
.dw-company-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: clamp(28px, 5vw, 72px); }
.dw-company-split > * { min-width: 0; }
.dw-company-hero { background: #e7ecea; padding-block: var(--company-space); }
.dw-company .eyebrow { font-size: 12px; color: var(--color-blue); }
.dw-company-hero, .dw-company-experience { position: relative; isolation: isolate; }
.dw-company-hero > .container, .dw-company-experience > .container { position: relative; z-index: 1; }
.dw-company-hero::after, .dw-company-experience::after { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgb(247 249 248 / 96%) 0%, rgb(247 249 248 / 90%) 45%, rgb(247 249 248 / 62%) 100%); }
.dw-company-image { position: absolute; inset: 0; overflow: hidden; background: #e6ecec; pointer-events: none; }
.dw-company-image img { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.5); }
.dw-company-hero .dw-company-image img { filter: none; }
.dw-company-hero::after { background: linear-gradient(180deg, #e7ecea 0%, rgb(231 236 234 / 80%) 8%, transparent 30%), linear-gradient(90deg, rgb(247 249 248 / 60%), rgb(247 249 248 / 35%) 35%, transparent 65%); }
.dw-company-experience::after { background: linear-gradient(90deg, rgb(247 249 248 / 86%) 0%, rgb(247 249 248 / 66%) 45%, rgb(247 249 248 / 30%) 100%); }
.dw-company-image.is-abstract { background: linear-gradient(135deg, #f7f9f8, #d9e3e4); }
.dw-company-image.is-abstract::before { content: ''; position: absolute; inset: 17% -15% 17% 24%; border: 1px solid #064eaf26; transform: rotate(-25deg); background: linear-gradient(120deg, #ffffff80, #064eaf0d); }
.dw-company-image.is-abstract::after { content: ''; position: absolute; width: 52%; height: 1px; top: 68%; left: 12%; background: var(--color-yellow); }
.dw-company-timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; padding: 0; margin: 36px 0 0; gap: 32px; }
.dw-company-timeline li { border-top: 1px solid var(--color-line); padding-top: 20px; position: relative; }
.dw-company-timeline li::before { content: ''; width: 28px; height: 3px; position: absolute; top: -2px; background: var(--color-yellow); }
.dw-company-year { display: block; font-size: 32px; font-weight: 650; color: var(--color-blue); margin-bottom: 18px; }
.dw-company-timeline p { font-size: 15px; }
.dw-company-experience { background: var(--color-paper); }
.dw-company-competences { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.dw-company-competences > div { border-left: 2px solid var(--color-line); padding-left: 20px; }
.dw-company-competences p { font-size: 15px; }
.dw-company-principle { background: var(--color-dark); }
.dw-company-principle h2 { color: #fff; }
.dw-company-principle h2::before { content: ''; display: block; width: 40px; height: 3px; background: var(--color-yellow); margin-bottom: 24px; }
.dw-company-principle p { color: #d7dfe3; }
.dw-company-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; list-style: none; padding: 0; margin: 0; counter-reset: company-step; }
.dw-company-process li { counter-increment: company-step; font-weight: 600; border-top: 1px solid var(--color-line); padding-top: 18px; }
.dw-company-process li::before { content: '0' counter(company-step); display: block; color: var(--color-blue); font-size: 14px; margin-bottom: 12px; }
.dw-company-cta { background: #e7ecea; }
.dw-company-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
@media (max-width: 1000px) { .dw-company-competences { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 800px) {
  .dw-company-split { grid-template-columns: minmax(0, 1fr); }
  .dw-company-experience::after { background: rgb(247 249 248 / 80%); }
  .dw-company-hero::after { background: linear-gradient(180deg, #e7ecea 0%, rgb(231 236 234 / 80%) 6%, transparent 24%), linear-gradient(90deg, rgb(247 249 248 / 65%), rgb(247 249 248 / 30%) 65%, transparent); }
  .dw-company-timeline { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .dw-company-year { margin-bottom: 10px; }
  .dw-company-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .dw-company-competences, .dw-company-process { grid-template-columns: minmax(0, 1fr); }
  .dw-company h1 { font-size: 36px; }
}
