:root {
    --idea-ink: #111a2d;
    --idea-muted: #647087;
    --idea-blue: #1768f2;
    --idea-blue-soft: #edf4ff;
    --idea-line: #e3e8f1;
    --idea-panel: #f7f9fc;
}

.ideas-page,
.idea-page {
    color: var(--idea-ink);
    background: #fff;
}

.site-header--idea-detail > .container {
    width: min(100% - 96px, 1320px);
}

.idea-page > .container {
    width: min(100% - 96px, 1320px);
    padding-bottom: 72px;
}

.idea-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 26px 0 28px;
    color: #8790a1;
    font-size: 13px;
    line-height: 1.4;
}

.idea-breadcrumbs a {
    color: #6d788c;
    text-decoration: none;
}

.idea-breadcrumbs a:hover { color: var(--idea-blue); }
.idea-breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.idea-hero {
    display: grid;
    grid-template-columns: minmax(440px, .92fr) minmax(560px, 1.08fr);
    gap: clamp(38px, 5vw, 78px);
    align-items: start;
}

.idea-hero__content {
    padding-top: 22px;
}

.idea-category,
.idea-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 14px;
    border-radius: 999px;
    color: var(--idea-blue);
    background: var(--idea-blue-soft);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.idea-hero h1 {
    max-width: 620px;
    margin: 20px 0 14px;
    font-size: clamp(38px, 3.45vw, 52px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.idea-hero__lead {
    max-width: 590px;
    margin: 0;
    color: #4e5b70;
    font-size: 17px;
    line-height: 1.7;
}

.idea-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 32px 0;
}

.idea-metrics > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: center;
    min-width: 0;
    min-height: 78px;
    padding: 12px 11px;
    border: 1px solid #e1e8f3;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff 0%, #f7faff 100%);
    box-shadow: 0 8px 22px rgb(31 73 137 / 5%);
}

.idea-metric-icon {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--idea-blue);
    border-radius: 10px;
    background: #edf4ff;
}

.idea-metric-icon svg {
    width: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.idea-metrics dt { color: #71809a; font-size: 10px; font-weight: 650; line-height: 1.2; letter-spacing: .02em; }
.idea-metrics dd { margin: 2px 0 0; font-size: 13px; font-weight: 750; line-height: 1.25; }

.idea-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.idea-btn-secondary {
    color: var(--idea-ink) !important;
    border: 1px solid #cfd6e2;
    background: #fff;
}

.idea-btn-secondary:hover { border-color: var(--idea-blue); color: var(--idea-blue) !important; }

.idea-gallery__main {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.15;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #e8e8e5;
    cursor: zoom-in;
}

.idea-gallery__main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.idea-gallery__main:hover img { transform: scale(1.015); }

.idea-gallery__counter {
    position: absolute;
    right: 20px;
    bottom: 18px;
    padding: 9px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgb(11 16 26 / 78%);
    font-size: 13px;
    backdrop-filter: blur(8px);
}

.idea-gallery-strip {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.idea-gallery-thumb,
.idea-gallery-all {
    position: relative;
    min-width: 0;
    height: 112px;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 9px;
    background: #f4f6f9;
    cursor: pointer;
}

.idea-gallery-thumb {
    flex: 1 1 0;
    width: 0;
}

.idea-gallery-all {
    flex: 0 0 118px;
}

/* The lightbox keeps every image, while the strip stays compact like the design. */
.idea-gallery-thumb:nth-of-type(n + 8) {
    display: none;
}

.idea-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.idea-gallery-thumb::after { content: ""; position: absolute; inset: 0; background: rgb(10 20 40 / 7%); transition: opacity .2s ease; }
.idea-gallery-thumb:hover::after, .idea-gallery-thumb.is-active::after { opacity: 0; }
.idea-gallery-thumb.is-active { border-color: var(--idea-blue); box-shadow: 0 0 0 2px #fff inset; }

.idea-gallery-all {
    display: grid;
    place-content: center;
    gap: 7px;
    color: var(--idea-ink);
    border: 1px solid #d6dce7;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.idea-gallery-all span { display: grid; place-items: center; width: 32px; height: 32px; margin: 0 auto; color: var(--idea-blue); border-radius: 50%; background: #e8f0ff; }
.idea-gallery-all svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.idea-section { margin-top: 62px; }
.idea-section > h2, .idea-about h2 { margin: 0 0 24px; font-size: clamp(25px, 2vw, 34px); line-height: 1.2; letter-spacing: -.02em; }

.idea-about {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: clamp(38px, 6vw, 92px);
    align-items: start;
}

.idea-about__copy > p { max-width: 780px; margin: 0; color: #4f5b6f; font-size: 16px; line-height: 1.78; }

.idea-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.idea-tags li { padding: 9px 17px; border-radius: 999px; color: #596477; background: #f3f5f8; font-size: 12px; }

.idea-benefits {
    padding: 30px 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f1f6ff 0%, #f8faff 100%);
}

.idea-benefits h3 { margin: 0 0 18px; font-size: 18px; }
.idea-benefits ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; color: #4e5b70; font-size: 14px; }
.idea-benefits li { display: flex; gap: 10px; }
.idea-benefits li span { color: var(--idea-blue); font-weight: 800; }

.idea-layout {
    display: grid;
    grid-template-columns: minmax(220px, .65fr) minmax(460px, 1.5fr) minmax(180px, .55fr);
    align-items: center;
    min-height: 390px;
    overflow: hidden;
    border-radius: 10px;
    background: #f7f8fa;
}

.idea-layout__descriptions,
.idea-layout__legend { margin: 0; padding: 32px; list-style: none; }
.idea-layout__descriptions { display: grid; gap: 28px; }
.idea-layout__descriptions strong { display: block; margin-bottom: 7px; font-size: 14px; }
.idea-layout__descriptions p { margin: 0; color: #667084; font-size: 13px; line-height: 1.55; }

.idea-layout__plan { align-self: stretch; display: grid; place-items: center; min-width: 0; padding: 20px; background: #fff; }
.idea-layout__canvas { position: relative; width: min(100%, 660px); aspect-ratio: 760 / 460; }
.idea-layout__canvas img { display: block; width: 100%; height: 100%; object-fit: contain; }
.idea-layout__marker { position: absolute; left: var(--marker-x); top: var(--marker-y); display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--idea-blue); box-shadow: 0 4px 12px rgb(23 104 242 / 30%); font-family: inherit; font-size: 12px; font-weight: 800; line-height: 1; cursor: pointer; transform: translate(-50%, -50%); transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.idea-layout__marker:hover,
.idea-layout__marker:focus-visible,
.idea-layout__marker.is-active { background: #0d55be; box-shadow: 0 0 0 7px rgb(23 104 242 / 14%), 0 8px 20px rgb(23 104 242 / 38%); outline: 0; transform: translate(-50%, -50%) scale(1.14); }

.idea-layout__legend { display: grid; gap: 23px; color: #4f596c; font-size: 13px; }
.idea-layout__legend li { display: flex; align-items: center; gap: 10px; margin: -9px -12px; padding: 9px 12px; border-radius: 10px; outline: 0; transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.idea-layout__legend li b { font-weight: 500; }
.idea-layout__legend span { display: grid; flex: 0 0 auto; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--idea-blue); background: #e5efff; font-size: 11px; font-weight: 800; transition: color .2s ease, background-color .2s ease; }
.idea-layout__legend li:hover,
.idea-layout__legend li:focus-visible,
.idea-layout__legend li.is-active { color: #fff; background: var(--idea-blue); box-shadow: 0 9px 22px rgb(23 104 242 / 18%); transform: translateX(4px); }
.idea-layout__legend li:hover span,
.idea-layout__legend li:focus-visible span,
.idea-layout__legend li.is-active span { color: var(--idea-blue); background: #fff; }

.idea-materials { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.idea-materials article { min-height: 235px; display: flex; flex-direction: column; padding: 24px 22px 20px; border-radius: 9px; background: #f5f6f8; }
.idea-materials h3 { margin: 0 0 9px; font-size: 14px; }
.idea-materials p { margin: 0 0 18px; color: #687286; font-size: 12px; line-height: 1.55; }
.idea-swatch { display: block; width: 100%; height: 94px; margin-top: auto; border: 1px solid rgb(20 30 50 / 5%); border-radius: 7px; box-shadow: inset 0 1px 0 rgb(255 255 255 / 80%); }
.idea-swatch--warm-white { background: linear-gradient(135deg, #fbfaf7, #e9e5dd); }
.idea-swatch--quartz { background: linear-gradient(135deg, #ddd5c9 0%, #bfb4a6 100%); }
.idea-swatch--marble { background: repeating-linear-gradient(155deg, #f4f2ed 0 14px, #e1e0de 15px 16px, #faf9f6 18px 38px); }
.idea-swatch--oak { background: repeating-linear-gradient(2deg, #c69b68 0 8px, #b88954 9px 10px, #d0aa79 11px 19px); }
.idea-swatch--deep-blue { background: linear-gradient(135deg, #1d3d65, #0b203e); }

.idea-tips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.idea-tips article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; min-height: 150px; padding: 28px; border-radius: 9px; background: #f8f9fb; }
.idea-tip-icon { display: grid; place-items: center; width: 58px; height: 58px; color: #28569c; border-radius: 50%; background: #fff; box-shadow: 0 8px 22px rgb(24 43 75 / 7%); }
.idea-tip-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.idea-tip-icon--palette { color: #32743b; }
.idea-tip-icon--light { color: #b8841e; }
.idea-tips h3 { margin: 2px 0 8px; font-size: 15px; line-height: 1.3; }
.idea-tips p { margin: 0; color: #657084; font-size: 13px; line-height: 1.62; }

.idea-cta {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(430px, 1.2fr) 220px;
    gap: 36px;
    align-items: center;
    margin-top: 68px;
    padding: 36px 40px;
    border: 1px solid #dfe9fa;
    border-radius: 11px;
    background: linear-gradient(115deg, #f3f7ff, #eef4ff);
}
.idea-cta h2 { margin: 0 0 9px; font-size: 25px; line-height: 1.2; }
.idea-cta p { margin: 0; color: #5f6b80; font-size: 13px; line-height: 1.55; }
.idea-cta__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.idea-cta__facts li { display: grid; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 10px; align-items: center; min-width: 0; min-height: 78px; padding: 12px; border: 1px solid #dbe6f7; border-radius: 12px; background: rgb(255 255 255 / 72%); }
.idea-cta__facts span { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; color: var(--idea-blue); border-radius: 11px; background: #fff; box-shadow: 0 7px 18px rgb(37 88 167 / 10%); }
.idea-cta__facts svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.idea-cta__facts strong { align-self: end; color: #1b2941; font-size: 11px; font-weight: 700; line-height: 1.3; }
.idea-cta__facts small { align-self: start; margin-top: 2px; color: #68758b; font-size: 10px; line-height: 1.3; }
.idea-cta__actions { display: grid; gap: 10px; }
.idea-cta__actions .btn { width: 100%; padding-inline: 14px; font-size: 12px; }

.idea-lightbox {
    width: min(1120px, calc(100vw - 48px));
    max-width: none;
    height: min(820px, calc(100vh - 48px));
    max-height: none;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
}
.idea-lightbox::backdrop { background: rgb(5 10 20 / 91%); backdrop-filter: blur(5px); }
.idea-lightbox figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; width: 100%; height: 100%; margin: 0; }
.idea-lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.idea-lightbox figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; color: #fff; font-size: 14px; }
.idea-lightbox__close, .idea-lightbox__nav { position: absolute; z-index: 2; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgb(255 255 255 / 13%); cursor: pointer; }
.idea-lightbox__close { top: -5px; right: -50px; width: 42px; height: 42px; font-size: 32px; }
.idea-lightbox__nav { top: 50%; width: 48px; height: 48px; font-size: 40px; transform: translateY(-50%); }
.idea-lightbox__nav--prev { left: -64px; }
.idea-lightbox__nav--next { right: -64px; }
.is-lightbox-open { overflow: hidden; }

.ideas-index-hero { padding: 28px 0 62px; background: linear-gradient(180deg, #fff, #f7faff); }
.ideas-index-hero .idea-breadcrumbs { padding-top: 0; }
.ideas-index-hero__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; padding: 34px 0 20px; }
.ideas-index-hero h1 { margin: 18px 0 0; font-size: clamp(45px, 6vw, 76px); line-height: 1; letter-spacing: -.045em; }
.ideas-index-hero__grid > p { max-width: 620px; margin: 0; color: #59657a; font-size: 17px; line-height: 1.75; }
.ideas-catalog { padding: 68px 0 100px; }
.ideas-section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 30px; }
.ideas-section-heading h2 { margin: 12px 0 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.15; }
.ideas-section-heading > p { margin: 0; color: #7a8496; }
.ideas-section-heading > a { color: var(--idea-blue); font-weight: 700; text-decoration: none; }
.ideas-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.idea-card { overflow: hidden; border: 1px solid var(--idea-line); border-radius: 12px; background: #fff; box-shadow: 0 18px 45px rgb(27 44 78 / 5%); }
.idea-card__image { position: relative; display: block; aspect-ratio: 1.65; overflow: hidden; background: #e9edf3; }
.idea-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.idea-card:hover .idea-card__image img { transform: scale(1.025); }
.idea-card__image span { position: absolute; left: 20px; top: 20px; padding: 7px 12px; border-radius: 999px; color: var(--idea-blue); background: rgb(255 255 255 / 92%); font-size: 11px; font-weight: 800; text-transform: uppercase; backdrop-filter: blur(6px); }
.idea-card__body { padding: 25px 27px 28px; }
.idea-card h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.25; }
.idea-card h3 a { color: inherit; text-decoration: none; }
.idea-card__body > p { margin: 0; color: #637086; font-size: 14px; line-height: 1.65; }
.idea-card__meta { display: flex; gap: 26px; margin-top: 22px; color: #7b8597; font-size: 11px; }
.idea-card__meta span { display: grid; gap: 2px; }
.idea-card__meta strong { color: var(--idea-ink); font-size: 13px; }
.idea-card__link { display: inline-flex; gap: 8px; margin-top: 22px; color: var(--idea-blue); font-size: 14px; font-weight: 750; text-decoration: none; }
.ideas-empty { grid-column: 1 / -1; padding: 60px; text-align: center; border-radius: 12px; background: var(--idea-panel); }

.idea-related .ideas-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.idea-related .idea-card { width: 100%; max-width: 380px; border-radius: 10px; box-shadow: 0 12px 32px rgb(27 44 78 / 5%); }
.idea-related .idea-card__image { aspect-ratio: 1.78; }
.idea-related .idea-card__image span { left: 14px; top: 14px; padding: 6px 10px; font-size: 10px; }
.idea-related .idea-card__body { padding: 18px 20px 20px; }
.idea-related .idea-card h3 { margin-bottom: 8px; font-size: 19px; }
.idea-related .idea-card__body > p { display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

/* Listing follows the same visual system as the blog catalog. */
.ideas-list-page .blog-hero__copy > p {
    max-width: 720px;
}

.ideas-list-page .blog-sidebar-categories a.is-active {
    color: var(--idea-blue);
    font-weight: 750;
}

.ideas-list-card .blog-card__body {
    min-height: 174px;
}

.ideas-list-card__footer > span {
    white-space: nowrap;
}

.ideas-list-page .blog-popular__list article > div > span {
    display: block;
    color: #6f82a6;
    font-size: 10px;
    line-height: 1.35;
}

@media (max-width: 580px) {
    .ideas-list-card .blog-card__body {
        min-height: 168px;
    }

    .ideas-list-card__footer {
        flex-wrap: wrap;
    }
}

@media (max-width: 1180px) {
    .site-header--idea-detail > .container,
    .idea-page > .container { width: min(100% - 48px, 1168px); }
    .idea-hero { grid-template-columns: minmax(330px, .84fr) minmax(480px, 1.16fr); gap: 38px; }
    .idea-metrics { grid-template-columns: repeat(2, 1fr); }
    .idea-gallery-strip { gap: 9px; }
    .idea-gallery-all { flex-basis: 100px; }
    .idea-gallery-thumb, .idea-gallery-all { height: 92px; }
    .idea-layout { grid-template-columns: 220px minmax(420px, 1fr); }
    .idea-layout__legend { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); padding: 18px 28px; }
    .idea-materials { grid-template-columns: repeat(3, 1fr); }
    .idea-cta { grid-template-columns: 1fr 1.35fr; }
    .idea-cta__actions { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .idea-page > .container { padding-bottom: 54px; }
    .idea-hero { grid-template-columns: 1fr; }
    .idea-hero__content { order: 1; padding-top: 0; }
    .idea-gallery { order: 2; }
    .idea-gallery__main { aspect-ratio: 1.45; }
    .idea-gallery-strip { overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 7px; }
    .idea-gallery-thumb:nth-of-type(n) { display: block; }
    .idea-gallery-thumb, .idea-gallery-all { flex: 0 0 128px; height: 84px; scroll-snap-align: start; }
    .idea-about { grid-template-columns: 1fr; gap: 28px; }
    .idea-layout { grid-template-columns: 1fr; }
    .idea-layout__descriptions { grid-template-columns: repeat(3, 1fr); }
    .idea-layout__plan { min-height: 390px; }
    .idea-layout__legend { display: none; }
    .idea-related .ideas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .idea-tips { grid-template-columns: 1fr; }
    .idea-cta { grid-template-columns: 1fr; }
    .idea-cta__actions { grid-column: auto; }
    .ideas-index-hero__grid { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 680px) {
    .site-header--idea-detail > .container,
    .idea-page > .container { width: min(100% - 32px, 1168px); }
    .idea-breadcrumbs { padding: 18px 0 22px; font-size: 11px; }
    .idea-hero h1 { margin-top: 15px; font-size: 38px; }
    .idea-hero__lead { font-size: 15px; line-height: 1.65; }
    .idea-metrics { margin: 28px 0; }
    .idea-hero__actions { display: grid; }
    .idea-hero__actions .btn { width: 100%; }
    .idea-gallery__main { aspect-ratio: 1.15; }
    .idea-gallery-strip { margin-top: 16px; }
    .idea-section { margin-top: 46px; }
    .idea-about__copy > p { font-size: 15px; }
    .idea-benefits { padding: 24px 20px; }
    .idea-layout__descriptions { grid-template-columns: 1fr; gap: 18px; padding: 24px 20px; }
    .idea-layout__plan { min-height: 270px; padding: 8px; }
    .idea-layout__marker { width: 29px; height: 29px; }
    .idea-materials { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .idea-materials article { min-height: 200px; padding: 18px 15px; }
    .idea-tips article { grid-template-columns: 46px 1fr; gap: 14px; padding: 22px 18px; }
    .idea-tip-icon { width: 46px; height: 46px; }
    .idea-tip-icon svg { width: 28px; height: 28px; }
    .idea-cta { margin-top: 48px; padding: 27px 20px; gap: 26px; }
    .idea-cta__facts { grid-template-columns: 1fr; }
    .idea-cta__actions { grid-template-columns: 1fr; }
    .idea-lightbox { width: calc(100vw - 24px); height: calc(100vh - 80px); }
    .idea-lightbox__close { top: -45px; right: 0; }
    .idea-lightbox__nav { width: 42px; height: 42px; background: rgb(8 15 29 / 55%); }
    .idea-lightbox__nav--prev { left: 8px; }
    .idea-lightbox__nav--next { right: 8px; }
    .idea-lightbox figcaption { font-size: 12px; }
    .ideas-index-hero { padding-bottom: 42px; }
    .ideas-index-hero__grid { padding-top: 20px; }
    .ideas-index-hero h1 { font-size: 48px; }
    .ideas-index-hero__grid > p { font-size: 15px; }
    .ideas-catalog { padding: 48px 0 70px; }
    .ideas-grid { grid-template-columns: 1fr; }
    .idea-related .ideas-grid { grid-template-columns: 1fr; }
    .ideas-section-heading { align-items: start; }
    .idea-card__body { padding: 21px 20px 24px; }
    .idea-card h3 { font-size: 21px; }
}

@media (max-width: 430px) {
    .idea-metrics { gap: 8px; }
    .idea-metrics > div { grid-template-columns: 34px minmax(0, 1fr); min-height: 72px; padding: 10px 8px; column-gap: 7px; }
    .idea-metric-icon { width: 34px; height: 34px; }
    .idea-metric-icon svg { width: 19px; }
    .idea-metrics dd { font-size: 12px; }
    .idea-materials { grid-template-columns: 1fr; }
    .idea-materials article { min-height: 185px; }
}

@media (prefers-reduced-motion: reduce) {
    .idea-gallery__main img,
    .idea-card__image img { transition: none; }
}

.idea-gallery-thumb:focus-visible,
.idea-gallery-all:focus-visible,
.idea-gallery__main:focus-visible,
.idea-lightbox button:focus-visible { outline: 3px solid #8cb5ff; outline-offset: 3px; }
