:root {
    --drv-ink: #173b3d;
    --drv-petrol: #153a3c;
    --drv-paper: #eef0eb;
    --drv-chalk: #f7f3e8;
    --drv-coral: #d85d50;
    --drv-moss: #60765f;
    --drv-line: #bcc8c0;
}

* { box-sizing: border-box; }

.drv-page {
    --mb-primary: #b6493f;
    --mb-primary-hover: #923a34;
    margin: 0;
    background: var(--drv-paper);
    color: var(--drv-ink);
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0;
}

.drv-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 10;
    color: var(--drv-chalk);
    background: rgba(16, 43, 44, .84);
    border: 0;
    box-shadow: none;
}

.drv-header__inner {
    max-width: 1240px;
    min-height: 68px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drv-header .site-brand { color: inherit; }
.drv-header__nav { display: flex; align-items: center; gap: 26px; }
.drv-header__nav a { color: inherit; font-size: 14px; font-weight: 650; text-decoration: none; }
.drv-header__nav a:hover { text-decoration: underline; text-underline-offset: 5px; }

.drv-hero {
    position: relative;
    min-height: min(760px, 86vh);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: var(--drv-chalk);
    background: var(--drv-petrol) url("/assets/img/products/den-rode-vej/collection-hero.webp") center 55% / cover no-repeat;
}

.drv-hero.hero-premium { padding: 0; }
.drv-page .drv-hero.hero-premium h1 { color: var(--drv-chalk); letter-spacing: 0; }

.drv-hero__wash { position: absolute; inset: 0; background: rgba(10, 31, 33, .48); }
.drv-hero__inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 132px 0 62px; }
.drv-eyebrow { margin: 0 0 12px; color: inherit; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
.drv-hero h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 8vw, 108px); line-height: .92; font-weight: 700; letter-spacing: 0; }
.drv-hero__lead { max-width: 650px; margin: 24px 0 28px; font-size: clamp(19px, 2.1vw, 28px); line-height: 1.28; font-weight: 540; }
.drv-hero__cta { min-height: 48px; }
.drv-hero__status { max-width: 690px; margin: 18px 0 0; color: rgba(247, 243, 232, .82); font-size: 13px; line-height: 1.45; }
.drv-page .drv-hero__cta,
.drv-page .drv-product__actions .mb-btn-primary { background: #b6493f; border-color: #b6493f; box-shadow: none; }
.drv-page .drv-hero__cta:hover,
.drv-page .drv-product__actions .mb-btn-primary:hover { background: #923a34 !important; border-color: #923a34; box-shadow: none; }
.drv-page .mb-btn-primary::after { display: none; }

.drv-content { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.drv-intro { padding: 62px 0; background: #dfe7df; }
.drv-intro__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; align-items: end; }
.drv-intro h2, .drv-section-head h2, .drv-story-band h2, .drv-production h2 { margin: 0; font-size: clamp(31px, 4vw, 54px); line-height: 1.02; font-weight: 700; letter-spacing: 0; }
.drv-intro__grid > p { margin: 0; font-size: 19px; line-height: 1.55; font-weight: 500; }

.drv-products { padding: 76px 0 94px; }
.drv-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.drv-filter { display: inline-flex; max-width: 100%; padding: 4px; gap: 2px; overflow-x: auto; background: #dfe7df; border: 1px solid var(--drv-line); border-radius: 7px; }
.drv-filter button { flex: 0 0 auto; min-height: 42px; padding: 0 15px; border: 0; border-radius: 5px; color: #506463; background: transparent; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }
.drv-filter button.is-active { color: var(--drv-chalk); background: var(--drv-petrol); }
.drv-filter button:focus-visible { outline: 3px solid #d98a7d; outline-offset: 2px; }

.drv-local-test { margin: 0 0 24px; padding: 14px 16px; display: flex; flex-wrap: wrap; gap: 8px 16px; border-left: 4px solid var(--drv-coral); background: #f5e9e4; font-size: 14px; }
.drv-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.drv-product { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #f8f7f1; border: 1px solid var(--drv-line); border-radius: 7px; }
.drv-product[hidden] { display: none; }
.drv-product__image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #dfe5df; }
.drv-product__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.drv-product[data-product-id="drv-sticker-sheet"] .drv-product__image img,
.drv-product[data-product-id="drv-growth-chart"] .drv-product__image img { object-fit: contain; padding: 16px; }
.drv-product__status { position: absolute; left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 6px 9px; border-radius: 4px; color: var(--drv-chalk); background: rgba(21, 58, 60, .9); font-size: 11px; font-weight: 700; }
.drv-product__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.drv-product__type { margin: 0 0 6px; color: var(--drv-coral); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.drv-product h3 { margin: 0; font-size: 23px; line-height: 1.12; font-weight: 700; }
.drv-product__description { margin: 12px 0 0; color: #4d6261; font-size: 14px; line-height: 1.48; }
.drv-product__format { margin: 15px 0 0; padding-top: 14px; border-top: 1px solid #d6ded8; color: #607371; font-size: 12px; font-weight: 650; }
.drv-product__fulfillment { margin: 8px 0 0; color: #607371; font-size: 12px; line-height: 1.4; }
.drv-product__actions { display: grid; gap: 8px; margin-top: auto; padding-top: 18px; }
.drv-product__actions .mb-btn { width: 100%; min-height: 44px; }
.drv-product__locked { min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 8px 12px; color: #61706e; background: #e5e9e4; border: 1px solid #c9d1cb; border-radius: 5px; font-size: 12px; font-weight: 700; text-align: center; }

.drv-story-band { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); background: var(--drv-petrol); color: var(--drv-chalk); }
.drv-story-band > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.drv-story-band__copy { align-self: center; padding: 64px; }
.drv-story-band__copy p:last-child { margin: 22px 0 0; color: rgba(247, 243, 232, .82); font-size: 17px; line-height: 1.55; }

.drv-production { padding: 84px 0; background: #dfe7df; }
.drv-production__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; }
.drv-production dl { margin: 0; display: grid; gap: 0; }
.drv-production dl > div { padding: 20px 0; display: grid; grid-template-columns: 160px 1fr; gap: 20px; border-top: 1px solid #afbeb5; }
.drv-production dt { font-weight: 700; }
.drv-production dd { margin: 0; color: #4d6260; line-height: 1.5; }

@media (max-width: 920px) {
    .drv-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .drv-section-head { align-items: flex-start; flex-direction: column; }
    .drv-story-band { grid-template-columns: 1fr; }
    .drv-story-band > img { min-height: 420px; }
    .drv-production__grid, .drv-intro__grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
    .drv-header__inner { padding: 0 16px; }
    .drv-header__nav { gap: 14px; }
    .drv-page .drv-header__nav a:last-child { display: none; }
    .drv-hero { min-height: 78vh; background-position: 56% 55%; }
    .drv-hero__inner { width: calc(100% - 32px); padding-bottom: 34px; }
    .drv-content { width: calc(100% - 32px); }
    .drv-intro { padding: 42px 0; }
    .drv-products { padding: 54px 0 70px; }
    .drv-product-grid { grid-template-columns: 1fr; }
    .drv-filter { width: 100%; }
    .drv-story-band__copy { padding: 42px 24px 50px; }
    .drv-story-band > img { min-height: 320px; }
    .drv-production { padding: 56px 0; }
    .drv-production dl > div { grid-template-columns: 1fr; gap: 6px; }
}
