.sdh-page { width: 100%; min-height: 100%; display: flex; flex-direction: column; gap: 22px; padding: 20px 36px 16px; color: #f0f3e9; font-family: Inter, 'Helvetica Neue', Arial, sans-serif; }
.sdh-page :where(h1,h2,p,figure,blockquote) { margin: 0; }
.sdh-page * { box-sizing: border-box; }
.sdh-page a { color: inherit; text-decoration: none; }
.sdh-page svg, .sdh-panel-dialog svg { display: block; width: 20px; height: 20px; flex-shrink: 0; }
.sdh-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.sdh-kicker { display: flex; align-items: center; gap: 12px; color: #a2b0a8; font-size: 12px; letter-spacing: .04em; }
.sdh-kicker > span { color: #d0f5a5; font-family: Menlo, Consolas, monospace; }
.sdh-heading h1 { margin-top: 14px; font-size: clamp(40px, 4.6cqw, 66px); font-weight: 550; line-height: 1.02; letter-spacing: -.055em; }
.sdh-intro { flex-shrink: 0; color: #d5dfd7; font-size: 17px; line-height: 1.5; padding-bottom: 2px; }
.sdh-intro strong { color: #d0f5a5; font-weight: 500; }
.sdh-scene { display: grid; grid-template-columns: minmax(280px, .87fr) minmax(0, 2.5fr); gap: 28px; align-items: center; margin-block: auto; }
.sdh-step { display: flex; align-items: baseline; gap: 10px; }
.sdh-step > span { color: #a2b0a8; font: 11px Menlo, Consolas, monospace; }
.sdh-step h2 { font-size: 15px; font-weight: 500; line-height: 1.35; }
.sdh-arrival { padding-inline: 8px; }
.sdh-file { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
.sdh-file img { width: 118px; height: auto; border-radius: 5px; }
.sdh-file > span { display: flex; align-items: center; gap: 6px; color: #a2b0a8; font-size: 12px; }
.sdh-file svg { width: 14px; height: 14px; }
.sdh-arrival blockquote { margin-top: 12px; color: #d5dfd7; font-size: 18px; line-height: 1.35; letter-spacing: -.02em; }
.sdh-event-arrow { padding: 10px 0 10px 24px; color: #c2b8ff; }
.sdh-event-arrow svg { width: 24px; height: 30px; }
.sdh-notice { border: 1px solid #455344; border-radius: 15px; background: #19271f; overflow: clip; }
.sdh-notice > header { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: #22332a; border-bottom: 1px solid #3b4a3f; }
.sdh-notice > header > svg { width: 26px; height: 26px; color: #c2b8ff; }
.sdh-notice h2 { font-size: 15px; font-weight: 600; }
.sdh-notice > header span { display: block; color: #a2b0a8; font-size: 11px; margin-top: 4px; }
.sdh-notice-body { padding: 17px 20px 19px; }
.sdh-stage { color: #d0f5a5; font-size: 13px; }
.sdh-customer { margin-top: 7px !important; font-size: 24px; font-weight: 550; letter-spacing: -.025em; }
.sdh-summary-label { margin-top: 16px !important; font-size: 10px; color: #a2b0a8; text-transform: uppercase; letter-spacing: .05em; }
.sdh-summary { margin-top: 6px !important; color: #d5dfd7; font-size: 15px; line-height: 1.5; }
.sdh-dialog-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; color: #c2b8ff !important; font-size: 15px; }
.sdh-dialog-link:hover { color: #d0f5a5 !important; }
.sdh-dialog-link svg { width: 24px; height: 24px; }
.sdh-trigger { padding: 12px 8px 0; color: #a2b0a8; font-size: 12px; line-height: 1.5; }
.sdh-panel { min-width: 0; }
.sdh-panel > figcaption { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 12px; }
.sdh-panel > figcaption a { display: inline-flex; align-items: center; gap: 8px; color: #a2b0a8; font-size: 12px; }
.sdh-panel > figcaption a svg { width: 16px; height: 16px; }
.sdh-panel-image { display: block; border: 1px solid #53605a; border-radius: 12px; overflow: clip; }
.sdh-panel-image img { display: block; width: 100%; height: auto; }
.sdh-panel-note { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 15px 2px 0; }
.sdh-panel-note p { font-size: 15px; line-height: 1.5; color: #d5dfd7; }
.sdh-panel-note strong { color: #d0f5a5; font-weight: 500; }
.sdh-panel-note > span { font-size: 11px; line-height: 1.5; color: #a2b0a8; text-align: right; }
.sdh-page a:focus-visible, .sdh-panel-dialog :is(a,button):focus-visible { outline: 2px solid #c2b8ff; outline-offset: 5px; }

.sdh-panel-dialog { width: min(1480px, calc(100vw - 40px)); max-height: calc(100vh - 40px); padding: 0; border: 1px solid #455448; border-radius: 16px; background: #121c19; color: #f0f3e9; overflow: auto; font-family: Inter, 'Helvetica Neue', Arial, sans-serif; }
.sdh-panel-dialog::backdrop { background: rgb(5 12 8 / .78); backdrop-filter: blur(6px); }
.sdh-modal-heading { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 24px; background: #121c19; }
.sdh-modal-heading p { margin: 0 0 6px; color: #a2b0a8; font-size: 12px; }
.sdh-modal-heading h2 { margin: 0; font-size: 22px; font-weight: 500; letter-spacing: -.025em; }
.sdh-modal-heading button { display: grid; place-items: center; flex-shrink: 0; width: 40px; height: 40px; border: 1px solid #455448; border-radius: 50%; color: #f0f3e9; background: transparent; cursor: pointer; }
.sdh-panel-dialog > img { display: block; width: 100%; height: auto; max-height: calc(100vh - 188px); object-fit: contain; }
.sdh-panel-dialog > footer { display: flex; justify-content: space-between; gap: 20px; padding: 15px 24px; font-size: 12px; color: #a2b0a8; }
.sdh-panel-dialog > footer a { display: inline-flex; align-items: center; gap: 8px; color: #c2b8ff; text-decoration: none; }
.sdh-panel-dialog > footer svg { width: 16px; height: 16px; }

@container reader (max-width: 1000px) {
  .sdh-page { padding: 24px; }
  .sdh-heading { display: block; }
  .sdh-intro { margin-top: 16px; }
  .sdh-scene { grid-template-columns: 1fr; gap: 28px; }
  .sdh-events { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; }
  .sdh-event-arrow { display: none; }
  .sdh-trigger { grid-column: 2; padding-top: 0; }
}
@container reader (max-width: 600px) {
  .sdh-page { padding: 24px 18px; }
  .sdh-heading h1 { font-size: 40px; }
  .sdh-events { display: block; }
  .sdh-event-arrow { display: block; }
  .sdh-trigger { padding-top: 12px; }
  .sdh-panel-note { display: block; }
  .sdh-panel-note > span { display: block; text-align: left; margin-top: 10px; }
  .sdh-panel > figcaption .sdh-step h2 { font-size: 13px; }
}
