/*
Theme Name: Experimenta Isso Portal
Theme URI: https://experimentaisso.com/
Author: Experimenta Isso
Description: Tema editorial da homologação do portal Experimenta Isso 2.0.
Version: 0.5.5
Text Domain: experimenta-portal
*/

:root {
  --ink: #161513;
  --muted: #6c6962;
  --paper: #f7f4ed;
  --card: #fffdf8;
  --line: #ded8ca;
  --accent: #f28a22;
  --accent-dark: #944018;
  --yellow: #f2ad3c;
  --brand-brown: #4b1e0e;
  --max: 1240px;
}
[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f4f0e7;
  --muted: #b8b1a5;
  --paper: #11110f;
  --card: #1b1a17;
  --line: #3c3932;
  --accent: #ff9b36;
  --accent-dark: #ffc06d;
  --yellow: #d9aa32;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
[data-theme="dark"] body { background: var(--paper); }
[data-theme="dark"] .site-header { background: rgba(17,17,15,.96); }
[data-theme="dark"] .utility { color: var(--ink); background: #0b0b0a; }
[data-theme="dark"] .search-form input, [data-theme="dark"] .newsletter-form input { color: var(--ink); background: #24231f; }
[data-theme="dark"] .placeholder { background: linear-gradient(135deg,#292721,#1f1e1a); }
[data-theme="dark"] .notice { color: #efe6c9; background: #302b18; }
[data-theme="dark"] .newsletter { color: #17140c; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wrap { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }

.utility { color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); font-size: .76rem; }
.utility-inner { display: flex; justify-content: space-between; gap: 20px; padding-block: 7px; }
.utility nav { display: flex; gap: 18px; }
.utility a:hover { color: var(--accent); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,244,237,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.masthead { display: flex; align-items: center; justify-content: space-between; min-height: 62px; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; font-weight: 950; font-size: clamp(1.15rem, 2vw, 1.6rem); letter-spacing: -.055em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #fff8eb; background: var(--brand-brown); border: 5px solid var(--accent); font-size: .78rem; }
.brand-logo { flex: 0 0 auto; width: 42px; height: 42px; object-fit: contain; }
.main-nav { display: flex; flex-wrap: nowrap; gap: 12px; font-weight: 780; font-size: .76rem; white-space: nowrap; }
.main-nav a:hover { color: var(--accent); }
.search-toggle, .search-form button, .button { border: 0; border-radius: 999px; padding: 9px 15px; color: #fff; background: var(--ink); font: inherit; font-size: .8rem; font-weight: 850; cursor: pointer; }
.search-toggle { flex: 0 0 auto; background: var(--accent); }
.site-search { display: none; padding: 14px 0; border-top: 1px solid var(--line); background: var(--card); }
.site-search.is-open { display: block; }
.search-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.search-form input, .newsletter-form input { min-width: 0; width: 100%; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font: inherit; }
.header-search { width: min(220px,19vw); }
.header-tools { display: flex; gap: 8px; align-items: center; }
.header-search .search-form { display: flex; }
.header-search .search-form input { padding: 7px 11px; }
.header-search .search-form button { padding: 7px 11px; }
.theme-toggle { flex: 0 0 auto; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--card); font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.seasonal { color: #fff8ed; background: var(--brand-brown); }
[data-theme="dark"] .seasonal { color: #fff8ed; background: #35170c; }
.seasonal .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; overflow-x: auto; padding-block: 11px; white-space: nowrap; font-size: .75rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.seasonal i { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

.hero { padding: clamp(28px, 4vw, 50px) 0 30px; border-bottom: 1px solid var(--line); }
.eyebrow { color: var(--accent-dark); font-weight: 850; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 820px; margin: 8px 0 14px; font-size: clamp(2.1rem, 4.2vw, 3.8rem); line-height: .96; letter-spacing: -.06em; }
.hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.hero-feature-widget { min-height: 150px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: 18px; background: var(--card); overflow: hidden; }
.home-feature { display: grid; grid-template-columns: minmax(0,2.2fr) minmax(250px,.8fr); gap: 24px; align-items: start; padding: 30px 0 0; }
.feature-main, .feature-secondary article { min-width: 0; }
.feature-main img { width: 100%; aspect-ratio: 16/8.5; object-fit: cover; border-radius: 18px; }
.feature-main .eyebrow { display: block; margin-top: 14px; }
.feature-main h1 { margin: 5px 0 8px; font-size: clamp(2rem,4vw,3.7rem); line-height: .98; letter-spacing: -.055em; }
.feature-main small, .feature-secondary small { color: var(--muted); }
.feature-secondary { display: grid; grid-auto-rows: max-content; align-content: start; gap: 18px; }
.feature-secondary article + article { padding-top: 18px; border-top: 1px solid var(--line); }
.feature-secondary article a { display: grid; grid-template-columns: 132px 1fr; gap: 13px; align-items: center; }
.feature-secondary img { width: 132px; height: 88px; object-fit: cover; border-radius: 12px; }
.feature-secondary h2 { margin: 0 0 5px; font-size: 1rem; line-height: 1.12; }
.pill { display: inline-flex; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); font-size: .82rem; font-weight: 750; }

.section { padding: 52px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; border-bottom: 3px solid var(--ink); padding-bottom: 12px; }
.section-head h2 { margin: 0; font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.section-head a { color: var(--accent-dark); font-size: .85rem; font-weight: 800; }
.post-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.card { grid-column: span 4; display: flex; flex-direction: column; min-width: 0; background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(38,31,20,.1); }
.card-media { aspect-ratio: 16/10; overflow: hidden; background: #e8e2d6; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card-media img { transform: scale(1.025); }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.card h2, .card h3 { margin: 6px 0 10px; font-size: 1.3rem; line-height: 1.08; letter-spacing: -.035em; }
.card h2, .card h3 { min-height: 0; }
.card p { margin: 0 0 18px; color: var(--muted); }
.card-meta { margin-top: auto; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; }
.placeholder { display: grid; place-items: center; height: 100%; color: var(--muted); font-weight: 800; background: linear-gradient(135deg,#efe8dc,#ddd3c1); }

.portal-block { padding: 20px 0 56px; }
.offer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.offer-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
.offer-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.offer-card > div { padding: 16px; }
.offer-card h3 { margin: 0 0 8px; line-height: 1.1; }
.offer-card p { color: var(--accent-dark); font-weight: 850; }
.empty-state { grid-column: 1/-1; padding: 34px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); background: var(--card); }
.ad-slot { min-height: 120px; margin-block: 24px 48px; padding: 18px; display: grid; place-items: center; border: 1px dashed #bdb5a7; border-radius: 14px; text-align: center; color: var(--muted); background: rgba(255,255,255,.42); }
.ad-slot > span { align-self: start; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.ad-slot p { margin: 6px; }
.ad-top { min-height: 90px; margin-block: 18px; }
.media-hub { padding: 64px 0; color: #fff8ed; background: #161513; }
.media-grid { display: grid; grid-template-columns: minmax(0,2fr) minmax(280px,1fr); gap: 34px; align-items: start; }
.media-hub h2, .newsletter h2 { margin: 8px 0 18px; font-size: clamp(2rem,4vw,3.8rem); line-height: .96; letter-spacing: -.05em; }
.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 18px; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-placeholder, .instagram-preview { min-height: 180px; padding: 24px; display: grid; place-content: center; border: 1px dashed #605d57; border-radius: 16px; color: #bdb8ae; text-align: center; }
.social-panel p { color: #bbb5aa; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.button { display: inline-flex; justify-content: center; background: var(--accent); }
.button-light { color: #161513; background: #fff8ed; }
.newsletter { padding: 60px 0; background: var(--yellow); }
.newsletter-inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: center; }
.newsletter-inner p { margin-bottom: 0; }
.newsletter-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.newsletter-form small { grid-column: 1/-1; color: #625323; }
.newsletter-form button:disabled { opacity: .55; cursor: not-allowed; }

.archive-title { padding: 40px 0 14px; font-size: clamp(2rem, 4.5vw, 4rem); line-height: .98; letter-spacing: -.055em; }
.pagination { display: flex; gap: 8px; justify-content: center; margin: 44px 0; }
.pagination.is-loading::after { content: 'Carregando mais novidades…'; color: var(--muted); font-size: .8rem; }
.pagination .page-numbers { padding: 9px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--card); }
.pagination .current { color: #fff; background: var(--ink); }

.article { width: min(calc(100% - 32px), 820px); margin: 0 auto; padding: 58px 0 80px; }
.article h1 { margin: 10px 0 18px; font-size: clamp(2.15rem, 4.8vw, 4rem); line-height: .98; letter-spacing: -.055em; }
.article-deck { color: var(--muted); font-size: 1.18rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 18px 0; margin: 24px 0 34px; border-block: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.article-content { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.article-content > * { max-width: 100%; }
.article-content h2, .article-content h3 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.035em; }
.article-content a { color: var(--accent-dark); text-decoration: underline; }
.article-content figure { margin: 32px 0; }
.article-content .wp-block-gallery, .article-content .wp-block-gallery.has-nested-images, .article-content .gallery { display: flex !important; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 12px !important; }
.article-content .wp-block-gallery figure, .article-content .wp-block-gallery.has-nested-images figure.wp-block-image, .article-content .gallery figure { flex: 0 1 calc(33.333% - 8px) !important; width: calc(33.333% - 8px) !important; margin: 0 !important; overflow: hidden; border-radius: 12px; }
.article-content .wp-block-gallery img, .article-content .gallery img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; }
.article-content figure.is-lightbox-ready { position: relative; cursor: zoom-in; }
.article-content figure.is-lightbox-ready::after { content: '↗'; position: absolute; right: 10px; bottom: 10px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #fff; background: rgba(0,0,0,.68); font-family: Inter,sans-serif; font-size: .85rem; pointer-events: none; }
.lightbox-open { overflow: hidden; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 9999; display: none; place-items: center; padding: 56px 72px; color: #fff; background: rgba(12,8,6,.94); }
.gallery-lightbox.is-open { display: grid; }
.gallery-lightbox figure { margin: 0; display: grid; place-items: center; max-width: min(1200px,100%); max-height: 100%; }
.gallery-lightbox figure img { display: block; max-width: 100%; max-height: calc(100vh - 130px); width: auto; height: auto; object-fit: contain; border-radius: 8px; }
.gallery-lightbox figcaption { margin-top: 10px; color: #e8ddd5; text-align: center; font-size: .84rem; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; z-index: 2; border: 0; color: #fff; background: rgba(255,255,255,.13); cursor: pointer; }
.lightbox-close { right: 20px; top: 18px; width: 42px; height: 42px; border-radius: 50%; font-size: 1.7rem; }
.lightbox-prev, .lightbox-next { top: 50%; translate: 0 -50%; width: 46px; height: 64px; border-radius: 12px; font-size: 2.3rem; }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
.lightbox-count { position: absolute; left: 50%; bottom: 16px; translate: -50% 0; font-size: .76rem; letter-spacing: .08em; }
.article-alert { margin: 0 0 22px; padding: 12px 15px; border-radius: 10px; font-size: .82rem; }
.paid-alert { color: #3e2704; background: #ffe5a9; border-left: 5px solid #d07a00; }
.adult-alert { color: #fff; background: #a71919; border-left: 5px solid #ff6767; }
.article-summary { margin: 0 0 30px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
.article-summary > strong { display: block; margin-bottom: 10px; font-family: Inter, sans-serif; font-size: .9rem; text-transform: uppercase; }
.article-summary p { margin: 0; color: var(--muted); }
.primary-purchase, .inline-newsletter { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 28px 0; padding: 20px; border-radius: 15px; background: #f7d8a6; color: #35170c; }
.primary-purchase strong, .inline-newsletter strong { display: block; font-size: 1.15rem; }
.inline-newsletter { background: var(--brand-brown); color: #fff8ed; }
.inline-newsletter p { margin: 3px 0 0; color: #e8cdbf; }
.article-products, .article-related, .article-share, .comments-shell { margin-top: 44px; }
.article-products .offer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.affiliate-disclosure { color: var(--muted); font-size: .7rem; line-height: 1.5; }
.related-links { display: grid; gap: 12px; }
.related-links a { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 14px; align-items: center; padding: 8px; border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: 11px; color: var(--accent-dark); background: var(--card); font-family: Georgia,serif; font-size: 1.08rem; font-weight: 700; }
.related-links img, .related-placeholder { width: 96px; height: 68px; border-radius: 8px; object-fit: cover; }
.related-placeholder { display: grid; place-items: center; color: #fff8ed; background: var(--brand-brown); font-family: Inter,sans-serif; font-size: .8rem; }
.article-tags { margin-top: 38px; }
.article-tags > strong, .article-share > strong { display: block; margin-bottom: 12px; font-size: .85rem; text-transform: uppercase; }
.article-tags div, .article-share div { display: flex; flex-wrap: wrap; gap: 9px; }
.article-tags a, .article-share a, .article-share button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--card); font: inherit; font-size: .78rem; cursor: pointer; }
.comments-shell { padding-top: 28px; border-top: 1px solid var(--line); }
.content-with-sidebar { display: grid; grid-template-columns: minmax(0,2fr) minmax(280px,.82fr); gap: clamp(34px,6vw,78px); align-items: start; }
.home-columns { grid-template-columns: minmax(0,2.25fr) minmax(270px,.75fr); }
.home-columns .post-grid .card { grid-column: span 6; }
.page-article { width: 100%; }
.portal-sidebar { padding: 58px 0 80px; position: sticky; top: 100px; }
.sidebar-block { padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.sidebar-block h3 { margin: 8px 0 12px; font-size: 1.35rem; line-height: 1.15; }
.sidebar-block p { color: var(--muted); }
.text-link { color: var(--accent-dark); font-weight: 850; }
.mini-list { display: grid; gap: 10px; margin-top: 12px; }
.mini-list a { display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: center; padding: 7px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); }
.mini-list img { width: 88px; height: 64px; object-fit: cover; border-radius: 7px; }
.mini-list strong { font-size: .85rem; line-height: 1.15; }
.notice { margin: 22px 0; padding: 18px; border-left: 5px solid var(--yellow); background: #fff7d8; }
.video-archive { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.video-card > a { position: relative; display: block; aspect-ratio: 16/9; background: var(--ink); }
.video-card img { width: 100%; height: 100%; object-fit: cover; }
.video-card > div { padding: 18px; }
.video-card h2 { margin: 6px 0; line-height: 1.08; }
.play { position: absolute; left: 50%; top: 50%; translate: -50% -50%; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; background: var(--accent); }
.hero-video { margin: 24px 0 36px; }
.author-head { display: flex; gap: 20px; align-items: center; margin-bottom: 34px; }
.author-head img { border-radius: 50%; }
.author-head h1 { margin: 4px 0; font-size: clamp(2.3rem,5vw,4.5rem); }
.editorial-disclosure { margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; line-height: 1.55; }
.editorial-disclosure a { color: var(--accent-dark); text-decoration: underline; }

.site-footer { padding: 54px 0; color: #fff8ed; background: #161513; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 32px; }
.site-footer p { color: #bbb5aa; max-width: 560px; }
.site-footer a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 18px; border-top: 1px solid #3b3934; color: #918c83; font-size: .75rem; }
[data-theme="dark"] .media-hub,
[data-theme="dark"] .site-footer { color: #fff8ed; background: #161513; }
[data-theme="dark"] .media-hub h2,
[data-theme="dark"] .site-footer h2,
[data-theme="dark"] .site-footer h3,
[data-theme="dark"] .site-footer a { color: #fff8ed; }
[data-theme="dark"] .media-hub .eyebrow { color: #ffad55; }
[data-theme="dark"] .media-hub .social-panel > p,
[data-theme="dark"] .media-hub .instagram-preview,
[data-theme="dark"] .site-footer p { color: #c9c2b7; }
[data-theme="dark"] .media-hub .button-light { color: #161513; background: #fff8ed; }
[data-theme="dark"] .media-hub .text-link { color: #ffad55; }
[data-theme="dark"] .footer-bottom { color: #aaa398; border-top-color: #4b4841; }

@media (max-width: 820px) {
  .masthead { flex-wrap: wrap; padding: 14px 0; }
  .main-nav { order: 3; width: 100%; flex-wrap: nowrap; gap: 18px; overflow-x: auto; padding-bottom: 4px; }
  .header-search { width: min(300px,45vw); }
  .header-tools { width: 100%; order: 2; }
  .card { grid-column: span 6; }
  .offer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .media-grid, .newsletter-inner, .content-with-sidebar { grid-template-columns: 1fr; }
  .home-feature { grid-template-columns: 1fr; }
  .feature-secondary { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .feature-secondary article a { display: block; }
  .feature-secondary img { width: 100%; height: auto; aspect-ratio: 16/9; }
  .feature-secondary h2 { margin-top: 8px; }
  .home-columns .post-grid .card { grid-column: span 6; }
  .portal-sidebar { position: static; padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (min-width: 821px) and (max-width: 1120px) {
  .masthead { overflow-x: auto; }
  .main-nav { gap: 9px; font-size: .7rem; }
  .header-search { display: none; }
}
@media (max-width: 560px) {
  .utility-inner { display: block; overflow-x: auto; }
  .utility nav { width: max-content; }
  .utility-inner > span { display: none; }
  .wrap { width: min(calc(100% - 24px), var(--max)); }
  .brand { font-size: 1.25rem; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-logo { width: 38px; height: 38px; }
  .search-toggle { padding: 10px 14px; }
  .header-tools { width: 100%; }
  .header-search { width: 100%; }
  .theme-toggle { padding-inline: 10px; white-space: nowrap; }
  .header-search .search-form button { font-size: 0; }
  .header-search .search-form button::after { content: '⌕'; font-size: 1.1rem; }
  .hero { padding-top: 34px; }
  .hero h1 { font-size: clamp(2.05rem,11vw,3.15rem); }
  .feature-main h1 { font-size: 2rem; }
  .feature-secondary { display: flex; overflow-x: auto; }
  .feature-secondary article { flex: 0 0 76%; }
  .feature-secondary article + article { padding: 0; border-top: 0; }
  .primary-purchase, .inline-newsletter { align-items: flex-start; flex-direction: column; }
  .gallery-lightbox { padding: 58px 12px 68px; }
  .article-content .wp-block-gallery figure, .article-content .wp-block-gallery.has-nested-images figure.wp-block-image, .article-content .gallery figure { flex-basis: calc(50% - 6px) !important; width: calc(50% - 6px) !important; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 12px; width: 44px; height: 44px; border-radius: 50%; }
  .lightbox-prev { left: 14px; }
  .lightbox-next { right: 14px; }
  .article-products .offer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 38px 0; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .card { grid-column: 1 / -1; }
  .home-columns .post-grid .card { grid-column: 1 / -1; }
  .card h2, .card h3 { min-height: 0; }
  .offer-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .video-archive { grid-template-columns: 1fr; }
  .offer-card > div { padding: 12px; }
  .search-form, .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form small { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
