/*
Theme Name: Yasko Commerce
Theme URI: https://yasko.eu
Author: Yasko Commerce
Description: Lightweight corporate theme for Yasko Commerce.
Version: 1.2.3
Requires at least: 6.9
Requires PHP: 8.1
Text Domain: yasko-commerce
*/

:root {
  --yc-ink: #091a4e;
  --yc-muted: #5f687b;
  --yc-paper: #f7f5ef;
  --yc-white: #fff;
  --yc-navy: #091a4e;
  --yc-navy-dark: #04112f;
  --yc-gold: #c89a33;
  --yc-gold-light: #f1c44a;
  --yc-line: #e2dfd4;
  --yc-shadow: 0 18px 45px rgba(9, 26, 78, .13);
  --yc-radius: 22px;
  --yc-wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--yc-white); color: var(--yc-ink); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--yc-navy); text-underline-offset: .18em; }
a:hover { color: #75530f; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--yc-gold-light); outline-offset: 3px; }
.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; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; clip: auto; margin: 0; padding: 10px 16px; background: var(--yc-white); color: var(--yc-ink); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(4,17,47,.97); border-bottom: 1px solid rgba(200,154,51,.38); backdrop-filter: blur(12px); }
.header-inner { width: var(--yc-wrap); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-logo { display: block; width: 210px; flex: 0 0 auto; }
.brand-logo picture, .brand-logo img { display: block; width: 100%; }
.menu-toggle { display: none; border: 1px solid rgba(200,154,51,.65); border-radius: 10px; background: transparent; color: var(--yc-white); padding: 9px 13px; }
.primary-menu { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.primary-menu a { display: block; padding: 10px 12px; color: var(--yc-white); font-size: 15px; font-weight: 650; text-decoration: none; border-radius: 9px; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { background: rgba(200,154,51,.16); color: var(--yc-gold-light); }

.site-main { min-height: 60vh; }
.content-wrap { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 96px; }
.page-header { margin-bottom: 42px; }
.page-kicker { color: #8a6418; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 13px; }
h1, h2, h3, h4 { line-height: 1.16; text-wrap: balance; }
h1 { margin: 8px 0 20px; font-size: clamp(42px, 7vw, 76px); letter-spacing: -.045em; }
h2 { margin-top: 2em; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.035em; }
h3 { margin-top: 1.6em; font-size: clamp(22px, 3vw, 30px); }
p { margin: 0 0 1.2em; }
.entry-content > * { max-width: 780px; margin-inline: auto; }
.entry-content > .alignwide { max-width: 1120px; }
.entry-content > .alignfull { max-width: none; }
.entry-content ul { padding-left: 1.25em; }
.entry-content figure { margin-block: 36px; }
.entry-content .wp-block-image img { border-radius: var(--yc-radius); }
.entry-content .wp-block-columns { gap: 28px; }
.entry-content .wp-block-group.is-style-yc-card, .yc-card { padding: clamp(22px, 4vw, 38px); border: 1px solid var(--yc-line); border-radius: var(--yc-radius); background: var(--yc-white); box-shadow: var(--yc-shadow); }
.wp-block-button__link { border-radius: 999px; background: var(--yc-navy); color: var(--yc-white); font-weight: 750; padding: 13px 22px; }
.wp-block-button__link:hover { background: var(--yc-navy-dark); color: var(--yc-white); }

.hero { overflow: hidden; background: var(--yc-navy-dark); color: var(--yc-white); }
.hero-inner { width: var(--yc-wrap); min-height: min(680px, 76vh); margin: auto; display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.28fr); align-items: center; gap: 48px; padding: 72px 0; }
.hero-inner > div:first-child { min-width: 0; }
.hero h1 { max-width: 11ch; margin: 10px 0 24px; color: var(--yc-white); font-size: clamp(40px, 4.2vw, 60px); }
.hero p { max-width: 690px; color: #dbe2f2; font-size: clamp(18px, 2vw, 22px); }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; color: var(--yc-gold-light); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: 13px; }
.hero-panel { position: relative; overflow: hidden; min-height: 0; aspect-ratio: 16 / 9; border: 1px solid rgba(200,154,51,.45); border-radius: 30px; background: #11182a; box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.hero-media, .hero-media img { display: block; width: 100%; height: 100%; }
.hero-media img { position: absolute; inset: 0; object-fit: cover; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-block; border-radius: 999px; padding: 13px 22px; background: var(--yc-gold-light); color: var(--yc-navy-dark); font-weight: 800; text-decoration: none; }
.button.secondary { border: 1px solid rgba(255,255,255,.35); background: transparent; color: var(--yc-white); }
.home-content { width: var(--yc-wrap); margin: auto; padding: 54px 0 0; }

.yc-home-section { margin: 0 0 clamp(56px, 7vw, 82px); }
.home-content > .yc-home-stats, .home-content > .yc-home-benefits, .home-content > .yc-home-partners, .home-content > .yc-home-cta, .home-content > .yc-home-funding { max-width: 1120px; }
.yc-home-kicker { margin: 0 0 8px; color: var(--yc-gold); font-size: 13px; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.yc-home-about { max-width: 900px; margin-inline: auto; padding: clamp(26px, 4vw, 42px); border: 1px solid var(--yc-line); border-radius: var(--yc-radius); background: var(--yc-white); box-shadow: var(--yc-shadow); }
.yc-home-about h2, .yc-home-benefits h2, .yc-home-partners h2 { margin: 0 0 20px; color: var(--yc-navy); }
.yc-home-about p { max-width: 790px; }
.yc-home-text-link { display: inline-block; margin-top: 7px; color: var(--yc-navy); font-weight: 780; text-underline-offset: 4px; }
.yc-home-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 clamp(56px, 7vw, 82px); overflow: hidden; border: 1px solid rgba(200,154,51,.45); border-radius: 22px; background: var(--yc-navy-dark); color: var(--yc-white); box-shadow: var(--yc-shadow); }
.yc-home-stats > div { display: grid; min-height: 148px; align-content: center; justify-items: center; padding: 24px; text-align: center; }
.yc-home-stats > div + div { border-left: 1px solid rgba(255,255,255,.14); }
.yc-home-stats strong { color: var(--yc-gold-light); font-size: clamp(36px, 5vw, 56px); line-height: 1; }
.yc-home-stats span { margin-top: 10px; color: #e2e8f4; font-weight: 700; }
.yc-home-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.yc-home-benefit-grid article { display: grid; min-height: 238px; align-content: start; padding: 28px; border: 1px solid var(--yc-line); border-top: 4px solid var(--yc-gold); border-radius: 18px; background: var(--yc-white); box-shadow: var(--yc-shadow); }
.yc-home-benefit-grid h3 { margin: 20px 0 0; color: var(--yc-navy); font-size: clamp(18px, 2vw, 22px); line-height: 1.35; }
.yc-home-benefit-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 16px; background: var(--yc-navy); color: var(--yc-gold-light); }
.yc-home-benefit-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.yc-home-partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.yc-home-partner-grid figure { display: grid; min-height: 150px; margin: 0; padding: 24px; place-items: center; border: 1px solid var(--yc-line); border-radius: 16px; background: var(--yc-paper); }
.yc-home-partner-grid img { display: block; width: auto; height: auto; max-width: 100%; max-height: 82px; border-radius: 0 !important; object-fit: contain; }
.yc-home-partner-grid .yc-home-partner-navy { border-color: rgba(200,154,51,.5); background: var(--yc-navy); }
.yc-home-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 0 68px; padding: clamp(28px, 5vw, 48px); border-radius: 22px; background: var(--yc-navy); color: var(--yc-white); box-shadow: var(--yc-shadow); }
.yc-home-cta h2 { max-width: 740px; margin: 0; color: var(--yc-white); }
.yc-home-cta .button { flex: 0 0 auto; }
.yc-home-funding { margin: 0; padding: 18px 0 20px; border-top: 1px solid var(--yc-line); background: #f5f6f8; text-align: center; }
.yc-home-funding p { max-width: 1080px; margin: 0 auto 13px; padding: 0 18px; color: #4f596b; font-size: 13px; line-height: 1.45; }
.yc-home-funding img { display: block; width: auto; height: auto; max-width: calc(100% - 28px); max-height: 52px; margin: 0 auto; border-radius: 0 !important; object-fit: contain; }

.yc-partner-section { max-width: 1120px !important; margin-block: 64px !important; padding: clamp(24px, 4vw, 46px); border: 1px solid var(--yc-line); border-radius: var(--yc-radius); background: var(--yc-white); box-shadow: var(--yc-shadow); }
.yc-partner-section > h2:first-child, .yc-partner-section > h3:first-child { margin-top: 0; color: var(--yc-navy); }
.yc-partner-section--intro { border-color: rgba(200,154,51,.5); background: linear-gradient(145deg, #fff, var(--yc-paper)); }
.yc-partner-logo { max-height: 180px; width: auto; margin-inline: auto; object-fit: contain; }
.yc-partner-feature { width: 100%; max-height: 520px; border-radius: 18px; object-fit: contain; background: var(--yc-paper); }
.yc-partner-media-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px !important; }
.yc-partner-media-grid figure { display: grid; min-height: 190px; margin: 0 !important; padding: 18px; place-items: center; border: 1px solid var(--yc-line); border-radius: 16px; background: var(--yc-paper); }
.yc-partner-media-grid img { width: 100%; max-height: 210px; object-fit: contain; }
.yc-partner-section--unified { overflow: hidden; }
.yc-partner-section--unified .yc-partner-logo-card { display: grid; width: 100%; min-height: 178px; margin: 0 0 26px; padding: clamp(22px, 4vw, 38px); place-items: center; border: 1px solid var(--yc-line); border-radius: 18px; background: var(--yc-paper); }
.yc-partner-section--unified .yc-partner-logo-card img { width: auto !important; height: auto !important; max-width: min(520px, 100%); max-height: 118px; border-radius: 0; object-fit: contain; }
.yc-partner-section--unified .yc-partner-logo-card--navy { border-color: rgba(200,154,51,.55); background: var(--yc-navy); }
.yc-partner-section--unified .yc-partner-logo-card--navy img { max-height: 105px; }
.yc-partner-section--unified h2 { margin: 0 0 24px; color: var(--yc-navy); }
.yc-partner-section--unified .yc-partner-subbrand { display: grid; width: min(340px, 100%); min-height: 92px; margin: 22px auto 8px; padding: 18px 24px; place-items: center; border: 1px solid var(--yc-line); border-radius: 14px; background: var(--yc-white); }
.yc-partner-section--unified .yc-partner-subbrand img { width: auto !important; height: auto !important; max-width: 100%; max-height: 58px; border-radius: 0; object-fit: contain; }

.yc-carousel-shell { position: relative; max-width: 1120px; margin: 28px auto 8px; }
.yc-carousel-shell:focus-visible { border-radius: 18px; }
.yc-carousel-viewport { overflow: hidden; border-radius: 20px; background: var(--yc-paper); touch-action: pan-y; }
.yc-carousel.wp-block-gallery.yc-carousel--enhanced { display: flex; flex-wrap: nowrap; gap: 0; width: 100%; margin: 0; padding: 0; transition: transform .48s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.yc-carousel.wp-block-gallery.yc-carousel--enhanced > .wp-block-image { flex: 0 0 calc(100% / var(--yc-per-page, 1)); width: calc(100% / var(--yc-per-page, 1)) !important; margin: 0 !important; padding: 0; }
.yc-carousel.wp-block-gallery.yc-carousel--enhanced img { width: 100%; height: 100%; border-radius: 0; object-fit: contain; }
.yc-carousel--campaigns > .wp-block-image { aspect-ratio: 16 / 7; background: var(--yc-navy-dark); }
.yc-carousel--brands > .wp-block-image { aspect-ratio: 4 / 3; padding: clamp(18px, 3vw, 34px) !important; border-right: 1px solid var(--yc-line); background: var(--yc-white); }
.yc-carousel--products > .wp-block-image { display: grid !important; aspect-ratio: 1; padding: clamp(16px, 2.4vw, 26px) !important; place-items: center; border-right: 1px solid var(--yc-line); background: var(--yc-paper); }
.yc-carousel.wp-block-gallery.yc-carousel--products img { flex: none; width: auto !important; height: auto !important; max-width: 100%; max-height: 100%; border-radius: 0; object-fit: contain; }
.yc-carousel-controls { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 14px; margin-top: 16px; }
.yc-carousel-previous, .yc-carousel-next { width: 48px; height: 48px; border: 1px solid rgba(200,154,51,.65); border-radius: 50%; background: var(--yc-navy); color: var(--yc-white); font-size: 32px; line-height: 1; cursor: pointer; }
.yc-carousel-previous:hover, .yc-carousel-next:hover { background: var(--yc-gold); color: var(--yc-navy-dark); }
.yc-carousel-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.yc-carousel-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #c8cbd4; cursor: pointer; }
.yc-carousel-dots button[aria-current="true"] { width: 28px; border-radius: 999px; background: var(--yc-gold); }
.yc-video-embed { position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; margin: 32px 0; border-radius: 20px; background: #000; box-shadow: var(--yc-shadow); }
.yc-video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.site-footer { background: var(--yc-navy-dark); color: #dbe2f2; }
.footer-inner { width: var(--yc-wrap); margin: auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; padding: 64px 0 38px; }
.site-footer h2, .site-footer h3 { margin: 0 0 16px; color: var(--yc-white); font-size: 18px; }
.footer-logo { width: min(250px, 100%); margin-bottom: 18px; }
.site-footer a { color: var(--yc-white); }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 7px 0; }
.footer-bottom { width: var(--yc-wrap); margin: auto; padding: 20px 0 34px; border-top: 1px solid rgba(255,255,255,.14); color: #aeb9b0; font-size: 14px; }

.yc-contact-page { --yc-contact-gold: var(--yc-gold, #c89a33); overflow: clip; }
.yc-contact-page section { margin-block: clamp(42px, 7vw, 78px); }
.yc-contact-intro { padding: clamp(26px, 5vw, 52px); border: 1px solid rgba(200,154,51,.45); border-radius: var(--yc-radius); background: linear-gradient(145deg, var(--yc-navy-dark), var(--yc-navy)); color: #e8edf6; box-shadow: var(--yc-shadow); }
.yc-contact-intro h2 { margin: 5px 0 18px; color: var(--yc-white); }
.yc-contact-intro p:last-child { max-width: 760px; margin-bottom: 0; font-size: clamp(17px, 2vw, 20px); }
.yc-contact-kicker { margin: 0 0 7px; color: var(--yc-contact-gold); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.yc-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.yc-section-heading h2 { margin: 0; color: var(--yc-navy); }
.yc-section-heading > p { max-width: 430px; margin: 0; color: #536077; }
.yc-contact-map { width: 100%; height: clamp(360px, 50vw, 540px); max-width: 100%; border: 1px solid rgba(200,154,51,.5); border-radius: 22px; background: #e7ebed; box-shadow: var(--yc-shadow); isolation: isolate; }
.yc-contact-map:focus-visible { outline: 3px solid var(--yc-contact-gold); outline-offset: 4px; }
.yc-contact-map .leaflet-control-attribution { font-size: 11px; }
.yc-map-attribution-note { margin: 10px 3px 0; color: #687287; font-size: 13px; }
.yc-map-marker-shell { border: 0; background: none; }
.yc-map-marker { display: grid; width: 40px; height: 40px; place-items: center; border: 3px solid var(--yc-contact-gold); border-radius: 50% 50% 50% 8px; background: var(--yc-navy-dark); color: var(--yc-white); font-size: 15px; font-weight: 850; box-shadow: 0 7px 18px rgba(7,18,44,.3); transform: rotate(-45deg); }
.yc-map-marker-shell .yc-map-marker { line-height: 1; }
.yc-map-marker-shell .yc-map-marker > span { transform: rotate(45deg); }
.yc-contact-map .leaflet-popup-content strong { color: var(--yc-navy); font-size: 16px; }
.yc-contact-map .leaflet-popup-content p { margin: 7px 0 10px; }
.yc-contact-map .leaflet-popup-content a { color: var(--yc-navy); font-weight: 750; }
.yc-location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.yc-location-card { display: flex; min-width: 0; min-height: 285px; flex-direction: column; padding: clamp(22px, 3vw, 30px); border: 1px solid var(--yc-line); border-top: 4px solid var(--yc-contact-gold); border-radius: 18px; background: var(--yc-white); box-shadow: var(--yc-shadow); }
.yc-location-number { color: var(--yc-contact-gold); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.yc-location-card h3 { margin: 12px 0 12px; color: var(--yc-navy); font-size: 23px; }
.yc-location-card > p { margin: 0 0 14px; }
.yc-location-meta { display: grid; gap: 9px; margin: 4px 0 14px; }
.yc-location-meta > div { display: grid; gap: 2px; }
.yc-location-meta dt { color: #697387; font-size: 13px; font-weight: 700; }
.yc-location-meta dd { margin: 0; color: var(--yc-navy); font-weight: 720; }
.yc-location-meta a { color: inherit; }
.yc-location-card .yc-coordinate-note { color: #686f7b; font-size: 13px; }
.yc-location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 16px; }
.yc-map-focus, .yc-route-link, .yc-submit-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--yc-navy); border-radius: 999px; padding: 10px 17px; background: var(--yc-navy); color: var(--yc-white); font: inherit; font-weight: 780; line-height: 1.2; text-decoration: none; cursor: pointer; }
.yc-route-link { border-color: var(--yc-contact-gold); background: transparent; color: var(--yc-navy); }
.yc-map-focus:hover, .yc-map-focus:focus-visible, .yc-submit-button:hover, .yc-submit-button:focus-visible { border-color: var(--yc-contact-gold); background: var(--yc-contact-gold); color: var(--yc-navy-dark); }
.yc-route-link:hover, .yc-route-link:focus-visible { background: var(--yc-contact-gold); color: var(--yc-navy-dark); }
.yc-map-focus:focus-visible, .yc-route-link:focus-visible, .yc-submit-button:focus-visible { outline: 3px solid rgba(200,154,51,.3); outline-offset: 3px; }
.yc-contact-form-section { padding: clamp(24px, 5vw, 48px); border: 1px solid var(--yc-line); border-radius: var(--yc-radius); background: var(--yc-paper); box-shadow: var(--yc-shadow); }
.yc-contact-form { margin-top: 24px; }
.yc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.yc-field { display: grid; min-width: 0; gap: 8px; }
.yc-field--full { grid-column: 1 / -1; }
.yc-field label { color: var(--yc-navy); font-weight: 720; }
.yc-field input:not([type="checkbox"]), .yc-field select, .yc-field textarea { width: 100%; max-width: 100%; border: 1px solid #aeb8c8; border-radius: 10px; padding: 12px 14px; background: var(--yc-white); color: #1f2937; font: inherit; }
.yc-field textarea { resize: vertical; }
.yc-field input:focus, .yc-field select:focus, .yc-field textarea:focus { border-color: var(--yc-contact-gold); outline: 3px solid rgba(200,154,51,.22); }
.yc-consent { display: flex; align-items: flex-start; gap: 11px; }
.yc-consent input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 3px; accent-color: var(--yc-navy); }
.yc-consent label { font-weight: 500; }
.yc-submit-button { margin-top: 22px; padding-inline: 24px; }
.yc-smtp-note { margin: 16px 0 0; color: #675420; font-size: 14px; }
.yc-form-message { margin: 0 0 22px; border-left: 4px solid; border-radius: 10px; padding: 15px 17px; background: var(--yc-white); }
.yc-form-message--success { border-color: #26864a; color: #155e32; }
.yc-form-message--error { border-color: #b83232; color: #842020; }
.yc-form-message--notice { border-color: var(--yc-contact-gold); color: #675420; }
.yc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 900px) {
  .yc-location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .header-inner { min-height: 70px; }
  .menu-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; inset: 70px 0 auto; padding: 14px 20px 22px; background: var(--yc-navy-dark); border-bottom: 1px solid rgba(200,154,51,.38); box-shadow: var(--yc-shadow); }
  .site-nav.is-open { display: block; }
  .primary-menu { display: grid; gap: 2px; }
  .primary-menu a { padding: 12px; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding: 64px 0; }
  .hero-panel { min-height: 0; aspect-ratio: 4 / 3; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .yc-partner-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yc-home-benefit-grid, .yc-home-partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yc-home-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
  :root { --yc-wrap: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .brand-logo { width: 176px; }
  .hero-inner { padding: 48px 0 58px; }
  .hero-panel { min-height: 0; }
  .content-wrap { width: min(100% - 28px, 920px); padding: 48px 0 72px; }
  .footer-inner { grid-template-columns: 1fr; padding-top: 48px; }
  .yc-partner-section { margin-block: 38px !important; padding: 22px 18px; }
  .yc-partner-media-grid { grid-template-columns: 1fr; }
  .yc-carousel--campaigns > .wp-block-image { aspect-ratio: 16 / 10; }
  .yc-carousel-controls { grid-template-columns: 42px 1fr 42px; gap: 8px; }
  .yc-carousel-previous, .yc-carousel-next { width: 42px; height: 42px; }
  .yc-section-heading { display: block; }
  .yc-section-heading > p { margin-top: 10px; }
  .yc-contact-map { height: 420px; border-radius: 16px; }
  .yc-location-grid, .yc-form-grid { grid-template-columns: 1fr; }
  .yc-field--full { grid-column: auto; }
  .yc-location-card { min-height: 250px; }
  .yc-contact-form-section { padding: 24px 18px; }
  .home-content { padding-top: 38px; }
  .yc-home-about { padding: 24px 20px; }
  .yc-home-stats { grid-template-columns: 1fr; }
  .yc-home-stats > div { min-height: 112px; }
  .yc-home-stats > div + div { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .yc-home-benefit-grid, .yc-home-partner-grid { grid-template-columns: 1fr; }
  .yc-home-benefit-grid article { min-height: 205px; padding: 24px; }
  .yc-home-partner-grid figure { min-height: 132px; }
  .yc-home-cta { margin-bottom: 48px; padding: 28px 22px; }
  .yc-home-funding p { font-size: 12px; }
  .yc-home-funding img { max-height: 48px; }
}

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