:root {
  --ink: #12212b;
  --ink-2: #29404c;
  --paper: #f5f1e8;
  --paper-2: #ebe5d9;
  --white: #fffdf8;
  --red: #c83b24;
  --gold: #d7ad4c;
  --green: #174b3a;
  --line: rgba(18,33,43,.16);
  --sans: Inter, "Noto Sans", "Noto Sans Arabic", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Noto Serif", "Noto Serif JP", Georgia, serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: -9999px; top: 0; z-index: 100; background: var(--red); color: #fff; padding: 12px 18px; }
.skip-link:focus { left: 0; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; flex: none; }
.brand img { width: 54px; height: 54px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.brand span { display: flex; flex-direction: column; }
.brand strong { font: 700 19px/1.1 var(--serif); letter-spacing: .04em; }
.brand small { margin-top: 4px; color: rgba(255,255,255,.58); font: 600 8px/1.3 var(--mono); letter-spacing: .09em; }
.desktop-nav { margin-inline: auto; display: flex; align-items: center; gap: 27px; }
.desktop-nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 13px; font-weight: 650; }
.desktop-nav a:hover { color: #fff; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border: 1px solid rgba(255,255,255,.42); color: #fff; text-decoration: none; font-size: 12px; font-weight: 750; white-space: nowrap; }
.header-cta:hover { background: #fff; color: var(--ink); }

.hero { min-height: 780px; position: relative; display: grid; align-items: end; color: #fff; isolation: isolate; overflow: hidden; }
.hero-photo, .hero-overlay, .gulf-pattern { position: absolute; inset: 0; z-index: -2; }
.hero-photo { background: url("../img/ramen-b2b-hero.png") center / cover no-repeat; transform: scale(1.01); }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(8,20,27,.97) 0%, rgba(8,20,27,.86) 44%, rgba(8,20,27,.22) 78%), linear-gradient(0deg, rgba(8,20,27,.62), transparent 50%); }
.hero-br .hero-overlay { background: linear-gradient(90deg, rgba(10,42,32,.97), rgba(10,42,32,.83) 44%, rgba(10,42,32,.14) 78%), linear-gradient(0deg, rgba(4,24,18,.68), transparent 54%); }
.hero-bahrain .hero-overlay { background: linear-gradient(90deg, rgba(12,21,35,.98), rgba(12,21,35,.86) 44%, rgba(12,21,35,.18) 79%), linear-gradient(0deg, rgba(12,21,35,.62), transparent 54%); }
[dir="rtl"] .hero-bahrain .hero-overlay { background: linear-gradient(-90deg, rgba(12,21,35,.98), rgba(12,21,35,.86) 44%, rgba(12,21,35,.18) 79%), linear-gradient(0deg, rgba(12,21,35,.62), transparent 54%); }
.gulf-pattern { z-index: -1; opacity: .16; background-image: linear-gradient(30deg, transparent 48%, #d7ad4c 49%, #d7ad4c 51%, transparent 52%), linear-gradient(-30deg, transparent 48%, #d7ad4c 49%, #d7ad4c 51%, transparent 52%); background-size: 44px 76px; mask-image: linear-gradient(90deg, transparent 35%, #000); }
.hero-content { position: relative; padding: 190px 0 78px; }
.hero-content h1, .jp-hero h1 { max-width: 850px; margin: 0 0 28px; font: 700 clamp(52px, 7vw, 96px)/1.02 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.eyebrow, .section-code { margin: 0 0 24px; font: 700 11px/1.4 var(--mono); letter-spacing: .15em; text-transform: uppercase; color: var(--gold); }
.hero-lead { max-width: 680px; margin: 0 0 34px; color: rgba(255,255,255,.77); font-size: clamp(17px, 2vw, 21px); line-height: 1.75; }
.primary-cta { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 0 22px; background: var(--red); color: #fff; text-decoration: none; font-size: 14px; font-weight: 800; box-shadow: 0 14px 34px rgba(0,0,0,.18); transition: transform .18s ease, background .18s ease; }
.market-br .primary-cta { background: #e4b743; color: #18362b; }
.primary-cta:hover { transform: translateY(-2px); background: #e05437; }
.market-br .primary-cta:hover { background: #f1cb67; }
.hero-proof { margin-top: 50px; display: flex; gap: 0; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.25); max-width: 720px; }
.hero-proof span { padding: 16px 28px 0 0; margin-right: 28px; color: rgba(255,255,255,.62); font: 600 11px var(--mono); letter-spacing: .06em; }
[dir="rtl"] .hero-proof span { padding: 16px 0 0 28px; margin: 0 0 0 28px; }
.language-switch { position: absolute; top: 112px; right: 0; color: #fff; border-bottom: 1px solid var(--gold); padding-bottom: 4px; text-decoration: none; font-size: 13px; font-weight: 700; }
[dir="rtl"] .language-switch { right: auto; left: 0; }

.trust-band { background: var(--ink); color: #fff; }
.market-br .trust-band { background: var(--green); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 30px 30px 34px; border-right: 1px solid rgba(255,255,255,.14); }
[dir="rtl"] .trust-grid > div { border-right: 0; border-left: 1px solid rgba(255,255,255,.14); }
.trust-grid > div:first-child { padding-left: 0; }
[dir="rtl"] .trust-grid > div:first-child { padding-left: 30px; padding-right: 0; }
.trust-grid > div:last-child { border: 0; }
.trust-grid b { display: block; color: var(--gold); font: 700 11px var(--mono); }
.trust-grid span { display: block; margin-top: 13px; font-weight: 800; }
.trust-grid p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }

.section { padding: 116px 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .75fr); gap: 80px; align-items: start; }
.section-code { color: var(--red); }
.split-heading h2, .process-grid h2, .final-cta h2 { margin: 0; font: 700 clamp(38px, 5vw, 64px)/1.08 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.prose p, .section-intro { margin: 0 0 18px; color: #5a666c; font-size: 16px; line-height: 1.85; }
.route-line { margin-top: 78px; padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 24px; }
.route-line span { color: #67747a; font-size: 12px; }
.route-line b { color: var(--ink); font-size: 17px; }
.route-line i { height: 1px; background: var(--line); position: relative; }
.route-line i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); transform: rotate(45deg); }
[dir="rtl"] .route-line i::after { right: auto; left: 0; transform: rotate(-135deg); }

.dark-section { background: #10232e; color: #fff; }
.market-br .dark-section { background: #153c31; }
.dark-section .section-code { color: var(--gold); }
.dark-section .section-intro { color: rgba(255,255,255,.58); }
.product-focus { margin-top: 62px; display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(280px, .72fr); gap: 40px; padding: 40px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.product-number { color: var(--gold); font: 400 46px var(--mono); }
.product-focus span { color: rgba(255,255,255,.48); font: 700 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.product-focus h3 { margin: 7px 0 14px; font: 700 clamp(28px, 4vw, 46px) var(--serif); }
.product-focus p { max-width: 580px; margin: 0; color: rgba(255,255,255,.62); }
.product-focus ul { list-style: none; margin: 0; padding: 0; }
.product-focus li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.76); font-size: 13px; }
.product-focus li::before { content: "✓"; color: var(--gold); margin-right: 10px; }
[dir="rtl"] .product-focus li::before { margin: 0 0 0 10px; }
.coming-row { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; padding-top: 28px; }
.coming-row span { color: var(--gold); font: 700 10px var(--mono); text-transform: uppercase; }
.coming-row b { color: rgba(255,255,255,.5); font-size: 13px; }

.buyer-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.buyer-grid article { min-height: 285px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.buyer-grid article > span { color: var(--red); font: 700 11px var(--mono); }
.buyer-grid h3 { margin: 52px 0 12px; font: 700 22px/1.3 var(--serif); }
.buyer-grid p { margin: auto 0 0; color: #69747a; font-size: 13px; }

.process-section { background: var(--paper-2); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process-grid ol { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.process-grid li { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.process-grid li > b { color: var(--red); font: 700 11px var(--mono); }
.process-grid li span { color: #68747a; font-size: 13px; }
.process-grid li strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 16px; }

.final-cta { color: #fff; background: var(--red); }
.final-cta-br { background: var(--green); }
.final-cta-bahrain { background: #162c3a; }
.final-cta-jp { background: #a72c20; }
.final-cta-inner { min-height: 430px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.final-cta h2 { max-width: 780px; }
.final-cta p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.68); }
.final-cta .primary-cta { background: #fff; color: var(--ink); box-shadow: none; }
.final-cta .primary-cta:hover { background: var(--gold); }

.site-footer { padding: 54px 0; background: #0c1921; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer-grid strong { font: 700 18px var(--serif); letter-spacing: .07em; }
.footer-grid p { margin: 8px 0 0; color: rgba(255,255,255,.52); font-size: 13px; }
.footer-markets { display: flex; gap: 22px; }
.footer-markets a { color: rgba(255,255,255,.66); font-size: 12px; text-decoration: none; }
.footer-grid small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); font: 600 9px var(--mono); letter-spacing: .08em; }

.jp-hero { min-height: 720px; padding-top: 86px; display: grid; align-items: center; background: var(--white); overflow: hidden; }
.jp-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.jp-hero .eyebrow { color: var(--red); }
.jp-hero .hero-lead { color: #5f6b70; }
.jp-sun { width: min(390px, 36vw); aspect-ratio: 1; margin-inline: auto; border-radius: 50%; display: grid; place-items: center; background: var(--red); box-shadow: 90px 100px 0 rgba(200,59,36,.07); }
.jp-sun span { color: #fff; font: 700 clamp(90px, 12vw, 160px) var(--serif); }
.market-pair { margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); }
.market-pair article { padding: 44px 44px 44px 0; }
.market-pair article + article { border-left: 1px solid rgba(255,255,255,.2); padding-left: 44px; }
.market-pair span { color: var(--gold); font: 700 10px var(--mono); letter-spacing: .1em; }
.market-pair h3 { margin: 12px 0; font: 700 34px var(--serif); }
.market-pair p { color: rgba(255,255,255,.6); }

/* Pre-registration */
.form-page { min-height: 100vh; background: #10232e; color: #fff; }
.form-header { padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.form-header .shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-header .brand { color: #fff; }
.back-link { color: rgba(255,255,255,.65); font-size: 13px; text-decoration: none; }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; padding-top: 76px; padding-bottom: 90px; }
.form-intro { position: sticky; top: 30px; align-self: start; }
.form-intro h1 { margin: 0 0 22px; font: 700 clamp(40px, 5vw, 66px)/1.05 var(--serif); letter-spacing: -.04em; }
.form-intro p { color: rgba(255,255,255,.58); }
.form-trust { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); display: grid; gap: 12px; color: rgba(255,255,255,.58); font-size: 12px; }
.lead-form { padding: 42px; background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid #cbd0cc; border-radius: 0; padding: 11px 13px; background: #fff; color: var(--ink); font: 15px var(--sans); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid rgba(200,59,36,.25); border-color: var(--red); }
.field-error { color: #a32718; font-size: 11px; }
.consent { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; color: #657178; font-size: 12px; }
.consent input { margin-top: 3px; accent-color: var(--red); }
.form-submit { grid-column: 1 / -1; min-height: 58px; border: 0; background: var(--red); color: #fff; padding: 0 22px; font: 800 14px var(--sans); cursor: pointer; }
.form-submit:hover { background: #a92c1a; }
.form-note { grid-column: 1 / -1; color: #788389; font-size: 11px; text-align: center; }
.form-required-note { margin: 0 0 22px; color: #6f7a80; font-size: 12px; }
.choice-field { margin: 0; padding: 0; border: 0; }
.choice-field legend { margin-bottom: 9px; font-size: 12px; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d7dbd8; border-left: 1px solid #d7dbd8; }
.choice-grid label { min-height: 50px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-right: 1px solid #d7dbd8; border-bottom: 1px solid #d7dbd8; color: #4e5b61; font-size: 12px; font-weight: 650; cursor: pointer; }
.choice-grid input { width: 16px; height: 16px; min-height: 0; flex: none; padding: 0; accent-color: var(--red); }
[dir="rtl"] .choice-grid { border-left: 0; border-right: 1px solid #d7dbd8; }
[dir="rtl"] .choice-grid label { border-right: 0; border-left: 1px solid #d7dbd8; }
.form-alert { margin-bottom: 22px; padding: 14px 16px; border-left: 3px solid; font-size: 13px; }
.form-alert.error { background: #fff0ed; color: #8b2519; border-color: #b83220; }
.form-alert.success { background: #edf7ef; color: #205d38; border-color: #2f7b4c; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

[dir="rtl"] body { font-family: "Noto Sans Arabic", var(--sans); }
[dir="rtl"] .hero-content h1, [dir="rtl"] .split-heading h2, [dir="rtl"] .process-grid h2, [dir="rtl"] .final-cta h2 { letter-spacing: 0; }
[dir="rtl"] .route-line, [dir="rtl"] .product-focus, [dir="rtl"] .process-grid li { direction: rtl; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-cta { margin-inline-start: auto; }
  .split-heading, .process-grid, .form-layout { grid-template-columns: 1fr; gap: 38px; }
  .buyer-grid { grid-template-columns: repeat(2, 1fr); }
  .product-focus { grid-template-columns: 70px 1fr; }
  .product-focus ul { grid-column: 2; }
  .form-intro { position: static; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 74px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .header-cta { padding: 0 12px; font-size: 10px; }
  .hero { min-height: 720px; }
  .hero-photo { background-position: 65% center; }
  .hero-overlay, .hero-br .hero-overlay, .hero-bahrain .hero-overlay, [dir="rtl"] .hero-bahrain .hero-overlay { background: linear-gradient(0deg, rgba(8,20,27,.98), rgba(8,20,27,.76) 66%, rgba(8,20,27,.25)); }
  .hero-content { padding-top: 210px; padding-bottom: 48px; }
  .hero-content h1, .jp-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-proof span { padding-right: 14px; margin-right: 14px; }
  .language-switch { top: 94px; }
  .trust-grid { grid-template-columns: 1fr; padding: 15px 0; }
  .trust-grid > div, .trust-grid > div:first-child, [dir="rtl"] .trust-grid > div:first-child { padding: 20px 0; border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding: 78px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .route-line { grid-template-columns: 1fr; gap: 15px; }
  .route-line i { width: 1px; height: 28px; margin-inline-start: 20px; }
  .route-line i::after { left: -3px; right: auto; bottom: 0; top: auto; transform: rotate(135deg); }
  .product-focus { grid-template-columns: 1fr; gap: 24px; }
  .product-focus ul { grid-column: auto; }
  .buyer-grid { grid-template-columns: 1fr; }
  .buyer-grid article { min-height: 230px; }
  .final-cta-inner { min-height: 520px; grid-template-columns: 1fr; gap: 30px; align-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-markets { flex-wrap: wrap; }
  .jp-hero { min-height: 780px; }
  .jp-hero-grid { grid-template-columns: 1fr; padding: 150px 0 70px; }
  .jp-sun { width: 230px; order: -1; }
  .market-pair { grid-template-columns: 1fr; }
  .market-pair article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding-left: 0; }
  .form-layout { padding-top: 48px; }
  .lead-form { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full, .consent, .form-submit, .form-note { grid-column: auto; }
  .choice-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
