/* ===== site.css ===== */

:root {
  --ink: #07111f;
  --ink-soft: #18283c;
  --muted: #607083;
  --paper: #f7f5ef;
  --paper-2: #ece9e0;
  --white: #ffffff;
  --line: rgba(7,17,31,.14);
  --line-dark: rgba(255,255,255,.18);
  --blue: #3a00e8;
  --blue-2: #7e67ff;
  --aqua: #98e6eb;
  --sand: #d8c7aa;
  --success: #0b7f67;
  --danger: #b03a3a;
  --shadow-sm: 0 12px 35px rgba(5,14,27,.08);
  --shadow-lg: 0 32px 90px rgba(5,14,27,.16);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: min(1320px, calc(100vw - 48px));
  --header-h: 82px;
  --ease: cubic-bezier(.22,.8,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
html[dir="rtl"] body { font-family: 'IBM Plex Sans Arabic', 'Manrope', sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--blue); color: white; }

.skip-link {
  position: fixed; top: -100px; left: 16px; z-index: 9999;
  background: var(--white); color: var(--ink); padding: 12px 18px; border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { top: 16px; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; position: relative; }
.section-tight { padding: 88px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--blue);
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: currentColor; }
.display {
  margin: 0; font-size: clamp(52px, 8.2vw, 128px); line-height: .88;
  letter-spacing: -.065em; font-weight: 600;
}
.h1 { margin: 0; font-size: clamp(48px, 6.4vw, 96px); line-height: .94; letter-spacing: -.055em; font-weight: 600; }
.h2 { margin: 0; font-size: clamp(38px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; font-weight: 600; }
.h3 { margin: 0; font-size: clamp(26px, 3vw, 42px); line-height: 1.03; letter-spacing: -.035em; font-weight: 600; }
.lead { font-size: clamp(18px, 1.8vw, 25px); line-height: 1.55; color: var(--muted); max-width: 760px; }
.muted { color: var(--muted); }
.small { font-size: 13px; line-height: 1.55; }

.button {
  min-height: 50px; padding: 0 23px; border-radius: 999px; border: 1px solid transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 14px; letter-spacing: -.01em;
  transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 14px 35px rgba(58,0,232,.25); }
.button-primary:hover { background: #2f00bd; box-shadow: 0 18px 44px rgba(58,0,232,.32); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: #142238; }
.button-light { color: var(--ink); background: rgba(255,255,255,.94); }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.button-ghost { color: inherit; background: transparent; padding-inline: 8px; }
.button svg { width: 17px; height: 17px; transition: transform .35s var(--ease); }
.button:hover svg { transform: translateX(4px); }
html[dir="rtl"] .button:hover svg { transform: translateX(-4px); }

.site-header {
  position: fixed; z-index: 1000; inset: 0 0 auto 0; height: var(--header-h);
  transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s var(--ease);
  color: white; border-bottom: 1px solid transparent;
}
.site-header.scrolled, .site-header.header-light {
  color: var(--ink); background: rgba(247,245,239,.84); backdrop-filter: blur(20px) saturate(135%);
  border-color: var(--line);
}
.header-inner { height: 100%; width: var(--container); margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 35px; height: 28px; object-fit: contain; }
.brand-mark.blue { display: none; }
.site-header.scrolled .brand-mark.white, .site-header.header-light .brand-mark.white { display: none; }
.site-header.scrolled .brand-mark.blue, .site-header.header-light .brand-mark.blue { display: block; }
.brand-name { font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 31px; }
.main-nav a { position: relative; font-size: 13px; font-weight: 600; opacity: .83; transition: opacity .25s; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .3s var(--ease); }
.main-nav a:hover { opacity: 1; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle { border: 0; background: transparent; color: inherit; font-weight: 800; font-size: 12px; letter-spacing: .08em; padding: 11px; }
.header-build { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.menu-toggle { width: 42px; height: 42px; display: none; border: 0; background: transparent; color: inherit; align-items: center; justify-content: center; border-radius: 50%; }
.menu-toggle span { position: relative; width: 20px; height: 1.5px; background: currentColor; display: block; }
.menu-toggle span::before, .menu-toggle span::after { content: ''; position: absolute; left: 0; width: 20px; height: 1.5px; background: currentColor; transition: transform .3s var(--ease), top .3s var(--ease); }
.menu-toggle span::before { top: -6px; }.menu-toggle span::after { top: 6px; }
.menu-toggle.active span { background: transparent; }.menu-toggle.active span::before { top: 0; transform: rotate(45deg); }.menu-toggle.active span::after { top: 0; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: var(--header-h) 0 auto 0; z-index: 990; background: rgba(247,245,239,.98);
  color: var(--ink); padding: 30px 24px 38px; border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0;
  transition: transform .45s var(--ease), opacity .3s; pointer-events: none;
}
.mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-menu nav { display: grid; gap: 5px; }
.mobile-menu nav a { padding: 15px 0; font-size: 27px; font-weight: 600; letter-spacing: -.04em; border-bottom: 1px solid var(--line); }
.mobile-menu .mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }

.hero {
  min-height: 100svh; position: relative; display: flex; align-items: flex-end; color: white; background: var(--ink); overflow: hidden;
}
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(1.035); animation: heroEnter 1.8s var(--ease) both; }
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3,10,19,.92) 0%, rgba(3,10,19,.64) 35%, rgba(3,10,19,.15) 65%, rgba(3,10,19,.35) 100%), linear-gradient(0deg, rgba(3,10,19,.64) 0%, transparent 48%);
}
.hero-content { position: relative; z-index: 2; width: var(--container); margin: 0 auto; padding: 160px 0 72px; display: grid; grid-template-columns: minmax(0, 850px) 1fr; align-items: end; gap: 50px; }
.hero-copy { max-width: 820px; }
.hero .eyebrow { color: var(--aqua); }
.hero-title { margin: 22px 0 25px; max-width: 830px; }
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line span { display: block; animation: lineIn 1.1s var(--ease) both; }
.hero-title .line:nth-child(2) span { animation-delay: .12s; }
.hero-sub { max-width: 600px; color: rgba(255,255,255,.78); font-size: clamp(17px,1.5vw,22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-meta { justify-self: end; width: min(330px,100%); display: grid; gap: 13px; }
.hero-meta-row { display: flex; justify-content: space-between; gap: 20px; align-items: end; border-top: 1px solid rgba(255,255,255,.3); padding-top: 13px; }
.hero-meta-row strong { font-size: 24px; letter-spacing: -.04em; }
.hero-meta-row span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.64); }
.hero-scroll { position: absolute; z-index: 3; right: 25px; bottom: 28px; width: 34px; height: 56px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; display: flex; justify-content: center; padding-top: 10px; }
.hero-scroll::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: white; animation: scrollDot 1.8s infinite; }

.signal-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.signal-grid { width: var(--container); margin-inline: auto; min-height: 86px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.signal-item { padding: 0 28px; border-inline-start: 1px solid var(--line); display: flex; align-items: center; gap: 15px; }
.signal-item:first-child { border-inline-start: 0; padding-inline-start: 0; }
.signal-icon { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--blue); flex: 0 0 auto; }
.signal-icon svg { width: 15px; height: 15px; }
.signal-item strong { display: block; font-size: 13px; }
.signal-item span { display: block; font-size: 11px; color: var(--muted); margin-top: 4px; }

.collection { background: var(--paper); overflow: clip; }
.collection-head { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; margin-bottom: 62px; }
.collection-stage { position: relative; min-height: 690px; border-radius: var(--radius-lg); overflow: hidden; background: #d9e4e6; box-shadow: var(--shadow-sm); }
.collection-bg { position: absolute; inset: 0; background: radial-gradient(circle at 70% 10%, rgba(255,255,255,.8), transparent 42%), linear-gradient(135deg,#dce8e8,#becdd1); transition: background .65s var(--ease); }
.collection-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.045); transition: opacity .55s var(--ease), transform .9s var(--ease); }
.collection-image.active { opacity: 1; transform: scale(1); }
.collection-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,28,.76), rgba(4,14,28,.08) 58%, rgba(4,14,28,.18)); }
.collection-info { position: absolute; z-index: 3; inset: auto auto 46px 46px; color: white; max-width: 470px; }
html[dir="rtl"] .collection-info { left: auto; right: 46px; }
.collection-code { font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--aqua); }
.collection-name { margin: 11px 0 12px; font-size: clamp(48px,6vw,86px); line-height: .9; letter-spacing: -.06em; }
.collection-desc { color: rgba(255,255,255,.76); line-height: 1.55; max-width: 390px; }
.collection-price { margin-top: 28px; display: flex; gap: 28px; align-items: end; }
.collection-price span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; opacity: .65; }
.collection-price strong { font-size: 29px; letter-spacing: -.04em; }
.collection-controls { display: grid; grid-template-columns: repeat(10,1fr); gap: 4px; margin-top: 14px; }
.model-tab { position: relative; min-height: 62px; border: 1px solid var(--line); background: rgba(255,255,255,.5); color: var(--muted); font-weight: 800; font-size: 12px; transition: all .35s var(--ease); }
.model-tab:first-child { border-radius: 14px 0 0 14px; }
.model-tab:last-child { border-radius: 0 14px 14px 0; }
html[dir="rtl"] .model-tab:first-child { border-radius: 0 14px 14px 0; }
html[dir="rtl"] .model-tab:last-child { border-radius: 14px 0 0 14px; }
.model-tab:hover, .model-tab.active { background: var(--ink); color: white; border-color: var(--ink); transform: translateY(-3px); }
.model-tab.active::after { content: ''; position: absolute; bottom: 8px; left: 50%; width: 4px; height: 4px; background: var(--aqua); border-radius: 50%; transform: translateX(-50%); }

.feature-split { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; }
.feature-copy { padding: 112px max(48px,calc((100vw - 1320px)/2)); padding-inline-end: 70px; display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: white; }
.feature-copy .eyebrow { color: var(--aqua); }
.feature-copy .lead { color: rgba(255,255,255,.68); margin: 30px 0 42px; }
.feature-media { position: relative; overflow: hidden; background: #17304a; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.feature-media:hover img { transform: scale(1.025); }
.hotspots { position: absolute; inset: 0; }
.hotspot { position: absolute; width: 32px; height: 32px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); box-shadow: 0 8px 30px rgba(0,0,0,.18); display: grid; place-items: center; font-weight: 800; animation: pulse 2.4s infinite; }
.hotspot[data-tip]::after { content: attr(data-tip); position: absolute; left: 42px; top: 50%; transform: translateY(-50%); white-space: nowrap; background: var(--ink); color: white; padding: 9px 12px; border-radius: 9px; font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity .25s; }
.hotspot:hover::after { opacity: 1; }

.process { background: var(--white); }
.process-head { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 68px; }
.process-grid { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--line); }
.process-step { padding: 26px 24px 31px; border-inline-end: 1px solid var(--line); min-height: 220px; position: relative; transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease); }
.process-step:last-child { border-inline-end: 0; }
.process-step:hover { background: var(--ink); color: white; transform: translateY(-8px); }
.process-number { font-size: 11px; font-weight: 800; letter-spacing: .14em; color: var(--blue); }
.process-step:hover .process-number { color: var(--aqua); }
.process-step h3 { margin: 70px 0 9px; font-size: 20px; letter-spacing: -.03em; }
.process-step p { font-size: 12px; line-height: 1.6; color: var(--muted); margin: 0; }
.process-step:hover p { color: rgba(255,255,255,.65); }

.story { background: var(--paper-2); }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.story-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); min-height: 670px; background: var(--ink); color: white; }
.story-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,10,18,.85),transparent 60%); }
.story-content { position: absolute; z-index: 2; inset: auto 42px 42px; }
.story-content p { max-width: 480px; color: rgba(255,255,255,.7); line-height: 1.6; }
.story-side { display: grid; gap: 28px; }
.editorial-card { border-radius: var(--radius-lg); background: var(--white); padding: 43px; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; }
.editorial-card.dark { background: var(--blue); color: white; }
.editorial-stat { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; }
.editorial-stat strong { font-size: 46px; letter-spacing: -.06em; display: block; }
.editorial-stat span { color: var(--muted); font-size: 12px; }
.editorial-card.dark .editorial-stat span { color: rgba(255,255,255,.7); }

.final-cta { background: var(--ink); color: white; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; width: 800px; height: 800px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -250px; top: -310px; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.final-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; }
.final-cta .lead { color: rgba(255,255,255,.64); margin: 28px 0 0; }
.final-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

.site-footer { background: #030914; color: rgba(255,255,255,.82); padding: 74px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,.7fr); gap: 60px; padding-bottom: 58px; }
.footer-brand .brand { margin-bottom: 20px; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.48); line-height: 1.65; font-size: 13px; }
.footer-col h4 { margin: 0 0 19px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: white; }
.footer-col a { display: block; margin: 11px 0; font-size: 13px; color: rgba(255,255,255,.56); transition: color .25s; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 23px; display: flex; justify-content: space-between; gap: 24px; font-size: 11px; color: rgba(255,255,255,.42); }

/* Product page */
.product-hero { min-height: 92svh; position: relative; color: white; background: var(--ink); display: flex; align-items: flex-end; overflow: hidden; }
.product-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(2,8,15,.88) 0%,rgba(2,8,15,.1) 65%), linear-gradient(90deg,rgba(2,8,15,.5),transparent 55%); }
.product-hero-content { position: relative; z-index: 2; width: var(--container); margin: 0 auto; padding: 150px 0 65px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.product-kicker { color: var(--aqua); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.product-title { margin: 12px 0 18px; font-size: clamp(78px,13vw,190px); line-height: .78; letter-spacing: -.085em; font-weight: 600; }
.product-tagline { font-size: clamp(18px,1.7vw,24px); color: rgba(255,255,255,.72); }
.product-hero-price { text-align: right; }
html[dir="rtl"] .product-hero-price { text-align: left; }
.product-hero-price span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.55); }
.product-hero-price strong { display: block; font-size: 38px; letter-spacing: -.05em; margin: 7px 0 18px; }
.product-subnav { position: sticky; top: 0; z-index: 800; background: rgba(247,245,239,.92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.product-subnav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.product-subnav nav { display: flex; gap: 27px; overflow-x: auto; scrollbar-width: none; }
.product-subnav nav::-webkit-scrollbar { display: none; }
.product-subnav nav a { white-space: nowrap; font-size: 12px; font-weight: 700; color: var(--muted); }
.product-subnav nav a:hover { color: var(--ink); }
.product-overview { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.product-overview-copy { position: sticky; top: 128px; }
.spec-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 48px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-item { padding: 25px 20px; border-inline-end: 1px solid var(--line); }
.spec-item:last-child { border-inline-end: 0; }
.spec-item strong { display: block; font-size: 26px; letter-spacing: -.04em; }
.spec-item span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-top: 5px; }
.power-panel { background: var(--white); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.power-option { border: 1px solid var(--line); border-radius: 17px; padding: 21px 22px; display: grid; grid-template-columns: 1fr auto; gap: 15px; align-items: center; margin-top: 12px; transition: border-color .3s, transform .3s, box-shadow .3s; }
.power-option:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.power-option strong { font-size: 16px; }
.power-option small { display: block; margin-top: 4px; color: var(--muted); }
.power-option .price { font-size: 20px; font-weight: 800; }
.included-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 42px; }
.included-item { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 22px; min-height: 150px; }
.included-item svg { width: 25px; height: 25px; color: var(--blue); }
.included-item strong { display: block; margin-top: 28px; font-size: 14px; }
.product-gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.product-gallery .gallery-main, .product-gallery .gallery-tile { overflow: hidden; border-radius: var(--radius-md); min-height: 720px; }
.product-gallery .gallery-side { display: grid; gap: 18px; }
.product-gallery .gallery-tile { min-height: 351px; }
.product-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.product-gallery > div:hover img, .gallery-tile:hover img { transform: scale(1.03); }

/* Configurator */
.config-page { background: #eeece6; min-height: 100vh; padding-top: var(--header-h); }
.config-shell { min-height: calc(100vh - var(--header-h)); display: grid; grid-template-columns: minmax(0,1.15fr) minmax(420px,.85fr); }
.config-preview { position: sticky; top: var(--header-h); height: calc(100vh - var(--header-h)); background: #cfd9dc; overflow: hidden; }
.config-preview::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg,rgba(2,10,19,.42),transparent 42%); }
.config-preview img { width: 100%; height: 100%; object-fit: cover; transition: opacity .4s var(--ease), transform .6s var(--ease); }
.config-preview.switching img { opacity: .25; transform: scale(1.025); }
.config-preview-top { position: absolute; z-index: 3; top: 28px; left: 30px; right: 30px; display: flex; justify-content: space-between; align-items: center; color: white; }
.config-preview-top span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.config-preview-bottom { position: absolute; z-index: 3; inset: auto 34px 34px; color: white; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.config-model-name { font-size: clamp(48px,6vw,92px); letter-spacing: -.07em; line-height: .9; font-weight: 600; }
.config-model-meta { color: rgba(255,255,255,.67); font-size: 13px; margin-top: 10px; }
.config-live-price { text-align: right; }
html[dir="rtl"] .config-live-price { text-align: left; }
.config-live-price span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.config-live-price strong { display: block; font-size: 34px; margin-top: 5px; }
.config-panel { background: var(--paper); min-height: 100%; padding: 43px 48px 120px; }
.config-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.config-head h1 { margin: 0; font-size: 36px; letter-spacing: -.045em; }
.config-progress { font-size: 12px; color: var(--muted); white-space: nowrap; }
.progress-track { height: 3px; background: rgba(7,17,31,.1); margin: 0 0 28px; }
.progress-fill { height: 100%; background: var(--blue); width: 16.66%; transition: width .45s var(--ease); }
.config-section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.config-section-title { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
.config-section-title h2 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.config-section-title small { color: var(--muted); }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.choice-grid.models { grid-template-columns: repeat(3,1fr); }
.choice-card { position: relative; border: 1px solid var(--line); border-radius: 16px; background: var(--white); padding: 18px; min-height: 98px; text-align: left; color: var(--ink); transition: all .3s var(--ease); }
html[dir="rtl"] .choice-card { text-align: right; }
.choice-card:hover { transform: translateY(-2px); border-color: rgba(58,0,232,.5); }
.choice-card.selected { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); background: #f9f8ff; }
.choice-card.selected::after { content: '✓'; position: absolute; top: 12px; right: 12px; width: 22px; height: 22px; border-radius: 50%; background: var(--blue); color: white; display: grid; place-items: center; font-size: 12px; }
html[dir="rtl"] .choice-card.selected::after { right: auto; left: 12px; }
.choice-card strong { display: block; font-size: 14px; padding-right: 22px; }
.choice-card span { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.choice-card .choice-price { font-weight: 800; color: var(--ink); font-size: 13px; }
.color-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.color-choice { border: 0; background: transparent; padding: 0; display: grid; place-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.color-swatch { width: 47px; height: 47px; border-radius: 50%; border: 5px solid var(--paper); box-shadow: 0 0 0 1px var(--line); transition: box-shadow .25s, transform .25s; }
.color-choice:hover .color-swatch { transform: scale(1.07); }
.color-choice.selected .color-swatch { box-shadow: 0 0 0 2px var(--blue); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: var(--white); color: var(--ink); min-height: 51px; padding: 0 14px; outline: none; transition: border-color .25s, box-shadow .25s; }
.field textarea { min-height: 100px; padding-top: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(58,0,232,.09); }
.field.error input, .field.error select { border-color: var(--danger); }
.config-summary { margin-top: 34px; border-radius: var(--radius-md); background: var(--ink); color: white; padding: 28px; }
.summary-row { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.summary-row span { color: rgba(255,255,255,.58); }
.summary-row.total { border-bottom: 0; padding-top: 21px; align-items: end; }
.summary-row.total strong { font-size: 27px; }
.config-submit { width: 100%; min-height: 56px; margin-top: 18px; }
.config-note { color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.55; margin-top: 13px; }
.mobile-total { display: none; position: fixed; z-index: 950; left: 10px; right: 10px; bottom: 10px; border-radius: 15px; background: rgba(7,17,31,.94); backdrop-filter: blur(18px); color: white; padding: 12px 13px; align-items: center; justify-content: space-between; gap: 10px; box-shadow: var(--shadow-lg); }
.mobile-total small { display: block; color: rgba(255,255,255,.56); }
.mobile-total strong { font-size: 20px; }
.mobile-total .button { min-height: 44px; }
.toast { position: fixed; z-index: 2000; left: 50%; bottom: 32px; transform: translate(-50%,40px); opacity: 0; background: var(--ink); color: white; border-radius: 12px; padding: 13px 18px; font-size: 13px; box-shadow: var(--shadow-lg); transition: opacity .3s, transform .3s var(--ease); pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

/* Motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }.reveal-delay-2 { transition-delay: .16s; }.reveal-delay-3 { transition-delay: .24s; }
@keyframes heroEnter { from { opacity: .2; transform: scale(1.12); } to { opacity: 1; transform: scale(1.035); } }
@keyframes lineIn { from { transform: translateY(115%); } to { transform: translateY(0); } }
@keyframes scrollDot { 0%,100% { transform: translateY(0); opacity:.5; } 50% { transform: translateY(22px); opacity:1; } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.28),0 8px 30px rgba(0,0,0,.18);} 50% { box-shadow: 0 0 0 12px rgba(255,255,255,0),0 8px 30px rgba(0,0,0,.18);} }

@media (max-width: 1100px) {
  :root { --container: min(100% - 36px, 1040px); }
  .main-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-actions .header-build { display: none; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-meta { justify-self: start; grid-template-columns: repeat(3,1fr); width: min(700px,100%); }
  .hero-meta-row { display: block; }
  .collection-stage { min-height: 620px; }
  .collection-controls { overflow-x: auto; grid-template-columns: repeat(10,84px); padding-bottom: 4px; }
  .model-tab { border-radius: 12px !important; }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .process-step:nth-child(3) { border-inline-end: 0; }
  .process-step { border-bottom: 1px solid var(--line); }
  .config-shell { grid-template-columns: 1fr 520px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100vw - 28px); --header-h: 70px; }
  .section { padding: 88px 0; }
  .brand-name { font-size: 11px; }
  .hero { min-height: 880px; align-items: flex-end; }
  .hero-media img { object-position: 62% center; }
  .hero-media::after { background: linear-gradient(0deg,rgba(3,10,19,.93) 0%,rgba(3,10,19,.45) 67%,rgba(3,10,19,.28) 100%); }
  .hero-content { padding: 130px 0 48px; }
  .hero-meta { grid-template-columns: 1fr 1fr; gap: 15px 28px; }
  .hero-meta-row:last-child { grid-column: 1/-1; }
  .hero-scroll { display: none; }
  .signal-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .signal-item { min-height: 67px; border-inline-start: 0; padding: 0 12px; }
  .collection-head, .process-head { grid-template-columns: 1fr; gap: 24px; }
  .collection-stage { min-height: 650px; border-radius: 23px; }
  .collection-image { object-position: 62% center; }
  .collection-shade { background: linear-gradient(0deg,rgba(4,14,28,.83),rgba(4,14,28,.04) 65%); }
  .collection-info { inset: auto 25px 28px; max-width: none; }
  html[dir="rtl"] .collection-info { left: 25px; right: 25px; }
  .collection-price { gap: 18px; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-copy { padding: 78px 22px; }
  .feature-media { min-height: 590px; order: -1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2n) { border-inline-end: 0; }
  .process-step:nth-child(3) { border-inline-end: 1px solid var(--line); }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 570px; }
  .story-side { grid-template-columns: 1fr 1fr; }
  .final-grid { grid-template-columns: 1fr; gap: 35px; }
  .final-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .product-hero-content { grid-template-columns: 1fr; }
  .product-hero-price { text-align: left; }
  html[dir="rtl"] .product-hero-price { text-align: right; }
  .product-overview { grid-template-columns: 1fr; gap: 48px; }
  .product-overview-copy { position: static; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery .gallery-main { min-height: 520px; }
  .product-gallery .gallery-side { grid-template-columns: 1fr 1fr; }
  .product-gallery .gallery-tile { min-height: 260px; }
  .config-shell { display: block; }
  .config-preview { position: relative; top: 0; height: 53vh; min-height: 420px; }
  .config-panel { padding: 35px 22px 125px; }
  .mobile-total { display: flex; }
}

@media (max-width: 560px) {
  :root { --container: calc(100vw - 24px); }
  .header-actions .lang-toggle { padding: 8px 5px; }
  .hero { min-height: 820px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-meta { grid-template-columns: repeat(3,1fr); gap: 10px; }
  .hero-meta-row:last-child { grid-column: auto; }
  .hero-meta-row strong { font-size: 18px; }
  .hero-meta-row span { font-size: 9px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-item { border-bottom: 1px solid var(--line); padding: 11px 0; }
  .signal-item:last-child { border-bottom: 0; }
  .collection-stage { min-height: 570px; }
  .collection-info { inset: auto 21px 24px; }
  .collection-name { font-size: 53px; }
  .collection-price { flex-wrap: wrap; }
  .feature-media { min-height: 460px; }
  .hotspot[data-tip]::after { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:nth-child(3), .process-step:nth-child(2n) { border-inline-end: 0; }
  .process-step { min-height: 170px; }
  .process-step h3 { margin-top: 44px; }
  .story-side { grid-template-columns: 1fr; }
  .story-card { min-height: 500px; }
  .story-content { inset: auto 25px 25px; }
  .editorial-card { padding: 28px; min-height: 270px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { display: grid; }
  .product-title { font-size: 92px; }
  .product-subnav .button { display: none; }
  .spec-strip { grid-template-columns: 1fr 1fr; }
  .spec-item:nth-child(2) { border-inline-end: 0; }
  .spec-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .product-gallery .gallery-main { min-height: 400px; }
  .product-gallery .gallery-side { grid-template-columns: 1fr; }
  .product-gallery .gallery-tile { min-height: 330px; }
  .config-preview { height: 46vh; min-height: 350px; }
  .config-preview-top { top: 20px; left: 18px; right: 18px; }
  .config-preview-bottom { inset: auto 20px 22px; }
  .config-model-name { font-size: 49px; }
  .config-live-price strong { font-size: 24px; }
  .choice-grid, .choice-grid.models { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Keep the configurator preview at viewport height instead of stretching with the form column. */
.config-shell { align-items: start; }
.config-preview { align-self: start; }
.button.button-dark { background-color: #07111f; color: #fff; }


/* ===== production.css ===== */
/* Jetcar Kromh — production refinement layer */
:root {
  --blue: #2d16d8;
  --blue-strong: #2200b9;
  --paper: #f6f4ee;
  --paper-2: #ebe8df;
  --ink: #07111f;
  --muted: #566679;
  --line: rgba(7,17,31,.12);
  --radius-md: 18px;
  --radius-lg: 28px;
  --header-h: 76px;
  --container: min(1280px, calc(100vw - 56px));
}
body { background: var(--paper); }
body.menu-open { overflow: hidden; }
img { image-rendering: auto; }
.button { min-height: 48px; padding-inline: 22px; }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(45,22,216,.28); outline-offset: 3px; }
.site-header { height: var(--header-h); }
.site-header.scrolled, .site-header.header-light { background: rgba(248,247,242,.94); backdrop-filter: blur(14px) saturate(120%); }
.header-inner { gap: 28px; }
.brand-name { letter-spacing: .145em; }
.main-nav { gap: 27px; }
.main-nav a { font-size: 12.5px; }

/* Safer motion: content remains visible without JS. */
.reveal { opacity: 1 !important; transform: none !important; }

/* Homepage hero */
.hero { min-height: 100svh; }
.hero-media img { object-position: 54% 52%; transform: scale(1.008); animation: none; }
.hero-media::after {
  background:
    linear-gradient(90deg, rgba(3,10,19,.89) 0%, rgba(3,10,19,.64) 35%, rgba(3,10,19,.15) 68%, rgba(3,10,19,.27) 100%),
    linear-gradient(0deg, rgba(3,10,19,.72) 0%, transparent 47%);
}
.hero-content { padding: 142px 0 64px; grid-template-columns: minmax(0,760px) minmax(250px,1fr); gap: 70px; }
.hero .display { font-size: clamp(58px, 7vw, 106px); line-height: .9; letter-spacing: -.058em; }
.hero-title { max-width: 760px; margin: 18px 0 21px; }
.hero-sub { max-width: 590px; font-size: clamp(16px,1.35vw,20px); }
.hero-meta { width: min(310px,100%); }
.hero-meta-row { padding-top: 12px; }
.hero-meta-row strong { font-size: 22px; }
.hero-meta-row span { font-size: 10px; }

/* Highlights */
.signal-grid { min-height: 78px; }
.signal-item { padding-inline: 22px; }
.signal-item strong { font-size: 12px; }
.signal-item span:not(.signal-icon) { font-size: 10px; }

/* Collection */
.collection-head, .process-head { align-items: end; }
.collection-stage { min-height: 690px; border-radius: 28px; background: #07111f; }
.collection-stage [data-collection-images] { position: absolute; inset: 0; }
.collection-image { object-fit: cover; transform: scale(1.005); }
.collection-image[data-slug="r"] { object-position: 56% 50%; }
.collection-image[data-slug="g"] { object-position: 50% 52%; }
.collection-image[data-slug="b"] { object-position: 50% 50%; }
.collection-image[data-slug="mb"] { object-position: 50% 54%; }
.collection-image[data-slug="ch"] { object-position: 50% 50%; }
.collection-image[data-slug="f"] { object-position: 50% 50%; }
.collection-image[data-slug="vw"] { object-position: 50% 50%; }
.collection-image[data-slug="x"] { object-position: 50% 48%; }
.collection-image[data-slug="c7"] { object-position: 50% 51%; }
.collection-image[data-slug="c8"] { object-position: 50% 50%; }
.collection-shade { background: linear-gradient(90deg, rgba(4,13,25,.9), rgba(4,13,25,.18) 63%), linear-gradient(0deg,rgba(4,13,25,.54),transparent 45%); }
.collection-info { max-width: 510px; }
.collection-name { font-size: clamp(58px,6vw,94px); }
.collection-desc { max-width: 500px; font-size: 16px; line-height: 1.6; }
.collection-controls { gap: 7px; }
.model-tab { min-height: 48px; }

/* Product cards / models index */
.model-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.model-card { background:#fff; border:1px solid var(--line); border-radius:24px; overflow:hidden; box-shadow:0 14px 40px rgba(7,17,31,.06); transition:transform .35s var(--ease), box-shadow .35s var(--ease); }
.model-card:hover { transform:translateY(-5px); box-shadow:0 24px 60px rgba(7,17,31,.11); }
.model-card-media { height:360px; background:#e6e6e1; overflow:hidden; }
.model-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.model-card:hover .model-card-media img { transform:scale(1.025); }
.model-card-body { padding:26px; }
.model-card-top { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; }
.model-card h3 { font-size:34px; margin:0; letter-spacing:-.045em; }
.model-card-price { text-align:right; }
html[dir="rtl"] .model-card-price { text-align:left; }
.model-card-price span { display:block; font-size:10px; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); }
.model-card-price strong { display:block; margin-top:4px; font-size:23px; }
.model-card p { color:var(--muted); line-height:1.65; min-height:53px; }
.model-card-meta { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin:22px 0; }
.model-card-meta div { padding:13px 9px; border-inline-end:1px solid var(--line); }
.model-card-meta div:last-child { border-inline-end:0; }
.model-card-meta span { display:block; font-size:9px; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); }
.model-card-meta strong { display:block; margin-top:4px; font-size:13px; }
.model-card-actions { display:flex; gap:10px; flex-wrap:wrap; }

/* Product pages */
.product-hero { min-height: 92svh; background:#07111f; }
.product-hero > img { object-position: 52% 50%; transform:none; }
.product-hero::after { background:linear-gradient(0deg,rgba(2,10,19,.82) 0%,rgba(2,10,19,.18) 56%),linear-gradient(90deg,rgba(2,10,19,.63),transparent 65%); }
.product-hero-content { padding-bottom:58px; }
.product-title { font-size:clamp(70px,10vw,142px); }
.product-tagline { max-width:610px; font-size:clamp(17px,1.6vw,22px); }
.product-hero-price { min-width:240px; }
.product-overview { gap:74px; }
.power-panel { border:1px solid var(--line); box-shadow:0 18px 50px rgba(7,17,31,.07); }
.power-option { border-radius:14px; }
.included-item { min-height:128px; }
.product-gallery .gallery-main, .product-gallery .gallery-tile { min-height:560px; }
.product-gallery .gallery-tile { min-height:271px; }
.product-gallery img { object-position:center; }
.product-detail-note { margin-top:18px; padding:17px 19px; border-radius:14px; background:#f0ede4; color:var(--muted); font-size:12px; line-height:1.6; }

/* Editorial inner pages */
.inner-hero { padding:150px 0 82px; background:var(--ink); color:#fff; }
.inner-hero .lead { color:rgba(255,255,255,.72); }
.inner-hero-grid { display:grid; grid-template-columns:minmax(0,780px) 1fr; gap:60px; align-items:end; }
.inner-kpis { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.inner-kpi { border:1px solid rgba(255,255,255,.18); border-radius:16px; padding:20px; }
.inner-kpi strong { display:block; font-size:30px; }
.inner-kpi span { display:block; margin-top:5px; color:rgba(255,255,255,.58); font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.content-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.content-card { background:#fff; border:1px solid var(--line); border-radius:20px; padding:30px; }
.content-card h3 { margin:0 0 12px; font-size:26px; letter-spacing:-.03em; }
.content-card p { color:var(--muted); line-height:1.75; }
.photo-band { border-radius:24px; overflow:hidden; min-height:520px; position:relative; background:#ddd; }
.photo-band img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; }
.photo-band::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,rgba(2,10,19,.7),transparent 55%); }
.photo-band-copy { position:absolute; z-index:2; left:32px; right:32px; bottom:30px; color:#fff; max-width:720px; }
html[dir="rtl"] .photo-band-copy { text-align:right; }
.timeline-grid { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); border-radius:20px; overflow:hidden; background:#fff; }
.timeline-item { padding:30px; min-height:230px; border-inline-end:1px solid var(--line); border-bottom:1px solid var(--line); }
.timeline-item:nth-child(3n) { border-inline-end:0; }
.timeline-item:nth-last-child(-n+3) { border-bottom:0; }
.timeline-item span { color:var(--blue); font-weight:800; font-size:12px; }
.timeline-item h3 { margin:35px 0 10px; font-size:24px; }
.timeline-item p { color:var(--muted); line-height:1.65; }
.contact-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:50px; }
.contact-panel { background:#fff; border:1px solid var(--line); border-radius:22px; padding:30px; }
.contact-list { display:grid; gap:10px; margin-top:24px; }
.contact-list a, .contact-list div { display:flex; justify-content:space-between; gap:20px; padding:15px 0; border-bottom:1px solid var(--line); }
.contact-list span { color:var(--muted); }

/* Configurator */
.config-page { background:#f3f1ea; }
.config-shell { grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr); }
.config-preview { background:linear-gradient(145deg,#e7e4db,#cbd6d8); }
.config-preview::after { background:linear-gradient(0deg,rgba(2,10,19,.58),transparent 42%); }
.config-preview img { object-fit:contain; padding:5.5vh 3.5vw 10vh; filter:drop-shadow(0 30px 35px rgba(7,17,31,.22)); }
.config-preview-bottom { align-items:end; }
.config-panel { padding:38px 42px 120px; }
.config-section { padding:30px 0; }
.choice-grid.models { grid-template-columns:repeat(2,1fr); }
.choice-card.model-choice { padding:0; overflow:hidden; min-height:180px; }
.choice-card.model-choice .model-thumb { height:112px; background:#e9e8e2; overflow:hidden; }
.choice-card.model-choice .model-thumb img { width:100%; height:100%; object-fit:cover; }
.choice-card.model-choice .model-choice-copy { padding:13px 15px 15px; }
.choice-card.model-choice strong { font-size:15px; }
.choice-card.model-choice span { margin-top:3px; }
.config-summary { border-radius:20px; }
.review-dialog { border:0; padding:0; border-radius:22px; width:min(620px,calc(100vw - 28px)); box-shadow:0 35px 100px rgba(0,0,0,.32); }
.review-dialog::backdrop { background:rgba(2,8,16,.72); backdrop-filter:blur(5px); }
.review-card { background:#fff; color:var(--ink); padding:30px; }
.review-card h2 { margin:8px 0 8px; font-size:31px; letter-spacing:-.04em; }
.review-card p { color:var(--muted); line-height:1.6; }
.review-lines { margin:22px 0; border-top:1px solid var(--line); }
.review-line { display:flex; justify-content:space-between; gap:22px; padding:12px 0; border-bottom:1px solid var(--line); font-size:13px; }
.review-line span { color:var(--muted); }
.review-actions { display:flex; justify-content:flex-end; gap:10px; margin-top:22px; flex-wrap:wrap; }
.custom-color-field { margin-top:16px; display:none; }
.custom-color-field.show { display:grid; }
.consent-row { display:flex; gap:10px; align-items:flex-start; margin-top:18px; color:var(--muted); font-size:11px; line-height:1.55; }
.consent-row input { margin-top:2px; width:17px; height:17px; }

/* Footer */
.site-footer { padding-top:80px; }
.footer-bottom { align-items:center; }

@media (max-width:1100px) {
  :root { --container:min(100% - 34px,1040px); }
  .hero-content { grid-template-columns:1fr; gap:30px; }
  .hero-meta { justify-self:start; grid-template-columns:repeat(3,1fr); width:min(640px,100%); }
  .inner-hero-grid { grid-template-columns:1fr; }
  .config-shell { grid-template-columns:1fr 500px; }
}

@media (max-width:820px) {
  :root { --container:calc(100vw - 28px); --header-h:68px; }
  .section { padding:78px 0; }
  .hero { min-height:auto; display:block; background:#07111f; }
  .hero-media { position:relative; height:47svh; min-height:340px; margin-top:var(--header-h); background:#091321; }
  .hero-media img { object-fit:contain; object-position:center; padding:15px 0 0; width:100%; height:100%; transform:none; }
  .hero-media::after { background:linear-gradient(0deg,#07111f 0%,rgba(7,17,31,.08) 38%,transparent 70%); }
  .hero-content { padding:26px 0 42px; display:block; }
  .hero .display { font-size:clamp(48px,13vw,72px); line-height:.92; }
  .hero-title { margin:14px 0 18px; }
  .hero-sub { font-size:16px; }
  .hero-meta { margin-top:32px; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
  .hero-meta-row { border:1px solid rgba(255,255,255,.16); border-radius:12px; padding:12px; }
  .hero-meta-row strong { font-size:18px; }
  .hero-meta-row span { font-size:8px; line-height:1.4; }
  .hero-actions { margin-top:25px; }
  .signal-grid { grid-template-columns:1fr 1fr; }
  .collection-stage { min-height:640px; display:grid; grid-template-rows:58% 42%; }
  .collection-stage [data-collection-images] { position:relative; grid-row:1; background:#0a1421; }
  .collection-image { object-fit:contain; object-position:center !important; padding:18px 10px 0; }
  .collection-shade { background:linear-gradient(0deg,rgba(4,13,25,.98),rgba(4,13,25,.15) 47%,transparent); }
  .collection-info { inset:auto 24px 26px; max-width:none; }
  .collection-name { font-size:54px; }
  .collection-desc { font-size:14px; margin-top:8px; }
  .collection-controls { grid-template-columns:repeat(10,74px); }
  .feature-media { min-height:470px; }
  .feature-media img { object-fit:contain; background:#d7dde0; padding:22px; }
  .model-grid { grid-template-columns:1fr; }
  .model-card-media { height:330px; }
  .product-hero { min-height:auto; display:block; background:#07111f; padding-top:var(--header-h); }
  .product-hero > img { position:relative; height:48svh; min-height:350px; object-fit:contain; object-position:center !important; padding:18px 0; }
  .product-hero::after { background:linear-gradient(0deg,#07111f 0%,transparent 44%); }
  .product-hero-content { position:relative; padding:20px 20px 40px; display:grid; gap:24px; }
  .product-title { font-size:72px; }
  .product-hero-price { text-align:left; }
  html[dir="rtl"] .product-hero-price { text-align:right; }
  .product-gallery .gallery-main { min-height:430px; }
  .product-gallery .gallery-side { grid-template-columns:1fr; }
  .product-gallery .gallery-tile { min-height:360px; }
  .content-grid, .contact-layout { grid-template-columns:1fr; }
  .timeline-grid { grid-template-columns:1fr 1fr; }
  .timeline-item:nth-child(3n) { border-inline-end:1px solid var(--line); }
  .timeline-item:nth-child(2n) { border-inline-end:0; }
  .timeline-item:nth-last-child(-n+3) { border-bottom:1px solid var(--line); }
  .timeline-item:nth-last-child(-n+2) { border-bottom:0; }
  .config-shell { display:block; }
  .config-preview { position:relative; top:0; height:49svh; min-height:370px; }
  .config-preview img { padding:32px 18px 88px; object-fit:contain; }
  .config-panel { padding:32px 20px 128px; }
  .mobile-total { bottom:max(10px,env(safe-area-inset-bottom)); }
}

@media (max-width:560px) {
  :root { --container:calc(100vw - 22px); }
  .brand-name { font-size:10px; }
  .brand-mark { width:30px; }
  .hero-media { height:43svh; min-height:315px; }
  .hero .eyebrow { font-size:10px; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-actions .button { width:100%; }
  .hero-meta { gap:7px; }
  .hero-meta-row { padding:10px 8px; }
  .signal-grid { grid-template-columns:1fr; }
  .collection-stage { min-height:615px; grid-template-rows:55% 45%; }
  .collection-info { inset:auto 18px 20px; }
  .collection-name { font-size:46px; }
  .collection-price { gap:18px; }
  .model-card-media { height:280px; }
  .model-card-body { padding:21px; }
  .model-card-meta { grid-template-columns:1fr 1fr; }
  .model-card-meta div:nth-child(2) { border-inline-end:0; }
  .model-card-meta div:nth-child(3) { grid-column:1/-1; border-top:1px solid var(--line); border-inline-end:0; }
  .product-title { font-size:62px; }
  .product-hero > img { height:42svh; min-height:315px; }
  .included-grid { grid-template-columns:1fr; }
  .product-gallery .gallery-main, .product-gallery .gallery-tile { min-height:310px; }
  .inner-hero { padding:125px 0 64px; }
  .inner-kpis { grid-template-columns:1fr 1fr; }
  .timeline-grid { grid-template-columns:1fr; }
  .timeline-item, .timeline-item:nth-child(3n), .timeline-item:nth-child(2n) { border-inline-end:0; border-bottom:1px solid var(--line); }
  .timeline-item:last-child { border-bottom:0; }
  .photo-band { min-height:430px; }
  .photo-band-copy { left:22px; right:22px; bottom:22px; }
  .choice-grid.models { grid-template-columns:1fr 1fr; }
  .choice-card.model-choice { min-height:158px; }
  .choice-card.model-choice .model-thumb { height:94px; }
  .config-preview { height:43svh; min-height:325px; }
  .config-preview-top { font-size:9px; }
  .config-model-name { font-size:43px; }
  .config-live-price strong { font-size:21px; }
  .review-card { padding:22px; }
  .review-actions { display:grid; grid-template-columns:1fr; }
  .review-actions .button { width:100%; }
}
@media (max-width:560px) {
  .config-preview-top span:last-child { display:none; }
  .config-preview-top { justify-content:flex-start; }
}
.config-preview img { padding:4vh 2.5vw 9vh; }
@media (max-width:820px) { .config-preview img { padding:22px 12px 82px; } }


/* ===== refinement.css ===== */
/* Jetcar Kromh — Production Refinement V9 */
:root{
  --surface:#fbfaf7;
  --surface-raised:#ffffff;
  --navy:#07111f;
  --navy-2:#122238;
  --sapphire:#3514d8;
  --sapphire-soft:#ede9ff;
  --teal:#7fd9df;
  --text-soft:#536276;
  --hairline:rgba(7,17,31,.11);
  --shadow-refined:0 22px 70px rgba(7,17,31,.11);
}
body{background:var(--surface);}
body, main, section, article, form, .container, .header-inner, .footer-grid{min-width:0;}
main{isolation:isolate;}
.button{min-height:52px;padding-inline:24px;font-weight:750;letter-spacing:-.015em;}
.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(58,0,232,.25);outline-offset:3px;}
.site-header.scrolled,.site-header.header-light{background:rgba(251,250,247,.92);box-shadow:0 1px 0 rgba(7,17,31,.06);}
.main-nav a{font-weight:700;}
.main-nav a.active{opacity:1;color:var(--sapphire);}
.header-build{box-shadow:none;}

/* clearer home narrative */
.hero-sub{max-width:660px;}
.signal-item span:last-child{font-size:11px;color:var(--muted);}
.collection-head,.process-head{align-items:end;}
.collection-stage{box-shadow:var(--shadow-refined);}
.collection-image{object-fit:contain!important;object-position:center!important;padding:28px 3.5vw 36px;background:linear-gradient(140deg,#111d2d,#07111f 65%);}
.collection-shade{background:linear-gradient(90deg,rgba(4,13,25,.92),rgba(4,13,25,.34) 48%,rgba(4,13,25,.08)),linear-gradient(0deg,rgba(4,13,25,.62),transparent 48%);}
.collection-info{max-width:570px;}
.collection-desc{max-width:520px;line-height:1.65;}
.feature-media img{object-fit:contain!important;padding:clamp(18px,3vw,46px);background:linear-gradient(135deg,#dce3e5,#b8c8cc);}
.process-step{transition:transform .35s var(--ease),background .35s var(--ease);}
.process-step:hover{transform:translateY(-5px);background:#fff;}
.story-card,.editorial-card,.content-card,.contact-panel,.model-card{box-shadow:0 14px 45px rgba(7,17,31,.055);}

/* ordering journey */
.order-journey{background:#fff;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);}
.order-journey-head{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,.55fr);gap:70px;align-items:end;margin-bottom:54px;}
.order-journey-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--hairline);border-radius:24px;overflow:hidden;background:var(--surface-raised);}
.order-step{padding:32px;min-height:260px;border-inline-end:1px solid var(--hairline);display:flex;flex-direction:column;justify-content:space-between;gap:40px;}
.order-step:last-child{border-inline-end:0;}
.order-step-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--sapphire-soft);color:var(--sapphire);font-weight:800;font-size:12px;}
.order-step h3{margin:0 0 10px;font-size:23px;letter-spacing:-.035em;}
.order-step p{margin:0;color:var(--text-soft);line-height:1.65;font-size:14px;}
.order-journey-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px;}

/* model image art direction — show the complete vehicle */
.model-card{overflow:hidden;border-radius:24px;transition:transform .35s var(--ease),box-shadow .35s var(--ease);}
.model-card:hover{transform:translateY(-5px);box-shadow:0 24px 70px rgba(7,17,31,.13);}
.model-card-media{height:360px;background:radial-gradient(circle at 60% 30%,#eef2f2,#dce4e5 54%,#cfd9dc);display:grid;place-items:center;overflow:hidden;}
.model-card-media img{width:100%;height:100%;object-fit:contain!important;object-position:center!important;padding:22px;transition:transform .5s var(--ease);}
.model-card:hover .model-card-media img{transform:scale(1.025);}
.choice-card.model-choice .model-thumb{background:linear-gradient(145deg,#eff2f1,#dce4e5);}
.choice-card.model-choice .model-thumb img{object-fit:contain!important;padding:8px;}
.product-gallery img{object-fit:contain!important;background:linear-gradient(145deg,#edf1f0,#d4dee0);padding:clamp(16px,2.5vw,36px);}

/* inner pages */
.inner-hero{background:linear-gradient(135deg,#07111f,#13263c);}
.inner-hero-grid{gap:60px;}
.inner-kpi{min-width:0;}
.inner-kpi span,.inner-kpi strong{overflow-wrap:anywhere;}
.content-card{border-color:var(--hairline);}
.photo-band{box-shadow:var(--shadow-refined);}
.photo-band img{object-position:center 42%;}

/* leadership */
.leadership{background:#f0eee7;}
.leadership-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,.55fr);gap:70px;align-items:end;margin-bottom:50px;}
.leadership-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.leader-card{position:relative;background:#fff;border:1px solid var(--hairline);border-radius:24px;overflow:hidden;box-shadow:0 14px 42px rgba(7,17,31,.06);transition:transform .35s var(--ease),box-shadow .35s var(--ease);}
.leader-card:hover{transform:translateY(-6px);box-shadow:0 26px 68px rgba(7,17,31,.13);}
.leader-image{aspect-ratio:4/5;background:#e9e7e1;overflow:hidden;}
.leader-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .55s var(--ease);}
.leader-card:hover .leader-image img{transform:scale(1.025);}
.leader-copy{padding:22px 22px 24px;}
.leader-copy h3{margin:0;font-size:22px;letter-spacing:-.035em;}
.leader-role{display:block;color:var(--sapphire);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-top:7px;}
.leader-copy p{margin:14px 0 0;color:var(--text-soft);font-size:13px;line-height:1.65;}

/* contact page */
.contact-page .inner-hero{padding-bottom:78px;}
.contact-intro{max-width:720px;}
.contact-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-42px;position:relative;z-index:3;}
.contact-quick-card{min-width:0;background:#fff;border:1px solid var(--hairline);border-radius:20px;padding:22px;box-shadow:0 16px 48px rgba(7,17,31,.09);transition:transform .3s var(--ease),border-color .3s var(--ease);}
.contact-quick-card:hover{transform:translateY(-4px);border-color:rgba(58,0,232,.28);}
.contact-quick-card span{display:block;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;margin-bottom:9px;}
.contact-quick-card strong{display:block;font-size:15px;line-height:1.45;overflow-wrap:anywhere;}
.contact-workspace{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:44px;align-items:start;}
.contact-guidance{position:sticky;top:calc(var(--header-h) + 28px);}
.contact-guidance-list{display:grid;gap:14px;margin-top:30px;}
.guidance-item{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:start;padding:17px 0;border-top:1px solid var(--hairline);}
.guidance-item:first-child{border-top:0;}
.guidance-item b{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--sapphire-soft);color:var(--sapphire);font-size:11px;}
.guidance-item strong{display:block;font-size:14px;margin-bottom:4px;}
.guidance-item span{display:block;color:var(--muted);font-size:12px;line-height:1.55;}
.contact-form-card{min-width:0;background:#fff;border:1px solid var(--hairline);border-radius:26px;padding:34px;box-shadow:var(--shadow-refined);}
.contact-form-card h2{margin:10px 0 8px;font-size:clamp(30px,3.2vw,46px);letter-spacing:-.045em;}
.contact-form-card>p{margin:0 0 28px;color:var(--muted);line-height:1.65;}
.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;}
.contact-form-grid .field.full{grid-column:1/-1;}
.contact-form-grid .field{min-width:0;display:grid;gap:8px;}
.contact-form-grid label{font-size:12px;font-weight:800;color:var(--ink-soft);}
.contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{width:100%;min-width:0;border:1px solid rgba(7,17,31,.17);border-radius:13px;background:#fbfaf7;color:var(--ink);padding:14px 15px;min-height:51px;outline:0;transition:border-color .25s,box-shadow .25s,background .25s;}
.contact-form-grid textarea{min-height:126px;resize:vertical;}
.contact-form-grid input:focus,.contact-form-grid select:focus,.contact-form-grid textarea:focus{border-color:var(--sapphire);box-shadow:0 0 0 4px rgba(58,0,232,.09);background:#fff;}
.contact-form-actions{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:24px;padding-top:22px;border-top:1px solid var(--hairline);}
.contact-form-note{max-width:390px;color:var(--muted);font-size:11px;line-height:1.55;}
.contact-status{display:none;margin-top:16px;padding:13px 15px;border-radius:12px;background:#e8f6f2;color:#086a58;font-size:13px;font-weight:700;}
.contact-status.show{display:block;}
.contact-panel,.contact-list,.contact-list a,.contact-list div{min-width:0;}
.contact-list strong{overflow-wrap:anywhere;text-align:end;}

/* safer configurator */
.config-panel{min-width:0;}
.config-preview img{max-width:100%;}
.config-section{scroll-margin-top:90px;}
.choice-card{min-width:0;}
.mobile-total{padding-bottom:env(safe-area-inset-bottom);}

@media(max-width:1100px){
  .order-journey-grid{grid-template-columns:repeat(2,1fr);}
  .order-step:nth-child(2){border-inline-end:0;}
  .order-step:nth-child(-n+2){border-bottom:1px solid var(--hairline);}
  .leadership-grid{grid-template-columns:repeat(2,1fr);}
  .contact-quick-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:820px){
  .order-journey-head,.leadership-head{grid-template-columns:1fr;gap:20px;margin-bottom:34px;}
  .collection-image{padding:16px 8px 2px;}
  .collection-shade{background:linear-gradient(0deg,rgba(4,13,25,.99),rgba(4,13,25,.2) 52%,transparent);}
  .contact-page .inner-hero{padding-bottom:96px;}
  .contact-quick-grid{margin-top:-60px;}
  .contact-workspace{grid-template-columns:1fr;gap:28px;}
  .contact-guidance{position:relative;top:auto;}
  .contact-form-card{padding:26px;}
  .contact-form-actions{align-items:flex-start;flex-direction:column;}
  .contact-form-actions .button{width:100%;}
  .contact-form-note{max-width:none;}
  .model-card-media{height:315px;}
}
@media(max-width:560px){
  .order-journey-grid{grid-template-columns:1fr;}
  .order-step,.order-step:nth-child(2){border-inline-end:0;border-bottom:1px solid var(--hairline);min-height:auto;padding:25px;gap:28px;}
  .order-step:last-child{border-bottom:0;}
  .leadership-grid{grid-template-columns:1fr;gap:14px;}
  .leader-card{display:grid;grid-template-columns:118px minmax(0,1fr);border-radius:18px;}
  .leader-image{aspect-ratio:auto;height:100%;min-height:166px;}
  .leader-copy{padding:18px 16px;align-self:center;}
  .leader-copy h3{font-size:18px;}
  .leader-role{font-size:10px;line-height:1.45;}
  .leader-copy p{font-size:11px;margin-top:9px;}
  .contact-page .inner-hero{padding:112px 0 88px;}
  .contact-quick-grid{grid-template-columns:1fr;margin-top:-50px;gap:10px;}
  .contact-quick-card{padding:18px;border-radius:16px;}
  .contact-form-card{padding:21px 16px;border-radius:20px;}
  .contact-form-grid{grid-template-columns:1fr;gap:14px;}
  .contact-form-grid .field.full{grid-column:auto;}
  .contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{font-size:16px;}
  .contact-guidance-list{margin-top:20px;}
  .model-card-media{height:270px;}
  .model-card-media img{padding:14px;}
  .contact-list a,.contact-list div{display:grid;gap:7px;}
  .contact-list strong{text-align:start;}
  html[dir="rtl"] .contact-list strong{text-align:end;}
}
@media(max-width:360px){
  :root{--container:calc(100vw - 18px);}
  .contact-form-card{padding-inline:13px;}
  .leader-card{grid-template-columns:104px minmax(0,1fr);}
  .brand-name{letter-spacing:.11em;}
}
@media(prefers-reduced-motion:reduce){
  .leader-card,.leader-image img,.model-card,.model-card-media img,.contact-quick-card,.process-step{transition:none!important;transform:none!important;}
}

.contact-form-grid [aria-invalid="true"]{border-color:var(--danger)!important;box-shadow:0 0 0 4px rgba(176,58,58,.09)!important;}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.collection-image{object-position:var(--position-desktop,50% 50%)}
@media(max-width:1100px){.collection-image{object-position:var(--position-tablet,50% 50%)}}
@media(max-width:767px){.collection-image{object-position:var(--position-mobile,50% 50%)}}
.contact-quick-card{position:relative;padding-inline-end:48px;}
.contact-quick-card::after{content:'→';position:absolute;inset-inline-end:20px;top:50%;transform:translateY(-50%);color:var(--sapphire);font-weight:800;transition:transform .25s var(--ease);}
.contact-quick-card:hover::after{transform:translate(4px,-50%);}
html[dir="rtl"] .contact-quick-card::after{content:'←';}
html[dir="rtl"] .contact-quick-card:hover::after{transform:translate(-4px,-50%);}
@media(max-width:1180px){.main-nav{gap:22px}.header-inner{gap:24px}}
@media(max-width:560px){.contact-quick-card{padding-inline-end:46px}.contact-quick-card::after{inset-inline-end:16px}}


/* ===== luxury.css ===== */

/* JETCAR KROMH V10 — Grand Atelier signature layer */
:root{
  --jk-night:#03070d;
  --jk-night-2:#07111f;
  --jk-ivory:#f5f2ea;
  --jk-electric:#4b16ff;
  --jk-cyan:#9ef7ff;
  --jk-metal:rgba(255,255,255,.16);
}
body{--page-progress:0%;}
body::before{content:"";position:fixed;z-index:2100;left:0;top:0;width:var(--page-progress);height:2px;background:linear-gradient(90deg,var(--jk-cyan),var(--jk-electric));box-shadow:0 0 18px rgba(158,247,255,.55);pointer-events:none;transition:width .08s linear;}

/* cinematic brand entrance — once per browsing session */
.jk-intro{position:fixed;z-index:5000;inset:0;background:var(--jk-night);display:grid;place-items:center;color:#fff;overflow:hidden;transition:opacity .65s cubic-bezier(.22,.8,.25,1),visibility .65s;}
.jk-intro.is-hidden{opacity:0;visibility:hidden;pointer-events:none;}
.jk-intro::before,.jk-intro::after{content:"";position:absolute;inset:10%;border:1px solid rgba(255,255,255,.07);clip-path:polygon(50% 0,100% 38%,50% 100%,0 38%);transform:scale(.62);opacity:0;animation:introDiamond 1.5s cubic-bezier(.22,.8,.25,1) forwards;}
.jk-intro::after{inset:22%;animation-delay:.1s;}
.jk-intro-inner{text-align:center;position:relative;z-index:2;}
.jk-intro-mark{width:94px;height:72px;object-fit:contain;margin:0 auto 24px;filter:drop-shadow(0 0 30px rgba(117,91,255,.35));opacity:0;transform:translateY(16px);animation:introWord .85s .18s forwards;}
.jk-intro-name{font-size:clamp(17px,2vw,25px);font-weight:800;letter-spacing:.34em;margin-inline-start:.34em;opacity:0;transform:translateY(14px);animation:introWord .85s .35s forwards;}
.jk-intro-line{width:0;height:1px;background:linear-gradient(90deg,transparent,var(--jk-cyan),transparent);margin:24px auto 14px;animation:introLine 1s .5s forwards;}
.jk-intro-caption{font-size:10px;text-transform:uppercase;letter-spacing:.24em;color:rgba(255,255,255,.5);opacity:0;animation:introWord .7s .7s forwards;}
@keyframes introDiamond{0%{opacity:0;transform:scale(.45) rotate(-4deg)}45%{opacity:.8}100%{opacity:.22;transform:scale(1) rotate(0)}}
@keyframes introWord{to{opacity:1;transform:none}}
@keyframes introLine{to{width:min(320px,60vw)}}

/* discreet luxury cursor on precise pointing devices */
.jk-cursor{position:fixed;z-index:2600;width:38px;height:38px;border:1px solid rgba(255,255,255,.75);border-radius:50%;pointer-events:none;mix-blend-mode:difference;transform:translate(-50%,-50%);transition:width .22s,height .22s,background .22s,border-color .22s;opacity:0;}
.jk-cursor.is-visible{opacity:1}.jk-cursor.is-active{width:62px;height:62px;background:rgba(255,255,255,.12);border-color:#fff}
@media(pointer:coarse),(max-width:900px){.jk-cursor{display:none!important}}

/* header — thinner, more deliberate */
.site-header{height:86px}.site-header:not(.scrolled):not(.header-light){background:linear-gradient(180deg,rgba(2,7,13,.45),transparent)}
.brand-name{letter-spacing:.2em}.main-nav a{letter-spacing:.015em}.header-build{border-radius:4px;padding-inline:20px;text-transform:uppercase;letter-spacing:.08em}
.site-header.scrolled,.site-header.header-light{background:rgba(246,243,235,.9)}

/* hero theatre */
.hero{min-height:100svh;background:#03070d;isolation:isolate}
.hero::before{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);background-size:calc(100% / 6) 100%;mask-image:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.55) 20%,rgba(0,0,0,.3) 72%,transparent 100%);opacity:.22}
.hero-media img{transform:scale(1.015);animation:grandHero 2.4s cubic-bezier(.22,.8,.25,1) both;will-change:transform}
@keyframes grandHero{from{opacity:.18;transform:scale(1.13)}to{opacity:1;transform:scale(1.015)}}
.hero-media::after{background:linear-gradient(90deg,rgba(2,7,13,.94) 0%,rgba(2,7,13,.68) 34%,rgba(2,7,13,.12) 66%,rgba(2,7,13,.42) 100%),linear-gradient(0deg,rgba(2,7,13,.84) 0%,transparent 52%)}
.hero-content{padding-bottom:78px;grid-template-columns:minmax(0,880px) minmax(220px,1fr)}
.hero-copy{position:relative}.hero-copy::before{content:"MADE TO COMMISSION";display:inline-flex;align-items:center;height:28px;padding:0 11px;border:1px solid rgba(158,247,255,.45);color:var(--jk-cyan);font-size:9px;font-weight:800;letter-spacing:.19em;margin-bottom:20px}
html[dir="rtl"] .hero-copy::before{content:"يُصنع وفق طلبك"}
.hero .eyebrow{display:none}.hero-title{max-width:900px;margin-top:0}.hero-title .line span{font-weight:550}
.hero-sub{max-width:650px;font-size:clamp(16px,1.38vw,21px)}
.hero-meta{align-self:end;margin-bottom:4px}.hero-meta-row{padding:15px 0;border-color:rgba(255,255,255,.24)}
.hero-meta-row strong{font-size:30px;font-weight:500}.hero-meta-row span{letter-spacing:.16em}
.hero-rail{position:absolute;z-index:4;left:22px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:16px;writing-mode:vertical-rl;rotate:180deg;color:rgba(255,255,255,.45);font-size:9px;font-weight:800;letter-spacing:.25em;text-transform:uppercase}
.hero-rail::before{content:"";width:1px;height:74px;background:linear-gradient(transparent,rgba(255,255,255,.7),transparent)}
html[dir="rtl"] .hero-rail{left:auto;right:22px}
.hero-signature{position:absolute;z-index:3;right:72px;top:120px;width:180px;color:rgba(255,255,255,.6);text-align:right}.hero-signature b{display:block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#fff}.hero-signature span{display:block;font-size:10px;line-height:1.6;margin-top:7px}.hero-signature::after{content:"";display:block;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55));margin-top:15px}
html[dir="rtl"] .hero-signature{right:auto;left:72px;text-align:left}

/* chapter / editorial system */
.chapter-label{display:flex;align-items:center;gap:14px;font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:22px}.chapter-label::before{content:"";width:42px;height:1px;background:currentColor}
.section .h2{max-width:880px}

/* category manifesto — the unmistakable signature moment */
.brand-theatre{position:relative;min-height:128vh;background:var(--jk-night);color:#fff;overflow:clip}
.theatre-sticky{position:sticky;top:0;min-height:100svh;display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);align-items:stretch}
.theatre-copy{padding:clamp(110px,12vh,150px) max(6vw,40px) 70px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3}
.theatre-index{font-size:10px;font-weight:800;letter-spacing:.23em;text-transform:uppercase;color:var(--jk-cyan)}
.theatre-title{margin:28px 0 30px;font-size:clamp(49px,7vw,112px);line-height:.86;letter-spacing:-.07em;font-weight:550}
.theatre-title span{display:block;overflow:hidden}.theatre-title em{display:block;font-style:normal;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.42)}
.theatre-title .solid{color:#fff;-webkit-text-stroke:0}.theatre-title .accent{color:var(--jk-cyan);-webkit-text-stroke:0}
.theatre-copy p{max-width:590px;margin:0;color:rgba(255,255,255,.62);font-size:clamp(16px,1.5vw,21px);line-height:1.65}
.theatre-visual{position:relative;overflow:hidden;min-height:100svh}
.theatre-visual img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.88) contrast(1.08);transform:scale(1.02)}
.theatre-visual::before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,var(--jk-night),transparent 34%),linear-gradient(0deg,rgba(3,7,13,.55),transparent 40%)}
.theatre-diamond{position:absolute;z-index:3;right:7%;bottom:8%;width:min(300px,35vw);aspect-ratio:1;border:1px solid rgba(255,255,255,.15);clip-path:polygon(50% 0,100% 38%,50% 100%,0 38%)}
.theatre-specs{display:flex;gap:28px;flex-wrap:wrap;margin-top:38px;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}
.theatre-specs div{min-width:118px}.theatre-specs strong{display:block;font-size:19px;font-weight:500}.theatre-specs span{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.42);margin-top:5px}

/* Collection becomes a digital showroom, not a card */
.collection{padding-top:145px}.collection-head{margin-bottom:46px}.collection-stage{border-radius:8px;min-height:760px;box-shadow:0 35px 100px rgba(3,7,13,.18)}
.collection-stage::before{content:"DIGITAL SHOWROOM";position:absolute;z-index:4;right:28px;top:26px;color:rgba(255,255,255,.62);font-size:9px;font-weight:800;letter-spacing:.22em}
.collection-image{object-fit:cover}.collection-info{left:58px;bottom:54px}.collection-name{font-weight:520}.collection-controls{margin-top:0;border:1px solid var(--line);border-top:0;padding:0 14px;background:rgba(255,255,255,.62);backdrop-filter:blur(18px)}
.model-tab{border-radius:0!important;min-height:76px;background:transparent!important;border:0!important;border-right:1px solid var(--line)!important}.model-tab:last-child{border-right:0!important}.model-tab.active{color:var(--blue)!important;box-shadow:inset 0 2px 0 var(--blue)}

/* atelier / commissioning story */
.atelier{background:var(--jk-ivory);overflow:clip;padding:0}
.atelier-grid{display:grid;grid-template-columns:minmax(400px,1.05fr) minmax(0,.95fr);min-height:860px}
.atelier-media{position:relative;overflow:hidden;background:#d8dedf}.atelier-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.4s cubic-bezier(.22,.8,.25,1)}.atelier-media.is-inview img{transform:scale(1.035)}
.atelier-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,7,13,.35),transparent 40%)}
.atelier-monogram{position:absolute;z-index:2;left:34px;bottom:32px;color:#fff}.atelier-monogram strong{display:block;font-size:12px;letter-spacing:.2em}.atelier-monogram span{font-size:10px;letter-spacing:.12em;color:rgba(255,255,255,.62)}
.atelier-copy{padding:clamp(80px,9vw,140px) clamp(38px,7vw,120px);display:flex;flex-direction:column;justify-content:center}
.atelier-copy h2{margin:26px 0 26px;font-size:clamp(44px,5vw,76px);line-height:.96;letter-spacing:-.055em;font-weight:550}.atelier-copy>p{font-size:clamp(17px,1.5vw,21px);line-height:1.7;color:var(--muted);max-width:600px}
.atelier-points{display:grid;gap:0;margin:40px 0 34px;border-top:1px solid var(--line)}.atelier-point{display:grid;grid-template-columns:55px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.atelier-point span{font-size:10px;font-weight:800;color:var(--blue);letter-spacing:.14em}.atelier-point strong{font-size:15px;font-weight:600}

/* richer process and commission journey */
.process{padding-top:145px}.process-step{overflow:hidden}.process-step::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--jk-electric);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)}.process-step:hover::after{transform:scaleX(1)}
.order-journey{background:#080e17;color:#fff}.order-journey .lead,.order-step p{color:rgba(255,255,255,.55)}.order-journey .eyebrow{color:var(--jk-cyan)}.order-journey-grid{border-color:rgba(255,255,255,.14)}.order-step{border-color:rgba(255,255,255,.14)}.order-step-number{background:rgba(158,247,255,.1);color:var(--jk-cyan)}.order-step h3{color:#fff}

/* private client dock */
.jk-advisor{position:fixed;z-index:930;right:18px;bottom:18px;display:flex;align-items:center;gap:12px;padding:9px 10px 9px 15px;border:1px solid rgba(255,255,255,.18);background:rgba(3,7,13,.88);backdrop-filter:blur(18px);color:#fff;box-shadow:0 15px 50px rgba(3,7,13,.25);transition:transform .3s var(--ease),background .3s;border-color .3s}.jk-advisor:hover{transform:translateY(-4px);background:#07111f;border-color:rgba(158,247,255,.5)}.jk-advisor-copy{display:block}.jk-advisor-copy b{display:block;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.jk-advisor-copy span{display:block;font-size:9px;color:rgba(255,255,255,.5);margin-top:2px}.jk-advisor-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--jk-electric);font-size:14px}
html[dir="rtl"] .jk-advisor{right:auto;left:18px}.mobile-total~.jk-advisor{bottom:92px}

/* elegant reveals / magnetic interaction */
.luxe-reveal{clip-path:inset(0 0 100% 0);transition:clip-path 1.05s cubic-bezier(.22,.8,.25,1)}.luxe-reveal.is-inview{clip-path:inset(0 0 0 0)}
[data-magnetic]{will-change:transform}

/* inner pages: elevated brand framing */
.inner-hero{position:relative;overflow:hidden}.inner-hero::after{content:"";position:absolute;right:4vw;top:18%;width:280px;aspect-ratio:1;border:1px solid rgba(255,255,255,.08);clip-path:polygon(50% 0,100% 38%,50% 100%,0 38%);pointer-events:none}.inner-hero .h1{font-weight:520}
.product-hero::before{content:"MADE TO COMMISSION";position:absolute;z-index:3;top:125px;right:4vw;color:rgba(255,255,255,.6);font-size:9px;font-weight:800;letter-spacing:.2em}.product-hero-content{padding-bottom:80px}.product-title{font-weight:520!important}
.config-head h1{font-weight:520}.config-progress{border-radius:0!important;letter-spacing:.12em}.progress-fill{background:linear-gradient(90deg,var(--jk-cyan),var(--jk-electric))!important}.config-summary{background:linear-gradient(145deg,#050a12,#101d2d)!important;position:relative;overflow:hidden}.config-summary::after{content:"";position:absolute;right:-80px;top:-110px;width:300px;aspect-ratio:1;border:1px solid rgba(255,255,255,.08);clip-path:polygon(50% 0,100% 38%,50% 100%,0 38%)}
.contact-form-card{position:relative;overflow:hidden}.contact-form-card::after{content:"PRIVATE CLIENT ENQUIRY";position:absolute;right:-42px;top:46px;rotate:90deg;color:rgba(7,17,31,.12);font-size:9px;font-weight:800;letter-spacing:.2em}
html[dir="rtl"] .contact-form-card::after{content:"طلب عميل خاص";right:auto;left:-28px;rotate:-90deg}

@media(max-width:1100px){
 .hero-signature{display:none}.hero-content{grid-template-columns:1fr}.hero-meta{justify-self:start}
 .theatre-sticky{grid-template-columns:1fr 1fr}.theatre-copy{padding-inline:5vw}
 .atelier-grid{grid-template-columns:1fr 1fr}.atelier-copy{padding-inline:5vw}
}
@media(max-width:820px){
 .site-header{height:78px}.hero{min-height:900px}.hero::before{background-size:50% 100%}.hero-rail{display:none}.hero-copy::before{margin-bottom:15px}.hero-content{padding-top:130px;padding-bottom:42px}.hero-meta{grid-template-columns:repeat(3,1fr)}
 .brand-theatre{min-height:auto}.theatre-sticky{position:relative;grid-template-columns:1fr;min-height:0}.theatre-copy{padding:105px 24px 60px}.theatre-visual{min-height:65svh}.theatre-visual::before{background:linear-gradient(0deg,var(--jk-night),transparent 30%)}.theatre-title{font-size:clamp(49px,14vw,82px)}
 .collection{padding-top:100px}.collection-stage{min-height:660px;border-radius:0;margin-inline:calc((100vw - var(--container)) / -2)}.collection-stage::before{right:20px}.collection-info{left:24px;right:24px;bottom:28px}.collection-controls{margin-inline:calc((100vw - var(--container)) / -2);padding-inline:12px}
 .atelier-grid{grid-template-columns:1fr}.atelier-media{min-height:64svh}.atelier-copy{padding:75px 24px 90px}.atelier-copy h2{font-size:clamp(42px,12vw,66px)}
 .jk-advisor{right:10px;bottom:10px;padding:8px}.jk-advisor-copy{display:none}html[dir="rtl"] .jk-advisor{left:10px}
}
@media(max-width:560px){
 .hero{min-height:860px}.hero-content{padding-top:120px}.hero-title{font-size:clamp(51px,16vw,74px)}.hero-sub{font-size:15px}.hero-meta-row strong{font-size:20px}.hero-copy::before{font-size:8px}
 .theatre-copy{padding-top:90px}.theatre-visual{min-height:55svh}.theatre-specs{gap:18px}.theatre-specs div{min-width:95px}
 .collection-stage{min-height:620px}.collection-stage::before{top:18px}.collection-info{bottom:24px}.collection-name{font-size:52px}
 .atelier-media{min-height:52svh}.atelier-copy{padding-top:65px;padding-bottom:75px}.atelier-point{grid-template-columns:42px 1fr}
 .contact-form-card::after{display:none}.jk-advisor{bottom:calc(10px + env(safe-area-inset-bottom))}.mobile-total~.jk-advisor{bottom:calc(85px + env(safe-area-inset-bottom))}
}
@media(prefers-reduced-motion:reduce){.jk-intro{display:none}.hero-media img{animation:none}.luxe-reveal{clip-path:none}.atelier-media img{transition:none}.jk-cursor{display:none}}


/* V10.1 stability and perceived-performance layer */
html{font-synthesis:none}
img{height:auto}
.hero-media img,.collection-image,.product-hero-media img{content-visibility:auto}
@media (max-width:767px){
  .hero{min-height:100svh}
  .hero-content{min-height:100svh}
}

/* ===== V10.2 Signature entry + cross-device polish ===== */
/* The entry screen is intentionally independent from page loading. It auto-dismisses
   with both CSS and JavaScript so it can never trap the visitor. */
.jk-entry{display:none}
html.jk-first-entry .jk-entry{
  position:fixed;inset:0;z-index:6000;display:grid;place-items:center;
  background:
    radial-gradient(circle at 50% 44%,rgba(75,22,255,.18),transparent 31%),
    linear-gradient(145deg,#02060b 0%,#07111f 58%,#02060b 100%);
  color:#fff;overflow:hidden;opacity:1;visibility:visible;pointer-events:auto;
  animation:jkEntryFailsafe .01s linear 2.85s forwards;
}
.jk-entry::before,.jk-entry::after{
  content:"";position:absolute;inset:0;pointer-events:none;
}
.jk-entry::before{
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent);
}
.jk-entry::after{background:linear-gradient(115deg,transparent 15%,rgba(158,247,255,.06) 50%,transparent 82%);transform:translateX(-120%);animation:jkEntrySweep 1.35s .18s var(--ease) forwards}
.jk-entry-frame{position:absolute;width:min(62vw,620px);aspect-ratio:1;border:1px solid rgba(255,255,255,.09);clip-path:polygon(50% 0,100% 38%,50% 100%,0 38%);transform:scale(.66);opacity:0;animation:jkEntryFrame 1.25s .08s var(--ease) forwards}
.jk-entry-frame::after{content:"";position:absolute;inset:16%;border:1px solid rgba(158,247,255,.12);clip-path:inherit}
.jk-entry-inner{position:relative;z-index:2;text-align:center;padding:28px;width:min(92vw,620px)}
.jk-entry-mark{width:clamp(68px,8vw,104px);height:auto;margin:0 auto 23px;object-fit:contain;opacity:0;transform:translateY(15px) scale(.94);filter:drop-shadow(0 0 32px rgba(75,22,255,.35));animation:jkEntryContent .72s .16s var(--ease) forwards}
.jk-entry-name{font-size:clamp(16px,1.8vw,24px);font-weight:800;letter-spacing:.34em;margin-inline-start:.34em;opacity:0;transform:translateY(13px);animation:jkEntryContent .72s .30s var(--ease) forwards}
.jk-entry-rule{width:0;height:1px;margin:24px auto 15px;background:linear-gradient(90deg,transparent,var(--jk-cyan),transparent);animation:jkEntryRule .85s .43s var(--ease) forwards}
.jk-entry-message{margin:0;font-size:clamp(9px,.85vw,12px);font-weight:700;letter-spacing:.23em;text-transform:uppercase;color:rgba(255,255,255,.60);opacity:0;transform:translateY(9px);animation:jkEntryContent .65s .58s var(--ease) forwards}
.jk-entry-message-ar{display:none;letter-spacing:.06em;font-family:'IBM Plex Sans Arabic','Manrope',sans-serif;font-size:clamp(12px,1vw,15px)}
html[dir="rtl"] .jk-entry-message-en{display:none}
html[dir="rtl"] .jk-entry-message-ar{display:block}
.jk-entry.is-leaving{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .62s var(--ease),visibility .62s}
@keyframes jkEntryFrame{0%{opacity:0;transform:scale(.48) rotate(-4deg)}55%{opacity:.75}100%{opacity:.24;transform:scale(1) rotate(0)}}
@keyframes jkEntryContent{to{opacity:1;transform:none}}
@keyframes jkEntryRule{to{width:min(270px,62vw)}}
@keyframes jkEntrySweep{to{transform:translateX(120%)}}
@keyframes jkEntryFailsafe{to{opacity:0;visibility:hidden;pointer-events:none}}

/* Large desktop: retain luxury scale without excessive empty space. */
@media (min-width:1500px){
  :root{--container:min(1380px,calc(100vw - 96px))}
  .hero-content{padding-bottom:82px;grid-template-columns:minmax(0,900px) 360px}
  .collection-stage{min-height:800px}
  .theatre-copy{padding-inline:clamp(72px,6vw,120px)}
}

/* Tablet and compact laptop refinement. */
@media (min-width:821px) and (max-width:1180px){
  :root{--container:calc(100vw - 42px)}
  .hero-content{gap:32px}
  .hero-title{font-size:clamp(64px,9vw,102px)}
  .hero-meta{width:min(620px,100%)}
  .collection-name{font-size:clamp(58px,7vw,82px)}
  .contact-workspace{gap:42px}
}

/* Phones and tablets: consistent sizing, no clipped actions, no horizontal overflow. */
@media (max-width:820px){
  html,body{max-width:100%;overflow-x:hidden}
  :root{--container:calc(100vw - 28px)}
  .site-header{height:70px}
  .header-inner{width:var(--container);gap:12px}
  .brand{gap:9px;min-width:0}
  .brand-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}
  .header-actions{gap:4px}
  .menu-toggle{flex:0 0 42px}
  .mobile-menu{top:70px;max-height:calc(100svh - 70px);overflow-y:auto;padding-bottom:max(30px,env(safe-area-inset-bottom))}
  .mobile-menu nav a{font-size:clamp(22px,6vw,28px)}
  .hero{min-height:max(760px,100svh)}
  .hero-content{min-height:max(760px,100svh);padding:112px 0 34px;align-content:end}
  .hero-copy{max-width:680px}
  .hero-title{font-size:clamp(50px,13.6vw,78px);line-height:.91;margin-block:17px 19px}
  .hero-sub{max-width:560px;font-size:clamp(15px,2.8vw,18px);line-height:1.56}
  .hero-actions{margin-top:24px}
  .hero-meta{width:100%;gap:8px;margin-top:8px}
  .hero-meta-row{min-width:0;padding:11px 10px;background:rgba(255,255,255,.045);border-top-color:rgba(255,255,255,.18)}
  .hero-meta-row span{letter-spacing:.08em;overflow-wrap:anywhere}
  .theatre-copy,.atelier-copy{padding-inline:var(--container)}
  .collection-stage,.collection-controls{margin-inline:calc((100vw - var(--container)) / -2)}
  .collection-info{max-width:calc(100vw - 48px)}
  .collection-desc{max-width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .collection-actions{flex-wrap:wrap}
  .collection-actions .button{flex:1 1 170px}
  .order-journey-actions .button{flex:1 1 220px}
  .site-footer{padding-bottom:calc(88px + env(safe-area-inset-bottom))}
  .jk-advisor{bottom:calc(12px + env(safe-area-inset-bottom))}
}

@media (max-width:560px){
  :root{--container:calc(100vw - 22px)}
  .brand-name{max-width:124px;font-size:9.5px;letter-spacing:.12em}
  .lang-toggle{font-size:11px}
  .hero{min-height:max(720px,100svh)}
  .hero-content{min-height:max(720px,100svh);padding-top:98px;padding-bottom:24px}
  .hero .eyebrow{max-width:92%;line-height:1.5}
  .hero-title{font-size:clamp(47px,14.5vw,68px)}
  .hero-actions{gap:9px}
  .hero-actions .button{min-height:48px}
  .hero-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .hero-meta-row{padding:10px 7px}
  .hero-meta-row strong{font-size:17px}
  .hero-meta-row span{font-size:8px;line-height:1.35}
  .theatre-copy{padding-top:82px;padding-bottom:50px}
  .theatre-title{font-size:clamp(42px,13vw,62px)}
  .theatre-copy p{font-size:15px}
  .theatre-visual{min-height:48svh}
  .collection-stage{min-height:600px}
  .collection-info{left:18px;right:18px;bottom:20px}
  .collection-name{font-size:clamp(43px,13vw,55px)}
  .collection-price{gap:12px}
  .collection-price strong{font-size:24px}
  .collection-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .collection-actions .button{min-width:0;padding-inline:12px;font-size:12px}
  .atelier-media{min-height:46svh}
  .atelier-copy{padding-top:58px;padding-bottom:68px}
  .atelier-copy h2{font-size:clamp(39px,11.8vw,58px)}
  .section{padding-block:76px}
  .section-tight{padding-block:60px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-brand{grid-column:auto}
  .mobile-menu .mobile-actions{grid-template-columns:1fr}
  .jk-entry-inner{padding-inline:18px}
  .jk-entry-frame{width:min(92vw,470px)}
}

@media (max-width:360px){
  :root{--container:calc(100vw - 18px)}
  .brand-name{max-width:105px;font-size:8.8px}
  .hero-title{font-size:45px}
  .hero-sub{font-size:14px}
  .hero-meta-row strong{font-size:15px}
  .collection-actions{grid-template-columns:1fr}
  .contact-form-card{padding-inline:12px}
  .mobile-total{left:7px;right:7px;bottom:max(7px,env(safe-area-inset-bottom))}
}

@media (orientation:landscape) and (max-height:560px) and (max-width:1000px){
  .jk-entry-frame{width:min(44vw,320px)}
  .jk-entry-mark{width:62px;margin-bottom:14px}
  .jk-entry-rule{margin-block:14px 10px}
  .hero{min-height:680px}
  .hero-content{min-height:680px;padding-top:90px}
}

@media (prefers-reduced-motion:reduce){
  html.jk-first-entry .jk-entry{animation:jkEntryFailsafe .01s linear .35s forwards}
  .jk-entry::after,.jk-entry-frame,.jk-entry-mark,.jk-entry-name,.jk-entry-rule,.jk-entry-message{animation:none!important;opacity:1;transform:none}
  .jk-entry-rule{width:min(270px,62vw)}
}
