/* Daneel: a bounded place of work. Structure carries the story — a rule above each
   rung of the ladder, orange reserved for the boundary and the final step.
   Tokens from site-ui.css with standalone fallbacks, per the website style guide. */
.daneel { background: var(--site-ground, #f6f8fa); }
.daneel main { font-size: 17px; }
.daneel main h1, .daneel main h2, .daneel main h3 { color: var(--site-ink, #2c3e50); line-height: 1.2; }
.daneel main h1 { font-size: clamp(34px, 3.4vw, 48px); letter-spacing: -.035em; margin: 18px 0 24px; max-width: 22ch; }
.daneel main h2 { font-size: clamp(28px, 3vw, 38px); letter-spacing: -.025em; margin-bottom: 22px; }
.daneel main h3 { font-size: 21px; margin-bottom: 14px; }
.daneel main p { max-width: 68ch; margin-bottom: 18px; }

.dn-product { font-size: 19px; font-weight: 600; color: var(--site-slate, #314352); }
.dn-hero { padding: 76px 0 80px; }
.dn-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.dn-lead { font-size: 21px; line-height: 1.65; }
.dn-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin: 28px 0 22px; }
.daneel .btn { background: var(--site-action, #bd3012); color: #fff; }
.dn-text-link { color: var(--site-slate, #314352); font-weight: 600; text-underline-offset: 5px; }
.daneel main .dn-note { color: #555; font-size: 13px; }

.dn-study { margin: 0; }
.dn-study img { width: 100%; height: auto; display: block; }
.dn-study figcaption { color: var(--site-muted, #526677); font-size: 14px; margin-top: 10px; }

.dn-section { padding: 80px 0; scroll-margin-top: 110px; }
.dn-white { background: #fff; }
.dn-split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.daneel main .dn-intro { color: #555; max-width: 76ch; }
.daneel main .dn-aside { color: #555; font-size: 15px; }

.dn-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin: 44px 0 28px; }
.dn-cards-3 { grid-template-columns: repeat(3, 1fr); }
.dn-cards article { border-top: 3px solid var(--site-slate, #314352); padding-top: 24px; }
.dn-cards p { font-size: 16px; margin-bottom: 0; }

.dn-day { list-style: none; padding: 0; margin: 44px 0 0; display: grid; gap: 0; max-width: 92ch; }
.dn-day li { display: grid; grid-template-columns: 110px 1fr; gap: 32px; padding: 28px 0; border-top: 1px solid var(--site-rule, #dce3e8); align-items: start; }
.dn-day li:first-child { border-top: 2px solid var(--site-slate, #314352); }
.dn-day li:last-child { border-bottom: 1px solid var(--site-rule, #dce3e8); }
.dn-day span { color: var(--site-orange, #e73c17); font-weight: 600; font-size: 15px; letter-spacing: .02em; padding-top: 3px; }
.daneel main .dn-day h3 { grid-column: 2; font-size: 19px; margin-bottom: 8px; }
.daneel main .dn-day p { grid-column: 2; font-size: 16px; margin-bottom: 0; max-width: 62ch; }

.dn-ladder { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; margin-top: 36px; margin-bottom: 28px; padding: 0; gap: 0; }
.dn-ladder li { border-top: 3px solid var(--site-slate, #314352); padding: 24px 24px 0 0; }
.dn-ladder li:last-child { border-color: var(--site-orange, #e73c17); }
.dn-ladder span { color: var(--site-muted, #526677); display: block; margin-bottom: 16px; font-weight: 600; }
.dn-ladder p { font-size: 15px; }

.dn-panel { border-left: 3px solid var(--site-orange, #e73c17); padding: 4px 0 4px 32px; }
.daneel main .dn-panel h3 { font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: var(--site-muted, #526677); margin-bottom: 10px; }
.daneel main .dn-quote { font-size: 18px; line-height: 1.55; color: var(--site-ink, #2c3e50); margin-bottom: 6px; }
.daneel main .dn-panel-note { color: #555; font-size: 14px; margin-bottom: 30px; }
.daneel main .dn-panel > *:last-child { margin-bottom: 0; }

.dn-questions { list-style: none; padding: 0; margin: 32px 0; display: grid; gap: 0; max-width: 68ch; }
.dn-questions li { border-top: 1px solid var(--site-rule, #dce3e8); padding: 16px 0; font-size: 18px; }
.dn-questions li:first-child { border-top: 2px solid var(--site-slate, #314352); }

.dn-fit { border-left: 3px solid var(--site-orange, #e73c17); padding-left: 32px; }
.dn-fit ul { padding-left: 20px; margin-bottom: 26px; }
.dn-fit li { margin-bottom: 10px; }

.dn-faq details { border-top: 1px solid var(--site-rule, #dce3e8); padding: 18px 0; }
.dn-faq details:last-of-type { border-bottom: 1px solid var(--site-rule, #dce3e8); }
.dn-faq summary { cursor: pointer; font-weight: 600; color: var(--site-ink, #2c3e50); font-size: 18px; }
.daneel main .dn-faq p { margin: 14px 0 0; }

.dn-contact { background: var(--site-slate, #314352); }
.daneel .dn-contact h2, .daneel .dn-contact p { color: #fff; }
.daneel .dn-contact .btn { background: var(--site-orange, #e73c17); }
.daneel main .dn-email { font-size: 15px; margin-top: 14px; opacity: .85; }
.dn-about { padding: 40px 0 64px; }
.daneel main .dn-about p { color: #555; font-size: 14px; max-width: 80ch; }



@media (max-width: 1100px) {
    .dn-ladder { grid-template-columns: repeat(3, 1fr); gap: 28px 16px; }
    .dn-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .dn-hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .dn-study { max-width: 640px; margin: 0 auto; }
    .dn-split { grid-template-columns: 1fr; gap: 36px; }
    .dn-cards, .dn-cards-3 { grid-template-columns: 1fr; gap: 28px; }
    .dn-day li { grid-template-columns: 1fr; gap: 6px; padding: 22px 0; }
    .daneel main .dn-day h3, .daneel main .dn-day p { grid-column: 1; }
    .dn-section { padding: 56px 0; }
}
@media (max-width: 600px) {
    .dn-ladder { grid-template-columns: 1fr; gap: 24px; }
    .dn-panel, .dn-fit { padding-left: 22px; }
}
@media (max-width: 480px) {
    .daneel .container { width: 100%; padding-left: 22px; padding-right: 22px; }
}

/* Architectural studies retain the landscape proportions of the service set. */
.daneel .dn-hero { background: var(--site-paper, #fff); }
.dn-support-study { margin: 28px 0 0; max-width: 560px; }
.dn-brand-link { display: inline-flex; align-items: center; gap: 8px; vertical-align: middle; }
.dn-study .dn-brand-link img { width: 32px; height: 32px; object-fit: contain; }
