:root {
    --dq-ext-ink: var(--dq-secondary, #07345a);
    --dq-ext-accent: var(--dq-primary, #0b77d8);
    --dq-ext-paper: #f4f7f8;
    --dq-ext-line: #dce4e7;
    --dq-ext-muted: #5f6f77;
}

.dq-extension-eyebrow {
    margin: 0 0 14px;
    color: var(--dq-ext-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.dq-extension-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid var(--dq-ext-accent);
    border-radius: 999px;
    background: var(--dq-ext-accent);
    color: #fff;
    font-weight: 750;
    text-decoration: none;
}

.dq-extension-button--ghost { background: transparent; color: inherit; border-color: currentColor; }
.dq-extension-button--light { background: #fff; color: var(--dq-ext-ink); border-color: #fff; }
.dq-extension-controls { display: flex; gap: 8px; }
.dq-extension-controls button { width: 40px; height: 40px; border: 1px solid var(--dq-ext-line); border-radius: 50%; background: #fff; color: var(--dq-ext-ink); font-size: 25px; cursor: pointer; }

.dq-product-rows { padding: clamp(48px, 7vw, 90px) 0; background: #fff; }
.dq-product-rows__intro { max-width: 720px; margin-bottom: 32px; }
.dq-product-rows__intro h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 52px); }
.dq-product-rows__intro p { margin: 0; color: var(--dq-ext-muted); line-height: 1.7; }
.dq-product-row + .dq-product-row { margin-top: 44px; }
.dq-product-row > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.dq-product-row > header h3 { margin: 0; font-size: clamp(21px, 2vw, 28px); }
.dq-product-row__track { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.dq-extension-product { flex: 0 0 calc((100% - 54px) / 4); min-width: 220px; scroll-snap-align: start; border: 1px solid var(--dq-ext-line); border-radius: 14px; overflow: hidden; background: #fff; }
.dq-extension-product a { display: block; color: inherit; text-decoration: none; }
.dq-extension-product img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.dq-extension-product h4 { margin: 14px 14px 6px; font-size: 17px; }
.dq-extension-product span { display: block; margin: 0 14px 16px; color: var(--dq-ext-accent); font-weight: 750; }

.dq-accordion-media { padding: clamp(48px, 7vw, 96px) 0; background: var(--dq-ext-paper); }
.dq-accordion-media h2 { margin: 0 0 34px; text-align: center; font-size: clamp(30px, 4vw, 50px); }
.dq-accordion-media__grid { display: grid; grid-template-columns: 1fr minmax(280px, .85fr) 1fr; gap: 28px; align-items: center; }
.dq-accordion-media--paired .dq-accordion-media__grid { grid-template-columns: 1fr 1fr; }
.dq-accordion-media__image { height: 520px; margin: 0; overflow: hidden; border-radius: 160px 16px 16px; }
.dq-accordion-media__image img { width: 100%; height: 100%; object-fit: cover; }
.dq-accordion-media__item { border-bottom: 1px solid var(--dq-ext-line); }
.dq-accordion-media__item button { display: flex; align-items: center; gap: 12px; width: 100%; padding: 18px 0; border: 0; background: transparent; color: var(--dq-ext-ink); text-align: left; font: inherit; font-weight: 750; cursor: pointer; }
.dq-accordion-media__item button span { display: grid; place-items: center; flex: 0 0 26px; height: 26px; border: 1px solid currentColor; border-radius: 50%; transition: transform .2s; }
.dq-accordion-media__item button[aria-expanded="true"] span { transform: rotate(45deg); }
.dq-accordion-media__panel { padding: 0 0 18px 38px; color: var(--dq-ext-muted); line-height: 1.7; }

.dq-signal-hero { position: relative; overflow: hidden; padding: clamp(58px, 7vw, 110px) 0; }
.dq-signal-hero.is-ink { background: var(--dq-ext-ink); color: #fff; }
.dq-signal-hero.is-paper { background: var(--dq-ext-paper); color: var(--dq-ext-ink); }
.dq-signal-hero__stage { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.dq-signal-hero__copy { position: relative; z-index: 2; }
.dq-signal-hero h1 { margin: 0; font-size: clamp(42px, 5.2vw, 78px); line-height: 1; letter-spacing: -.045em; }
.dq-signal-hero__lead { margin: 26px 0 0; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; opacity: .85; }
.dq-signal-hero__note { margin: 18px 0 26px; padding-left: 16px; border-left: 2px solid var(--dq-ext-accent); opacity: .78; }
.dq-signal-hero__mark { position: absolute; right: 0; bottom: -30px; font-size: clamp(140px, 20vw, 330px); font-weight: 800; line-height: .7; opacity: .04; }
.dq-signal-hero__visual { position: relative; min-height: 550px; transform: translate3d(calc(var(--dq-tilt-x, 0) * 5px), calc(var(--dq-tilt-y, 0) * 5px), 0); }
.dq-signal-hero__primary { position: absolute; inset: 0 10% 8% 0; margin: 0; overflow: hidden; border-radius: 150px 14px 14px; }
.dq-signal-hero__primary img, .dq-signal-hero__secondary img { width: 100%; height: 100%; object-fit: cover; }
.dq-signal-hero__secondary { position: absolute; right: 0; bottom: 0; width: 40%; height: 40%; margin: 0; overflow: hidden; border: 7px solid currentColor; border-radius: 12px 12px 70px; }
.dq-signal-hero__chips { position: absolute; left: -22px; bottom: 8%; display: grid; gap: 8px; }
.dq-signal-hero__chips div { display: flex; gap: 9px; width: max-content; max-width: 270px; padding: 9px 14px; border-radius: 999px; background: rgba(0, 0, 0, .68); color: #fff; }
.dq-signal-hero__chips strong { color: #8ed0ff; }

.dq-manifesto { padding: clamp(64px, 8vw, 120px) 0; }
.dq-manifesto__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 110px); align-items: start; }
.dq-manifesto__intro { position: sticky; top: 110px; }
.dq-manifesto__intro h2, .dq-story-route h2 { margin: 0; font-size: clamp(36px, 4vw, 64px); line-height: 1.02; letter-spacing: -.04em; }
.dq-manifesto__intro > p:last-of-type { color: var(--dq-ext-muted); line-height: 1.75; }
.dq-manifesto__intro figure { height: 250px; margin: 30px 0 0; overflow: hidden; border-radius: 12px 90px 12px 12px; }
.dq-manifesto__intro img { width: 100%; height: 100%; object-fit: cover; }
.dq-manifesto__board { position: relative; border-top: 1px solid var(--dq-ext-line); }
.dq-manifesto__board article { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 30px 18px; border-bottom: 1px solid var(--dq-ext-line); }
.dq-manifesto__board article > span { color: var(--dq-ext-accent); font-weight: 800; }
.dq-manifesto__board h3 { margin: 0 0 7px; font-size: 25px; }
.dq-manifesto__board p { margin: 0; color: var(--dq-ext-muted); line-height: 1.65; }
.dq-manifesto__mark { position: absolute; right: 0; top: -28px; font-size: 11px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; opacity: .5; }

.dq-story-route { padding: clamp(64px, 8vw, 112px) 0; overflow: hidden; background: var(--dq-ext-paper); }
.dq-story-route__head { display: grid; grid-template-columns: .6fr 1fr .8fr; gap: 35px; align-items: end; }
.dq-story-route__head > p:last-child { color: var(--dq-ext-muted); line-height: 1.7; }
.dq-story-route__track { position: relative; display: flex; gap: 22px; margin: 62px 0 0; padding: 0 0 15px; overflow-x: auto; list-style: none; }
.dq-story-route__track::before { content: ""; position: absolute; top: 28px; left: 28px; right: 28px; border-top: 2px dashed var(--dq-ext-accent); }
.dq-story-route__track li { position: relative; flex: 1 0 210px; padding-top: 76px; }
.dq-story-route__dot { position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 58px; height: 58px; border: 7px solid var(--dq-ext-paper); border-radius: 50%; background: var(--dq-ext-ink); color: #fff; box-shadow: 0 0 0 1px var(--dq-ext-ink); }
.dq-story-route__track h3 { margin: 0 0 9px; }
.dq-story-route__track p { margin: 0; color: var(--dq-ext-muted); line-height: 1.6; }
.dq-story-route__footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 42px; padding: 26px 30px; border-radius: 10px 55px 10px 10px; background: var(--dq-ext-ink); color: #fff; }
.dq-story-route__footer blockquote { max-width: 720px; margin: 0; font-size: clamp(20px, 2vw, 28px); font-weight: 700; }

.dq-contact-orbit { padding: clamp(50px, 7vw, 96px) 0; background: var(--dq-ext-paper); }
.dq-contact-orbit__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 70px); }
.dq-contact-orbit__hub header h1 { margin: 0; font-size: clamp(38px, 4vw, 62px); line-height: 1.02; }
.dq-contact-orbit__hub header > p:last-child { color: var(--dq-ext-muted); line-height: 1.7; }
.dq-contact-orbit__items { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.dq-contact-orbit__item { display: flex; gap: 12px; padding: 16px; border: 1px solid var(--dq-ext-line); border-radius: 14px; background: #fff; color: inherit; text-decoration: none; }
.dq-contact-orbit__item > span:first-child, .dq-contact-dispatch__channel > span:first-child { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--dq-ext-paper); color: var(--dq-ext-accent); }
.dq-contact-orbit__item svg, .dq-contact-dispatch__channel svg { width: 20px; height: 20px; }
.dq-contact-orbit__item small, .dq-contact-dispatch__channel small { display: block; color: var(--dq-ext-muted); }
.dq-contact-orbit__item strong, .dq-contact-dispatch__channel strong { display: block; margin-top: 4px; }
.dq-contact-orbit__form, .dq-contact-dispatch__form { padding: clamp(25px, 4vw, 46px); border-radius: 18px; background: var(--dq-ext-ink); color: #fff; }
.dq-contact-orbit__form h2, .dq-contact-dispatch__form h2 { margin-top: 0; font-size: clamp(28px, 3vw, 42px); color: #fff; }
.dq-contact-orbit__form footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }

.dq-catalog-hero { padding: 22px 0; background: linear-gradient(180deg, #edf5fb, #fff); }
.dq-catalog-hero__grid { display: grid; grid-template-columns: 270px 1fr 310px; gap: 18px; align-items: stretch; }
.dq-catalog-menu { position: relative; z-index: 5; border: 1px solid var(--dq-ext-line); border-radius: 16px; background: #fff; }
.dq-catalog-menu__head { width: 100%; padding: 15px; border: 0; border-radius: 15px 15px 0 0; background: var(--dq-ext-ink); color: #fff; text-align: left; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.dq-catalog-menu__head span { margin-right: 9px; }
.dq-catalog-menu ul { margin: 0; padding: 7px 0; list-style: none; }
.dq-catalog-menu li { position: relative; }
.dq-catalog-menu a { display: block; padding: 10px 14px; border-bottom: 1px solid #edf1f3; color: inherit; text-decoration: none; }
.dq-catalog-menu li > ul { display: none; position: absolute; left: 100%; top: 0; min-width: 230px; border: 1px solid var(--dq-ext-line); border-radius: 12px; background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.12); }
.dq-catalog-menu li:hover > ul, .dq-catalog-menu li:focus-within > ul { display: block; }
.dq-catalog-menu li > ul ul { left: 100%; }
.dq-catalog-hero__copy { display: flex; flex-direction: column; justify-content: center; min-height: 390px; padding: clamp(26px, 4vw, 46px); border-radius: 18px; background: var(--dq-ext-accent); color: #fff; }
.dq-catalog-hero__copy h1 { margin: 0 0 14px; color: #fff; font-size: clamp(32px, 4vw, 52px); line-height: 1.1; }
.dq-catalog-hero__copy > p { line-height: 1.7; }
.dq-catalog-hero__actions, .dq-company-fieldnote__values aside > div { display: flex; flex-wrap: wrap; gap: 10px; }
.dq-catalog-hero__trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.dq-catalog-hero__trust span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 13px; }
.dq-catalog-hero__image, .dq-catalog-hero__banner { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: #fff; }
.dq-catalog-hero__image img, .dq-catalog-hero__banner img { width: 100%; height: 100%; object-fit: cover; }
.dq-catalog-hero__image figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 12px; border-radius: 12px; background: rgba(0,0,0,.78); color: #fff; }
.dq-catalog-hero__hotline { display: block; color: #fff; font-weight: 800; }
.dq-catalog-hero.is-banner .dq-catalog-hero__grid { grid-template-columns: 270px 1fr; }
.dq-catalog-hero__banner { min-height: 390px; }

.dq-company-fieldnote { padding: clamp(58px, 8vw, 112px) 0; }
.dq-company-fieldnote__opening { display: grid; grid-template-columns: 1.15fr .85fr; gap: 35px; }
.dq-company-fieldnote h1 { margin: 0; font-size: clamp(42px, 5vw, 76px); line-height: 1; }
.dq-company-fieldnote__lead { color: var(--dq-ext-muted); font-size: 19px; line-height: 1.7; }
.dq-company-fieldnote blockquote { margin: 0; padding: 28px; border-radius: 16px 65px 16px 16px; background: var(--dq-ext-ink); color: #fff; font-size: clamp(23px, 2.4vw, 34px); line-height: 1.4; }
.dq-company-fieldnote__facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--dq-ext-line); }
.dq-company-fieldnote__facts div { padding: 22px; border-right: 1px solid var(--dq-ext-line); }
.dq-company-fieldnote__facts strong { display: block; color: var(--dq-ext-accent); font-size: 30px; }
.dq-company-fieldnote__facts span { color: var(--dq-ext-muted); }
.dq-company-fieldnote__scope, .dq-company-fieldnote__process { display: grid; grid-template-columns: .65fr 1.35fr; gap: 45px; padding-top: 70px; }
.dq-company-fieldnote__scope h2, .dq-company-fieldnote__process h2 { margin: 0; font-size: clamp(30px, 3.5vw, 48px); }
.dq-company-fieldnote__scope > div { border-top: 1px solid var(--dq-ext-line); }
.dq-company-fieldnote__scope article, .dq-company-fieldnote__scope a { display: grid; grid-template-columns: 60px .65fr 1fr; gap: 20px; padding: 22px 10px; border-bottom: 1px solid var(--dq-ext-line); color: inherit; text-decoration: none; }
.dq-company-fieldnote__scope strong { font-size: 20px; }
.dq-company-fieldnote__scope small { color: var(--dq-ext-muted); line-height: 1.6; }
.dq-company-fieldnote__process ol { margin: 0; padding: 0; list-style: none; }
.dq-company-fieldnote__process li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--dq-ext-line); }
.dq-company-fieldnote__process li > span { color: var(--dq-ext-accent); font-weight: 800; }
.dq-company-fieldnote__process h3, .dq-company-fieldnote__process p { margin: 0 0 6px; }
.dq-company-fieldnote__values { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; margin-top: 70px; padding: 38px; border-radius: 18px; background: var(--dq-ext-ink); color: #fff; }
.dq-company-fieldnote__values > div > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.dq-company-fieldnote__values h3 { color: #fff; }

.dq-contact-dispatch { padding: clamp(50px, 7vw, 96px) 0; background: var(--dq-ext-paper); }
.dq-contact-dispatch__mast { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; padding: 38px; border-radius: 18px 70px 18px 18px; background: var(--dq-ext-ink); color: #fff; }
.dq-contact-dispatch__mast h1 { margin: 0; color: #fff; font-size: clamp(38px, 5vw, 70px); }
.dq-contact-dispatch__mast ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.dq-contact-dispatch__mast li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.dq-contact-dispatch__workspace { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; margin-top: 28px; }
.dq-contact-dispatch__channels { padding: 26px; border-radius: 16px; background: #fff; }
.dq-contact-dispatch__channel { display: flex; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--dq-ext-line); color: inherit; text-decoration: none; }
.dq-contact-dispatch__channel em { display: block; color: var(--dq-ext-muted); font-size: 12px; }
.dq-contact-dispatch__note { margin-top: 22px; padding: 16px; border-radius: 12px; background: var(--dq-ext-paper); }
.dq-contact-dispatch__note p { margin-bottom: 0; color: var(--dq-ext-muted); }

.dq-customer-stories { padding: clamp(50px, 7vw, 96px) 0; background: var(--dq-ext-paper); }
.dq-customer-stories > .dq-container > header { max-width: 720px; margin-bottom: 28px; }
.dq-customer-stories > .dq-container > header h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 50px); }
.dq-customer-stories > .dq-container > header p { color: var(--dq-ext-muted); line-height: 1.7; }
.dq-customer-stories__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dq-customer-stories__grid > article { overflow: hidden; border-radius: 15px; background: var(--dq-ext-ink); color: #fff; }
.dq-customer-stories__grid figure { height: 240px; margin: 0; }
.dq-customer-stories__grid img { width: 100%; height: 100%; object-fit: cover; }
.dq-customer-stories__grid article > div { padding: 18px; }
.dq-customer-stories__grid h3 { margin: 0 0 12px; color: #fff; }
.dq-customer-stories__grid summary { cursor: pointer; font-weight: 700; }
.dq-customer-stories__logos { position: relative; margin-top: 32px; }
.dq-customer-stories__logos .dq-extension-controls { justify-content: flex-end; margin-bottom: 12px; }
.dq-customer-stories__logos [data-dq-extension-track] { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.dq-customer-stories__logos figure { flex: 0 0 calc((100% - 100px) / 6); min-width: 130px; height: 90px; margin: 0; padding: 10px; scroll-snap-align: start; border-radius: 12px; background: #fff; }
.dq-customer-stories__logos img { width: 100%; height: 100%; object-fit: contain; }

.dq-extension-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.dq-extension-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
    .dq-accordion-media__grid { grid-template-columns: 1fr 1fr; }
    .dq-accordion-media__image { display: none; }
    .dq-signal-hero__stage, .dq-contact-orbit__grid { grid-template-columns: 1fr 1fr; }
    .dq-catalog-hero__grid { grid-template-columns: 240px 1fr; }
    .dq-catalog-hero__image { display: none; }
}

@media (max-width: 782px) {
    .dq-accordion-media--desktop { display: none; }
    .dq-accordion-media__grid, .dq-accordion-media--paired .dq-accordion-media__grid,
    .dq-signal-hero__stage, .dq-manifesto__layout, .dq-story-route__head,
    .dq-contact-orbit__grid, .dq-catalog-hero__grid, .dq-catalog-hero.is-banner .dq-catalog-hero__grid,
    .dq-company-fieldnote__opening, .dq-company-fieldnote__scope, .dq-company-fieldnote__process,
    .dq-company-fieldnote__values, .dq-contact-dispatch__mast, .dq-contact-dispatch__workspace {
        grid-template-columns: 1fr;
    }
    .dq-signal-hero__visual { min-height: 430px; }
    .dq-manifesto__intro { position: static; }
    .dq-story-route__footer { align-items: flex-start; flex-direction: column; }
    .dq-catalog-menu li > ul { position: static; display: block; min-width: 0; margin-left: 15px; border: 0; box-shadow: none; }
    .dq-catalog-menu__head[aria-expanded="false"] + ul { display: none; }
    .dq-catalog-hero__copy { min-height: 0; }
    .dq-catalog-hero__banner { min-height: 0; aspect-ratio: 16 / 7; order: -1; }
    .dq-company-fieldnote__facts { grid-template-columns: repeat(2, 1fr); }
    .dq-customer-stories__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
    .dq-extension-product { flex-basis: 78%; }
    .dq-signal-hero__visual { min-height: 360px; }
    .dq-signal-hero__primary { right: 5%; border-radius: 90px 12px 12px; }
    .dq-signal-hero__chips { left: 0; }
    .dq-contact-orbit__items, .dq-company-fieldnote__facts, .dq-company-fieldnote__values > div > div,
    .dq-customer-stories__grid { grid-template-columns: 1fr; }
    .dq-company-fieldnote__scope article, .dq-company-fieldnote__scope a { grid-template-columns: 42px 1fr; }
    .dq-company-fieldnote__scope small { grid-column: 2; }
    .dq-company-fieldnote__values, .dq-contact-dispatch__mast { padding: 25px; }
    .dq-customer-stories__logos figure { flex-basis: 44%; }
}

@media (prefers-reduced-motion: reduce) {
    .dq-extension-reveal { opacity: 1; transform: none; transition: none; }
}
