/**
 * Omoda Jaecoo RMA Bangkok Dealer Homepage — scoped styles.
 *
 * Ported from the claude.ai/design handoff (Omoda Jaecoo RMA Homepage.dc.html).
 * Everything is scoped under .oj-page so it never leaks into the rest of the
 * site's design system. Loaded via each block's block.json "style" field, so
 * WordPress only enqueues it on pages that actually use one of the oj-* blocks.
 */

.oj-page {
	--oj-bg: #0a0a0a;
	--oj-bg-alt: #050505;
	--oj-text: #ffffff;
	--oj-red: #E60013;
	--oj-red-bright: #ff2233;
	--oj-red-soft: #ff5561;
	background: var(--oj-bg);
	color: var(--oj-text);
	font-family: 'Inter', 'Noto Sans Thai', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.oj-page * { box-sizing: border-box; }
.oj-page a { color: var(--oj-red-soft); text-decoration: none; }
.oj-page a:hover { color: #ff8a92; }
.oj-page .oj-th { font-family: 'Noto Sans Thai', 'Inter', sans-serif; }
.oj-page .oj-disp { font-family: 'Archivo', 'Noto Sans Thai', sans-serif; }
.oj-page .oj-lab { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; }
.oj-page ::selection { background: var(--oj-red); color: #fff; }

/* ── Nav ─────────────────────────────────────────────────────────────── */
.oj-nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(20px,5vw,64px); height: 68px; background: rgba(10,10,10,.72); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.08); }
.oj-nav-brand { display: flex; align-items: center; gap: 14px; }
.oj-nav-brand img { height: 15px; width: auto; filter: invert(1) brightness(2); }
.oj-nav-tag { font-size: 9.5px; font-weight: 700; color: var(--oj-red-soft); border-left: 1px solid rgba(255,255,255,.2); padding-left: 14px; letter-spacing: .18em; }
.oj-nav-links { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.oj-nav-links a { font-size: 11px; font-weight: 600; color: var(--oj-text) !important; }
.oj-nav-cta { font-size: 11px; font-weight: 700 !important; color: #fff !important; background: var(--oj-red); padding: 11px 20px; border-radius: 4px; white-space: nowrap; }
.oj-nav-cta:hover { background: var(--oj-red-bright) !important; color: #fff !important; }

/* ── Promo strip ─────────────────────────────────────────────────────── */
.oj-promo { background: var(--oj-bg-alt); color: #fff; display: flex; align-items: center; justify-content: center; gap: clamp(16px,4vw,56px); padding: 22px 20px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.oj-promo-item { display: flex; align-items: center; gap: 12px; font-size: 13px; color: rgba(255,255,255,.8); }
.oj-promo-free { font-family: 'Archivo', sans-serif; font-size: 22px; font-weight: 800; color: var(--oj-red-bright); }
.oj-promo-sep { width: 1px; height: 26px; background: rgba(255,255,255,.15); }
.oj-promo b { font-family: 'Archivo', sans-serif; font-weight: 800; }

/* ── Footer ──────────────────────────────────────────────────────────── */
.oj-footer { background: #000; color: #fff; padding: 56px clamp(20px,5vw,80px) 32px; border-top: 1px solid rgba(255,255,255,.08); }
.oj-footer-top { max-width: 1520px; margin: 0 auto; display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.12); }
.oj-footer-brand { max-width: 280px; }
.oj-footer-brand img { height: 15px; width: auto; filter: invert(1) brightness(2); }
.oj-footer-brand p { margin: 16px 0 0; font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.6; }
.oj-footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.oj-footer-col { display: flex; flex-direction: column; gap: 12px; }
.oj-footer-col span { font-size: 10px; color: rgba(255,255,255,.4); }
.oj-footer-col a { font-size: 13px; color: rgba(255,255,255,.8) !important; }
.oj-footer-bottom { max-width: 1520px; margin: 0 auto; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.oj-footer-bottom span { font-size: 11px; color: rgba(255,255,255,.35); }

/* ── News ────────────────────────────────────────────────────────────── */
.oj-news-outer { background: var(--oj-bg-alt); border-top: 1px solid rgba(255,255,255,.06); padding: clamp(56px,9vw,110px) clamp(20px,5vw,80px); }
.oj-inner { max-width: 1520px; margin: 0 auto; }
.oj-news-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.oj-eyebrow { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 600; color: var(--oj-red-soft); margin-bottom: 10px; }

/* ── News query loop (Essential Blocks Post Grid, classHook "oj-news-loop") ──
 * Reskins the plugin's default markup/classes to the mockup's bento layout:
 * post #1 (latest) spans both rows as a full-bleed "featured" card, posts #2
 * and #3 stack beside it as compact image-left cards. Pure CSS override on
 * top of the plugin's own default styling — no plugin files are touched, so
 * this survives plugin updates. See views/post-partials/grid-markup.php in
 * the essential-blocks plugin for the class names this targets.
 */
.oj-news-loop .eb-post-grid-wrapper .eb-post-grid-posts-wrapper { display: grid !important; grid-template-columns: 1.5fr 1fr !important; grid-template-rows: repeat(2, 1fr) !important; gap: 24px; }
.oj-news-loop .ebpg-post-grid-column { list-style: none; }
.oj-news-loop .ebpg-grid-post-holder { height: 100%; }

/* Card #1 — featured: image fills the card, text overlays the bottom on a gradient. */
.oj-news-loop .ebpg-post-grid-column:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-grid-post-holder { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 480px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-entry-media { position: absolute; inset: 0; margin: 0; }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-entry-thumbnail,
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-entry-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-grid-post-holder::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.32) 46%,rgba(0,0,0,.05) 100%); }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-entry-wrapper { position: relative; padding: clamp(26px,3vw,42px); color: #fff; }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-entry-title { font-size: clamp(21px,2.4vw,30px); font-weight: 700; line-height: 1.32; max-width: 560px; order: 2; }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-entry-title a { color: #fff; }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-header-meta { order: 1; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-readmore-btn { order: 3; margin-top: 20px; }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-readmore-btn a { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; color: #fff; }

/* Cards #2 / #3 — compact: image left, meta/title right. */
.oj-news-loop .ebpg-post-grid-column:nth-child(2) { grid-column: 2; grid-row: 1; }
.oj-news-loop .ebpg-post-grid-column:nth-child(3) { grid-column: 2; grid-row: 2; }
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-grid-post-holder,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-grid-post-holder { display: flex; height: 100%; background: #111; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; overflow: hidden; transition: border-color .2s ease; }
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-grid-post-holder:hover,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-grid-post-holder:hover { border-color: rgba(255,255,255,.24); }
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-entry-media,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-entry-media { flex: 0 0 42%; min-width: 150px; margin: 0; overflow: hidden; }
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-entry-thumbnail,
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-entry-thumbnail img,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-entry-thumbnail,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-entry-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-entry-wrapper,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-entry-wrapper { padding: 22px; display: flex; flex-direction: column; justify-content: center; color: var(--oj-text) !important; }
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-header-meta,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-header-meta { margin-bottom: 11px; display: flex; align-items: center; gap: 10px; }
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-entry-title,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-entry-title { font-size: 15px; font-weight: 600; line-height: 1.42; color: inherit; }
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-entry-title a,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-entry-title a { color: var(--oj-text); }
.oj-news-loop .ebpg-post-grid-column:nth-child(2) .ebpg-readmore-btn,
.oj-news-loop .ebpg-post-grid-column:nth-child(3) .ebpg-readmore-btn { display: none; }

/* Shared meta styling — categories pill + date, all cards. */
.oj-news-loop .ebpg-categories-meta a { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; color: var(--oj-red-soft); background: rgba(230,0,19,.14); padding: 4px 8px; border-radius: 999px; }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-categories-meta a { font-size: 9.5px; color: #fff; background: var(--oj-red); padding: 5px 11px; }
.oj-news-loop .ebpg-posted-on { font-size: 11.5px; color: rgba(255,255,255,.5); }
.oj-news-loop .ebpg-post-grid-column:nth-child(1) .ebpg-posted-on { font-size: 12px; color: rgba(255,255,255,.72); }
.oj-news-loop .ebpg-entry-meta-items { display: flex; align-items: center; gap: 10px; }

@media (max-width: 900px) {
	.oj-news-loop .eb-post-grid-wrapper { grid-template-columns: 1fr; grid-template-rows: none; }
	.oj-news-loop .ebpg-post-grid-column:nth-child(1),
	.oj-news-loop .ebpg-post-grid-column:nth-child(2),
	.oj-news-loop .ebpg-post-grid-column:nth-child(3) { grid-column: 1; grid-row: auto; }
}

/* ── Contact ─────────────────────────────────────────────────────────── */
.oj-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px,5vw,72px); }
.oj-contact-info-row { display: flex; flex-direction: column; gap: 22px; margin-top: 16px; }
.oj-contact-label { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; color: rgba(255,255,255,.45); margin-bottom: 5px; }
.oj-contact-pair { display: flex; gap: 40px; flex-wrap: wrap; }
.oj-map-placeholder { margin-top: 28px; height: 170px; border-radius: 12px; background: repeating-linear-gradient(45deg,#151515,#151515 12px,#1c1c1c 12px,#1c1c1c 24px); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-family: ui-monospace,Menlo,monospace; font-size: 11px; color: rgba(255,255,255,.4); }
.oj-form-panel { background: linear-gradient(135deg,#161616,#0d0d0d); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: clamp(28px,4vw,48px); color: #fff; }
.oj-form-panel h3 { margin: 0 0 6px; font-family: 'Archivo', sans-serif; font-size: 26px; font-weight: 800; }
.oj-form-panel > p { margin: 0 0 28px; font-size: 13px; color: rgba(255,255,255,.5); }
.oj-form { display: flex; flex-direction: column; gap: 18px; }
.oj-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.oj-field { display: flex; flex-direction: column; gap: 8px; }
.oj-field span { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 9.5px; color: rgba(255,255,255,.55); }
.oj-field input, .oj-field select { background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,.25); padding: 9px 2px; color: #fff; font-size: 14px; outline: none; font-family: inherit; }
.oj-field select { background: #131313; }
.oj-field textarea { background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; padding: 12px; color: #fff; font-size: 14px; outline: none; resize: vertical; font-family: inherit; }
.oj-field input::placeholder, .oj-field textarea::placeholder { color: rgba(255,255,255,.32); }
.oj-field input:focus, .oj-field select:focus, .oj-field textarea:focus { border-color: var(--oj-red-bright); }
.oj-consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.oj-consent input { margin-top: 3px; accent-color: var(--oj-red); }
.oj-consent span { font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.5; }
.oj-submit { align-self: flex-start; font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; font-weight: 700; color: #fff; background: var(--oj-red); border: none; padding: 16px 34px; border-radius: 4px; cursor: pointer; }
.oj-submit:hover { background: var(--oj-red-bright); }
.oj-thanks { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 360px; gap: 16px; }
.oj-thanks-check { width: 52px; height: 52px; border-radius: 50%; background: var(--oj-red); display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; }
.oj-thanks h3 { margin: 0; font-family: 'Archivo', sans-serif; font-size: 28px; font-weight: 800; }
.oj-thanks p { margin: 0; font-size: 15px; color: rgba(255,255,255,.6); line-height: 1.6; }
.oj-thanks-reset { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.4); padding: 12px 24px; border-radius: 4px; cursor: pointer; margin-top: 6px; }
[data-tdf-success] { display: none; }
[data-test-drive-form].oj-submitted [data-tdf-form-wrap] { display: none; }
[data-test-drive-form].oj-submitted [data-tdf-success] { display: flex; }
@media (max-width: 900px) {
	.oj-contact-grid { grid-template-columns: 1fr; }
	.oj-form-row { grid-template-columns: 1fr; }
}

/* ── Hero toggle (oj/hero-toggle) ───────────────────────────────────── */
.oj-hero-switch { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 20px; background: var(--oj-bg-alt); color: #fff; border-bottom: 1px solid rgba(255,255,255,.06); flex-wrap: wrap; }
.oj-hero-switch-label { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 9.5px; font-weight: 600; color: rgba(255,255,255,.4); }
.oj-hero-switch-tabs { display: flex; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; padding: 3px; gap: 3px; }
.oj-hero-switch-tabs button { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; border: none; cursor: pointer; padding: 8px 18px; border-radius: 4px; background: transparent; color: rgba(255,255,255,.55); }
.oj-hero-switch-tabs button.active { background: var(--oj-red); color: #fff; }
.oj-hero-panel { display: none; }
.oj-hero-panel.active { display: block; }
.oj-hero-a { position: relative; width: 100%; background: #000; }
.oj-hero-a img { width: 100%; height: auto; display: block; }
.oj-hero-b { display: grid; grid-template-columns: 1fr 1.15fr; min-height: min(86vh,760px); }
.oj-hero-b-copy { background: #0d0d0d; color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(36px,5vw,72px); position: relative; overflow: hidden; }
.oj-hero-b-copy::before { content: ''; position: absolute; top: -120px; left: -120px; width: 340px; height: 340px; background: radial-gradient(circle,rgba(230,0,19,.28),transparent 70%); pointer-events: none; }
.oj-hero-b-copy-inner { position: relative; }
.oj-hero-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(230,0,19,.6); background: rgba(230,0,19,.14); padding: 7px 14px; border-radius: 3px; margin-bottom: 26px; }
.oj-hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--oj-red-bright); box-shadow: 0 0 8px var(--oj-red-bright); }
.oj-hero-badge span:last-child { font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 12px; font-weight: 600; color: #fff; }
.oj-hero-b-copy h1 { margin: 0; font-family: 'Archivo', sans-serif; font-size: clamp(40px,5.5vw,74px); font-weight: 800; line-height: .92; letter-spacing: -.02em; }
.oj-hero-b-copy h1 span { color: var(--oj-red-bright); }
.oj-hero-b-copy > .oj-hero-b-copy-inner > p { margin: 22px 0 0; font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.68); max-width: 420px; }
.oj-hero-stats { display: flex; gap: 26px; margin: 34px 0; flex-wrap: wrap; }
.oj-hero-stat { }
.oj-hero-stat + .oj-hero-stat { border-left: 1px solid rgba(255,255,255,.15); padding-left: 26px; }
.oj-hero-stat-value { font-family: 'Archivo', sans-serif; font-size: 26px; font-weight: 800; }
.oj-hero-stat-label { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 9.5px; color: rgba(255,255,255,.45); margin-top: 4px; }
.oj-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.oj-btn { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; font-weight: 700; padding: 16px 32px; border-radius: 4px; display: inline-block; cursor: pointer; border: none; }
.oj-btn-primary { color: #fff !important; background: var(--oj-red); }
.oj-btn-primary:hover { background: var(--oj-red-bright) !important; color: #fff !important; }
.oj-btn-outline { color: #fff !important; background: transparent; border: 1px solid rgba(255,255,255,.4); }
.oj-btn-outline:hover { background: rgba(255,255,255,.12) !important; }
.oj-hero-b-visual { position: relative; background: radial-gradient(circle at 50% 40%,#ffffff 0%,#e6e3e2 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; }
.oj-hero-price { position: absolute; top: 30px; right: 34px; text-align: right; }
.oj-hero-price-label { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; color: #5c403d; }
.oj-hero-price-value { font-family: 'Archivo', sans-serif; font-size: 30px; font-weight: 800; color: #1c1b1b; }
.oj-hero-price-value span { font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #5c403d; }
.oj-hero-b-visual img { width: 100%; max-width: 640px; height: auto; filter: drop-shadow(0 40px 40px rgba(0,0,0,.22)); }
.oj-color-name { margin-top: 8px; font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 15px; font-weight: 600; color: #1c1b1b; }
.oj-color-swatches { display: flex; gap: 14px; margin-top: 16px; }
.oj-color-swatches button { width: 30px; height: 30px; border-radius: 50%; cursor: pointer; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); outline: 2px solid transparent; outline-offset: 2px; border: none; }
.oj-color-swatches button.active { outline-color: var(--oj-red); }
@media (max-width: 900px) {
	.oj-hero-b { grid-template-columns: 1fr; }
}

/* ── Shared section wrapper (models / news / contact) ───────────────── */
.oj-section { padding: clamp(56px,9vw,110px) clamp(20px,5vw,80px); max-width: 1520px; margin: 0 auto; }

/* ── Models showcase (oj/model-showcase) ────────────────────────────── */
.oj-models-section { padding: clamp(56px,9vw,110px) clamp(20px,5vw,80px); max-width: 1520px; margin: 0 auto; }
.oj-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; }
.oj-section-head h2 { margin: 0; font-family: 'Archivo', sans-serif; font-size: clamp(30px,4vw,54px); font-weight: 800; letter-spacing: -.02em; }
.oj-section-head-link { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 600; color: rgba(255,255,255,.55) !important; }
.oj-model-tabs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 22px; margin-bottom: 36px; }
.oj-model-tabs button { flex: none; font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; cursor: pointer; padding: 12px 20px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.03); color: rgba(255,255,255,.6); white-space: nowrap; transition: all .25s ease; }
.oj-model-tabs button.active { border-color: var(--oj-red); background: var(--oj-red); color: #fff; box-shadow: 0 8px 26px rgba(230,0,19,.4); }
.oj-model-panel { display: none; }
.oj-model-panel.active { display: block; }
.oj-reev-card { position: relative; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; overflow: hidden; background: linear-gradient(135deg,#141414,#0d0d0d); }
.oj-reev-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; align-items: stretch; }
.oj-reev-studio { position: relative; background: radial-gradient(circle at 50% 42%,#ffffff,#dedad9); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(30px,4vw,56px); min-height: 440px; }
.oj-reev-badge { position: absolute; top: 22px; left: 24px; font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 9.5px; font-weight: 700; color: #fff; background: var(--oj-red); padding: 6px 12px; border-radius: 999px; }
.oj-reev-drivetrain { position: absolute; top: 22px; right: 24px; font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 9.5px; font-weight: 700; color: #5c403d; }
.oj-reev-studio img { width: 100%; max-width: 600px; height: auto; filter: drop-shadow(0 34px 34px rgba(0,0,0,.20)); }
.oj-reev-color-row { display: flex; align-items: center; gap: 18px; margin-top: 16px; }
.oj-reev-color-row .oj-color-name { margin: 0; min-width: 120px; color: #1c1b1b; }
.oj-reev-color-row .oj-color-swatches { margin: 0; }
.oj-reev-color-row .oj-color-swatches button { width: 28px; height: 28px; }
.oj-reev-content { padding: clamp(30px,4vw,56px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.oj-reev-content::before { content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle,rgba(230,0,19,.22),transparent 70%); pointer-events: none; }
.oj-reev-content-inner { position: relative; }
.oj-reev-content h3 { margin: 0; font-family: 'Archivo', sans-serif; font-size: clamp(26px,3vw,42px); font-weight: 800; letter-spacing: -.01em; }
.oj-reev-content-inner > p { margin: 14px 0 0; font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.62); }
.oj-reev-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0; }
.oj-reev-spec { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: 12px; padding: 16px 18px; }
.oj-reev-spec-label { font-family: 'Work Sans', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; color: rgba(255,255,255,.45); margin-bottom: 6px; }
.oj-reev-spec-value { font-family: 'Archivo', sans-serif; font-size: 22px; font-weight: 800; color: #fff; }
.oj-reev-spec-value span { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.5); }
.oj-reev-prices { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.oj-reev-price { flex: 1; min-width: 150px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 15px 18px; background: rgba(255,255,255,.02); }
.oj-reev-price-name { font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.7); }
.oj-reev-price-value { font-family: 'Archivo', sans-serif; font-size: 23px; font-weight: 800; color: var(--oj-red-soft); margin-top: 4px; }
.oj-reev-price-value span { font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 12px; color: rgba(255,255,255,.5); font-weight: 500; }
.oj-reev-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.oj-btn-ghost { color: var(--oj-text) !important; background: transparent; border: 1px solid rgba(255,255,255,.28); }
.oj-btn-ghost:hover { background: rgba(255,255,255,.08) !important; }
@media (max-width: 900px) {
	.oj-reev-grid { grid-template-columns: 1fr; }
}

.oj-bento { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 200px; gap: 14px; margin-top: 16px; }
.oj-bento-tile { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.oj-bento-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.oj-bento-tile:hover img { transform: scale(1.05); }
.oj-bento-tile::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.72),transparent 55%); }
.oj-bento-tile--wide { grid-column: span 2; grid-row: span 2; }
.oj-bento-tile--half { grid-column: span 2; }
.oj-bento-caption { position: absolute; left: 26px; bottom: 24px; z-index: 1; }
.oj-bento-caption-title { font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-weight: 700; color: #fff; }
.oj-bento-caption-sub { font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 13px; color: rgba(255,255,255,.72); margin-top: 4px; }
@media (max-width: 900px) {
	.oj-bento { grid-template-columns: repeat(2,1fr); }
	.oj-bento-tile--wide { grid-column: span 2; }
}

.oj-model-other { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; padding: 90px 20px; background: linear-gradient(135deg,#141414,#0d0d0d); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; }
.oj-model-other h3 { margin: 0; font-family: 'Archivo', sans-serif; font-size: clamp(24px,3vw,40px); font-weight: 800; color: #fff; }
.oj-model-other p { margin: 0; font-family: 'Noto Sans Thai', 'Inter', sans-serif; font-size: 15px; color: rgba(255,255,255,.6); max-width: 440px; }
.oj-model-other-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
