/*
Theme Name: Church Livestream
Theme URI: https://churchlivestream.com.au/
Author: Church Livestream
Description: A responsive ecommerce-ready WordPress theme for church livestreaming equipment, packages and support services.
Version: 1.8.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: church-livestream
Tags: custom-logo, custom-menu, featured-images, e-commerce, blog, full-width-template
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --orange: #ff7817;
  --orange-dark: #df5d00;
  --ink: #0b0f12;
  --ink-2: #151a1e;
  --muted: #62676c;
  --line: #e5e7e9;
  --soft: #f4f5f6;
  --white: #fff;
  --shell: 1180px;
  --shadow: 0 16px 42px rgba(15, 20, 24, 0.14);
}

html { box-sizing: border-box; scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(255, 120, 23, .45); outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, p { overflow-wrap: break-word; }
.site-shell { width: min(var(--shell), calc(100% - 40px)); margin: 0 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; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: #111; }
.line-icon { display: inline-flex; width: 28px; height: 28px; flex: 0 0 auto; align-items: center; justify-content: center; }
.line-icon svg, .icon-button svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow { margin: 0; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.button, .wp-element-button, button.button, input[type="submit"] { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .03em; line-height: 1.1; text-align: center; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease; }
.button:hover, .wp-element-button:hover, button.button:hover, input[type="submit"]:hover { transform: translateY(-2px); }
.button-orange, input[type="submit"], .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--orange); color: #fff; }
.button-orange:hover, input[type="submit"]:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--orange-dark); color: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--orange); color: #fff; }
.button-outline-dark { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline-dark:hover { border-color: var(--orange); background: var(--orange); color: #fff; }
.button-white { background: #fff; color: var(--ink); }
.button-white:hover { background: var(--orange); color: #fff; }
.button-outline-light { border-color: rgba(255, 255, 255, .7); background: transparent; color: #fff; }
.button-outline-light:hover { border-color: var(--orange); background: var(--orange); color: #fff; }

/* Header */
.topbar { background: var(--ink); color: #fff; font-size: 12px; }
.topbar-inner { display: flex; height: 34px; align-items: center; justify-content: flex-end; gap: 18px; }
.topbar a { font-weight: 800; }
.topbar-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { display: grid; min-height: 92px; grid-template-columns: 210px 1fr auto; align-items: center; gap: 28px; }
.custom-logo-link, .bundled-logo { display: flex; align-items: center; }
.custom-logo, .bundled-logo img { width: 205px; max-height: 72px; object-fit: contain; }
.primary-navigation .site-menu { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 0; padding: 0; list-style: none; }
.primary-navigation .site-menu > li { margin: 0; }
.primary-navigation .site-menu > li > a { display: block; padding: 35px 0 31px; border-bottom: 3px solid transparent; font-size: 12px; font-weight: 700; white-space: nowrap; }
.primary-navigation .site-menu > li.current-menu-item > a, .primary-navigation .site-menu > li > a:hover { border-color: var(--orange); color: var(--orange); }
.primary-navigation .site-menu > li.menu-brand-products { position: relative; padding-right: 15px; }
.brand-submenu-toggle { position: absolute; z-index: 2; top: 34px; right: -5px; display: grid; width: 20px; height: 20px; padding: 0; place-items: center; border: 0; background: transparent; color: #657078; cursor: pointer; font-size: 14px; line-height: 1; }
.brand-submenu-toggle span { transition: transform .2s ease; }
.menu-brand-products:hover .brand-submenu-toggle span, .menu-brand-products:focus-within .brand-submenu-toggle span, .menu-brand-products.submenu-open .brand-submenu-toggle span { transform: rotate(180deg); }
.brand-product-menu { position: absolute; z-index: 100; top: calc(100% - 9px); left: 50%; width: 350px; max-height: 600px; margin: 0; padding: 10px; overflow-y: auto; transform: translate(-50%, 10px); border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 22px 55px rgba(10, 18, 24, .18); list-style: none; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.menu-brand-blackmagic-design > .brand-product-menu { display: grid; width: 680px; grid-template-columns: 1fr 1fr; column-gap: 8px; }
.menu-brand-blackmagic-design > .brand-product-menu .brand-menu-heading, .menu-brand-blackmagic-design > .brand-product-menu .brand-menu-empty, .menu-brand-blackmagic-design > .brand-product-menu .brand-menu-all { grid-column: 1 / -1; }
.menu-brand-products:hover > .brand-product-menu, .menu-brand-products:focus-within > .brand-product-menu, .menu-brand-products.submenu-open > .brand-product-menu { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.brand-product-menu li { margin: 0; }
.brand-product-menu li > a, .brand-product-menu li > span { display: block; padding: 10px 11px; border-radius: 5px; color: #30373c; font-size: 12px; line-height: 1.25; }
.brand-product-menu li > a:hover, .brand-product-menu li > a:focus { background: #fff2e9; color: var(--orange); }
.brand-product-menu li:not(.brand-menu-all) > a { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.brand-product-menu li > a > span:first-child { flex: 1; }
.brand-product-menu li > a > small { min-width: 24px; padding: 2px 6px; border-radius: 999px; background: var(--soft); color: var(--muted); font-size: 9px; line-height: 1.3; text-align: center; }
.brand-product-menu .external-menu-mark { color: var(--orange); font-size: 11px; font-weight: 900; }
.brand-product-menu .brand-menu-heading > span { padding-bottom: 8px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.brand-product-menu .brand-menu-empty > span { color: var(--muted); font-style: italic; }
.brand-product-menu .brand-menu-all { margin-top: 6px; padding-top: 6px; border-top: 1px solid var(--line); }
.brand-product-menu .brand-menu-all > a { color: #102365; font-weight: 900; }
.primary-navigation .site-menu > li.menu-tv-channels > a { color: #102365; }
.primary-navigation .site-menu > li.menu-tv-channels > a:hover { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { position: relative; display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; }
.icon-button svg { width: 20px; height: 20px; }
.icon-button:hover { border-color: var(--orange); color: var(--orange); }
.cart-link span { position: absolute; top: -5px; right: -5px; display: grid; min-width: 18px; height: 18px; place-items: center; border-radius: 10px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

/* Homepage hero */
.home-hero { display: flex; min-height: 620px; align-items: center; background-color: #02070a; background-image: linear-gradient(90deg, rgba(3, 8, 12, .97) 0%, rgba(3, 8, 12, .88) 35%, rgba(3, 8, 12, .24) 70%, rgba(3, 8, 12, .1) 100%), var(--hero-image); background-position: center; background-size: cover; color: #fff; }
.hero-copy { width: min(620px, 58%); padding: 92px 0 78px; }
.home-hero .eyebrow { color: #ffad73; }
.home-hero h1 { margin: 16px 0 22px; color: #fff; font-size: clamp(44px, 5.8vw, 72px); letter-spacing: -.045em; line-height: .98; }
.hero-intro { max-width: 540px; margin: 0 0 30px; color: rgba(255, 255, 255, .86); font-size: 20px; line-height: 1.48; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proofs { display: grid; max-width: 690px; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 54px; }
.proof { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .92); font-size: 12px; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.proof .line-icon { color: var(--orange); }

/* Homepage sections */
.section { padding: 76px 0; }
.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-heading h2 { margin: 10px 0 12px; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.035em; line-height: 1.06; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 17px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 420px; overflow: hidden; border-radius: 8px; background-color: var(--ink); background-image: linear-gradient(0deg, rgba(5, 9, 12, .98) 0%, rgba(5, 9, 12, .76) 32%, rgba(5, 9, 12, .04) 72%), var(--card-image); background-position: center; background-size: cover; box-shadow: var(--shadow); }
.card-overlay { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px; color: #fff; }
.category-card h3 { margin: 0 0 7px; color: #fff; font-size: 27px; letter-spacing: -.02em; }
.category-card p { margin: 0 0 20px; color: rgba(255, 255, 255, .8); font-size: 15px; line-height: 1.4; }
.equipment-section { background: var(--soft); }
.brand-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.brand-card { display: flex; min-height: 290px; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; padding: 38px; border-radius: 8px; background-color: var(--ink); background-image: linear-gradient(90deg, rgba(5, 9, 12, .96) 0%, rgba(5, 9, 12, .75) 45%, rgba(5, 9, 12, .18) 100%), var(--card-image); background-position: center; background-size: cover; color: #fff; }
.brand-card h3 { margin: 0 0 13px; color: #fff; font-size: 29px; letter-spacing: -.03em; line-height: 1; }
.brand-card h3 span { color: var(--orange); }
.brand-card p { max-width: 330px; margin: 0 0 20px; color: rgba(255, 255, 255, .82); }
.products-heading { display: flex; align-items: end; justify-content: space-between; margin: 64px 0 22px; }
.products-heading h2 { margin: 0; font-size: 36px; letter-spacing: -.03em; }
.products-heading > a { color: var(--orange); font-size: 13px; font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.product-media { display: block; height: 190px; background-color: #eef0f2; background-image: var(--product-image); background-position: var(--product-position, center); background-size: cover; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-kicker { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 12px; font-size: 18px; line-height: 1.25; }
.product-card h3 a:hover { color: var(--orange); }
.product-card ul { flex: 1; margin: 0 0 20px; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.product-card li { position: relative; margin: 7px 0; padding-left: 17px; }
.product-card li::before { position: absolute; left: 0; color: var(--orange); content: '✓'; font-weight: 900; }
.product-summary { flex: 1; margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.price { margin-bottom: 14px; color: var(--ink); font-size: 23px; font-weight: 900; }
.price small { color: var(--muted); font-size: 12px; }
.why-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 34px 0; }
.why-item { display: flex; align-items: center; gap: 14px; }
.why-item .line-icon { width: 34px; height: 34px; color: var(--orange); }
.why-item strong, .why-item span { display: block; }
.why-item strong { font-size: 12px; letter-spacing: .05em; line-height: 1.35; text-transform: uppercase; }
.why-item div > span { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.consultancy-bridge { padding: 62px 0; background: #102365; color: #fff; }
.consultancy-grid { display: grid; grid-template-columns: .58fr 1.45fr .8fr; align-items: center; gap: 44px; }
.consultancy-badge { display: flex; aspect-ratio: 1; max-width: 185px; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border: 1px solid rgba(246, 199, 58, .48); border-radius: 50%; background: radial-gradient(circle at 38% 35%, #1c3a91, #0a1646 72%); box-shadow: 0 18px 45px rgba(0, 0, 0, .25); text-align: center; }
.consultancy-badge strong { color: #f6c73a; font-size: 48px; letter-spacing: -.06em; line-height: 1; }
.consultancy-badge span { max-width: 110px; margin-top: 9px; color: rgba(255, 255, 255, .72); font-size: 10px; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.consultancy-copy h2 { margin: 8px 0 14px; color: #fff; font-size: 36px; letter-spacing: -.035em; line-height: 1.08; }
.consultancy-copy > p:not(.eyebrow) { margin: 0 0 17px; color: rgba(255, 255, 255, .76); }
.consultancy-copy ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.consultancy-copy li { position: relative; padding-left: 16px; color: rgba(255, 255, 255, .88); font-size: 12px; font-weight: 700; }
.consultancy-copy li::before { position: absolute; left: 0; color: #f6c73a; content: '✓'; }
.consultancy-actions { display: grid; gap: 14px; }
.consultancy-actions .button { width: 100%; }
.consultancy-actions small { color: rgba(255, 255, 255, .52); font-size: 10px; line-height: 1.4; text-align: center; }
.text-link-light { color: #f6c73a; font-size: 13px; font-weight: 800; text-align: center; }
.text-link-light:hover { color: #fff; }
.about-split { display: grid; min-height: 470px; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: #fff; }
.about-image { min-height: 400px; background-image: linear-gradient(90deg, rgba(11, 15, 18, .08), rgba(11, 15, 18, .86)), var(--about-image); background-position: center; background-size: cover; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 74px max(40px, calc((100vw - var(--shell)) / 2)) 74px 64px; }
.about-copy h2 { margin: 12px 0 18px; color: #fff; font-size: 42px; letter-spacing: -.035em; line-height: 1.06; }
.about-copy > p:not(.eyebrow) { margin: 0 0 24px; color: rgba(255, 255, 255, .72); }
.about-copy .button { align-self: flex-start; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0 0 30px; }
.check-grid span { font-size: 14px; font-weight: 700; }
.check-grid span::first-letter { color: var(--orange); }
.contact-cta { padding: 74px 0; background-color: var(--ink); background-image: linear-gradient(90deg, rgba(3, 8, 12, .97), rgba(3, 8, 12, .74)), var(--cta-image); background-position: center; background-size: cover; color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 60px; }
.contact-cta h2 { margin: 8px 0 15px; color: #fff; font-size: 44px; letter-spacing: -.035em; line-height: 1.05; }
.contact-cta p:not(.eyebrow) { margin: 0; color: rgba(255, 255, 255, .76); font-size: 17px; }
.contact-card { display: grid; gap: 13px; padding-left: 54px; border-left: 1px solid rgba(255, 255, 255, .24); }
.contact-line { display: flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 700; }
.contact-line .line-icon { color: var(--orange); }
.page-added-content { background: #fff; }

/* Dedicated consultancy page */
.consultancy-page-hero { padding: 92px 0; background-color: #0b1b56; background-image: linear-gradient(90deg, rgba(10, 24, 73, .98), rgba(10, 24, 73, .86) 56%, rgba(10, 24, 73, .54)), var(--consultancy-hero); background-position: center; background-size: cover; color: #fff; }
.consultancy-hero-grid { display: grid; grid-template-columns: 1.45fr .55fr; align-items: center; gap: 70px; }
.consultancy-page-hero h1 { max-width: 780px; margin: 13px 0 20px; color: #fff; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.05em; line-height: .98; }
.consultancy-page-hero p:not(.eyebrow) { max-width: 690px; margin: 0 0 29px; color: rgba(255, 255, 255, .78); font-size: 18px; }
.button-ktv-gold { background: #e8c43b; color: #08143e; }
.button-ktv-gold:hover { background: #f5d95d; color: #08143e; }
.consultancy-relationship { display: grid; justify-items: center; padding: 32px 22px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 16px; background: rgba(5, 13, 44, .7); box-shadow: 0 24px 55px rgba(0, 0, 0, .28); text-align: center; }
.consultancy-relationship i { margin: 8px 0; color: rgba(255, 255, 255, .5); font-size: 22px; font-style: normal; }
.consultancy-relationship > p { margin: 17px 0 0 !important; color: rgba(255, 255, 255, .68) !important; font-size: 12px !important; }
.relationship-mark { display: grid; width: 116px; height: 116px; place-content: center; border: 1px solid rgba(232, 196, 59, .45); border-radius: 50%; }
.relationship-mark strong { color: #e8c43b; font-size: 35px; line-height: 1; }
.relationship-mark span { margin-top: 7px; color: rgba(255, 255, 255, .65); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.relationship-orange { border-color: rgba(255, 120, 23, .55); }
.relationship-orange strong { color: var(--orange); }
.consultancy-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; margin-bottom: 46px; }
.consultancy-intro-grid h2, .consultancy-outcomes h2, .consultancy-options h2 { margin: 9px 0 0; font-size: 44px; letter-spacing: -.04em; line-height: 1.06; }
.consultancy-intro-grid > div:last-child p { margin: 0 0 16px; color: var(--muted); font-size: 16px; }
.consultancy-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.consultancy-service-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(15, 20, 24, .07); }
.consultancy-service-grid article > span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.consultancy-service-grid h3 { margin: 13px 0 9px; font-size: 22px; }
.consultancy-service-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.consultancy-process { padding: 76px 0; background: #102365; color: #fff; }
.consultancy-process .section-heading h2 { color: #fff; }
.consultancy-process .section-heading > p:last-child { color: rgba(255, 255, 255, .7); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-grid article { padding: 27px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 8px; background: rgba(255, 255, 255, .05); }
.process-grid b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #e8c43b; color: #08143e; }
.process-grid h3 { margin: 18px 0 9px; color: #fff; font-size: 19px; }
.process-grid p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 13px; }
.outcomes-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.outcomes-image { min-height: 440px; border-radius: 9px; background-image: linear-gradient(0deg, rgba(10, 24, 73, .18), rgba(10, 24, 73, .05)), var(--outcomes-image); background-position: center; background-size: cover; box-shadow: var(--shadow); }
.consultancy-outcomes ul { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }
.consultancy-outcomes li { position: relative; padding-left: 25px; color: var(--muted); }
.consultancy-outcomes li::before { position: absolute; left: 0; color: var(--orange); content: '✓'; font-weight: 900; }
.consultancy-options { padding: 65px 0; background: var(--soft); }
.options-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.option-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.option-list span { padding: 15px 18px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: #343a40; font-size: 13px; font-weight: 700; }
.consultancy-page-cta { padding: 78px 0; background-color: #09143d; background-image: linear-gradient(90deg, rgba(8, 20, 62, .99), rgba(8, 20, 62, .78)), var(--consultancy-cta); background-position: center; background-size: cover; color: #fff; }
.consultancy-cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.consultancy-page-cta h2 { margin: 8px 0 14px; color: #fff; font-size: 44px; letter-spacing: -.04em; line-height: 1.05; }
.consultancy-page-cta p:not(.eyebrow) { margin: 0; color: rgba(255, 255, 255, .72); }
.consultancy-contact { display: grid; gap: 13px; }
.consultancy-contact > a:not(.button) { display: flex; align-items: center; gap: 11px; color: #fff; font-size: 14px; font-weight: 700; }
.consultancy-contact > a svg { width: 22px; height: 22px; fill: none; stroke: #e8c43b; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.consultancy-contact small { color: rgba(255, 255, 255, .5); font-size: 10px; }

/* Dedicated TV Channels page */
.tvc-hero { padding: 96px 0; background-color: #071126; background-image: radial-gradient(circle at 80% 35%, rgba(71, 114, 212, .3), transparent 31%), linear-gradient(90deg, rgba(4, 11, 25, .99), rgba(7, 21, 52, .9) 58%, rgba(7, 21, 52, .64)), var(--tvc-hero); background-position: center; background-size: cover; color: #fff; }
.tvc-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 68px; }
.tvc-hero h1 { max-width: 800px; margin: 13px 0 22px; color: #fff; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.052em; line-height: .98; }
.tvc-hero p:not(.eyebrow) { max-width: 680px; margin: 0 0 29px; color: rgba(255, 255, 255, .77); font-size: 18px; }
.tvc-hero-panel { padding: 40px 30px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 16px; background: rgba(4, 11, 29, .7); box-shadow: 0 24px 55px rgba(0, 0, 0, .3); text-align: center; }
.tvc-hero-panel > span { display: block; color: #e8c43b; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.tvc-hero-panel > strong { display: block; margin: 8px 0 24px; color: #fff; font-size: 36px; letter-spacing: -.04em; }
.tvc-hero-panel > p { margin: 22px 0 0 !important; color: rgba(255, 255, 255, .58) !important; font-size: 12px !important; }
.tvc-platform-dots { display: grid; gap: 8px; }
.tvc-platform-dots b { padding: 11px 14px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; color: #fff; font-size: 12px; letter-spacing: .05em; }
.tvc-proof { background: #102365; color: #fff; }
.tvc-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tvc-proof-grid > div { padding: 28px 20px; border-right: 1px solid rgba(255, 255, 255, .13); text-align: center; }
.tvc-proof-grid > div:last-child { border-right: 0; }
.tvc-proof strong { display: block; color: #e8c43b; font-size: 30px; }
.tvc-proof span { color: rgba(255, 255, 255, .68); font-size: 11px; }
.tvc-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; margin-bottom: 45px; }
.tvc-intro h2, .tvc-feature-section h2 { margin: 9px 0 0; font-size: 44px; letter-spacing: -.04em; line-height: 1.06; }
.tvc-intro-grid > div:last-child p { margin: 0 0 16px; color: var(--muted); font-size: 16px; }
.tvc-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tvc-audience-grid article { padding: 29px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(15, 20, 24, .06); }
.tvc-audience-grid h3 { margin: 0 0 10px; font-size: 21px; }
.tvc-audience-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.tvc-platforms { padding: 76px 0; background: var(--soft); }
.tvc-platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tvc-platform-grid article { display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 12px 32px rgba(15, 20, 24, .07); }
.tvc-platform-grid article.featured { border-top: 4px solid #e8c43b; }
.tvc-platform-name { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.tvc-platform-grid h3 { margin: 12px 0 18px; font-size: 23px; line-height: 1.15; }
.tvc-platform-grid ul { flex: 1; margin: 0 0 25px; padding: 0; color: var(--muted); list-style: none; }
.tvc-platform-grid li { position: relative; margin: 9px 0; padding-left: 18px; font-size: 13px; }
.tvc-platform-grid li::before { position: absolute; left: 0; color: var(--orange); content: '✓'; font-weight: 900; }
.tvc-platform-grid article > a { color: #102365; font-size: 13px; font-weight: 900; }
.tvc-platform-grid article > a:hover { color: var(--orange); }
.tvc-pricing-link { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 34px; }
.tvc-pricing-link p { margin: 0; color: var(--muted); }
.tvc-process .process-grid article { border-color: var(--line); background: #fff; }
.tvc-process .process-grid h3 { color: var(--ink); }
.tvc-process .process-grid p { color: var(--muted); }
.tvc-feature-section { padding: 76px 0; background: #102365; color: #fff; }
.tvc-feature-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.tvc-feature-section h2 { color: #fff; }
.tvc-feature-image { min-height: 440px; border-radius: 9px; background-image: linear-gradient(0deg, rgba(10, 24, 73, .2), rgba(10, 24, 73, .04)), var(--tvc-feature-image); background-position: center; background-size: cover; box-shadow: 0 22px 50px rgba(0, 0, 0, .28); }
.tvc-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.tvc-feature-list span { position: relative; padding: 14px 14px 14px 34px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 6px; color: rgba(255, 255, 255, .8); font-size: 12px; font-weight: 700; }
.tvc-feature-list span::before { position: absolute; left: 14px; color: #e8c43b; content: '✓'; }
.tvc-cta { padding: 76px 0; background: #071126; color: #fff; }
.tvc-cta-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.tvc-cta h2 { margin: 8px 0 13px; color: #fff; font-size: 45px; letter-spacing: -.04em; line-height: 1.04; }
.tvc-cta p:not(.eyebrow) { margin: 0; color: rgba(255, 255, 255, .67); }
.tvc-cta-actions { display: grid; gap: 13px; }
.tvc-cta-actions > a:not(.button) { display: flex; align-items: center; gap: 11px; color: #fff; font-size: 14px; font-weight: 700; }
.tvc-cta-actions svg { width: 22px; height: 22px; fill: none; stroke: #e8c43b; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* About page */
.about-page-hero { padding: 94px 0; background-color: #050b0f; background-image: linear-gradient(90deg, rgba(3, 8, 12, .98), rgba(3, 8, 12, .84) 58%, rgba(3, 8, 12, .48)), var(--about-hero); background-position: center; background-size: cover; color: #fff; }
.about-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; }
.about-page-hero h1 { max-width: 790px; margin: 13px 0 21px; color: #fff; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.052em; line-height: .98; }
.about-page-hero p:not(.eyebrow) { max-width: 690px; margin: 0 0 29px; color: rgba(255, 255, 255, .78); font-size: 18px; }
.about-hero-stats { display: grid; gap: 10px; }
.about-hero-stats > div { display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: 16px; padding: 18px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(4, 12, 17, .64); }
.about-hero-stats strong { color: var(--orange); font-size: 30px; text-align: center; }
.about-hero-stats span { color: rgba(255, 255, 255, .73); font-size: 12px; line-height: 1.4; }
.about-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.about-story h2, .about-relationship h2 { margin: 9px 0 0; font-size: 44px; letter-spacing: -.04em; line-height: 1.06; }
.about-story-grid > div:last-child p, .about-relationship-grid > div:last-child > p { margin: 0 0 17px; color: var(--muted); font-size: 16px; }
.about-values { padding: 76px 0; background: var(--soft); }
.about-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.about-value-grid article { padding: 29px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(15, 20, 24, .06); }
.about-value-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #fff0e5; color: var(--orange); }
.about-value-grid svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.about-value-grid h3 { margin: 18px 0 9px; font-size: 19px; }
.about-value-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.about-relationship-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.about-relationship-image { min-height: 500px; border-radius: 9px; background-image: linear-gradient(0deg, rgba(9, 22, 35, .18), rgba(9, 22, 35, .04)), var(--relationship-image); background-position: center; background-size: cover; box-shadow: var(--shadow); }
.about-path { display: grid; gap: 9px; margin: 25px 0 28px; }
.about-path span { display: flex; align-items: center; gap: 12px; color: #30373c; font-size: 13px; font-weight: 800; }
.about-path b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #102365; color: #fff; font-size: 11px; }
.about-audience { padding: 76px 0; background: #102365; color: #fff; }
.about-audience .section-heading h2 { color: #fff; }
.about-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-audience-grid article { padding: 30px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 8px; background: rgba(255, 255, 255, .05); }
.about-audience-grid h3 { margin: 0 0 10px; color: #fff; font-size: 21px; }
.about-audience-grid p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; }
.about-page-cta { padding: 70px 0; background: var(--ink); color: #fff; }
.about-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.about-page-cta h2 { max-width: 700px; margin: 8px 0 0; color: #fff; font-size: 40px; letter-spacing: -.04em; line-height: 1.06; }

/* Contact page */
.contact-page-hero { padding: 78px 0; background: #102365; color: #fff; text-align: center; }
.contact-page-hero h1 { margin: 11px 0 16px; color: #fff; font-size: clamp(46px, 5.5vw, 68px); letter-spacing: -.05em; line-height: 1; }
.contact-page-hero p:not(.eyebrow) { max-width: 700px; margin: 0 auto; color: rgba(255, 255, 255, .74); font-size: 18px; }
.contact-main { background: var(--soft); }
.contact-main-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 54px; }
.contact-details h2 { margin: 10px 0 16px; font-size: 42px; letter-spacing: -.04em; line-height: 1.06; }
.contact-details > p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0; }
.contact-methods > a { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.contact-methods > a > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #fff0e5; color: var(--orange); }
.contact-methods svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.contact-methods strong { margin-top: 2px; color: var(--ink); font-size: 13px; }
.contact-path-grid { display: grid; gap: 10px; }
.contact-path-grid > a { position: relative; display: grid; gap: 4px; padding: 17px 45px 17px 18px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.contact-path-grid strong { color: var(--ink); font-size: 14px; }
.contact-path-grid span { color: var(--muted); font-size: 12px; }
.contact-path-grid b { position: absolute; top: 50%; right: 18px; transform: translateY(-50%); color: var(--orange); }
.contact-path-grid > a:hover { border-color: var(--orange); }
.contact-form-card { padding: 36px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 18px 45px rgba(15, 20, 24, .09); }
.contact-form-card > h2 { margin: 0 0 7px; font-size: 31px; }
.contact-form-card > p { margin: 0 0 21px; color: var(--muted); font-size: 12px; }
.cls-contact-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cls-contact-form label { display: grid; gap: 7px; color: #343a40; font-size: 12px; font-weight: 800; }
.cls-contact-form input, .cls-contact-form select, .cls-contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #d8dce0; border-radius: 5px; background: #fff; color: var(--ink); font: inherit; font-size: 14px; }
.cls-contact-form input:focus, .cls-contact-form select:focus, .cls-contact-form textarea:focus { border-color: var(--orange); outline: 2px solid rgba(255, 120, 23, .14); }
.cls-contact-form textarea { resize: vertical; }
.cls-contact-form .button { border: 0; cursor: pointer; }
.cls-contact-form > small { color: var(--muted); font-size: 10px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin-bottom: 18px; padding: 13px 15px; border-radius: 5px; font-size: 13px; }
.form-notice.success { border: 1px solid #b7e0c3; background: #edf9f0; color: #17672d; }
.form-notice.error { border: 1px solid #f0c4c4; background: #fff2f2; color: #8c2525; }
.contact-reassurance { padding: 40px 0; background: #fff; }
.contact-reassurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.contact-reassurance-grid > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; align-items: center; }
.contact-reassurance-grid > div > span { grid-row: 1 / 3; color: var(--orange); }
.contact-reassurance-grid svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-reassurance-grid strong { font-size: 12px; text-transform: uppercase; }
.contact-reassurance-grid p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }

/* Footer */
.site-footer { padding: 48px 0 22px; background: #070a0c; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .8fr); gap: 42px; }
.footer-mark { font-size: 26px; font-weight: 900; letter-spacing: -.04em; line-height: .95; text-transform: uppercase; }
.footer-mark span { color: var(--orange); }
.footer-tag { margin: 11px 0 0; color: rgba(255, 255, 255, .54); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.site-footer h2 { margin: 0 0 15px; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer h2 ~ a, .site-footer h2 ~ span { display: block; margin: 8px 0; color: rgba(255, 255, 255, .63); font-size: 13px; }
.site-footer a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .11); color: rgba(255, 255, 255, .48); font-size: 11px; }
.footer-bottom a { color: inherit; }

/* Pages, posts and forms */
.content-main { min-height: 55vh; padding: 72px 0 88px; }
.content-shell { max-width: 1100px; }
.article-shell { max-width: 860px; }
.archive-header, .entry-header { margin-bottom: 36px; }
.archive-header h1, .entry-header h1 { margin: 8px 0 0; font-size: clamp(40px, 6vw, 64px); letter-spacing: -.045em; line-height: 1.05; }
.entry-content { color: #333; }
.entry-content > * { max-width: 780px; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { max-width: none; }
.entry-content h2 { margin-top: 2em; font-size: 34px; line-height: 1.15; }
.entry-content h3 { margin-top: 1.7em; font-size: 25px; }
.entry-content a { color: var(--orange-dark); text-decoration: underline; }
.entry-content img { border-radius: 7px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(15, 20, 24, .07); }
.post-thumbnail { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--soft); }
.post-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.post-thumbnail:hover img { transform: scale(1.03); }
.post-card-body { padding: 24px; }
.post-card h2 { margin: 6px 0 12px; font-size: 24px; line-height: 1.2; }
.post-meta { margin: 0; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link { color: var(--orange-dark); font-weight: 800; }
.single-thumbnail { margin: 0 0 38px; }
.single-thumbnail img { width: 100%; border-radius: 8px; }
.post-navigation { margin-top: 50px; padding-top: 28px; border-top: 1px solid var(--line); }
.error-page { display: flex; min-height: 65vh; align-items: center; padding: 80px 0; text-align: center; }
.error-page .site-shell { max-width: 720px; }
.error-page h1 { margin: 8px 0 18px; font-size: clamp(44px, 7vw, 72px); line-height: 1; }
.error-page p:not(.eyebrow) { margin: 0 auto 28px; color: var(--muted); font-size: 18px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea, select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfd3d6; border-radius: 4px; background: #fff; color: var(--ink); }
textarea { min-height: 140px; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto; margin: 0; padding: 0 0 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.woocommerce ul.products li.product a img { margin: 0 0 18px; background: var(--soft); }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-right: 18px; margin-left: 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--ink); font-size: 17px; }
.woocommerce ul.products li.product .price { color: var(--ink); font-size: 18px; font-weight: 800; }
.woocommerce span.onsale { min-width: 54px; min-height: 26px; margin: 10px !important; padding: 3px 9px; border-radius: 3px; background: var(--orange); font-size: 11px; line-height: 20px; text-transform: uppercase; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-weight: 900; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--orange); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--orange); }

@media (max-width: 1240px) {
  .header-inner { grid-template-columns: 175px 1fr auto; gap: 13px; }
  .custom-logo, .bundled-logo img { width: 170px; }
  .primary-navigation .site-menu { gap: 12px; }
  .primary-navigation .site-menu > li > a { font-size: 10.5px; }
}

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 185px 1fr auto; gap: 14px; }
  .custom-logo, .bundled-logo img { width: 180px; }
  .primary-navigation .site-menu { gap: 13px; }
  .primary-navigation .site-menu > li > a { font-size: 11px; }
  .hero-copy { width: 66%; }
  .category-card { min-height: 370px; }
  .product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .header-inner { min-height: 76px; grid-template-columns: 1fr auto auto; }
  .custom-logo, .bundled-logo img { width: 185px; max-height: 58px; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .primary-navigation { position: fixed; z-index: 60; top: 110px; right: 0; bottom: 0; width: min(360px, 88vw); padding: 16px; transform: translateX(105%); background: #fff; box-shadow: -18px 0 45px rgba(0, 0, 0, .18); transition: transform .25s ease; }
  .admin-bar .primary-navigation { top: 142px; }
  .menu-open .primary-navigation { transform: translateX(0); }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-navigation .site-menu { display: block; }
  .primary-navigation .site-menu > li > a { padding: 14px 10px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .primary-navigation .site-menu > li.menu-brand-products { padding-right: 0; }
  .brand-submenu-toggle { top: 9px; right: 7px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
  .brand-product-menu { position: static; width: auto; max-height: 0; margin: 0; padding: 0 9px; overflow: hidden; transform: none; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transition: max-height .25s ease, padding .25s ease; }
  .menu-brand-blackmagic-design > .brand-product-menu { display: block; width: auto; }
  .menu-brand-products:hover > .brand-product-menu, .menu-brand-products:focus-within > .brand-product-menu { max-height: 0; padding-top: 0; padding-bottom: 0; }
  .menu-brand-products.submenu-open > .brand-product-menu { max-height: 470px; padding-top: 8px; padding-bottom: 10px; overflow-y: auto; transform: none; }
  .brand-product-menu li > a, .brand-product-menu li > span { padding: 9px 10px 9px 20px; }
  .home-hero { min-height: 560px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 480px; }
  .consultancy-grid { grid-template-columns: .55fr 1.45fr; }
  .consultancy-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
  .consultancy-actions small { grid-column: 1 / -1; }
  .consultancy-hero-grid { grid-template-columns: 1.35fr .65fr; gap: 40px; }
  .tvc-hero-grid { grid-template-columns: 1.35fr .65fr; gap: 40px; }
  .about-hero-grid { grid-template-columns: 1.3fr .7fr; gap: 40px; }
  .about-value-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-main-grid { gap: 35px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .site-shell { width: min(100% - 28px, 620px); }
  .topbar-inner { height: 38px; justify-content: center; gap: 13px; }
  .topbar-extra { display: none; }
  .header-inner { grid-template-columns: 1fr auto; min-height: 74px; }
  .custom-logo, .bundled-logo img { width: 180px; max-height: 55px; }
  .header-actions { display: none; }
  .primary-navigation { top: 112px; }
  .admin-bar .primary-navigation { top: 158px; }
  .home-hero { min-height: auto; background-image: linear-gradient(90deg, rgba(3, 8, 12, .98) 0%, rgba(3, 8, 12, .90) 57%, rgba(3, 8, 12, .45) 100%), var(--hero-image); background-position: 65% center; }
  .hero-copy { width: 100%; padding: 74px 0 58px; }
  .home-hero h1 { font-size: 46px; }
  .hero-intro { max-width: 92%; font-size: 17px; }
  .button-row .button, .contact-card .button { width: 100%; }
  .hero-proofs { grid-template-columns: 1fr; gap: 14px; margin-top: 38px; }
  .section { padding: 58px 0; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2 { font-size: 35px; }
  .category-card { min-height: 390px; }
  .card-overlay { padding: 26px; }
  .brand-grid, .product-grid, .why-grid, .cta-grid, .footer-grid, .post-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .brand-card { min-height: 270px; padding: 28px; }
  .products-heading { margin-top: 50px; }
  .products-heading h2 { font-size: 30px; }
  .products-heading > a { display: none; }
  .product-media { height: 245px; }
  .why-grid { gap: 24px; padding: 30px 0; }
  .consultancy-bridge { padding: 54px 0; }
  .consultancy-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .consultancy-badge { width: 145px; margin: 0 auto; }
  .consultancy-badge strong { font-size: 40px; }
  .consultancy-copy h2 { font-size: 32px; }
  .consultancy-copy ul { display: grid; justify-content: center; text-align: left; }
  .consultancy-actions { grid-template-columns: 1fr; }
  .consultancy-actions small { grid-column: auto; }
  .consultancy-page-hero { padding: 68px 0; }
  .consultancy-hero-grid, .consultancy-intro-grid, .outcomes-grid, .options-grid, .consultancy-cta-grid { grid-template-columns: 1fr; gap: 34px; }
  .consultancy-page-hero h1 { font-size: 47px; }
  .consultancy-relationship { display: none; }
  .consultancy-intro-grid h2, .consultancy-outcomes h2, .consultancy-options h2, .consultancy-page-cta h2 { font-size: 35px; }
  .consultancy-service-grid, .process-grid { grid-template-columns: 1fr; }
  .outcomes-image { min-height: 300px; }
  .option-list { grid-template-columns: 1fr; }
  .consultancy-contact .button { width: 100%; }
  .tvc-hero { padding: 68px 0; }
  .tvc-hero-grid, .tvc-intro-grid, .tvc-feature-grid, .tvc-cta-grid { grid-template-columns: 1fr; gap: 34px; }
  .tvc-hero h1 { font-size: 46px; }
  .tvc-hero-panel { display: none; }
  .tvc-proof-grid, .tvc-audience-grid, .tvc-platform-grid { grid-template-columns: 1fr; }
  .tvc-proof-grid > div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .tvc-proof-grid > div:last-child { border-bottom: 0; }
  .tvc-intro h2, .tvc-feature-section h2, .tvc-cta h2 { font-size: 35px; }
  .tvc-pricing-link { align-items: stretch; flex-direction: column; text-align: center; }
  .tvc-pricing-link .button, .tvc-cta-actions .button { width: 100%; }
  .tvc-feature-image { min-height: 300px; }
  .tvc-feature-list { grid-template-columns: 1fr; }
  .about-page-hero { padding: 68px 0; }
  .about-hero-grid, .about-story-grid, .about-relationship-grid, .contact-main-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-page-hero h1 { font-size: 46px; }
  .about-hero-stats { display: none; }
  .about-story h2, .about-relationship h2, .contact-details h2 { font-size: 35px; }
  .about-value-grid, .about-audience-grid, .contact-reassurance-grid { grid-template-columns: 1fr; }
  .about-relationship-image { min-height: 310px; }
  .about-cta-grid { align-items: flex-start; flex-direction: column; }
  .about-page-cta h2 { font-size: 34px; }
  .contact-page-hero { padding: 60px 0; }
  .contact-page-hero h1 { font-size: 45px; }
  .contact-form-card { padding: 27px 21px; }
  .form-row, .contact-methods { grid-template-columns: 1fr; }
  .contact-reassurance-grid { gap: 23px; }
  .about-split { grid-template-columns: 1fr; min-height: 0; }
  .about-image { min-height: 280px; background-position: center; }
  .about-copy { padding: 48px 24px; }
  .about-copy h2 { font-size: 35px; }
  .about-copy .button { align-self: stretch; }
  .check-grid { grid-template-columns: 1fr; }
  .contact-cta { padding: 58px 0; }
  .contact-cta h2 { font-size: 36px; }
  .contact-card { padding: 30px 0 0; border-top: 1px solid rgba(255, 255, 255, .24); border-left: 0; }
  .footer-grid { gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .content-main { padding: 52px 0 65px; }
  .archive-header h1, .entry-header h1 { font-size: 42px; }
}

/* Internal YoloLiv family pages */
.ylf-hero { position: relative; padding: 92px 0; overflow: hidden; background-color: #051124; background-image: linear-gradient(90deg, rgba(3, 11, 25, .98) 0%, rgba(4, 19, 43, .93) 58%, rgba(4, 24, 58, .73) 100%), var(--ylf-hero); background-position: center; background-size: cover; color: #fff; }
.ylf-hero::after { position: absolute; right: -120px; bottom: -200px; width: 520px; height: 520px; border: 1px solid rgba(255, 120, 23, .22); border-radius: 50%; content: ''; }
.ylf-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 72px; }
.ylf-hero h1 { max-width: 800px; margin: 12px 0 22px; color: #fff; font-size: clamp(50px, 5.6vw, 76px); letter-spacing: -.052em; line-height: .98; }
.ylf-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 0 0 30px; color: rgba(255, 255, 255, .76); font-size: 18px; line-height: 1.62; }
.ylf-hero-panel { padding: 35px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 12px; background: rgba(4, 13, 28, .71); box-shadow: 0 24px 60px rgba(0, 0, 0, .22); text-align: center; }
.ylf-hero-panel > span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.ylf-hero-panel > strong { display: block; margin: 14px 0 23px; color: #fff; font-size: 35px; letter-spacing: -.035em; }
.ylf-panel-tags { display: grid; gap: 8px; }
.ylf-panel-tags b { padding: 10px 12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: rgba(255, 255, 255, .9); font-size: 11px; }
.ylf-hero-panel p { margin: 22px 0 0; color: rgba(255, 255, 255, .59); font-size: 12px; }
.ylf-family-nav { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .97); box-shadow: 0 8px 22px rgba(10, 20, 30, .05); }
.ylf-family-nav .site-shell { display: flex; justify-content: center; gap: 14px; }
.ylf-family-nav a { padding: 18px 27px 15px; border-bottom: 3px solid transparent; color: #4a5157; font-size: 12px; font-weight: 900; }
.ylf-family-nav a:hover, .ylf-family-nav a.current { border-color: var(--orange); color: var(--orange); }
.ylf-intro-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 80px; }
.ylf-intro h2, .ylf-workflow h2, .ylf-cta h2 { margin: 9px 0 0; font-size: 44px; letter-spacing: -.044em; line-height: 1.07; }
.ylf-intro-grid > div:last-child p { margin: 0 0 17px; color: var(--muted); font-size: 16px; }
.ylf-benefits { padding: 76px 0; background: #f3f5f8; }
.ylf-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ylf-benefit-grid article { min-height: 238px; padding: 28px; border: 1px solid #e0e4e8; border-radius: 9px; background: #fff; box-shadow: 0 12px 28px rgba(15, 25, 35, .05); }
.ylf-benefit-grid article > b { color: var(--orange); font-size: 12px; letter-spacing: .12em; }
.ylf-benefit-grid h3 { margin: 35px 0 12px; font-size: 20px; }
.ylf-benefit-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.ylf-workflow-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.ylf-workflow-image { min-height: 520px; border-radius: 10px; background-image: linear-gradient(0deg, rgba(6, 19, 39, .22), rgba(6, 19, 39, .03)), var(--ylf-workflow-image); background-position: center; background-size: cover; box-shadow: var(--shadow); }
.ylf-step-list { display: grid; gap: 10px; margin-top: 28px; }
.ylf-step-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.ylf-step-list > div > b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #102365; color: #fff; font-size: 11px; }
.ylf-step-list span, .ylf-step-list strong, .ylf-step-list small { display: block; }
.ylf-step-list strong { margin-bottom: 3px; font-size: 14px; }
.ylf-step-list small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.ylf-products { padding: 78px 0; background: #fff; }
.ylf-products .section-heading { max-width: 780px; }
.ylf-product-grid { margin-top: 29px; }
.ylf-product-fallback { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 29px; }
.ylf-product-fallback article { min-height: 180px; padding: 27px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.ylf-product-fallback span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ylf-product-fallback h3 { margin: 21px 0 9px; font-size: 19px; }
.ylf-product-fallback p { margin: 0; color: var(--muted); font-size: 12px; }
.ylf-product-actions { display: flex; gap: 12px; margin-top: 27px; }
.ylf-use-cases { padding: 76px 0; background: #102365; color: #fff; }
.ylf-use-cases .section-heading h2 { color: #fff; }
.ylf-use-cases .section-heading p:last-child { color: rgba(255, 255, 255, .65); }
.ylf-use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ylf-use-grid article { padding: 30px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 8px; background: rgba(255, 255, 255, .05); }
.ylf-use-grid h3 { margin: 0 0 11px; color: #fff; font-size: 21px; }
.ylf-use-grid p { margin: 0; color: rgba(255, 255, 255, .68); font-size: 13px; }
.ylf-cta { padding: 72px 0; background: var(--ink); color: #fff; }
.ylf-cta-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 65px; }
.ylf-cta h2 { color: #fff; }
.ylf-cta-grid > div:first-child > p:last-child { max-width: 700px; color: rgba(255, 255, 255, .67); }
.ylf-cta-actions { display: grid; gap: 14px; }
.ylf-cta-actions > a:not(.button) { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .82); font-size: 12px; font-weight: 700; }
.ylf-cta-actions svg { width: 21px; height: 21px; fill: none; stroke: var(--orange); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ylf-yolocam .ylf-hero { background-color: #111418; background-image: linear-gradient(90deg, rgba(5, 8, 11, .98), rgba(9, 15, 20, .86) 58%, rgba(9, 15, 20, .54)), var(--ylf-hero); }
.ylf-yolocast .ylf-hero { background-color: #10194a; background-image: linear-gradient(90deg, rgba(7, 14, 45, .97), rgba(16, 30, 93, .84) 65%, rgba(27, 52, 135, .59)), var(--ylf-hero); }
.ylf-yolochurch .ylf-hero { background-color: #07111a; background-image: linear-gradient(90deg, rgba(3, 9, 13, .98), rgba(4, 13, 19, .82) 59%, rgba(4, 13, 19, .5)), var(--ylf-hero); }

@media (max-width: 1100px) {
  .ylf-hero-grid { grid-template-columns: 1.3fr .7fr; gap: 38px; }
  .ylf-benefit-grid, .ylf-product-fallback { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .ylf-hero { padding: 66px 0; }
  .ylf-hero-grid, .ylf-intro-grid, .ylf-workflow-grid, .ylf-cta-grid { grid-template-columns: 1fr; gap: 34px; }
  .ylf-hero h1 { font-size: 46px; }
  .ylf-hero-panel { display: none; }
  .ylf-family-nav { position: static; overflow-x: auto; }
  .ylf-family-nav .site-shell { justify-content: flex-start; width: max-content; min-width: 100%; padding: 0 16px; }
  .ylf-family-nav a { padding: 15px 16px 12px; white-space: nowrap; }
  .ylf-intro h2, .ylf-workflow h2, .ylf-cta h2 { font-size: 35px; }
  .ylf-benefit-grid, .ylf-product-fallback, .ylf-use-grid { grid-template-columns: 1fr; }
  .ylf-benefit-grid article { min-height: 0; }
  .ylf-workflow-image { min-height: 300px; }
  .ylf-product-actions { align-items: stretch; flex-direction: column; }
  .ylf-product-actions .button, .ylf-cta-actions .button { width: 100%; }
}

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