:root {
  --dmb-cream: #faf9f5;
  --dmb-white: #fff;
  --dmb-navy: #12334a;
  --dmb-teal: #00897b;
  --dmb-green: #43a047;
  --dmb-mint: #8ed9c5;
  --dmb-pale: #e8f6f3;
  --dmb-muted: #60727a;
  --dmb-line: #dde8e4;
  --dmb-radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 8% 18%, rgba(142,217,197,.13), transparent 24rem), radial-gradient(circle at 96% 48%, rgba(67,160,71,.07), transparent 28rem), var(--dmb-cream); -webkit-font-smoothing: antialiased; }
img { display: block; }
.wp-site-blocks { overflow: hidden; }
.dmb-wrap { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.dmb-section { padding-block: clamp(4.5rem, 8vw, 7rem); }
.dmb-section-title { margin: 0 0 2rem; font-size: clamp(2.2rem, 4vw, 3.5rem); letter-spacing: -.045em; }
.dmb-eyebrow { color: var(--dmb-teal); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.dmb-site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(18,51,74,.08); background: rgba(250,249,245,.94); backdrop-filter: blur(18px); }
.dmb-header-inner { min-height: 82px; gap: 26px; }
.dmb-brand-lockup { flex-shrink: 0; gap: 11px; }
.dmb-brand-lockup img { width: 42px; height: 42px; border-radius: 12px; }
.dmb-brand-lockup .wp-block-site-title { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.12rem; font-weight: 700; white-space: nowrap; }
.dmb-main-nav { flex: 1; justify-content: center; }
.dmb-main-nav a { padding-block: .75rem; }
.dmb-main-nav .current-menu-item > a { color: var(--dmb-teal); }
.dmb-header-actions { flex-shrink: 0; gap: 12px; }
.dmb-header-search { display: flex; width: 190px; min-height: 42px; align-items: center; overflow: hidden; border: 1px solid var(--dmb-line); border-radius: 999px; background: rgba(255,255,255,.82); transition: width .25s ease, border-color .2s ease, box-shadow .2s ease; }
.dmb-header-search:focus-within { width: 230px; border-color: var(--dmb-mint); box-shadow: 0 0 0 4px rgba(142,217,197,.18); }
.dmb-header-search input { min-width: 0; width: 100%; padding: 0 4px 0 15px; border: 0; outline: 0; background: transparent; color: var(--dmb-navy); font: inherit; font-size: .78rem; }
.dmb-header-search input::placeholder { color: #839398; }
.dmb-header-search button { display: grid; flex: 0 0 40px; width: 40px; height: 40px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--dmb-navy); cursor: pointer; }
.dmb-header-search svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
/* Compatibility for a header saved by WordPress before theme 1.2. */
.wp-block-search.dmb-search-button { width: auto; height: auto; padding: 0; border: 0; border-radius: 999px; }
.wp-block-search.dmb-search-button .wp-block-search__inside-wrapper { min-height: 42px; border: 1px solid var(--dmb-line); border-radius: 999px; background: white; }
.wp-block-search.dmb-search-button .wp-block-search__button { width: 40px; height: 40px; padding: 10px; border: 0; border-radius: 50%; }
.dmb-app-link { padding: .7rem 1.2rem; border: 1px solid var(--dmb-teal); border-radius: 999px; color: var(--dmb-teal); font-size: .8rem; font-weight: 750; }

.dmb-breaking { border-bottom: 1px solid var(--dmb-line); background: var(--dmb-white); }
.dmb-breaking .dmb-wrap { min-height: 42px; gap: 14px; }
.dmb-breaking-label { flex-shrink: 0; color: var(--dmb-green); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.dmb-breaking .wp-block-latest-posts { margin: 0; padding: 0; }
.dmb-breaking .wp-block-latest-posts li { margin: 0; }
.dmb-breaking .wp-block-latest-posts a { color: var(--dmb-muted); font-size: .82rem; }

.dmb-home-hero { position: relative; padding-block: 2rem 4rem; }
.dmb-home-hero::before { content: ''; position: absolute; z-index: -1; width: 280px; height: 280px; top: 9%; right: -90px; border: 1px solid rgba(0,137,123,.13); border-radius: 50%; box-shadow: inset 0 0 0 42px rgba(142,217,197,.05), inset 0 0 0 84px rgba(142,217,197,.04); }
.dmb-hero-query .wp-block-post-template { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .9fr); grid-template-rows: repeat(3, minmax(132px, auto)); gap: 16px; }
.dmb-hero-query .wp-block-post { position: relative; min-width: 0; overflow: hidden; border-radius: var(--dmb-radius); background: var(--dmb-white); }
.dmb-hero-query .wp-block-post:first-child { grid-row: 1 / 4; min-height: 600px; }
.dmb-hero-query .wp-block-post:not(:first-child) { min-height: 178px; }
.dmb-hero-query .wp-block-post-featured-image { height: 100%; margin: 0; }
.dmb-hero-query .wp-block-post-featured-image a, .dmb-hero-query .wp-block-post-featured-image img { width: 100%; height: 100%; }
.dmb-hero-query .wp-block-post-featured-image img { object-fit: cover; transition: transform .45s ease; }
.dmb-hero-query .wp-block-post:hover img { transform: scale(1.025); }
.dmb-hero-query .dmb-story-copy { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; padding: 20px; border-radius: 20px; background: rgba(255,255,255,.96); }
.dmb-hero-query .wp-block-post:first-child .dmb-story-copy { left: 28px; right: auto; bottom: 28px; width: min(520px, calc(100% - 56px)); padding: 28px; }
.dmb-hero-query .wp-block-post-title { margin: .5rem 0; font-size: 1.22rem; letter-spacing: -.025em; }
.dmb-hero-query .wp-block-post:first-child .wp-block-post-title { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.dmb-hero-query .wp-block-post-excerpt { margin-top: .7rem; font-size: .92rem; }
.dmb-hero-query .wp-block-post:not(:first-child) .wp-block-post-excerpt { display: none; }
.dmb-hero-query .wp-block-post-terms { display: block; max-width: 100%; overflow: hidden; color: var(--dmb-teal); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.taxonomy-category { overflow: hidden !important; font-size: 0 !important; line-height: 1 !important; white-space: nowrap !important; }
.taxonomy-category > a { display: none !important; }
.taxonomy-category > a:first-of-type { display: inline-block !important; overflow: hidden; max-width: 100%; color: var(--dmb-teal); font-size: .68rem !important; font-weight: 850; letter-spacing: .11em; line-height: 1.35; text-overflow: ellipsis; text-transform: uppercase; vertical-align: top; white-space: nowrap; }
.taxonomy-category .wp-block-post-terms__separator { display: none !important; }
/* Public cards stay clean; taxonomy remains assigned for archives, queries and SEO. */
.dmb-hero-query .wp-block-post-terms,
.dmb-card-grid .wp-block-post-terms,
.dmb-single-header .wp-block-post-terms { display: none !important; }

.dmb-latest-head { margin-bottom: 1.6rem; }
.dmb-view-all { color: var(--dmb-teal); font-size: .82rem; font-weight: 750; }
.dmb-card-grid .wp-block-post-template { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 24px; }
.dmb-card-grid .wp-block-post { min-width: 0; }
.dmb-card-grid .wp-block-post-featured-image { aspect-ratio: 1.45; margin: 0 0 1rem; overflow: hidden; border-radius: 20px; background: var(--dmb-pale); }
.dmb-card-grid .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dmb-card-grid .wp-block-post:hover img { transform: scale(1.025); }
.dmb-card-grid .wp-block-post-terms { display: block; max-width: 100%; margin-bottom: .35rem; overflow: hidden; color: var(--dmb-teal); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.dmb-card-grid .wp-block-post-title { margin: 0; font-size: 1.55rem; letter-spacing: -.025em; }
.dmb-card-grid .wp-block-post-excerpt { margin-top: .55rem; font-size: .9rem; line-height: 1.55; }
.dmb-card-grid .wp-block-post-date { margin-top: .65rem; color: #819095; font-size: .74rem; }

.dmb-reset { padding-block: 2.1rem; border-radius: 24px; background: linear-gradient(110deg, #dff6ef, #a9e5d7); overflow: hidden; position: relative; }
.dmb-reset::after { content: ''; position: absolute; width: 170px; height: 170px; right: -30px; top: -45px; border-radius: 50%; background: rgba(255,255,255,.28); }
.dmb-reset-inner { position: relative; z-index: 1; padding-inline: clamp(1.4rem, 4vw, 3rem); gap: 30px; }
.dmb-reset h2 { margin: .25rem 0 0; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.dmb-reset p { margin: .4rem 0 0; color: #3d6668; }

.dmb-category-columns { gap: 34px; }
.dmb-category-column { min-width: 0; }
.dmb-category-title { padding-bottom: .7rem; border-bottom: 1px solid var(--dmb-line); font-size: 1.8rem; }
.dmb-compact-list .wp-block-post { display: grid; grid-template-columns: 86px 1fr; gap: 14px; align-items: center; margin-bottom: 14px; }
.dmb-compact-list .wp-block-post:first-child { grid-template-columns: 1fr; }
.dmb-compact-list .wp-block-post-featured-image { aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: 12px; }
.dmb-compact-list .wp-block-post:first-child .wp-block-post-featured-image { aspect-ratio: 1.65; border-radius: 18px; }
.dmb-compact-list .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.dmb-compact-list .wp-block-post-title { margin: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .92rem; line-height: 1.35; }
.dmb-compact-list .wp-block-post:first-child .wp-block-post-title { margin-top: .7rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; }

.dmb-app-promo { display: grid; min-height: 610px; overflow: hidden; padding: clamp(2.5rem, 5vw, 4.5rem); align-items: center; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: clamp(2rem, 5vw, 5rem); border-radius: 32px; background: var(--dmb-navy); color: var(--dmb-white); position: relative; }
.dmb-app-promo::before, .dmb-app-promo::after { content: ''; position: absolute; border-radius: 50%; background: rgba(142,217,197,.1); }
.dmb-app-promo::before { width: 420px; height: 420px; right: -180px; top: -180px; }
.dmb-app-promo::after { width: 220px; height: 220px; left: 42%; bottom: -160px; }
.dmb-app-promo > .dmb-app-copy { position: relative; z-index: 3; width: 100% !important; max-width: 520px !important; margin: 0 !important; }
.dmb-promo-brand { gap: 12px; }
.dmb-promo-brand img { width: 50px; height: 50px; border-radius: 14px; }
.dmb-promo-brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; }
.dmb-app-promo h2 { margin: 1.8rem 0 1rem; color: white; font-size: clamp(2.5rem, 4.3vw, 4rem); letter-spacing: -.045em; }
.dmb-app-promo p { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.dmb-coming-pill { display: inline-flex; margin: 1.8rem 0 0 !important; padding: .48rem .82rem; border: 1px solid rgba(142,217,197,.4); border-radius: 999px; background: rgba(142,217,197,.12); color: var(--dmb-mint) !important; font-size: .7rem !important; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.dmb-coming-pill + h2 { margin-top: .8rem; }
.dmb-stay-tuned { display: flex; max-width: 470px; margin-top: 1.7rem; padding: 14px 18px; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.68); font-size: .82rem; }
.dmb-stay-tuned span { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--dmb-mint); box-shadow: 0 0 0 6px rgba(142,217,197,.1); }
.dmb-stay-tuned strong { color: white; white-space: nowrap; }
.dmb-feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.2rem; }
.dmb-feature-pills span { padding: .42rem .72rem; border: 1px solid rgba(142,217,197,.25); border-radius: 999px; color: var(--dmb-mint); font-size: .68rem; font-weight: 750; }
.dmb-calm-orbit { position: absolute; border: 1px solid rgba(142,217,197,.16); border-radius: 50%; }
.dmb-calm-orbit-one { width: 150px; height: 150px; left: 48%; top: 17%; box-shadow: inset 0 0 0 28px rgba(142,217,197,.025); }
.dmb-calm-orbit-two { width: 54px; height: 54px; left: 44%; bottom: 16%; background: rgba(67,160,71,.07); }
.dmb-store-buttons { margin-top: 1.6rem; gap: 12px; }
.dmb-store-button { padding: .8rem 1.1rem; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: #071b28; color: white; font-size: .8rem; font-weight: 700; }
.dmb-phone-art { position: absolute; width: 270px; height: 460px; right: 9%; bottom: -80px; padding: 12px; border: 5px solid #081f2d; border-radius: 42px; background: #fff; transform: rotate(4deg); box-shadow: 0 28px 60px rgba(0,0,0,.3); }
.dmb-phone-screen { height: 100%; padding: 30px 18px; border-radius: 27px; background: linear-gradient(155deg, #edf9f5, #fff); color: var(--dmb-navy); }
.dmb-phone-screen img { width: 58px; height: 58px; margin: 25px auto 20px; border-radius: 16px; }
.dmb-phone-screen h3 { margin: 0; text-align: center; font-size: 1.5rem; }
.dmb-phone-soon { margin: 0 0 8px !important; color: var(--dmb-teal) !important; font-size: .62rem !important; font-weight: 850; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.dmb-phone-tile { margin-top: 28px; padding: 18px; border-radius: 18px; background: var(--dmb-navy); color: white; }
.dmb-phone-tile small { color: var(--dmb-mint); }
.dmb-phone-tile strong { display: block; margin-top: 8px; }
.dmb-phone-tile-soft { background: var(--dmb-pale); color: var(--dmb-navy); }
.dmb-phone-tile-soft small { color: var(--dmb-teal); }
.dmb-app-screens { position: absolute; z-index: 2; width: 430px; height: 520px; right: 4%; bottom: -92px; }
.dmb-app-screen { position: absolute; width: 235px; height: 490px; margin: 0; overflow: hidden; border: 7px solid #071b28; border-radius: 34px; background: #071b28; box-shadow: 0 28px 65px rgba(0,0,0,.34); }
.dmb-app-screen::before { content: ''; position: absolute; z-index: 2; width: 72px; height: 18px; left: 50%; top: 7px; border-radius: 999px; background: #071b28; transform: translateX(-50%); }
.dmb-app-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.dmb-app-screen-back { right: 0; top: 35px; transform: rotate(5deg); opacity: .82; }
.dmb-app-screen-front { left: 12px; top: 0; transform: rotate(-3deg); }
.dmb-app-promo > .dmb-app-showcase { position: relative; z-index: 2; width: 100% !important; max-width: 560px !important; height: 500px; right: auto; bottom: -28px; display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(3, 1fr); gap: 12px; margin: 0 !important; justify-self: end; transform: rotate(1deg); }
.dmb-feature-screen { position: relative; min-width: 0; overflow: hidden; padding: 15px; border: 1px solid rgba(18,51,74,.08); border-radius: 22px; background: linear-gradient(155deg, #f7fffc, #fff); color: var(--dmb-navy); box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.dmb-feature-screen:not(.dmb-feature-main) { display: grid; grid-template-columns: 66px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-content: center; }
.dmb-feature-main { grid-row: 1 / 4; padding: 18px; }
.dmb-feature-top { display: flex; align-items: center; justify-content: space-between; color: var(--dmb-muted); font-size: .65rem; }
.dmb-feature-top img { width: 30px; height: 30px; border-radius: 9px; }
.dmb-feature-art { width: 88%; margin: 24px auto 10px; filter: drop-shadow(0 15px 20px rgba(18,51,74,.12)); }
.dmb-feature-screen small { color: var(--dmb-teal); font-size: .55rem; font-weight: 850; letter-spacing: .13em; }
.dmb-feature-screen h3 { margin: .25rem 0; color: var(--dmb-navy); font-family: Georgia, 'Times New Roman', serif; font-size: 1rem; line-height: 1.05; }
.dmb-feature-main h3 { font-size: 1.45rem; }
.dmb-feature-main p { margin: .25rem 0 1rem; color: var(--dmb-muted); font-size: .72rem; }
.dmb-feature-main b { display: block; padding: 10px; border-radius: 999px; background: var(--dmb-teal); color: white; font-size: .68rem; text-align: center; }
.dmb-feature-mini-art { width: 66px; height: 66px; grid-row: 1 / 3; object-fit: contain; }

.dmb-newsletter { padding-block: 2.2rem; border-bottom: 1px solid var(--dmb-line); }
.dmb-newsletter-inner { gap: 32px; }
.dmb-newsletter h2 { margin: 0; font-size: 2rem; }
.dmb-newsletter p { margin: .25rem 0 0; color: var(--dmb-muted); font-size: .85rem; }
.dmb-newsletter-form { width: min(100%, 440px); }
.dmb-newsletter-form input { width: 100%; min-height: 50px; padding: 0 140px 0 18px; border: 1px solid var(--dmb-line); border-radius: 999px; background: white; color: var(--dmb-navy); }
.dmb-newsletter-form button { position: absolute; right: 5px; top: 5px; min-height: 40px; padding-inline: 22px; border: 0; border-radius: 999px; background: var(--dmb-teal); color: white; font-weight: 700; }
.dmb-newsletter-form { position: relative; }

.dmb-site-footer { padding-block: 3.5rem 2rem; background: white; }
.dmb-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 42px; }
.dmb-footer-brand { gap: 11px; }
.dmb-footer-brand img { width: 38px; height: 38px; border-radius: 11px; }
.dmb-footer-brand strong { font-family: Georgia, 'Times New Roman', serif; }
.dmb-footer-copy { max-width: 290px; color: var(--dmb-muted); font-size: .82rem; }
.dmb-socials { display: flex; gap: 9px; margin-top: 1.2rem; }
.dmb-socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--dmb-line); border-radius: 50%; color: var(--dmb-navy); transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.dmb-socials a:hover { border-color: var(--dmb-teal); color: var(--dmb-teal); transform: translateY(-2px); }
.dmb-socials svg { width: 17px; height: 17px; fill: currentColor; }
.dmb-footer-title { margin: 0 0 .8rem; font-size: .78rem; font-weight: 800; }
.dmb-footer-links { gap: .35rem; color: var(--dmb-muted); font-size: .82rem; }
.dmb-footer-bottom { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--dmb-line); color: #839398; font-size: .72rem; }

.dmb-archive-header { padding-block: clamp(3.5rem, 8vw, 7rem) 2.5rem; }
.dmb-archive-header h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -.055em; }
.dmb-archive-header .wp-block-term-description { max-width: 700px; color: var(--dmb-muted); font-size: 1.08rem; }
.dmb-pagination { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid var(--dmb-line); }
.dmb-pagination .page-numbers { display: inline-grid; min-width: 42px; height: 42px; padding: 0 8px; place-items: center; border: 1px solid var(--dmb-line); border-radius: 50%; }
.dmb-pagination .current { border-color: var(--dmb-teal); background: var(--dmb-teal); color: white; }

.dmb-single-header { padding-block: clamp(3rem, 7vw, 6rem) 2.4rem; }
.dmb-single-header-inner { max-width: 900px; margin-inline: auto; text-align: center; }
.dmb-single-header h1 { margin: .8rem 0 1.2rem; font-size: clamp(2.8rem, 6vw, 5.6rem); letter-spacing: -.05em; }
.dmb-single-meta { justify-content: center; gap: 12px; color: var(--dmb-muted); font-size: .8rem; }
.dmb-single-image { margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.dmb-single-image img { width: 100%; max-height: 720px; object-fit: cover; border-radius: 30px; }
.dmb-article-body { font-family: Georgia, 'Times New Roman', serif; font-size: 1.18rem; line-height: 1.85; }
.dmb-article-body > * { margin-block: 0 1.7em; }
.dmb-article-body h2, .dmb-article-body h3 { margin-top: 1.6em; }
.dmb-article-body a { color: var(--dmb-teal); text-decoration: underline; text-underline-offset: 3px; }
.dmb-article-body blockquote { margin-inline: 0; padding: .4rem 0 .4rem 1.6rem; border-left: 3px solid var(--dmb-green); color: #385361; font-size: 1.35em; }
.dmb-article-footer { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--dmb-line); }
.dmb-article-footer .taxonomy-post_tag { display: -webkit-box; overflow: hidden; color: var(--dmb-muted); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .78rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dmb-reading-time { white-space: nowrap; }
.dmb-related { width: min(1100px, calc(100vw - 40px)); max-width: none; margin: 5rem 0 1rem 50%; padding-top: 2.2rem; border-top: 1px solid var(--dmb-line); transform: translateX(-50%); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.dmb-related h2 { margin: .3rem 0 1.5rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4vw, 3rem); }
.dmb-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.dmb-related-card { overflow: hidden; border: 1px solid rgba(18,51,74,.07); border-radius: 20px; background: white; box-shadow: 0 14px 38px rgba(18,51,74,.06); }
.dmb-related-card > div { padding: 15px 17px 19px; }
.dmb-related-image { display: block; aspect-ratio: 1.55; overflow: hidden; background: var(--dmb-pale); }
.dmb-related-image img { width: 100%; height: 100%; object-fit: cover; }
.dmb-related-card h3 { margin: .3rem 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; line-height: 1.2; }
.dmb-related-time { margin: 0; color: var(--dmb-teal); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.dmb-author-hero { margin-bottom: 3rem; padding: clamp(2rem, 5vw, 4rem); gap: 28px; border: 1px solid rgba(0,137,123,.1); border-radius: 30px; background: linear-gradient(125deg, var(--dmb-pale), rgba(255,255,255,.92)); }
.dmb-author-profile { display: flex; align-items: center; gap: 28px; }
.dmb-author-hero .wp-block-avatar img { box-shadow: 0 16px 35px rgba(18,51,74,.12); }
.dmb-author-profile > img { border-radius: 28px; box-shadow: 0 16px 35px rgba(18,51,74,.12); }
.dmb-author-profile h1 { margin: .25rem 0 .5rem; font-size: clamp(2.3rem, 5vw, 4.5rem); }
.dmb-author-profile p:last-child { max-width: 680px; margin: 0; color: var(--dmb-muted); }
.dmb-author-hero .wp-block-post-author-biography { max-width: 680px; color: var(--dmb-muted); }
.dmb-comments { margin-block: 4rem; }
.dmb-comments input:not([type="checkbox"]):not([type="submit"]), .dmb-comments textarea { width: 100%; max-width: 100%; padding: 12px 14px; border: 1px solid var(--dmb-line); border-radius: 12px; background: white; color: var(--dmb-navy); font: inherit; }
.dmb-comments textarea { min-height: 150px; }
.dmb-comments input[type="submit"] { padding: .8rem 1.4rem; border: 0; border-radius: 999px; background: var(--dmb-teal); color: white; font-weight: 750; }
.dmb-404 { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.dmb-404 h1 { margin: 0; font-size: clamp(7rem, 20vw, 15rem); color: var(--dmb-mint); line-height: .8; }

/* Section visibility is controlled from Appearance > DMB Theme Settings. */
.dmb-hide-breaking .dmb-breaking,
.dmb-hide-hero .dmb-home-hero,
.dmb-hide-latest #latest,
.dmb-hide-daily-reset .dmb-reset,
.dmb-hide-categories .dmb-category-columns,
.dmb-hide-app .dmb-app-promo,
.dmb-hide-app .dmb-app-link,
.dmb-hide-newsletter .dmb-newsletter { display: none !important; }

@media (max-width: 980px) {
  .dmb-main-nav { display: none; }
  .dmb-header-search { width: 150px; }
  .dmb-header-search:focus-within { width: 180px; }
  .dmb-hero-query .wp-block-post-template { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .dmb-hero-query .wp-block-post:first-child { grid-column: 1 / 3; grid-row: auto; min-height: 560px; }
  .dmb-hero-query .wp-block-post:not(:first-child) { min-height: 260px; }
  .dmb-card-grid .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dmb-category-columns { flex-wrap: wrap !important; }
  .dmb-category-column { flex-basis: calc(50% - 20px) !important; }
  .dmb-phone-art { opacity: .35; right: -50px; }
  .dmb-app-screens { right: -80px; opacity: .72; }
  .dmb-app-showcase { right: auto; opacity: 1; }
  .dmb-footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .dmb-footer-grid > :last-child { display: none; }
}

@media (max-width: 1100px) {
  .dmb-app-promo { grid-template-columns: 1fr; gap: 1rem; }
  .dmb-app-promo > .dmb-app-copy { max-width: 680px !important; }
  .dmb-app-promo > .dmb-app-showcase { width: min(100%, 620px) !important; max-width: 620px !important; height: 500px; bottom: -42px; justify-self: center; }
}

@media (max-width: 680px) {
  .dmb-wrap { width: min(100% - 24px, 1240px); }
  .dmb-header-inner { min-height: 70px; }
  .dmb-header-inner { width: calc(100% - 24px); gap: 10px; }
  .dmb-brand-lockup { min-width: 0; gap: 8px; }
  .dmb-brand-lockup img { width: 36px; height: 36px; }
  .dmb-brand-lockup .wp-block-site-title { overflow: hidden; max-width: min(58vw, 230px); font-size: .88rem; text-overflow: ellipsis; white-space: nowrap; }
  .dmb-header-actions { display: none !important; }
  .dmb-header-actions .dmb-app-link { display: none; }
  .dmb-breaking { display: none; }
  .dmb-home-hero { padding-top: 12px; }
  .dmb-hero-query .wp-block-post-template { display: block; }
  .dmb-hero-query .wp-block-post { min-height: 270px !important; margin-bottom: 14px; }
  .dmb-hero-query .wp-block-post:first-child { min-height: 480px !important; }
  .dmb-hero-query .dmb-story-copy, .dmb-hero-query .wp-block-post:first-child .dmb-story-copy { left: 12px; right: 12px; bottom: 12px; width: auto; padding: 16px; }
  .dmb-hero-query .wp-block-post:first-child .wp-block-post-title { font-size: clamp(1.85rem, 10vw, 2.25rem); }
  .dmb-card-grid .wp-block-post-template { grid-template-columns: 1fr; }
  .dmb-reset-inner, .dmb-newsletter-inner { align-items: flex-start !important; flex-direction: column; }
  .dmb-category-column { flex-basis: 100% !important; }
  .dmb-app-promo { padding-bottom: 3rem; }
  .dmb-app-copy { max-width: none; }
  .dmb-phone-art { display: none; }
  .dmb-app-promo { padding-bottom: 0; }
  .dmb-app-screens { position: relative; width: min(100%, 360px); height: 390px; right: auto; bottom: -52px; margin: 2rem auto 0; opacity: 1; }
  .dmb-app-screen { width: 185px; height: 390px; border-width: 5px; border-radius: 28px; }
  .dmb-app-screen-back { right: 0; }
  .dmb-app-screen-front { left: 0; }
  .dmb-app-promo > .dmb-app-showcase { position: relative; width: 100% !important; height: auto; right: auto; bottom: -28px; grid-template-columns: 1fr 1fr; grid-template-rows: auto; margin-top: 2rem !important; opacity: 1; transform: none; }
  .dmb-feature-main { grid-column: 1 / 3; grid-row: auto; min-height: 390px; }
  .dmb-feature-main .dmb-feature-art { width: min(68%, 230px); margin-top: 12px; }
  .dmb-feature-screen:not(.dmb-feature-main) { grid-template-columns: 52px 1fr; }
  .dmb-feature-mini-art { width: 52px; height: 52px; }
  .dmb-footer-grid { grid-template-columns: 1fr 1fr; }
  .dmb-footer-grid > :first-child { grid-column: 1 / 3; }
  .dmb-single-header-inner { text-align: left; }
  .dmb-single-meta { justify-content: flex-start; }
  .dmb-single-header-inner, .dmb-article-body, .dmb-article-footer, .dmb-comments { width: calc(100% - 32px); max-width: 760px; margin-inline: auto; }
  .dmb-single-header h1 { font-size: clamp(2.15rem, 11vw, 3.1rem); overflow-wrap: anywhere; }
  .dmb-article-body { overflow-wrap: anywhere; font-size: 1.04rem; line-height: 1.72; }
  .dmb-article-body h2 { font-size: 1.8rem; }
  .dmb-article-body img, .dmb-related img { max-width: 100%; height: auto; }
  .dmb-article-footer .taxonomy-post_tag { -webkit-line-clamp: 1; }
  .dmb-related-grid { grid-template-columns: 1fr; }
  .dmb-related { width: calc(100vw - 32px); }
  .dmb-author-profile { align-items: flex-start; flex-direction: column; }
}

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