/*
 * Local product-card prototype.
 * Selection-tile anatomy is adapted from IBM Carbon RadioTile (Apache-2.0).
 * Compact adjacent choices follow Primer SegmentedControl (MIT) interaction
 * and separator patterns while retaining native form radio inputs.
 */

html {
    overflow-x: clip;
}

body[data-page-type="design-lab"] {
    overflow-x: clip;
    background: #f3f1eb;
    color: #181915;
}

.dlp {
    --dlp-ink: #181915;
    --dlp-muted: #686a62;
    --dlp-paper: #f3f1eb;
    --dlp-white: #fffef9;
    --dlp-line: #d7d4ca;
    --dlp-yellow: #f6bf2f;
    --dlp-yellow-dark: #d79b00;
    --dlp-green: #0a644a;
    --dlp-dark: #20221d;
    --dlp-red: #a63125;
    --dlp-container: 1320px;
    font-variant-numeric: tabular-nums;
}

.dlp button,
.dlp input,
.dlp summary {
    font: inherit;
}

.dlp-container {
    width: min(100% - 48px, var(--dlp-container));
    margin-inline: auto;
}

.dlp-labbar {
    color: #fff;
    background: var(--dlp-dark);
    border-bottom: 3px solid var(--dlp-yellow);
    font-size: .78rem;
    letter-spacing: .02em;
}

.dlp-labbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.dlp-labbar-label {
    padding: 4px 8px;
    color: var(--dlp-ink);
    background: var(--dlp-yellow);
    font-weight: 800;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

.dlp-labbar-label:hover {
    color: var(--dlp-ink);
    background: #ffd66b;
}

.dlp-labbar strong {
    font-weight: 700;
}

.dlp-labbar-inner > span:last-child {
    color: #b9bbb3;
}

.dlp-evidence-open {
    margin-left: auto;
    padding: 5px 10px;
    color: var(--dlp-ink);
    background: var(--dlp-yellow);
    border: 0;
    font-size: .72rem;
    font-weight: 800;
    cursor: pointer;
}

.dlp-evidence {
    width: min(860px, calc(100% - 32px));
    max-height: min(820px, calc(100% - 32px));
    padding: 0;
    color: var(--dlp-ink);
    background: var(--dlp-white);
    border: 1px solid var(--dlp-ink);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .25);
}

.dlp-evidence::backdrop {
    background: rgba(24, 25, 21, .48);
}

.dlp-evidence-head {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    background: var(--dlp-white);
    border-bottom: 1px solid var(--dlp-line);
}

.dlp-evidence-head span {
    color: var(--dlp-muted);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dlp-evidence-head h2 {
    margin: 3px 0 0;
    font-size: clamp(1.35rem, 3vw, 2rem);
}

.dlp-evidence-head button {
    width: 36px;
    height: 36px;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 1px solid var(--dlp-line);
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
}

.dlp-evidence-body {
    padding: 24px;
}

.dlp-evidence-body h3 {
    margin: 30px 0 12px;
    font-size: 1rem;
}

.dlp-evidence-note {
    margin: 0 0 10px;
    padding: 12px 14px;
    color: #4d5049;
    background: #f7f2df;
    border-left: 3px solid var(--dlp-yellow-dark);
    font-size: .84rem;
    line-height: 1.55;
}

.dlp-evidence-sources,
.dlp-evidence-faqs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dlp-evidence-sources li,
.dlp-evidence-faqs li {
    padding: 13px 0;
    border-top: 1px solid var(--dlp-line);
}

.dlp-evidence-sources li > span {
    display: block;
    margin-bottom: 3px;
    color: var(--dlp-muted);
    font-size: .68rem;
    font-weight: 750;
    text-transform: uppercase;
}

.dlp-evidence-sources a,
.dlp-evidence-faqs a {
    color: #075e49;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dlp-evidence-sources p {
    margin: 5px 0 0;
    color: var(--dlp-muted);
    font-size: .79rem;
    line-height: 1.5;
}

.dlp-evidence-faqs strong {
    display: block;
    margin-bottom: 5px;
    font-size: .84rem;
}

.dlp-evidence-faqs div {
    font-size: .78rem;
}

.dlp-crumbline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 2vw, 32px);
}

.dlp-crumbline .dlp-breadcrumbs {
    flex: 0 0 auto;
}

.dlp-crumb-nav {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-block: 22px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
}

.dlp-crumb-nav::-webkit-scrollbar {
    display: none;
}

.dlp-crumb-nav-label {
    flex: 0 0 auto;
    margin-right: 4px;
    color: var(--dlp-muted);
    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.dlp-crumb-nav a {
    flex: 0 0 auto;
    padding: 5px 11px;
    color: var(--dlp-muted);
    background: rgba(255, 254, 249, .6);
    border: 1px solid var(--dlp-line);
    font-size: .73rem;
    font-weight: 650;
    white-space: nowrap;
}

.dlp-crumb-nav a:hover {
    color: var(--dlp-ink);
    border-color: #777970;
}

.dlp-crumb-nav-all {
    background: var(--dlp-white);
    border-color: #777970;
}

.dlp-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 22px 18px;
    color: var(--dlp-muted);
    font-size: .82rem;
}

.dlp-breadcrumbs a {
    border-bottom: 1px solid transparent;
}

.dlp-breadcrumbs a:hover {
    color: var(--dlp-ink);
    border-color: currentColor;
}

.dlp-product {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(480px, .92fr);
    gap: clamp(32px, 4vw, 64px);
    align-items: start;
    padding-bottom: clamp(36px, 4vw, 56px);
}

.dlp-visual {
    position: sticky;
    top: 92px;
    align-self: start;
    min-width: 0;
}

.dlp-hero-media {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #e4e1dc;
    border: 1px solid #cbc9c1;
}

.dlp-hero-media::before {
    position: absolute;
    z-index: 1;
    inset: 18px;
    border: 1px solid rgba(24, 25, 21, .18);
    content: "";
    pointer-events: none;
}

.dlp-hero-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    transition: opacity .16s ease;
}

.dlp-hero-media--schematic svg {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
}

.dlp-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding-block: 10px;
}

.dlp-gallery-thumbs button {
    min-width: 0;
    padding: 3px;
    overflow: hidden;
    background: #e4e1dc;
    border: 1px solid #c4c2ba;
    border-radius: 0;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.dlp-gallery-thumbs button:hover {
    border-color: #777970;
}

.dlp-gallery-thumbs button[aria-current="true"] {
    border-color: var(--dlp-ink);
    box-shadow: inset 0 0 0 1px var(--dlp-ink);
}

.dlp-gallery-thumbs button:focus-visible {
    outline: 3px solid rgba(246, 191, 47, .75);
    outline-offset: 2px;
}

.dlp-gallery-thumbs img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}

.dlp-factline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--dlp-line);
    border-top: 0;
    background: rgba(255, 254, 249, .45);
}

.dlp-factline--wide {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dlp-factline div {
    min-width: 0;
    margin: -1px 0 0 -1px;
    padding: 18px;
    border-top: 1px solid var(--dlp-line);
    border-left: 1px solid var(--dlp-line);
}

.dlp-factline strong,
.dlp-factline span {
    display: block;
}

.dlp-factline strong {
    margin-bottom: 2px;
    font-size: 1rem;
}

.dlp-factline span {
    color: var(--dlp-muted);
    font-size: .74rem;
    line-height: 1.35;
}

.dlp-buybox {
    position: sticky;
    top: 92px;
    padding: clamp(26px, 3vw, 42px);
    background: var(--dlp-white);
    border: 1px solid #cbc8bd;
    box-shadow: 12px 14px 0 #dfdcd2;
}

.dlp-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--dlp-green);
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dlp-status span {
    width: 8px;
    height: 8px;
    background: var(--dlp-green);
    border-radius: 50%;
}

.dlp-buybox h1 {
    max-width: 690px;
    margin: 0 0 14px;
    font-size: clamp(2.35rem, 4vw, 4.25rem);
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: .96;
}

.dlp-intro {
    max-width: 64ch;
    margin: 0 0 30px;
    color: var(--dlp-muted);
    font-size: .96rem;
    line-height: 1.55;
}

.dlp-config {
    display: grid;
    gap: 22px;
}

.dlp-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.dlp-fieldset legend {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    color: var(--dlp-ink);
    font-size: .78rem;
    font-weight: 760;
    letter-spacing: .02em;
}

.dlp-fieldset legend span {
    margin-right: 7px;
    color: #91938a;
    font-weight: 600;
}

.dlp-tile-grid {
    display: grid;
    gap: 7px;
}

.dlp-tile-grid--sizes {
    grid-template-columns: repeat(4, 1fr);
}

.dlp-tile-grid--film {
    grid-template-columns: repeat(2, 1fr);
}

.dlp-radio-tile {
    position: relative;
}

.dlp-radio-tile input,
.dlp-segments input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.dlp-radio-tile label {
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    padding: 14px 10px;
    background: #f4f2ec;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.dlp-radio-tile label::after {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #a3a39c;
    border-radius: 50%;
    content: "";
}

.dlp-radio-tile label:hover {
    border-color: #9a9b92;
}

.dlp-radio-tile input:checked + label {
    color: #fff;
    background: var(--dlp-dark);
    border-color: var(--dlp-dark);
}

.dlp-radio-tile input:checked + label::after {
    background: var(--dlp-yellow);
    border-color: var(--dlp-yellow);
    box-shadow: inset 0 0 0 2px var(--dlp-dark);
}

.dlp-radio-tile input:focus-visible + label,
.dlp-segments input:focus-visible + label {
    outline: 3px solid rgba(246, 191, 47, .7);
    outline-offset: 2px;
}

.dlp-radio-tile label strong {
    font-size: .91rem;
    line-height: 1.15;
}

.dlp-radio-tile label small {
    color: #74766e;
    font-size: .69rem;
}

.dlp-radio-tile input:checked + label small {
    color: #c7c9c1;
}

.dlp-radio-tile--detail label {
    min-height: 64px;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 13px 26px 13px 13px;
}

.dlp-field-note {
    margin: 7px 0 0;
    color: var(--dlp-muted);
    font-size: .69rem;
    line-height: 1.4;
}

.dlp-paired-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dlp-segments {
    position: relative;
    display: flex;
    padding: 3px;
    background: #e9e7df;
    border: 1px solid #d2d0c7;
}

.dlp-segments label {
    position: relative;
    min-width: 0;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    color: #5d5e58;
    cursor: pointer;
    font-size: .71rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.dlp-segments label + input + label::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 1px;
    background: #cfcdc4;
    content: "";
}

.dlp-segments input:checked + label {
    z-index: 1;
    color: var(--dlp-ink);
    background: var(--dlp-white);
    box-shadow: 0 1px 4px rgba(24, 25, 21, .12);
}

.dlp-segments input:checked + label::before,
.dlp-segments input:checked + label + input + label::before {
    display: none;
}

.dlp-segments--batch label {
    min-height: 52px;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding-inline: 12px;
    text-align: left;
}

.dlp-segments--batch label small {
    color: #888a81;
    font-size: .63rem;
    font-weight: 500;
}

.dlp-estimate {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 82px;
    background: #eeece5;
    border: 1px solid #d3d0c7;
}

.dlp-estimate > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    padding: 13px 16px;
}

.dlp-estimate > div + div {
    border-left: 1px solid #d3d0c7;
}

.dlp-estimate span,
.dlp-estimate small {
    color: var(--dlp-muted);
    font-size: .68rem;
}

.dlp-estimate strong {
    font-size: 1rem;
    line-height: 1.25;
}

.dlp-price-result strong {
    color: var(--dlp-green);
    font-size: 1.12rem;
}

.dlp-price-result b {
    font-weight: 780;
}

.dlp-calc-message {
    margin-top: -12px;
    padding: 10px 12px;
    color: #7d241d;
    background: #f8e8e4;
    border-left: 3px solid var(--dlp-red);
    font-size: .76rem;
}

.dlp-primary-action,
.dlp-secondary-action,
.dlp-final button {
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.dlp-primary-action {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: var(--dlp-ink);
    background: var(--dlp-yellow);
    cursor: pointer;
    font-weight: 780;
    text-decoration: none;
    transition: background-color .15s ease;
}

.dlp-primary-action span {
    display: grid;
    gap: 2px;
    padding-block: 11px;
    text-align: left;
}

.dlp-primary-action small {
    font-size: .72rem;
    font-weight: 620;
    line-height: 1.35;
}

.dlp-primary-action:hover {
    background: #ffc928;
}

.dlp-primary-action svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-width: 1.7;
}

.dlp-secondary-action {
    width: max-content;
    max-width: 100%;
    margin: -10px auto 0;
    padding: 3px 0;
    color: var(--dlp-ink);
    background: transparent;
    border-bottom: 1px solid #777970;
    font-size: .76rem;
    font-weight: 650;
}

.dlp-secondary-action:hover {
    border-color: var(--dlp-yellow-dark);
}

.dlp-disclaimer {
    margin: -10px 0 0;
    color: var(--dlp-muted);
    font-size: .66rem;
    line-height: 1.45;
    text-align: center;
}

.dlp-section {
    padding-block: clamp(72px, 9vw, 126px);
    border-top: 1px solid var(--dlp-line);
}

.dlp-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, .65fr);
    gap: 48px;
    align-items: end;
    margin-bottom: clamp(34px, 5vw, 62px);
}

.dlp-section-head--solo {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
}

.dlp-kicker {
    display: block;
    margin-bottom: 11px;
    color: var(--dlp-green);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dlp-section-head h2,
.dlp-notes-title h2,
.dlp-final h2 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(2rem, 4.5vw, 4.7rem);
    font-weight: 730;
    letter-spacing: -.055em;
    line-height: .98;
}

.dlp-section-head > p {
    margin: 0;
    color: var(--dlp-muted);
    font-size: .92rem;
    line-height: 1.55;
}

.dlp-section-head > a {
    width: max-content;
    justify-self: end;
    padding-bottom: 3px;
    border-bottom: 1px solid currentColor;
    font-size: .82rem;
    font-weight: 700;
}

.dlp-spec-section {
    padding-top: clamp(40px, 4vw, 60px);
    background: var(--dlp-white);
}

.dlp-spec-switch {
    margin-bottom: 24px;
}

.dlp-tablist {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 4px;
    width: min(100%, 560px);
    padding: 4px;
    background: #f1eee5;
    border: 1px solid #e2ded3;
    border-radius: 2px;
}

.dlp-tablist--triple {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    width: min(100%, 760px);
}

.dlp-tablist--four {
    grid-template-columns: repeat(4, minmax(145px, 1fr));
    width: min(100%, 960px);
}

.dlp-tablist--adaptive {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    width: min(100%, 960px);
}

.dlp-paired-fields--single {
    grid-template-columns: 1fr;
}

.dlp-tablist button {
    min-height: 52px;
    padding: 13px 20px;
    color: #5e6059;
    background: var(--dlp-white);
    border: 0;
    text-align: center;
    transition: color .18s ease, background-color .18s ease;
}

.dlp-tablist button:hover {
    color: var(--dlp-ink);
    background: #fff8e3;
}

.dlp-tablist button[aria-selected="true"] {
    color: var(--dlp-ink);
    background: var(--dlp-yellow);
}

.dlp-tablist button:focus-visible {
    outline: 2px solid var(--dlp-yellow-dark);
    outline-offset: -2px;
}

.dlp-tablist button strong {
    font-size: .86rem;
    font-weight: 750;
    line-height: 1.25;
}

.dlp-tabpanels {
    position: relative;
    width: 100%;
}

.dlp-tabpanel:focus-visible {
    outline: 2px solid var(--dlp-green);
    outline-offset: 6px;
}

.dlp-tool {
    min-height: 420px;
    padding: clamp(22px, 2.4vw, 30px);
    background: #fbfaf6;
    border-top: 2px solid var(--dlp-yellow-dark);
}

.dlp-tool-head {
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
    gap: clamp(20px, 3vw, 42px);
    align-items: center;
}

.dlp-tool-head span,
.dlp-tool-result > span {
    color: var(--dlp-green);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dlp-tool-head h3 {
    margin: 5px 0 0;
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    line-height: 1.08;
}

.dlp-tool-head p,
.dlp-tool-result p,
.dlp-tool-caveat {
    margin: 0;
    color: var(--dlp-muted);
    font-size: .8rem;
    line-height: 1.55;
}

.dlp-tool-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: 16px;
    margin-top: 20px;
}

.dlp-tool-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.dlp-tool-fields > [data-tool-group] {
    display: contents;
}

.dlp-tool-fields > [data-tool-group][hidden] {
    display: none;
}

.dlp-tool-field {
    min-width: 0;
    display: grid;
    gap: 6px;
    align-content: start;
    color: #565851;
    font-size: .7rem;
    font-weight: 700;
}

.dlp-tool-field--wide,
.dlp-tool-check {
    grid-column: 1 / -1;
}

.dlp-tool-field > input,
.dlp-tool-field select,
.dlp-tool-input {
    width: 100%;
    min-height: 44px;
    color: var(--dlp-ink);
    background: var(--dlp-white);
    border: 1px solid #d9d5c9;
    border-radius: 0;
    font-family: inherit;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.2;
}

.dlp-tool-field > input,
.dlp-tool-field select {
    padding: 0 13px;
}

.dlp-tool-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.dlp-tool-input input {
    min-width: 0;
    height: 42px;
    padding: 0 10px 0 13px;
    background: transparent;
    border: 0;
    font: inherit;
}

.dlp-tool-input b {
    padding-right: 13px;
    color: #85867f;
    font-size: .66rem;
}

.dlp-tool-field input:focus,
.dlp-tool-field select:focus,
.dlp-tool-input:focus-within {
    border-color: var(--dlp-yellow-dark);
    outline: 2px solid #ffe5a1;
    outline-offset: 0;
}

.dlp-tool-input input:focus {
    outline: 0;
}

.dlp-tool-check {
    min-height: 46px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 13px;
    color: #54564f;
    background: var(--dlp-white);
    border: 1px solid #e0ddd4;
    font-size: .74rem;
    font-weight: 650;
}

.dlp-tool-check input {
    width: 17px;
    height: 17px;
    accent-color: var(--dlp-yellow-dark);
}

.dlp-tool-result {
    min-height: 100%;
    padding: 18px;
    background: #fff8e4;
    border: 1px solid #ead9a7;
}

.dlp-tool-result strong {
    display: block;
    margin: 8px 0;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.22;
}

.dlp-tool-result ul {
    display: grid;
    gap: 6px;
    margin: 13px 0 0;
    padding: 13px 0 0;
    border-top: 1px solid #e4d39f;
    list-style: none;
}

.dlp-tool-result li {
    position: relative;
    padding-left: 15px;
    color: #55574f;
    font-size: .74rem;
    line-height: 1.4;
}

.dlp-tool-result li::before {
    position: absolute;
    top: .48em;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--dlp-yellow-dark);
    border-radius: 50%;
    content: "";
}

.dlp-tool-spec {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--dlp-line);
}

.dlp-tool-actions {
    flex: 0 0 auto;
    display: flex;
    gap: 8px;
}

.dlp-tool-actions button {
    min-height: 42px;
    padding: 0 15px;
    color: var(--dlp-ink);
    background: var(--dlp-white);
    border: 1px solid #d8d4c9;
    font-size: .72rem;
    font-weight: 760;
}

.dlp-tool-actions button:last-child {
    background: var(--dlp-yellow);
    border-color: var(--dlp-yellow-dark);
}

.dlp-tool-caveat {
    margin-top: 9px;
    font-size: .68rem;
}

.dlp-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    border-top: 2px solid var(--dlp-ink);
}

.dlp-specs > div {
    display: grid;
    grid-template-columns: minmax(120px, .72fr) minmax(170px, 1.28fr);
    gap: 20px;
    min-height: 104px;
    align-items: center;
    padding: 20px 22px 20px 0;
    border-bottom: 1px solid var(--dlp-line);
}

.dlp-specs > div:nth-child(even) {
    padding-right: 0;
    padding-left: 22px;
    border-left: 1px solid var(--dlp-line);
}

.dlp-specs dt {
    color: #4f514a;
    font-size: .9rem;
    font-weight: 650;
    line-height: 1.35;
}

.dlp-specs dd {
    margin: 0;
}

.dlp-specs dd strong,
.dlp-specs dd span {
    display: block;
}

.dlp-specs dd strong {
    font-size: .97rem;
}

.dlp-specs dd span {
    margin-top: 3px;
    color: var(--dlp-muted);
    font-size: .72rem;
    line-height: 1.4;
}

.dlp-load-panel {
    padding: 8px 0 0;
    color: var(--dlp-ink);
    background: var(--dlp-white);
}

.dlp-load-chart-shell {
    padding: 20px 0 0;
    background: transparent;
    border-top: 2px solid var(--dlp-ink);
}

.dlp-load-chart {
    max-width: 1180px;
    min-height: 0;
    margin-inline: auto;
    color: var(--dlp-ink);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.dlp-load-chart svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.dlp-chart-scroll-hint {
    display: none;
}

.dlp-chart-grid {
    stroke: #e4e1d8;
    stroke-width: 1;
}

.dlp-chart-axis {
    stroke: #9d9c94;
    stroke-width: 1;
}

.dlp-chart-label {
    fill: #6f7169;
    font: 550 13px/1 system-ui, sans-serif;
}

.dlp-chart-axis-title {
    fill: #50524b;
    font: 650 13px/1 system-ui, sans-serif;
    letter-spacing: .01em;
}

.dlp-chart-line {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dlp-chart-point {
    stroke: var(--dlp-white);
    stroke-width: 3;
}

.dlp-chart-point:hover,
.dlp-chart-point:focus {
    outline: none;
}

.dlp-chart-point-label {
    fill: #3f413b;
    font: 650 10px/1 system-ui, sans-serif;
    paint-order: stroke;
    stroke: var(--dlp-white);
    stroke-width: 4px;
    stroke-linejoin: round;
}

.dlp-load-legend {
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-inline: auto;
    padding: 4px 0 0;
    color: #686a62;
    font-size: .74rem;
    font-weight: 650;
}

.dlp-load-legend span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.dlp-load-legend i {
    width: 18px;
    height: 2px;
    background: #326855;
}

.dlp-load-legend span:nth-child(2) i { background: #8a6542; }
.dlp-load-legend span:nth-child(3) i { background: #657184; }
.dlp-load-legend span:nth-child(4) i { background: #8a7a3a; }
.dlp-load-legend span:nth-child(5) i { background: #98586c; }

.dlp-formats-panel {
    padding-top: 8px;
}

.dlp-formats-intro {
    max-width: 74ch;
    margin: 0 0 24px;
    color: var(--dlp-muted);
    font-size: .8rem;
    line-height: 1.55;
}

.dlp-formats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 2px solid var(--dlp-ink);
    border-bottom: 1px solid var(--dlp-line);
}

.dlp-format-card {
    min-width: 0;
    background: var(--dlp-white);
}

.dlp-format-card + .dlp-format-card {
    border-left: 1px solid var(--dlp-line);
}

.dlp-format-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--dlp-white);
    border-bottom: 1px solid var(--dlp-line);
}

.dlp-format-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: contain;
    cursor: zoom-in;
}

.dlp-format-body {
    padding: 20px 22px 24px;
}

.dlp-format-heading {
    margin-bottom: 11px;
}

.dlp-format-heading h3 {
    margin: 0 0 5px;
    font-size: 1.15rem;
    letter-spacing: -.02em;
    line-height: 1.15;
}

.dlp-format-heading span {
    color: var(--dlp-muted);
    font-size: .65rem;
    font-weight: 650;
    line-height: 1.35;
}

.dlp-format-body p {
    max-width: 43ch;
    margin: 0;
    color: var(--dlp-muted);
    font-size: .76rem;
    line-height: 1.55;
}

.dlp-quality-section {
    color: #f5f3ed;
    background: var(--dlp-dark);
    border-top-color: var(--dlp-dark);
}

.dlp-section-head--light .dlp-kicker {
    color: var(--dlp-yellow);
}

.dlp-section-head--light > p {
    color: #b8bab2;
}

.dlp-quality-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.dlp-quality-card {
    margin: 0;
    border-top: 1px solid #53554e;
}

.dlp-quality-image {
    position: relative;
    margin-top: 14px;
    overflow: hidden;
    background: #30322c;
}

.dlp-quality-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    cursor: zoom-in;
    transition: transform .35s ease;
}

.dlp-quality-card:hover img {
    transform: scale(1.018);
}

.dlp-quality-image > span {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 38px;
    padding: 7px 9px;
    color: var(--dlp-ink);
    background: var(--dlp-yellow);
    font-size: .7rem;
    font-weight: 800;
    text-align: center;
}

.dlp-quality-card figcaption {
    padding: 20px 4px 0;
}

.dlp-quality-card figcaption strong {
    display: block;
    margin-bottom: 7px;
    font-size: 1.05rem;
}

.dlp-quality-card figcaption p {
    margin: 0;
    color: #b8bab2;
    font-size: .77rem;
    line-height: 1.5;
}

.dlp-notes-section {
    background: var(--dlp-white);
}

.dlp-notes-layout {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr);
    gap: clamp(52px, 9vw, 138px);
    align-items: start;
}

.dlp-notes-title h2 {
    font-size: clamp(2rem, 4vw, 4rem);
}

.dlp-notes-title > p {
    max-width: 38ch;
    margin: 18px 0 0;
    color: var(--dlp-muted);
    font-size: .82rem;
    line-height: 1.6;
}

.dlp-accordions {
    border-top: 2px solid var(--dlp-ink);
}

.dlp-accordions details {
    border-bottom: 1px solid var(--dlp-line);
}

.dlp-accordions summary {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: baseline;
    padding: 23px 42px 23px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 720;
}

.dlp-accordions summary::-webkit-details-marker {
    display: none;
}

.dlp-accordions summary::after {
    position: absolute;
    top: 22px;
    right: 3px;
    color: var(--dlp-green);
    content: "+";
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1;
}

.dlp-accordions details[open] summary::after {
    content: "−";
}

.dlp-accordions summary span {
    color: #989990;
    font-size: .7rem;
    font-weight: 600;
}

.dlp-accordions details p {
    max-width: 68ch;
    margin: -4px 42px 24px 35px;
    color: var(--dlp-muted);
    font-size: .84rem;
    line-height: 1.62;
}

.dlp-final {
    padding-block: clamp(55px, 7vw, 86px);
    color: #fff;
    background: var(--dlp-green);
}

.dlp-final-inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 48px;
}

.dlp-final-inner > div > span {
    display: block;
    margin-bottom: 10px;
    color: #bbd6cc;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dlp-final h2 {
    max-width: 760px;
    font-size: clamp(2rem, 4.5vw, 4.3rem);
}

.dlp-final button {
    min-width: 290px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 17px 18px;
    color: var(--dlp-ink);
    background: var(--dlp-yellow);
    font-weight: 780;
}

.dlp-final button:hover {
    background: #ffc928;
}

@media (max-width: 1120px) {
    .dlp-product {
        grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr);
        gap: 30px;
    }

    .dlp-buybox {
        padding: 26px;
    }

    .dlp-paired-fields {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .dlp-section-head h2 {
        font-size: clamp(2rem, 4.3vw, 4rem);
    }
}

@media (max-width: 900px) {
    .dlp-product {
        grid-template-columns: 1fr;
    }

    .dlp-visual {
        position: static;
    }

    .dlp-buybox {
        position: static;
        box-shadow: 9px 10px 0 #dfdcd2;
    }

    .dlp-paired-fields {
        grid-template-columns: 1fr 1fr;
    }

    .dlp-section-head {
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: start;
    }

    .dlp-section-head > p {
        max-width: 58ch;
    }

    .dlp-section-head > a {
        justify-self: start;
    }

    .dlp-quality-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .dlp-formats-grid {
        grid-template-columns: 1fr;
    }

    .dlp-format-card {
        display: grid;
        grid-template-columns: minmax(250px, .9fr) minmax(280px, 1.1fr);
        align-items: center;
    }

    .dlp-format-card + .dlp-format-card {
        border-top: 1px solid var(--dlp-line);
        border-left: 0;
    }

    .dlp-format-image {
        border-right: 1px solid var(--dlp-line);
        border-bottom: 0;
    }

    .dlp-quality-card {
        display: grid;
        grid-template-columns: minmax(0, 1.4fr) minmax(190px, .6fr);
        gap: 24px;
        align-items: end;
    }

    .dlp-notes-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .dlp-final-inner {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .dlp-container {
        width: min(100% - 30px, var(--dlp-container));
    }

    .dlp-labbar-inner {
        gap: 9px;
    }

    .dlp-labbar-inner > span:last-child {
        display: none;
    }

    .dlp-crumbline {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .dlp-factline--wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dlp-breadcrumbs {
        overflow: hidden;
        white-space: nowrap;
    }

    .dlp-crumb-nav {
        padding-block: 0 14px;
    }

    .dlp-crumb-nav-label {
        display: none;
    }

    .dlp-breadcrumbs a:first-child,
    .dlp-breadcrumbs a:first-child + span {
        display: none;
    }

    .dlp-product {
        gap: 18px;
        padding-bottom: 68px;
    }

    .dlp-hero-media::before {
        inset: 10px;
    }

    .dlp-gallery-thumbs {
        grid-auto-columns: 78px;
        grid-template-columns: none;
        grid-auto-flow: column;
        margin-inline: -1px;
        padding: 9px 1px 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
    }

    .dlp-factline div {
        padding: 12px 8px;
    }

    .dlp-factline strong {
        font-size: .82rem;
    }

    .dlp-factline span {
        font-size: .61rem;
    }

    .dlp-buybox {
        padding: 24px 16px;
        box-shadow: 6px 7px 0 #dfdcd2;
    }

    .dlp-buybox h1 {
        font-size: clamp(2.25rem, 11vw, 3.2rem);
    }

    .dlp-config {
        gap: 24px;
    }

    .dlp-tile-grid--sizes,
    .dlp-tile-grid--film {
        grid-template-columns: repeat(2, 1fr);
    }

    .dlp-paired-fields {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .dlp-segments label {
        font-size: .66rem;
    }

    .dlp-estimate {
        grid-template-columns: 1fr;
    }

    .dlp-estimate > div + div {
        border-top: 1px solid #d3d0c7;
        border-left: 0;
    }

    .dlp-section {
        padding-block: 68px;
    }

    .dlp-section-head {
        margin-bottom: 32px;
    }

    .dlp-section-head h2,
    .dlp-notes-title h2,
    .dlp-final h2 {
        font-size: clamp(2rem, 10vw, 3.1rem);
    }

    .dlp-specs {
        grid-template-columns: 1fr;
    }

    .dlp-tablist {
        width: 100%;
    }

    .dlp-tool-head,
    .dlp-tool-layout {
        grid-template-columns: 1fr;
    }

    .dlp-tool-head {
        gap: 12px;
    }

    .dlp-tool-spec {
        align-items: stretch;
        flex-direction: column;
    }

    .dlp-specs > div,
    .dlp-specs > div:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 7px;
        min-height: 0;
        padding: 17px 0;
        border-left: 0;
    }

    .dlp-quality-card {
        display: block;
    }

    .dlp-format-card {
        grid-template-columns: 118px minmax(0, 1fr);
        align-items: stretch;
    }

    .dlp-format-image {
        border-right: 1px solid var(--dlp-line);
        border-bottom: 0;
    }

    .dlp-format-image img {
        height: 100%;
        min-height: 142px;
        aspect-ratio: auto;
    }

    .dlp-format-body {
        padding: 17px 16px 19px;
    }

    .dlp-quality-card figcaption {
        padding-top: 16px;
    }

    .dlp-accordions summary {
        padding-block: 20px;
        font-size: .9rem;
    }

    .dlp-accordions details p {
        margin-right: 10px;
        margin-left: 0;
    }

    .dlp-final-inner {
        gap: 28px;
    }

    .dlp-final button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 620px) {
    .dlp-tablist {
        grid-template-columns: 1fr;
    }

    .dlp-tablist button {
        min-height: 62px;
    }

    .dlp-tool {
        padding: 20px 15px;
    }

    .dlp-tool-fields {
        grid-template-columns: 1fr;
    }

    .dlp-tool-field--wide,
    .dlp-tool-check {
        grid-column: auto;
    }

    .dlp-tool-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dlp-load-panel {
        padding-top: 4px;
    }

    .dlp-load-chart-shell {
        padding-top: 16px;
    }

    .dlp-load-chart {
        min-height: 0;
    }

    .dlp-load-chart svg {
        width: 900px;
        max-width: none;
    }

    .dlp-chart-scroll-hint {
        display: flex;
        gap: 7px;
        justify-content: flex-end;
        margin: 7px 8px 0;
        color: #6b6d65;
        font-size: .65rem;
        font-weight: 700;
    }

}

@media (prefers-reduced-motion: reduce) {
    .dlp *,
    .dlp *::before,
    .dlp *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
