:root {
  --ink: #07090d;
  --panel: #10141b;
  --panel-2: #171d26;
  --paper: #f4f7fa;
  --muted: #9ca7b6;
  --blue: #00a8ff;
  --green: #4cff78;
  --gold: #ffd36a;
  --line: rgba(255,255,255,.14);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header { height: 78px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; background: rgba(7,9,13,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(0,168,255,.7); border-radius: 12px; font-weight: 900; letter-spacing: -.08em; box-shadow: inset 0 0 18px rgba(0,168,255,.22), 0 0 18px rgba(0,168,255,.22); }
.brand-mark span { color: var(--green); }
.brand-mark.c2d-japan-logo { width: 128px; height: 52px; padding: 0; display: block; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.brand-mark.c2d-japan-logo::after { display: none; }
.c2d-japan-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { font-weight: 850; letter-spacing: -.03em; font-size: 1.04rem; }
.brand-name small { margin-left: 5px; color: var(--gold); font-size: .58rem; letter-spacing: .1em; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: .86rem; font-weight: 680; }
.main-nav a { text-decoration: none; color: #ccd4de; }
.main-nav a:hover, .main-nav a.active { color: var(--gold); text-shadow: 0 0 14px rgba(255,211,106,.6); }
.main-nav .nav-cta { color: var(--ink); background: var(--green); padding: 11px 16px; border-radius: 8px; box-shadow: 0 0 20px rgba(76,255,120,.2); }
.main-nav .nav-cta.active { color: var(--ink); text-shadow: none; }
.menu-button { display: none; color: white; border: 1px solid var(--line); background: transparent; border-radius: 8px; padding: 8px 12px; font: inherit; }
.hero { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,13,.98) 0%, rgba(5,8,13,.78) 41%, rgba(5,8,13,.08) 76%), linear-gradient(0deg, #07090d 0%, transparent 28%); }
.hero-content { position: relative; width: min(var(--max), calc(100% - 48px)); margin: auto; padding: 90px 0 42px; }
.shan-badge { width: 218px; height: 218px; padding: 30px 22px; position: absolute; right: max(34px, calc((100vw - var(--max)) / 2)); top: 84px; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; text-align: center; border: 2px solid var(--gold); border-radius: 50%; background: radial-gradient(circle, rgba(13,20,29,.96) 35%, rgba(2,8,14,.98) 72%); box-shadow: 0 0 0 7px rgba(0,168,255,.18), 0 0 34px rgba(0,168,255,.45), inset 0 0 28px rgba(255,211,106,.13); }
.shan-badge::before, .shan-badge::after { content: ""; width: 9px; height: 9px; position: absolute; top: 50%; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.shan-badge::before { left: 12px; }
.shan-badge::after { right: 12px; }
.badge-top { color: var(--gold); font-size: .66rem; font-weight: 950; letter-spacing: .2em; }
.shan-badge strong { margin: 7px 0 2px; font-size: 2.3rem; line-height: 1; letter-spacing: -.07em; text-shadow: 0 0 18px rgba(0,168,255,.7); }
.shan-badge small { color: #d5deea; font-size: .6rem; font-weight: 850; letter-spacing: .14em; }
.badge-stars { margin-top: 8px; color: var(--gold); font-size: .87rem; letter-spacing: .08em; text-shadow: 0 0 10px rgba(255,211,106,.6); }
.badge-service { margin-top: 2px; color: var(--green); font-size: .57rem; font-weight: 950; letter-spacing: .12em; }
.page-hero > .page-badge { width: var(--page-circle-size); height: var(--page-circle-size); right: var(--page-circle-right); top: var(--page-circle-top); position: absolute; z-index: 4; padding: 44px 34px; }
.page-badge strong { font-size: 3.1rem; }
.page-badge small { font-size: .75rem; }
.page-badge .badge-top { font-size: .82rem; }
.page-badge .badge-stars { font-size: 1.05rem; }
.page-badge .badge-service { font-size: .7rem; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .77rem; font-weight: 850; letter-spacing: .18em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3.3rem, 7vw, 6.7rem); line-height: .95; letter-spacing: -.065em; }
h1 em { color: var(--gold); font-style: normal; }
h2 { font-size: clamp(2.25rem, 4vw, 4.1rem); line-height: 1.03; letter-spacing: -.045em; }
.hero-copy { max-width: 610px; color: #c0c9d4; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 48px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-size: .92rem; font-weight: 800; cursor: pointer; }
.button-primary { color: #051009; background: var(--green); }
.button-primary:hover { background: #80fa98; }
.button-secondary { color: white; border-color: rgba(255,255,255,.35); background: rgba(0,0,0,.22); }
.button-light { color: var(--ink); background: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 28px; color: #aeb8c5; font-size: .85rem; }
.trust-row span::before { content: "✓"; margin-right: 8px; color: var(--green); }
.section { width: min(var(--max), calc(100% - 48px)); margin: auto; padding: 112px 0; }
.intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; border-bottom: 1px solid var(--line); }
.intro h2 { margin-bottom: 0; }
.intro > p { align-self: end; color: #aeb8c5; font-size: 1.05rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; }
.text-link { color: var(--gold); text-decoration: none; font-weight: 780; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vehicle-card { overflow: hidden; border: 1px solid rgba(0,168,255,.26); border-radius: 16px; background: var(--panel); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.vehicle-card:hover { border-color: rgba(255,211,106,.55); box-shadow: 0 0 30px rgba(0,168,255,.14), 0 22px 55px rgba(0,0,0,.35); transform: translateY(-3px); }
.vehicle-card { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.vehicle-photo { width: 100%; height: 220px; object-fit: cover; border-bottom: 1px solid rgba(255,211,106,.25); }
.cars-page .category-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cars-page .vehicle-photo { height: 285px; }
.cars-page .vehicle-body h3 { min-height: 3.35rem; }
.vehicle-art { height: 205px; padding: 25px; display: flex; flex-direction: column; justify-content: end; background-color: #121821; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.vehicle-art::before { content: ""; position: absolute; inset: -40% -20%; transform: skew(-18deg); background: linear-gradient(120deg, transparent 34%, rgba(255,255,255,.09) 35%, transparent 53%); }
.vehicle-art span, .vehicle-art strong { position: relative; }
.vehicle-art span { color: rgba(255,255,255,.7); letter-spacing: .22em; font-size: .7rem; font-weight: 800; }
.vehicle-art strong { font-size: 2.05rem; letter-spacing: -.05em; }
.vehicle-art-blue { background: radial-gradient(circle at 70% 20%, rgba(21,151,255,.5), transparent 36%), #0f1721; }
.vehicle-art-gold { background: radial-gradient(circle at 70% 20%, rgba(244,195,95,.38), transparent 36%), #18150f; }
.vehicle-art-green { background: radial-gradient(circle at 70% 20%, rgba(72,238,113,.36), transparent 36%), #0d1711; }
.vehicle-body { padding: 24px; }
.vehicle-status { color: var(--green); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.vehicle-body h3 { margin-bottom: 18px; font-size: 1.35rem; }
.vehicle-body dl { margin: 0 0 21px; }
.vehicle-body dl div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.vehicle-body dt { color: var(--muted); }
.vehicle-body dd { margin: 0; font-weight: 700; }
.vehicle-body a { color: var(--gold); font-size: .9rem; font-weight: 780; text-decoration: none; }
.preview-note, .form-note { margin: 22px 0 0; color: var(--muted); font-size: .8rem; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; padding-top: 24px; }
.split-card { min-height: 520px; padding: clamp(34px, 5vw, 70px); display: flex; flex-direction: column; align-items: start; justify-content: end; }
.split-card p:not(.eyebrow) { max-width: 500px; }
.accent-card { color: #07110a; background: var(--green); border-radius: 20px 0 0 20px; }
.accent-card .eyebrow { color: #1c4926; }
.dark-card { background: var(--panel-2); border-radius: 0 20px 20px 0; }
.services-section { width: min(1440px, 100%); margin: 72px auto; display: grid; grid-template-columns: 1.08fr .92fr; background: #0d1117; }
.services-section > img { width: 100%; height: 100%; min-height: 670px; object-fit: cover; }
.service-panel { padding: clamp(42px, 6vw, 90px); align-self: center; }
.service-list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.service-list article > span { color: var(--gold); font-size: .75rem; font-weight: 850; }
.service-list h3 { margin-bottom: 5px; font-size: 1.05rem; }
.service-list p { margin: 0; color: var(--muted); }
.light-link { display: inline-block; margin-top: 25px; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; }
.about-copy { color: #b4bdc9; }
.stats { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stats div { padding: 18px 0; border-top: 2px solid var(--gold); }
.stats strong, .stats span { display: block; }
.stats strong { color: white; font-size: 1.35rem; }
.stats span { font-size: .78rem; }
.contact-section { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; color: #061008; background: var(--green); }
.contact-section .eyebrow { color: #276a33; }
.contact-section h2 { margin-bottom: 18px; }
.contact-actions { display: flex; flex-direction: column; justify-content: center; }
.contact-actions a { padding: 19px 0; display: grid; grid-template-columns: 90px 1fr; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,.2); }
.contact-actions span { font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.contact-actions strong { overflow-wrap: anywhere; }
footer { width: min(var(--max), calc(100% - 48px)); margin: auto; padding: 65px 0 40px; display: grid; grid-template-columns: 1fr auto; gap: 10px 40px; color: var(--muted); font-size: .82rem; }
.footer-brand { grid-row: span 5; align-self: start; color: white; }
.copyright { color: #687383; }
.footer-license { color: var(--green); font-weight: 800; }
.back-link { color: #c8d1dc; text-decoration: none; font-weight: 700; }
.request-main { width: min(1120px, calc(100% - 48px)); margin: auto; padding: 90px 0 120px; display: grid; grid-template-columns: .68fr 1.32fr; gap: 76px; align-items: start; }
.request-intro { position: sticky; top: 125px; }
.request-intro h1 { font-size: clamp(3rem, 5vw, 5.4rem); }
.request-intro > p { color: var(--muted); font-size: 1.05rem; }
.request-contact { margin-top: 38px; display: flex; flex-direction: column; gap: 8px; }
.request-contact span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.request-contact a { color: var(--gold); text-decoration: none; overflow-wrap: anywhere; }
.request-form { padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.form-section { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.form-kicker { color: var(--green); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; color: #dbe1e8; font-size: .86rem; font-weight: 720; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 13px 14px; color: white; background: #090c11; border: 1px solid #303846; border-radius: 8px; font: inherit; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 2px solid var(--blue); outline-offset: 1px; }
.form-grid textarea { resize: vertical; }
.full-field { grid-column: 1 / -1; }
.consent { display: flex; align-items: start; gap: 10px; color: var(--muted); font-size: .86rem; }
.consent input { margin-top: 4px; }
.submit-button { width: 100%; margin-top: 24px; border: 0; font-size: 1rem; }
.form-message { margin-top: 18px; padding: 15px; border: 1px solid rgba(72,238,113,.4); border-radius: 8px; color: #b8ffc7; background: rgba(72,238,113,.08); }
.compact-footer { display: block; text-align: center; border-top: 1px solid var(--line); }

.contact-bar { padding: 10px 0; color: #dfe9f4; background: #02070c; border-bottom: 1px solid rgba(0,168,255,.38); box-shadow: 0 8px 28px rgba(0,0,0,.3); font-size: .9rem; }
.contact-bar > div { width: min(var(--max), calc(100% - 48px)); min-height: 52px; margin: auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; }
.contact-intro { margin-right: 4px; color: var(--gold); font-size: 1rem; letter-spacing: .04em; }
.contact-link, .japan-clock, .exchange-rate { min-height: 44px; padding: 7px 13px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(255,255,255,.045); }
.live-info-row { display: inline-flex; align-items: stretch; gap: 10px; white-space: nowrap; }
.contact-link { color: white; text-decoration: none; font-weight: 800; }
.contact-link > span:first-child, .japan-clock > span:first-child, .exchange-rate > span:first-child { color: var(--gold); font-size: 1.15rem; }
.contact-link > span:last-child, .japan-clock > span:last-child, .exchange-rate > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.contact-link small, .japan-clock small, .exchange-rate small { color: var(--muted); font-size: .61rem; font-weight: 900; letter-spacing: .13em; }
.contact-whatsapp { border-color: rgba(76,255,120,.36); }
.contact-whatsapp > span:first-child, .contact-whatsapp small { color: var(--green); }
.contact-link:hover { color: var(--gold); border-color: rgba(255,211,106,.55); background: rgba(255,211,106,.08); }
.japan-clock { color: white; font-weight: 750; }
.japan-clock time { white-space: nowrap; }
.exchange-rate { color: white; border-color: rgba(255,211,106,.36); }
.exchange-rate strong { font-size: .85rem; white-space: nowrap; }
.exchange-rate em { color: var(--muted); font-size: .56rem; font-style: normal; }
.payment-strip { padding: 26px max(24px, calc((100vw - var(--max)) / 2)); background: #0b0f15; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.payment-strip > div { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.payment-strip p { margin: 0; display: flex; flex-direction: column; }
.payment-strip p span { color: var(--muted); font-size: .76rem; }
.card-marks { display: flex; flex-wrap: wrap; gap: 8px; }
.card-logo { min-width: 62px; height: 34px; padding: 0 9px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; color: #10131a; background: white; font-weight: 900; font-size: .72rem; letter-spacing: -.02em; }
.card-logo.visa { color: #17357d; font-size: 1rem; font-style: italic; }
.card-logo.mastercard { color: #e12a2a; letter-spacing: -.14em; }
.card-logo.mastercard b { margin-left: 5px; color: #171717; font-size: .55rem; letter-spacing: -.04em; }
.card-logo.amex { color: white; background: #1677b8; }
.card-logo.jcb { color: white; background: linear-gradient(90deg,#17894d 0 33%,#d83238 33% 66%,#2259a8 66%); text-shadow: 0 1px 2px #000; }

.page-hero { --page-circle-size: 340px; --page-circle-right: 7%; --page-circle-top: 5%; min-height: 480px; padding: 110px max(24px, calc((100vw - var(--max)) / 2)); display: flex; flex-direction: column; justify-content: end; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 24%, rgba(0,168,255,.26), transparent 28%), radial-gradient(circle at 68% 82%, rgba(255,211,106,.16), transparent 24%), #0b1018; border-bottom: 1px solid rgba(255,211,106,.25); }
.page-hero::after { content: ""; position: absolute; width: var(--page-circle-size); height: var(--page-circle-size); right: var(--page-circle-right); top: var(--page-circle-top); border: 1px solid rgba(0,168,255,.28); border-radius: 50%; box-shadow: 0 0 70px rgba(0,168,255,.18), inset 0 0 70px rgba(255,211,106,.08); }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero > p:last-of-type { max-width: 680px; color: #bdc8d5; font-size: 1.08rem; }
.page-hero .button { align-self: flex-start; margin-top: 12px; }
.gold-hero { background: radial-gradient(circle at 80% 32%, rgba(255,211,106,.28), transparent 30%), #100e0a; }
.auction-hero { background: radial-gradient(circle at 82% 25%, rgba(76,255,120,.18), transparent 24%), radial-gradient(circle at 68% 70%, rgba(0,168,255,.2), transparent 30%), #08110e; }
.contact-hero { background: radial-gradient(circle at 82% 26%, rgba(255,211,106,.24), transparent 26%), radial-gradient(circle at 65% 70%, rgba(0,168,255,.22), transparent 28%), #091019; }
.filter-row { margin-bottom: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.filter-row > div { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-row button, .filter-row span { color: #c8d1dd; background: #111720; border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; font: inherit; font-size: .78rem; }
.filter-row .filter-active { color: #071009; background: var(--gold); border-color: var(--gold); }
.simple-cta { width: min(var(--max), calc(100% - 48px)); margin: 0 auto 100px; padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 1px solid rgba(255,211,106,.34); border-radius: 18px; background: linear-gradient(120deg, rgba(0,168,255,.1), rgba(255,211,106,.1)); box-shadow: 0 0 34px rgba(0,168,255,.08); }
.simple-cta h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.1rem); }
.process-grid, .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid article, .value-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.process-grid article > span, .value-grid article > strong, .service-card-grid article > span { color: var(--gold); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
.process-grid article p, .value-grid article p, .service-card-grid article p, .muted-copy { color: var(--muted); }
.four-steps { grid-template-columns: repeat(4, 1fr); }
.form-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.visual-page-hero { min-height: 650px; position: relative; display: grid; align-items: end; overflow: hidden; }
.visual-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,13,.96), rgba(5,8,13,.2)), linear-gradient(0deg, rgba(5,8,13,.9), transparent 50%); }
.visual-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-page-hero > div { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 100px 0; position: relative; z-index: 1; }
.visual-page-hero p { max-width: 600px; color: #c1cbd6; }
.service-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card-grid article { padding: 38px; border: 1px solid rgba(0,168,255,.24); border-radius: 16px; background: var(--panel); }
.service-card-grid h2 { margin: 18px 0 12px; font-size: 2rem; }
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-bottom: 1px solid var(--line); }
.about-story > div:last-child { color: #b7c0cc; font-size: 1.05rem; }
.contact-cards { padding-top: 70px; padding-bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-cards a, .contact-cards button { min-width: 0; padding: 28px; display: flex; flex-direction: column; gap: 6px; color: inherit; text-align: left; text-decoration: none; border: 1px solid rgba(0,168,255,.3); border-radius: 14px; background: var(--panel); font: inherit; cursor: pointer; }
.contact-cards a:hover, .contact-cards button:hover { border-color: var(--gold); box-shadow: 0 0 24px rgba(0,168,255,.12); }
.contact-cards span { color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.contact-cards strong { overflow-wrap: anywhere; font-size: 1.04rem; }
.contact-cards small { color: var(--muted); }
.junk-hero h1 { max-width: 900px; }
.junk-details { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.junk-copy p:last-child { max-width: 520px; color: var(--muted); font-size: 1rem; }
.junk-checklist { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.junk-checklist li { min-height: 76px; padding: 18px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(0,168,255,.28); border-radius: 12px; background: var(--panel); font-weight: 750; }
.junk-checklist li span { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; color: #071009; background: var(--gold); border-radius: 8px; box-shadow: 0 0 16px rgba(255,211,106,.2); }
.contact-methods { padding: 90px max(24px, calc((100vw - var(--max)) / 2)); background: radial-gradient(circle at 80% 25%, rgba(76,255,120,.13), transparent 24%), radial-gradient(circle at 15% 75%, rgba(0,168,255,.17), transparent 30%), #0b1118; border-top: 1px solid rgba(255,211,106,.22); border-bottom: 1px solid var(--line); }
.contact-methods-inner > h2 { max-width: 720px; }
.method-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.method-card { min-width: 0; padding: 26px; display: grid; grid-template-columns: 48px 1fr; gap: 3px 14px; align-items: center; text-decoration: none; border: 1px solid rgba(0,168,255,.34); border-radius: 14px; background: rgba(15,21,29,.9); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.method-card:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 0 30px rgba(0,168,255,.14); }
.method-icon { width: 48px; height: 48px; grid-row: span 2; display: grid; place-items: center; color: #071009; background: var(--gold); border-radius: 12px; font-size: 1.25rem; font-weight: 900; }
.method-card strong { font-size: 1.05rem; }
.method-card small { min-width: 0; color: var(--muted); overflow-wrap: anywhere; }
.whatsapp-card { border-color: rgba(76,255,120,.4); }
.whatsapp-card .method-icon { background: var(--green); box-shadow: 0 0 18px rgba(76,255,120,.18); }
@media (max-width: 980px) {
  .page-hero { --page-circle-size: 154px; --page-circle-right: 26px; --page-circle-top: 38px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 18px; right: 18px; top: 70px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 8px; border: 1px solid var(--line); border-radius: 12px; background: #0d1117; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; }
  .intro, .about, .contact-section, .request-main { grid-template-columns: 1fr; gap: 40px; }
  .form-layout, .about-story, .junk-details { grid-template-columns: 1fr; gap: 40px; }
  .vehicle-grid { grid-template-columns: 1fr 1fr; }
  .process-grid, .four-steps, .value-grid { grid-template-columns: 1fr 1fr; }
  .contact-cards, .method-grid { grid-template-columns: 1fr; }
  .services-section { grid-template-columns: 1fr; }
  .services-section > img { min-height: 440px; }
  .request-intro { position: static; }
  .hero-content { padding-top: 270px; }
  .shan-badge { width: 172px; height: 172px; padding: 22px 18px; right: 24px; top: 78px; }
  .shan-badge strong { font-size: 1.85rem; }
  .shan-badge small { font-size: .52rem; }
  .page-badge { padding: 20px 15px; }
  .page-badge strong { font-size: 1.65rem; }
  .page-badge small { font-size: .46rem; }
}
@media (max-width: 680px) {
  .site-header { height: 68px; padding-inline: 18px; }
  .contact-bar { padding: 9px 0; }
  .contact-bar > div { width: calc(100% - 24px); min-height: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .contact-intro { grid-column: 1 / -1; margin: 0; text-align: center; }
  .contact-link, .japan-clock, .exchange-rate { min-width: 0; min-height: 46px; padding: 7px 9px; justify-content: center; font-size: .76rem; }
  .contact-email, .japan-clock, .exchange-rate { grid-column: 1 / -1; }
  .live-info-row { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 8px; white-space: normal; }
  .live-info-row .japan-clock, .live-info-row .exchange-rate { grid-column: auto; }
  .contact-link small, .japan-clock small, .exchange-rate small { font-size: .55rem; }
  .japan-clock time { white-space: normal; }
  .brand-name { font-size: .9rem; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-mark.c2d-japan-logo { width: 104px; height: 40px; }
  .hero { min-height: 740px; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,8,13,.98) 9%, rgba(5,8,13,.73) 78%), linear-gradient(90deg, rgba(5,8,13,.72), transparent); }
  .hero-image { object-position: 66% center; }
  .hero-content { width: calc(100% - 36px); padding-top: 265px; }
  .shan-badge { width: 160px; height: 160px; right: 18px; top: 72px; }
  .badge-top { font-size: .57rem; }
  .badge-stars { font-size: .72rem; }
  .badge-service { font-size: .49rem; }
  .page-badge { padding: 16px 12px; }
  .page-badge strong { margin-top: 4px; font-size: 1.4rem; }
  .page-badge small { font-size: .39rem; }
  .page-badge .badge-stars { margin-top: 4px; font-size: .58rem; }
  .page-badge .badge-service { font-size: .4rem; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  h2 { font-size: 2.45rem; }
  .hero-actions .button { width: 100%; }
  .section { width: calc(100% - 36px); padding: 78px 0; }
  .intro { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { align-items: start; flex-direction: column; }
  .vehicle-grid, .split-section, .form-grid, .process-grid, .four-steps, .value-grid, .service-card-grid { grid-template-columns: 1fr; }
  .cars-page .category-grid { grid-template-columns: 1fr; }
  .vehicle-photo { height: 205px; }
  .cars-page .vehicle-photo { height: 230px; }
  .cars-page .vehicle-body h3 { min-height: 0; }
  .split-section { width: calc(100% - 36px); }
  .split-card { min-height: 450px; }
  .accent-card, .dark-card { border-radius: 16px; }
  .services-section { margin: 50px 0; }
  .services-section > img { min-height: 330px; }
  .service-panel { padding: 50px 24px; }
  .stats { grid-template-columns: 1fr; }
  .contact-section { padding: 75px 22px; }
  .contact-actions a { grid-template-columns: 72px 1fr; }
  footer { display: block; padding: 50px 0 30px; }
  footer .brand { margin-bottom: 28px; }
  .request-main { width: calc(100% - 36px); padding-top: 58px; }
  .request-form { padding: 22px; }
  .full-field { grid-column: auto; }
  .page-hero { --page-circle-size: 132px; --page-circle-right: 18px; --page-circle-top: 26px; min-height: 420px; padding: 80px 18px 58px; }
  .page-hero h1 { font-size: 3.4rem; }
  .filter-row, .simple-cta, .payment-strip > div { align-items: flex-start; flex-direction: column; }
  .simple-cta { width: calc(100% - 36px); margin-bottom: 70px; padding: 30px 24px; }
  .visual-page-hero { min-height: 580px; }
  .visual-page-hero > div { width: calc(100% - 36px); padding-bottom: 65px; }
  .payment-strip { padding-inline: 18px; }
  .junk-checklist { grid-template-columns: 1fr; }
  .contact-methods { padding: 70px 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Colour theme selector */
.theme-switcher { position: fixed; left: 16px; bottom: 16px; z-index: 80; padding: 9px; color: #f7f9fc; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(4,8,13,.92); box-shadow: 0 12px 38px rgba(0,0,0,.38); backdrop-filter: blur(16px); }
.theme-switcher > strong { display: block; margin: 0 0 6px 3px; color: #ffd36a; font-size: .58rem; letter-spacing: .16em; }
.theme-switcher > div { display: flex; gap: 6px; }
.theme-switcher button { width: 36px; height: 36px; padding: 5px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 9px; color: white; background: rgba(255,255,255,.06); cursor: pointer; }
.theme-switcher button:hover, .theme-switcher button[aria-pressed="true"] { border-color: #ffd36a; box-shadow: 0 0 14px rgba(255,211,106,.35); }
.theme-switcher button span { width: 18px; height: 18px; display: block; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; }
.theme-switcher button small { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.theme-switcher button[data-theme-choice="original"] span { background: linear-gradient(135deg,#00a8ff 0 33%,#07090d 33% 66%,#4cff78 66%); }
.theme-switcher button[data-theme-choice="neon"] span { background: linear-gradient(135deg,#ff2bd6 0 33%,#080019 33% 66%,#00f6ff 66%); }
.theme-switcher button[data-theme-choice="black-gold"] span { background: linear-gradient(135deg,#d7a62a 0 40%,#050505 40% 70%,#fff0b3 70%); }
.theme-switcher button[data-theme-choice="silver-blue"] span { background: linear-gradient(135deg,#e9f2f8 0 33%,#657381 33% 66%,#74dfff 66%); }
.theme-switcher button[data-theme-choice="light"] span { background: linear-gradient(135deg,#ffffff 0 45%,#dcecff 45% 70%,#147bff 70%); border-color: #94a2b5; }

html[data-theme="neon"] {
  --ink: #080019;
  --panel: #130728;
  --panel-2: #1d0b38;
  --paper: #fff7ff;
  --muted: #c4acd1;
  --blue: #00f6ff;
  --green: #ff2bd6;
  --gold: #c8ff32;
  --line: rgba(0,246,255,.24);
}
html[data-theme="neon"] .site-header { background: rgba(8,0,25,.9); border-color: rgba(255,43,214,.34); }
html[data-theme="neon"] .contact-bar { background: #050012; border-color: rgba(0,246,255,.55); }
html[data-theme="neon"] .page-hero, html[data-theme="neon"] .contact-methods { background: radial-gradient(circle at 80% 24%, rgba(255,43,214,.3), transparent 29%), radial-gradient(circle at 64% 78%, rgba(0,246,255,.2), transparent 28%), #0c0220; }
html[data-theme="neon"] .gold-hero { background: radial-gradient(circle at 80% 28%, rgba(200,255,50,.22), transparent 28%), radial-gradient(circle at 65% 75%, rgba(255,43,214,.25), transparent 28%), #0c0220; }
html[data-theme="neon"] .services-section, html[data-theme="neon"] .payment-strip { background: #0e0320; }
html[data-theme="neon"] .shan-badge { border-color: #c8ff32; box-shadow: 0 0 0 7px rgba(255,43,214,.2), 0 0 40px rgba(0,246,255,.45), inset 0 0 30px rgba(200,255,50,.12); }

html[data-theme="black-gold"] {
  --ink: #030303;
  --panel: #11100d;
  --panel-2: #19160f;
  --paper: #fff8df;
  --muted: #b9ae91;
  --blue: #e4b940;
  --green: #f0ca5b;
  --gold: #d7a62a;
  --line: rgba(215,166,42,.25);
}
html[data-theme="black-gold"] .site-header, html[data-theme="black-gold"] .contact-bar { background: rgba(3,3,3,.94); border-color: rgba(215,166,42,.5); }
html[data-theme="black-gold"] .main-nav a { color: #e8dfc2; }
html[data-theme="black-gold"] .main-nav .nav-cta { color: #171004; background: linear-gradient(135deg,#b98514,#ffe68d); }
html[data-theme="black-gold"] .page-hero, html[data-theme="black-gold"] .gold-hero, html[data-theme="black-gold"] .auction-hero, html[data-theme="black-gold"] .contact-hero, html[data-theme="black-gold"] .contact-methods { background: radial-gradient(circle at 80% 25%, rgba(215,166,42,.3), transparent 29%), #080704; }
html[data-theme="black-gold"] .services-section, html[data-theme="black-gold"] .payment-strip { background: #090806; }
html[data-theme="black-gold"] .contact-section { color: #171004; background: linear-gradient(135deg,#b98514,#ffe68d); }
html[data-theme="black-gold"] .contact-section .eyebrow { color: #5e4100; }
html[data-theme="black-gold"] .shan-badge { border-color: #ffe68d; box-shadow: 0 0 0 7px rgba(215,166,42,.18), 0 0 38px rgba(215,166,42,.38), inset 0 0 30px rgba(255,230,141,.12); }

html[data-theme="silver-blue"] {
  --ink: #10161d;
  --panel: #19222b;
  --panel-2: #232f3a;
  --paper: #eff8ff;
  --muted: #a8b8c7;
  --blue: #68d8ff;
  --green: #b8efff;
  --gold: #d3e0e9;
  --line: rgba(136,218,248,.24);
}
html[data-theme="silver-blue"] body { background: linear-gradient(145deg,#0b1117,#171f27 48%,#101820); }
html[data-theme="silver-blue"] .site-header { background: rgba(15,21,28,.92); border-color: rgba(104,216,255,.38); box-shadow: 0 7px 30px rgba(69,190,236,.1); }
html[data-theme="silver-blue"] .main-nav a { color: #dbe7ef; }
html[data-theme="silver-blue"] .main-nav a:hover, html[data-theme="silver-blue"] .main-nav a.active { color: #9ae7ff; text-shadow: 0 0 15px rgba(104,216,255,.8); }
html[data-theme="silver-blue"] .main-nav .nav-cta { color: #0b1b23; background: linear-gradient(135deg,#dce8f0,#72dfff); box-shadow: 0 0 22px rgba(104,216,255,.34); }
html[data-theme="silver-blue"] .contact-bar { background: #0a1118; border-color: rgba(104,216,255,.55); box-shadow: 0 8px 30px rgba(58,188,236,.13); }
html[data-theme="silver-blue"] .contact-link, html[data-theme="silver-blue"] .japan-clock, html[data-theme="silver-blue"] .exchange-rate { border-color: rgba(175,218,235,.23); background: linear-gradient(145deg,rgba(226,238,246,.09),rgba(104,216,255,.035)); }
html[data-theme="silver-blue"] .contact-link:hover { color: #bff0ff; border-color: rgba(104,216,255,.7); background: rgba(104,216,255,.1); box-shadow: 0 0 18px rgba(104,216,255,.16); }
html[data-theme="silver-blue"] .page-hero, html[data-theme="silver-blue"] .gold-hero, html[data-theme="silver-blue"] .auction-hero, html[data-theme="silver-blue"] .contact-hero { background: radial-gradient(circle at 80% 24%,rgba(104,216,255,.28),transparent 29%), radial-gradient(circle at 63% 82%,rgba(221,233,241,.14),transparent 25%), linear-gradient(135deg,#111922,#222e39); border-color: rgba(183,229,246,.3); }
html[data-theme="silver-blue"] .page-hero::after { border-color: rgba(157,227,252,.5); box-shadow: 0 0 72px rgba(104,216,255,.28), inset 0 0 68px rgba(220,232,240,.11); }
html[data-theme="silver-blue"] .vehicle-card, html[data-theme="silver-blue"] .service-card-grid article, html[data-theme="silver-blue"] .process-grid article, html[data-theme="silver-blue"] .value-grid article, html[data-theme="silver-blue"] .junk-checklist li { border-color: rgba(104,216,255,.3); background: linear-gradient(145deg,#1c2630,#141c24); box-shadow: 0 15px 42px rgba(0,0,0,.28), 0 0 22px rgba(104,216,255,.05); }
html[data-theme="silver-blue"] .vehicle-card:hover, html[data-theme="silver-blue"] .method-card:hover { border-color: #9de8ff; box-shadow: 0 0 32px rgba(104,216,255,.2), 0 22px 52px rgba(0,0,0,.32); }
html[data-theme="silver-blue"] .accent-card { color: #0d2029; background: linear-gradient(145deg,#e2edf4,#7ddfff); }
html[data-theme="silver-blue"] .accent-card .eyebrow { color: #245c70; }
html[data-theme="silver-blue"] .services-section, html[data-theme="silver-blue"] .payment-strip { background: linear-gradient(135deg,#111820,#1c2731); }
html[data-theme="silver-blue"] .contact-section { color: #0d2029; background: linear-gradient(135deg,#dce7ee,#71d9ff); }
html[data-theme="silver-blue"] .contact-section .eyebrow { color: #245c70; }
html[data-theme="silver-blue"] .contact-methods { background: radial-gradient(circle at 80% 25%,rgba(104,216,255,.2),transparent 26%), radial-gradient(circle at 15% 75%,rgba(221,233,241,.13),transparent 30%), #111a22; }
html[data-theme="silver-blue"] .method-card { border-color: rgba(104,216,255,.34); background: linear-gradient(145deg,rgba(38,51,63,.96),rgba(20,29,38,.96)); }
html[data-theme="silver-blue"] .shan-badge { border-color: #d8e6ee; background: radial-gradient(circle,#25323d 35%,#0d151c 74%); box-shadow: 0 0 0 7px rgba(207,224,235,.17), 0 0 42px rgba(104,216,255,.5), inset 0 0 30px rgba(220,232,240,.15); }
html[data-theme="silver-blue"] .shan-badge::before, html[data-theme="silver-blue"] .shan-badge::after { background: #8ce5ff; box-shadow: 0 0 15px #68d8ff; }
html[data-theme="silver-blue"] .badge-top, html[data-theme="silver-blue"] .badge-stars, html[data-theme="silver-blue"] .badge-service { color: #bceeff; text-shadow: 0 0 12px rgba(104,216,255,.75); }

html[data-theme="light"] {
  --ink: #edf4fb;
  --panel: #ffffff;
  --panel-2: #dfeaf5;
  --paper: #162235;
  --muted: #5f6f82;
  --blue: #147bff;
  --green: #078967;
  --gold: #bd7410;
  --line: rgba(22,34,53,.16);
}
html[data-theme="light"] body { background: linear-gradient(180deg,#f8fbff,#edf4fb); }
html[data-theme="light"] .site-header { background: rgba(255,255,255,.94); box-shadow: 0 6px 24px rgba(29,61,94,.08); }
html[data-theme="light"] .main-nav a { color: #34445a; }
html[data-theme="light"] .main-nav .nav-cta { color: white; background: #078967; }
html[data-theme="light"] .menu-button { color: #162235; }
html[data-theme="light"] .contact-bar { color: #203147; background: #e1effd; border-color: rgba(20,123,255,.25); box-shadow: 0 7px 24px rgba(29,61,94,.1); }
html[data-theme="light"] .contact-link, html[data-theme="light"] .japan-clock, html[data-theme="light"] .exchange-rate { color: #203147; border-color: rgba(22,34,53,.16); background: rgba(255,255,255,.66); }
html[data-theme="light"] .contact-link { color: #203147; }
html[data-theme="light"] .contact-link:hover { color: #9a5900; background: white; }
html[data-theme="light"] .page-hero, html[data-theme="light"] .gold-hero, html[data-theme="light"] .auction-hero, html[data-theme="light"] .contact-hero { background: radial-gradient(circle at 80% 24%, rgba(20,123,255,.16), transparent 30%), radial-gradient(circle at 66% 80%, rgba(7,137,103,.11), transparent 28%), #e6f1fb; border-color: rgba(189,116,16,.24); }
html[data-theme="light"] .page-hero > p:last-of-type, html[data-theme="light"] .intro > p, html[data-theme="light"] .about-copy, html[data-theme="light"] .about-story > div:last-child { color: #53657a; }
html[data-theme="light"] .vehicle-card, html[data-theme="light"] .process-grid article, html[data-theme="light"] .value-grid article, html[data-theme="light"] .service-card-grid article, html[data-theme="light"] .junk-checklist li { box-shadow: 0 16px 38px rgba(29,61,94,.09); }
html[data-theme="light"] .dark-card { color: #162235; }
html[data-theme="light"] .services-section { background: #e3edf7; }
html[data-theme="light"] .stats strong, html[data-theme="light"] .footer-brand, html[data-theme="light"] .back-link { color: #162235; }
html[data-theme="light"] .contact-section { color: white; background: linear-gradient(135deg,#08765d,#10a47b); }
html[data-theme="light"] .contact-section .eyebrow { color: #d3fff2; }
html[data-theme="light"] .request-form { box-shadow: 0 18px 44px rgba(29,61,94,.1); }
html[data-theme="light"] .form-grid label { color: #27384f; }
html[data-theme="light"] .form-grid input, html[data-theme="light"] .form-grid select, html[data-theme="light"] .form-grid textarea { color: #162235; background: #f8fbff; border-color: #b9c8d8; }
html[data-theme="light"] .payment-strip { background: #dfeaf5; }
html[data-theme="light"] .filter-row button, html[data-theme="light"] .filter-row span { color: #34445a; background: white; }
html[data-theme="light"] .contact-methods { background: radial-gradient(circle at 80% 25%, rgba(7,137,103,.1), transparent 26%), radial-gradient(circle at 15% 75%, rgba(20,123,255,.12), transparent 30%), #e4eff9; }
html[data-theme="light"] .method-card { background: rgba(255,255,255,.88); box-shadow: 0 14px 34px rgba(29,61,94,.08); }
html[data-theme="light"] .simple-cta { background: linear-gradient(120deg,rgba(20,123,255,.1),rgba(189,116,16,.1)); }
html[data-theme="light"] .hero-content, html[data-theme="light"] .visual-page-hero > div { color: white; }
html[data-theme="light"] .hero-copy, html[data-theme="light"] .visual-page-hero p, html[data-theme="light"] .trust-row { color: #dce8f5; }
html[data-theme="light"] .button-secondary { color: #162235; border-color: rgba(22,34,53,.3); background: rgba(255,255,255,.7); }

@media (max-width: 680px) {
  .theme-switcher { left: 50%; bottom: 10px; transform: translateX(-50%); padding: 7px; }
  .theme-switcher > strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .theme-switcher button { width: 34px; height: 34px; }
  html[data-theme="light"] .main-nav { background: #ffffff; }
}

@media (min-width: 681px) and (max-width: 980px) {
  html[data-theme="light"] .main-nav { background: #ffffff; }
}
