/* Interactive hero, conversion panel and accessibility refinements. */
body { font-size: 15px; }
h2 { font-size: 30px; }
body > main { margin-top: 0 !important; padding-top: 0 !important; }
.site-header { margin: 0 !important; }
.site-header + main { margin-top: 0 !important; padding-top: 0 !important; }
[hidden] { display: none !important; }
.brand-logo { display: flex; align-items: center; flex: 0 0 auto; }
.brand-logo .custom-logo { display: block; width: auto; max-width: 180px; max-height: 46px; height: auto; object-fit: contain; }
.search-toggle { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #ffd200; cursor: pointer; }
.search-toggle:hover,.search-toggle[aria-expanded="true"] { background: #ffd200; color: #000; }
.search-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.nav-phone { display: inline-flex; align-items: center; gap: 7px; min-height: 35px; padding: 0 4px; color: #ffd200; font-size: 13px; white-space: nowrap; }
.nav-phone span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #ffd200; color: #000; font-size: 13px; }
.nav-phone b { font: 800 12px/1 Inter,sans-serif; letter-spacing: .1px; }
.header-search { position: absolute; top: 100%; right: 0; left: 0; padding: 14px 0; border-top: 1px solid #302f2e; background: #000; box-shadow: 0 10px 18px rgba(0,0,0,.2); }
.header-search[hidden] { display: none; }
.header-search form { display: flex; gap: 10px; max-width: 580px; margin-left: auto; }
.header-search input { flex: 1; min-width: 0; height: 42px; padding: 0 14px; border: 1px solid #4a4846; border-radius: 4px; background: #171717; color: #fff; font: inherit; }
.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; }
.hero-slider { min-height: 560px; position: relative; overflow: hidden; background: #000; }
.hero-track { position: relative; min-height: 560px; }
.hero-slide { min-height: 560px; position: absolute; inset: 0; display: grid; align-items: center; background-position: center; background-size: cover; opacity: 0; transform: scale(1.025); transition: opacity .65s ease, transform .85s ease; pointer-events: none; }
.hero-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; z-index: 1; }
.hero-content { width: min(1320px, calc(100% - 56px)); padding-block: 80px; }
.hero h1 { width: min(790px, 68vw); margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -1.7px; word-break: normal; overflow-wrap: normal; }
.hero-lede { max-width: 630px; margin-top: 14px; color: #f4f4f4; font-size: 16px; font-weight: 500; }
.hero-pagination { position: absolute; z-index: 4; bottom: 28px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-dot { width: 34px; height: 4px; border: 0; border-radius: 4px; background: rgba(255,255,255,.45); cursor: pointer; transition: background .2s, width .2s; }
.hero-dot.is-active { width: 52px; background: #ffd200; }
.quote-card { position: relative; overflow: hidden; }
.quote-card > :not(.calculator-decor) { position: relative; z-index: 1; }
.calculator-decor { position: absolute; z-index: 0; right: 12px; top: -18px; color: #ffd200; font: 900 126px/1 Inter, sans-serif; opacity: .13; transform: rotate(9deg); }
.benefits .container > div { min-height: 72px; display: grid; align-content: center; justify-items: center; gap: 4px; }
.benefits i { width: 29px; height: 29px; display: grid; place-items: center; margin: 0; border: 1px solid #ffd200; border-radius: 50%; color: #000; background: #ffd200; font-size: 17px; line-height: 1; }
.benefits span { font-size: 10px; font-weight: 700; }
.floating-actions { position: fixed; z-index: 50; right: 22px; bottom: 22px; display: grid; justify-items: end; gap: 10px; }
.floating-call,.floating-whatsapp { display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 18px 0 12px; border-radius: 28px; box-shadow: 0 10px 28px rgba(0,0,0,.28); color: #fff; font-size: 13px; transition: transform .2s ease, box-shadow .2s ease; }
.floating-call { border: 2px solid #ffd200; background: #000; }
.floating-whatsapp { border: 2px solid #ffd200; background: #ffd200; color: #000; }
.floating-call:hover,.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.36); }
.floating-call span,.floating-whatsapp span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; font-size: 17px; }
.floating-call span { background: #ffd200; color: #000; }
.floating-whatsapp span { background: #000; color: #ffd200; }
.floating-call b,.floating-whatsapp b { font-weight: 800; }
.client-section { background: #f7f6f2; }
.client-marquee { overflow: hidden; position: relative; padding: 3px 0; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.client-track { display: flex; align-items: center; gap: 16px; width: max-content; animation: misa-marquee 28s linear infinite; }
.client-marquee:hover .client-track { animation-play-state: paused; }
.client-logo { width: 184px; height: 94px; display: grid; flex: 0 0 auto; place-items: center; padding: 18px; border: 1px solid #e3dfd5; border-radius: 8px; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.04); }
.client-logo img { max-width: 100%; max-height: 58px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .78; transition: filter .2s, opacity .2s; }
.client-logo:hover img { filter: grayscale(0); opacity: 1; }
.client-logo span { color: #000; font: 800 16px/1.15 Manrope, sans-serif; text-align: center; }
@keyframes misa-marquee { to { transform: translateX(-50%); } }
.subpage { min-height: 60vh; padding: 72px 0; background: #f7f6f2; }
.subpage-header { padding: 30px 52px 46px; border-radius: 14px 14px 0 0; background: linear-gradient(115deg,#000 0%,#111 68%,#292000 100%); color: #fff; }
.subpage-header h1 { max-width: 780px; font-size: clamp(36px, 5vw, 62px); }
.subpage-header .eyebrow { margin-bottom: 12px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 38px; color: #c9c5bc; font-size: 12px; }
.breadcrumbs a { color: #ffd200; transition: color .2s; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs [aria-current="page"] { color: #fff; }
.subpage-intro { max-width: 660px; margin: 16px 0 0; color: #d5d2cb; font-size: 16px; }
.subpage-content { max-width: 930px; margin: 0 auto; padding: 48px 52px; border: 1px solid #e5e0d5; border-top: 0; border-radius: 0 0 14px 14px; background: #fff; }
.subpage-content img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 24px; }
.entry-content { font-size: 16px; line-height: 1.8; }
.entry-content h2 { margin: 34px 0 12px; font-size: 27px; }
.entry-content h3 { margin: 26px 0 6px; font-size: 19px; }
.entry-content p { margin-bottom: 16px; }
.entry-content ul { padding-left: 22px; }
.entry-content li { margin: 8px 0; }
.entry-content a { color: #7d6100; font-weight: 700; text-decoration: underline; }
.entry-content table { width: 100%; margin: 20px 0 32px; border-collapse: collapse; font-size: 14px; }
.entry-content th,.entry-content td { padding: 13px 14px; border: 1px solid #e7e1d5; text-align: left; vertical-align: top; }
.entry-content th { width: 34%; background: #fff8d9; color: #000; font-weight: 800; }
.entry-content thead th { background: #000; color: #fff; }
.content-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 20px 0 34px; }
.content-grid > div { padding: 20px; border: 1px solid #e7e1d5; border-left: 4px solid #ffd200; border-radius: 7px; background: #fffdf6; }
.content-grid h3 { margin-top: 0; }
@media (max-width: 760px) { .content-grid { grid-template-columns: 1fr; } .entry-content table { display: block; overflow-x: auto; white-space: nowrap; } }
.contact-hero { padding: 68px 0 82px; background: radial-gradient(circle at 82% 0,#3c3100 0,transparent 28%),#000; color: #fff; }
.contact-hero-copy { max-width: 790px; }
.contact-hero .breadcrumbs { margin-bottom: 34px; }
.contact-hero h1 { margin: 0; font-size: clamp(42px,5vw,68px); }
.contact-hero-copy > p:last-child { max-width: 620px; margin: 16px 0 0; color: #d6d2c8; font-size: 17px; line-height: 1.65; }
.contact-main { padding: 70px 0; background: #f7f6f2; }
.contact-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 28px; align-items: start; }
.section-kicker { margin-bottom: 12px; color: #7d6100; font: 800 11px/1.2 Inter,sans-serif; letter-spacing: 1.4px; }
.contact-information h2,.contact-form-card h2 { font-size: clamp(27px,2.5vw,38px); }
.contact-lede { max-width: 630px; font-size: 16px; line-height: 1.7; }
.contact-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 26px 0; }
.contact-cards > * { min-height: 94px; display: flex; align-items: flex-start; gap: 12px; padding: 17px; border: 1px solid #e1dbce; border-radius: 8px; background: #fff; }
.contact-cards a { transition: border-color .2s,transform .2s; }
.contact-cards a:hover { transform: translateY(-2px); border-color: #ffd200; }
.contact-cards span { width: 32px; height: 32px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #ffd200; color: #000; font-size: 16px; }
.contact-cards small,.contact-cards strong { display: block; }
.contact-cards small { margin-bottom: 5px; color: #727272; font-size: 11px; }
.contact-cards strong { color: #000; font-size: 14px; line-height: 1.4; }
.contact-map { height: 270px; overflow: hidden; border: 1px solid #e1dbce; border-radius: 9px; background: #fff; }
.contact-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9); }
.contact-form-card { padding: 34px; border-radius: 12px; background: #000; color: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.12); }
.contact-form-card > p:not(.section-kicker):not(.form-success) { color: #cac6bd; line-height: 1.6; }
.contact-form-card form { display: grid; gap: 13px; margin-top: 23px; }
.contact-form-card label { color: #fff; font-size: 12px; font-weight: 700; }
.contact-form-card input,.contact-form-card textarea { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid #4a4741; border-radius: 4px; background: #181818; color: #fff; font: 14px Inter,sans-serif; }
.contact-form-card textarea { resize: vertical; }
.contact-form-card .button { width: 100%; margin-top: 4px; }
.contact-form-card small { color: #b8b2a8; font-size: 10px; line-height: 1.45; }
@media (max-width: 850px) { .contact-layout { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .contact-hero { padding: 48px 0 56px; } .contact-main { padding: 42px 0; } .contact-cards { grid-template-columns: 1fr; } .contact-form-card { padding: 24px; } }
.corporate-hero { padding: 64px 0 74px; background: #000; color: #fff; }
.corporate-hero .breadcrumbs { margin-bottom: 36px; }
.corporate-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.corporate-hero h1 { margin: 0; font-size: clamp(40px,4.5vw,66px); line-height: 1.04; }
.corporate-hero-grid > div > p:not(.eyebrow) { max-width: 620px; color: #d4d0c6; font-size: 17px; line-height: 1.7; }
.corporate-images { position: relative; min-height: 420px; }
.corporate-images img { position: absolute; width: 63%; height: 345px; object-fit: cover; border: 7px solid #000; border-radius: 13px; box-shadow: 0 20px 45px rgba(0,0,0,.45); }
.corporate-images img:first-child { top: 0; left: 0; }
.corporate-images img:last-child { right: 0; bottom: 0; }
.corporate-main { padding: 72px 0; background: #f5f4f0; }
.corporate-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 36px; }
.corporate-values article { padding: 25px; border-radius: 10px; background: #fff; border: 1px solid #e4dfd4; }
.corporate-values span { display: block; margin-bottom: 20px; color: #8b6b00; font: 800 13px Inter,sans-serif; }
.corporate-values h3 { font-size: 20px; }
.corporate-values p { font-size: 14px; line-height: 1.65; }
.corporate-content { margin-bottom: 36px; }
.corporate-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border-radius: 11px; background: #ddd7ca; }
.corporate-stats div { padding: 28px 18px; background: #000; text-align: center; color: #fff; }
.corporate-stats b,.corporate-stats span { display: block; }
.corporate-stats b { color: #ffd200; font: 800 clamp(32px,4vw,54px)/1 Manrope,sans-serif; }
.corporate-stats span { margin-top: 8px; color: #dedbd3; font-size: 12px; font-weight: 700; }
.corporate-references { padding: 72px 0; background: #fff; }
.corporate-logo-strip { margin-top: 20px; }
.footer-dealer { padding: 58px 0; background: #111; color: #fff; }
.footer-dealer .container { display: grid; grid-template-columns: .95fr 1.05fr; gap: 55px; align-items: center; }
.footer-dealer h2 { font-size: clamp(27px,3vw,42px); }
.footer-dealer p:not(.eyebrow) { max-width: 590px; color: #d1cdc3; font-size: 15px; line-height: 1.7; }
.footer-dealer-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; margin-top: 22px; }
.footer-phone-link { color: #fff; font-weight: 800; }
.footer-map { min-height: 260px; overflow: hidden; border: 1px solid #4c4740; border-radius: 10px; }
.footer-map iframe { display: block; width: 100%; height: 260px; border: 0; filter: grayscale(1) contrast(.9) brightness(.75); }
.footer-main { background: #000; }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-social a { width: 30px; height: 30px; display: grid !important; place-items: center; border: 1px solid #49453f; border-radius: 50%; color: #ffd200 !important; font-weight: 800; }
.copyright { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 12px; }
.legal-links a { color: #cfcac0; font-size: 11px; text-decoration: none; }
.legal-links a:hover { color: #ffd200; }
@media (max-width: 850px) { .corporate-hero-grid,.footer-dealer .container { grid-template-columns: 1fr; } .corporate-values { grid-template-columns: 1fr; } .corporate-stats { grid-template-columns: repeat(2,1fr); } .corporate-images { max-width: 650px; } }
@media (max-width: 560px) { .corporate-hero,.corporate-main,.corporate-references { padding-block: 45px; } .corporate-images { min-height: 330px; } .corporate-images img { height: 250px; } .corporate-stats { grid-template-columns: 1fr 1fr; } }
.application-section { background: #f7f6f2; }
.application-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.application-grid article { min-height: 218px; padding: 28px; border: 1px solid #e3ded2; border-radius: 10px; background: #fff; transition: transform .2s, box-shadow .2s; }
.application-grid article:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,.08); }
.application-grid span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 24px; border-radius: 50%; background: #ffd200; color: #000; font: 800 12px Inter,sans-serif; }
.application-grid h3 { font-size: 18px; }
.application-grid p { font-size: 14px; line-height: 1.65; }
.process-section { background: #000; color: #fff; }
.process-section .container { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.process-copy h2 { font-size: clamp(30px,3vw,44px); }
.process-copy > p:not(.eyebrow) { max-width: 510px; color: #d3d0c9; font-size: 16px; }
.process-copy .button { margin-top: 10px; }
.process-list { display: grid; gap: 8px; }
.process-list > div { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid #393733; }
.process-list b { color: #ffd200; font-size: 18px; }
.process-list strong,.process-list small { display: block; }
.process-list strong { font-size: 17px; }
.process-list small { margin-top: 5px; color: #c9c5bc; font-size: 13px; }
@media (max-width: 760px) { body { font-size: 14px; } h2 { font-size: 25px; } .brand-logo .custom-logo { max-width: 130px; max-height: 36px; } .header-search form { margin-left: 0; } .nav-phone b { display: none; } .hero-slider, .hero-track, .hero-slide { min-height: 500px; } .hero-content { width: min(100% - 32px, 1320px); padding-block: 60px; } .hero h1 { width: min(620px, 94vw); font-size: clamp(34px, 9vw, 44px); } .hero-lede { font-size: 14px; max-width: 92%; } .benefits .container { grid-template-columns: repeat(2, 1fr); } .client-logo { width: 148px; height: 82px; } .subpage-header,.subpage-content { padding-inline: 24px; } .breadcrumbs { margin-bottom: 26px; } .subpage-intro { font-size: 14px; } .application-grid,.process-section .container { grid-template-columns: 1fr; } .process-section .container { gap: 36px; } .floating-actions { right: 14px; bottom: 14px; } .floating-call,.floating-whatsapp { min-height: 48px; padding-right: 14px; } }

/* Inner pages: warm white surfaces keep black exclusively for global chrome. */
.subpage-header { position: relative; overflow: hidden; border: 1px solid #e6dfce; border-bottom: 5px solid #ffd200; background: linear-gradient(125deg,#fff 0%,#fffdf5 64%,#fff2af 100%); color: #111; }
.subpage-header::after { content: ''; position: absolute; right: -46px; top: -92px; width: 245px; height: 245px; border: 32px solid rgba(255,210,0,.22); border-radius: 50%; pointer-events: none; }
.subpage-header > * { position: relative; z-index: 1; }
.subpage-header h1 { color: #111; }
.subpage-header .eyebrow,.section-kicker { color: #8a6800; }
.breadcrumbs { color: #666158; }
.breadcrumbs a { color: #4b3a00; }
.breadcrumbs a:hover,.breadcrumbs [aria-current="page"] { color: #000; }
.subpage-intro { color: #5f5a50; }
.subpage-shell { display: grid; grid-template-columns: minmax(0,1fr) 292px; gap: 26px; align-items: start; }
.subpage-shell .subpage-content { max-width: none; margin: 0; border-top: 1px solid #e5e0d5; border-radius: 0 0 14px 14px; }
.subpage-sidebar { position: sticky; top: 94px; padding: 23px; border: 1px solid #e5dfd2; border-top: 4px solid #ffd200; border-radius: 10px; background: #fff; box-shadow: 0 14px 30px rgba(24,20,10,.05); }
.subpage-sidebar > p { margin: 0 0 8px; color: #8a6800; font: 800 10px/1.2 Inter,sans-serif; letter-spacing: 1.3px; }
.subpage-sidebar h2 { margin: 0 0 17px; font-size: 22px; line-height: 1.2; }
.subpage-sidebar nav { display: grid; margin: 0 -5px 22px; }
.subpage-sidebar nav a { display: flex; justify-content: space-between; gap: 10px; padding: 10px 5px; border-bottom: 1px solid #ede8de; color: #28251f; font-size: 13px; font-weight: 700; text-decoration: none; }
.subpage-sidebar nav a::after { content: '↗'; color: #a67d00; }
.subpage-sidebar nav a:hover { color: #000; }
.subpage-sidebar .button { width: 100%; padding-inline: 10px; text-align: center; }
.entry-content blockquote { margin: 28px 0; padding: 20px 22px; border-left: 4px solid #ffd200; border-radius: 0 8px 8px 0; background: #fff9df; color: #342c16; font-size: 18px; font-weight: 600; }
.entry-content hr { height: 1px; margin: 32px 0; border: 0; background: #e6dfd2; }
.entry-content thead th { background: #2b2925; }
.dealer-grid > div { display: flex; flex-direction: column; min-height: 250px; }
.dealer-grid > div > p:last-child { margin-top: auto; margin-bottom: 0; }
.dealer-map-link { display: inline-flex; align-items: center; width: max-content; padding: 8px 11px; border: 1px solid #d8b200; border-radius: 4px; background: #fff; color: #4b3a00 !important; font-size: 12px; font-weight: 800; text-decoration: none !important; }
.dealer-map-link:hover { background: #ffd200; color: #000 !important; }

.contact-hero { background: radial-gradient(circle at 82% 0,#ffe881 0,transparent 29%),linear-gradient(130deg,#fff 0%,#fffaf0 100%); color: #111; border-bottom: 5px solid #ffd200; }
.contact-hero h1 { color: #111; }
.contact-hero-copy > p:last-child { color: #5b564d; }
.contact-form-card { border: 1px solid #e1dacb; border-top: 5px solid #ffd200; background: #fff; color: #111; box-shadow: 0 18px 40px rgba(0,0,0,.08); }
.contact-form-card > p:not(.section-kicker):not(.form-success) { color: #5c574e; }
.contact-form-card label { color: #24211c; }
.contact-form-card input,.contact-form-card textarea { border-color: #ddd6c8; background: #fffdf9; color: #111; }
.contact-form-card input:focus,.contact-form-card textarea:focus { outline: 2px solid #ffd200; outline-offset: 1px; }
.contact-form-card small { color: #716b62; }

.corporate-hero { background: radial-gradient(circle at 89% 6%,#ffe36a 0,transparent 19%),#f7f6f2; color: #111; border-bottom: 5px solid #ffd200; }
.corporate-hero h1 { color: #111; }
.corporate-hero-grid > div > p:not(.eyebrow) { color: #5a554c; }
.corporate-images img { border-color: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.corporate-stats { gap: 12px; overflow: visible; background: transparent; }
.corporate-stats div { border: 1px solid #e3ded3; border-top: 4px solid #ffd200; border-radius: 8px; background: #fff; color: #111; box-shadow: 0 8px 18px rgba(0,0,0,.04); }
.corporate-stats b { color: #806200; }
.corporate-stats span { color: #5a554c; }

.process-section { background: #fffaf0; color: #111; border-block: 1px solid #e7dfcf; }
.process-copy > p:not(.eyebrow) { color: #5c574e; }
.process-list > div { border-bottom-color: #ded7c9; }
.process-list b { color: #8a6800; }
.process-list small { color: #686158; }

@media (max-width: 900px) { .subpage-shell { grid-template-columns: 1fr; } .subpage-sidebar { position: static; } }

/* Editorial, search and archive templates. */
.listing-page,.article-page { background: #f7f6f2; }
.listing-hero,.article-hero { padding: 60px 0 66px; border-bottom: 5px solid #ffd200; background: radial-gradient(circle at 82% 2%,#ffe77c 0,transparent 25%),#fffdf6; }
.listing-hero h1,.article-hero h1 { max-width: 900px; margin: 0; color: #111; font-size: clamp(38px,5vw,66px); line-height: 1.06; }
.listing-hero > .container > p:last-child { max-width: 650px; margin: 16px 0 0; color: #5c574e; font-size: 17px; line-height: 1.65; }
.listing-content { padding: 68px 0 78px; }
.listing-intro { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 26px; }
.listing-intro h2 { margin: 0; font-size: clamp(27px,3vw,40px); }
.button-outline { border: 1px solid #c9a300 !important; background: transparent !important; color: #111 !important; }
.button-outline:hover { border-color: #000 !important; background: #ffd200 !important; }
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.post-card { overflow: hidden; border: 1px solid #e2ddd2; border-radius: 10px; background: #fff; box-shadow: 0 8px 19px rgba(0,0,0,.04); transition: transform .2s, box-shadow .2s; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(0,0,0,.11); }
.post-image { display: block; height: 210px; overflow: hidden; background: #eee8da; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.post-card:hover .post-image img { transform: scale(1.05); }
.post-placeholder { display: grid; place-items: center; background: linear-gradient(135deg,#fff0a8,#ffd200); color: #111; font: 900 38px/1 Manrope,sans-serif; letter-spacing: 4px; }
.post-card-body { padding: 22px; }
.post-meta,.article-meta { color: #7d7569; font-size: 12px; font-weight: 700; }
.post-meta span { padding: 0 4px; color: #b08a00; }
.post-card h2 { margin: 11px 0 10px; font-size: 21px; line-height: 1.25; }
.post-card h2 a { color: #111; text-decoration: none; }
.post-card-body > p:not(.post-meta) { margin: 0 0 18px; color: #645f56; font-size: 14px; line-height: 1.6; }
.misa-pagination { margin-top: 38px; }
.misa-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.misa-pagination a,.misa-pagination span { min-width: 36px; padding: 8px 10px; border: 1px solid #ddd6c8; border-radius: 4px; background: #fff; color: #29251f; text-align: center; text-decoration: none; }
.misa-pagination .current { border-color: #ffd200; background: #ffd200; }
.empty-state { padding: 50px; border: 1px dashed #cabf9f; border-radius: 10px; background: #fffdf6; text-align: center; }
.article-hero { padding-block: 54px; }
.article-meta { margin: 18px 0 0; }
.article-main { padding: 64px 0 78px; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 292px; gap: 26px; align-items: start; }
.article-content { padding: 0 52px 48px; border: 1px solid #e5e0d5; border-radius: 12px; background: #fff; }
.article-content > img { width: calc(100% + 104px); max-width: none; height: min(440px,45vw); margin: 0 -52px 35px; border-radius: 11px 11px 0 0; object-fit: cover; }
.not-found { min-height: 55vh; display: grid; place-items: center; padding: 90px 0; background: radial-gradient(circle at 76% 0,#ffe675 0,transparent 25%),#fffdf5; text-align: center; }
.not-found .container { max-width: 720px; }
.not-found h1 { margin: 0; font-size: clamp(38px,5vw,62px); }
.not-found p:not(.eyebrow) { margin: 18px auto 28px; max-width: 560px; color: #5c574e; font-size: 17px; line-height: 1.65; }
.not-found .button { margin: 5px; }
@media (max-width: 900px) { .post-grid { grid-template-columns: repeat(2,1fr); } .article-layout { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .listing-hero,.article-hero,.listing-content,.article-main { padding-block: 42px; } .listing-intro { display: grid; align-items: start; } .post-grid { grid-template-columns: 1fr; } .article-content { padding-inline: 24px; } .article-content > img { width: calc(100% + 48px); margin-inline: -24px; } }
