:root {
  --ink: #111510;
  --ink-2: #1b211c;
  --paper: #f2f0e9;
  --paper-2: #e5e1d7;
  --white: #ffffff;
  --green: #0e735f;
  --green-deep: #074f42;
  --signal: #e7b93f;
  --copper: #c97542;
  --line: rgba(17, 21, 16, 0.16);
  --display: "Archivo Black", "Arial Black", sans-serif;
  --body: "Manrope", "Avenir Next", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --arabic: "Noto Sans Arabic", Arial, sans-serif;
  --radius: 2px;
  --shadow: 0 24px 60px rgba(9, 16, 12, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body.is-arabic { font-family: var(--arabic); }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-160%); background: var(--signal); padding: 12px 18px; z-index: 1000; }
.skip-link:focus { transform: translateY(0); }

.stock-alert { background: var(--green-deep); color: var(--white); font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.stock-alert__inner { min-height: 34px; display: flex; align-items: center; gap: 10px; }
.stock-alert p { margin: 0; }
.stock-alert a { margin-left: auto; opacity: .8; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(231, 185, 63, .14); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(242, 240, 233, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.site-header__inner { height: 82px; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--green); color: #fff; font-family: var(--display); font-size: 25px; line-height: 1; transform: rotate(-3deg); }
.brand__mark--image { flex: 0 0 auto; object-fit: contain; background: transparent; transform: none; }
.brand__word { display: flex; flex-direction: column; line-height: 1; }
.brand__word strong { font-family: var(--display); font-size: 22px; letter-spacing: .025em; }
.brand__word small { margin-top: 6px; font-family: var(--mono); font-size: 8px; letter-spacing: .15em; color: rgba(17, 21, 16, .62); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.site-nav a { position: relative; font-size: 13px; font-weight: 700; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: right .22s ease; }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; font-family: var(--mono); font-size: 10px; cursor: pointer; }
.lang-switch span { opacity: .5; }
.lang-switch .lang-switch__active { opacity: 1; border-bottom: 1px solid currentColor; }
.language-switch { display: flex; align-items: center; gap: 5px; padding: 3px; border: 1px solid var(--line); font-family: var(--mono); font-size: 9px; direction: ltr; }
.language-switch a { min-width: 28px; padding: 5px 7px; color: rgba(17,21,16,.52); text-align: center; transition: color .2s ease, background .2s ease; }
.language-switch a:hover { color: var(--green); }
.language-switch a.is-active { color: #fff; background: var(--green); }
.button { min-height: 48px; padding: 0 20px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-weight: 800; font-size: 13px; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button--small { min-height: 42px; padding-inline: 16px; }
.button--small svg { fill: currentColor; stroke: none; }
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover { background: var(--green); }
.button--signal { color: var(--ink); background: var(--signal); }
.button--signal:hover { background: #f3cb61; }
.nav-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 0 10px; border: 1px solid var(--line); background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 6px 0; }

.hero { position: relative; background: var(--ink); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 690px; }
.hero__copy { padding: 88px 76px 70px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 22px; color: var(--green); font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: var(--signal); }
.hero h1, .section h2, .market-section h2, .inquiry h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.052em; line-height: .97; text-transform: uppercase; }
.hero h1 { max-width: 720px; font-size: clamp(48px, 5.9vw, 88px); }
.hero h1 em { color: var(--signal); font-style: normal; }
.hero__lead { max-width: 590px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.68; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-block: 10px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 13px; font-weight: 700; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.hero__facts div { display: flex; flex-direction: column; gap: 4px; }
.hero__facts strong { color: rgba(255,255,255,.46); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.hero__facts span { font-size: 12px; font-weight: 700; }
.hero__visual { position: relative; min-height: 620px; margin-block: 34px; }
.hero__image { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.hero__image img { height: 100%; object-fit: cover; }
.hero__image--main { inset: 0 0 70px 52px; }
.hero__image--detail { width: 42%; height: 36%; left: 0; bottom: 0; border: 8px solid var(--ink); }
.hero__image--detail img { object-position: center; transform: scale(1.48); transform-origin: center; }
.lot-stamp { position: absolute; right: -22px; top: 48px; width: 190px; padding: 18px; color: var(--ink); background: var(--signal); box-shadow: var(--shadow); transform: rotate(2deg); }
.lot-stamp span, .lot-stamp small { display: block; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.lot-stamp strong { display: block; margin-block: 12px; font-family: var(--display); font-size: 22px; line-height: 1; }
.lot-ledger { position: relative; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
.lot-ledger__track { display: grid; grid-template-columns: repeat(4, 1fr); }
.lot-ledger p { min-height: 98px; margin: 0; padding: 22px; display: grid; grid-template-columns: 32px 1fr; border-right: 1px solid var(--line); }
.lot-ledger p:first-child { border-left: 1px solid var(--line); }
.lot-ledger p > span { grid-row: 1 / 3; color: var(--green); font-family: var(--mono); font-size: 11px; }
.lot-ledger strong { font-size: 13px; }
.lot-ledger small { color: rgba(17,21,16,.58); font-size: 11px; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section h2, .market-section h2, .inquiry h2 { font-size: clamp(40px, 5.3vw, 72px); }
.section-heading > p { margin: 0 0 5px; color: rgba(17,21,16,.62); font-size: 14px; }
.category-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) repeat(2, minmax(0, .5fr)); grid-template-rows: repeat(2, 285px); gap: 14px; }
.category-card { position: relative; overflow: hidden; min-height: 280px; color: #fff; background: var(--ink); }
.category-card--fur { grid-column: 1; grid-row: 1 / 3; }
.category-card--slippers { grid-column: 2 / 4; grid-row: 2; }
.category-card--slippers img { object-position: center 10%; }
.category-card img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.2,1); }
.category-card:hover img { transform: scale(1.04); }
.category-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,12,9,.04), rgba(8,12,9,.76)); }
.category-card__content { position: absolute; left: 24px; right: 72px; bottom: 24px; display: flex; flex-direction: column; }
.category-card__content small { color: var(--signal); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.category-card__content strong { margin-top: 5px; font-family: var(--display); font-size: clamp(23px, 2.35vw, 36px); line-height: 1; text-transform: uppercase; }
.category-card__content em { max-width: 450px; margin-top: 10px; font-size: 11px; font-style: normal; color: rgba(255,255,255,.72); }
.category-card__arrow { position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; transition: background .2s, color .2s; }
.category-card:hover .category-card__arrow { background: var(--signal); border-color: var(--signal); color: var(--ink); }

.stock-board { color: #fff; background: var(--ink); }
.stock-board__header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.filter-bar { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-button { padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65); background: transparent; font-size: 11px; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { color: var(--ink); background: var(--signal); border-color: var(--signal); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.product-card { position: relative; display: block; background: var(--ink-2); cursor: pointer; transition: opacity .2s, transform .2s, background .2s; }
.product-card:hover { background: #202821; }
.product-card:focus-within { outline: 3px solid var(--signal); outline-offset: 3px; }
.product-card.is-hidden { display: none; }
.product-card__image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.product-card__image img, .product-card__image video { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-card__image img, .product-card:hover .product-card__image video { transform: scale(1.035); }
.product-card__image > span { position: absolute; left: 14px; top: 14px; padding: 6px 9px; color: var(--ink); background: var(--signal); font-family: var(--mono); font-size: 8px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.product-card__image > .product-card__status--factory { color: #fff; background: var(--green); }
.product-card__body { padding: 24px; }
.product-card__body > p { margin: 0; color: var(--signal); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.product-card__body > .product-card__description { margin: -6px 0 15px; color: rgba(255,255,255,.64); font-family: var(--sans); font-size: 11px; line-height: 1.6; letter-spacing: 0; text-transform: none; }
.product-card h3 { margin: 7px 0 17px; font-family: var(--display); font-size: 24px; font-weight: 400; letter-spacing: -.035em; text-transform: uppercase; }
.product-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.product-card li { padding: 4px 7px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.58); font-size: 9px; }
.product-card__link { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; font-weight: 800; }
.product-card__link span:last-child { color: var(--signal); font-size: 19px; }
.stock-note { display: grid; grid-template-columns: 32px 1fr auto; gap: 16px; align-items: center; margin-top: 26px; padding: 20px; border: 1px solid rgba(255,255,255,.15); }
.stock-note > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ink); background: var(--signal); font-family: var(--mono); }
.stock-note p { margin: 0; color: rgba(255,255,255,.66); font-size: 11px; }
.stock-note p strong { color: #fff; }
.stock-note a { font-size: 11px; font-weight: 800; color: var(--signal); }
.stock-board__more { display: flex; justify-content: center; margin-top: 30px; }
.stock-board__more .button { min-width: 220px; }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 14px; }
.site-footer__legal a { color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; }
.site-footer__legal a:hover { color: #fff; }

.process { background: var(--paper); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 120px .7fr; gap: 40px; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease; }
.process-list li:hover { padding-left: 18px; }
.process-list li > span { color: var(--green); font-family: var(--mono); font-size: 12px; }
.process-list strong { display: block; font-family: var(--display); font-size: 24px; font-weight: 400; text-transform: uppercase; }
.process-list p { margin: 7px 0 0; color: rgba(17,21,16,.62); font-size: 13px; }

.market-section { padding: 112px 0; color: #fff; background: var(--green-deep); }
.market-section__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.market-section__copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.7); }
.market-section ul { margin: 28px 0 34px; padding: 0; list-style: none; }
.market-section li { padding: 12px 0 12px 28px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 12px; }
.market-section li::before { content: "✓"; margin-left: -28px; margin-right: 13px; color: var(--signal); }
.route-board { padding: 38px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.route-board__origin { display: grid; grid-template-columns: 56px 1fr; align-items: center; }
.route-board__origin > span { grid-row: 1 / 3; display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: var(--green); font-family: var(--mono); font-size: 11px; }
.route-board__origin strong { font-family: var(--display); font-size: 30px; line-height: 1; }
.route-board__origin small { color: rgba(17,21,16,.52); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.route-line { display: flex; align-items: center; gap: 0; height: 80px; }
.route-line::before, .route-line::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.route-line i { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); margin-inline: 18px; }
.route-line span { color: var(--green); font-size: 25px; }
.route-board__ports { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.route-board__ports p { grid-column: 1 / -1; margin: 0 0 10px; color: rgba(17,21,16,.55); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.route-board__ports span { padding: 12px 9px; border: 1px solid var(--line); font-family: var(--mono); font-size: 9px; text-align: center; }
.route-board__ports .route-board__primary { background: var(--signal); border-color: var(--signal); font-weight: 700; }
.route-board__ports .route-board__other { border-style: dashed; font-weight: 600; }

.warehouse__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.warehouse__gallery { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.warehouse__image { margin: 0; overflow: hidden; aspect-ratio: 1.22; }
.warehouse__image--wide { grid-column: 1 / -1; aspect-ratio: 2.15; }
.warehouse__image img { height: 100%; object-fit: cover; }
.warehouse__caption { position: absolute; right: -16px; top: 34px; padding: 12px 16px; color: #fff; background: var(--green); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; transform: rotate(2deg); }
.warehouse__copy h2 { max-width: 520px; }
.warehouse__copy > p:not(.eyebrow) { margin-top: 28px; color: rgba(17,21,16,.64); font-size: 14px; }
.warehouse dl { margin-top: 34px; border-top: 1px solid var(--line); }
.warehouse dl div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.warehouse dt { color: rgba(17,21,16,.5); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.warehouse dd { margin: 0; font-size: 12px; font-weight: 700; }

.inquiry { position: relative; padding: 112px 0; overflow: hidden; color: #fff; background: var(--ink); }
.inquiry::before { content: ""; position: absolute; right: -120px; bottom: -210px; width: 520px; height: 520px; border: 72px solid rgba(231,185,63,.055); border-radius: 50%; pointer-events: none; }
.inquiry__grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: stretch; }
.inquiry__copy > p:not(.eyebrow) { max-width: 470px; margin: 24px 0 0; color: rgba(255,255,255,.63); font-size: 13px; }
.inquiry-channels { display: grid; gap: 1px; margin-top: 42px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.13); }
.inquiry-channel { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 7px 18px; padding: 18px 19px 18px 23px; background: var(--ink-2); }
.inquiry-channel::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--signal); }
.inquiry-channel--quick::before { background: #50b894; }
.inquiry-channel > span { grid-column: 1 / -1; color: rgba(255,255,255,.46); font-family: var(--mono); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.inquiry-channel strong { font-size: 13px; }
.inquiry-channel p { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.54); font-size: 11px; line-height: 1.55; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 26px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); box-shadow: 18px 18px 0 rgba(0,0,0,.12); }
.inquiry-form__intro { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin: -3px 0 7px; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.13); }
.inquiry-form__intro span { color: var(--signal); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.inquiry-form__intro p { max-width: 390px; margin: 0; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.55; text-align: right; }
.inquiry-form label { display: flex; flex-direction: column; gap: 8px; }
.inquiry-form label > span { color: rgba(255,255,255,.58); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 0; color: #fff; background: rgba(255,255,255,.06); outline: 0; transition: border-color .2s ease, background .2s ease; }
.inquiry-form textarea { min-height: 112px; padding-block: 13px; resize: vertical; line-height: 1.55; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: rgba(255,255,255,.33); }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--signal); background: rgba(255,255,255,.09); }
.inquiry-form select option { color: var(--ink); }
.inquiry-form__wide { grid-column: 1 / -1; }
.inquiry-form__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inquiry-form__actions { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 10px; margin-top: 5px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); }
.inquiry-form__actions .button { width: 100%; min-height: 56px; }
.inquiry-form__submit:disabled { opacity: .55; cursor: wait; transform: none; }
.inquiry-form__whatsapp { color: #fff; border: 1px solid rgba(80,184,148,.66); background: rgba(14,115,95,.3); }
.inquiry-form__whatsapp:hover { background: var(--green); }
.inquiry-form__whatsapp svg { fill: currentColor; stroke: none; }
.inquiry-form__privacy { margin: -3px 0 0; color: rgba(255,255,255,.37); font-size: 9px; line-height: 1.5; }
.inquiry-form__status { display: none; margin: 0; padding: 13px 15px; color: #fff; border-left: 4px solid var(--signal); background: rgba(231,185,63,.12); font-size: 12px; }
.inquiry-form__status.is-visible { display: block; }
.inquiry-form__status.is-success { color: #c8f2e1; border-color: #50b894; background: rgba(80,184,148,.13); }
.inquiry-form__status.is-error { color: #ffd4cf; border-color: #e36d5e; background: rgba(227,109,94,.12); }

@media (min-width: 781px) {
  .inquiry__copy { display: flex; flex-direction: column; }
  .inquiry-channels { margin-top: auto; }
}

.site-footer { color: #fff; background: #090c09; }
.site-footer__top { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; }
.brand--footer .brand__word small { color: rgba(255,255,255,.45); }
.site-footer__top > p { max-width: 340px; color: rgba(255,255,255,.55); font-size: 13px; }
.site-footer__contact { display: flex; flex-direction: column; gap: 5px; text-align: right; font-family: var(--mono); font-size: 11px; }
.site-footer__bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.42); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.mobile-whatsapp { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

html[dir="rtl"] .site-nav { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .stock-alert a { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .hero__copy { padding-right: 0; padding-left: 76px; }
html[dir="rtl"] .hero__image--main { inset: 0 52px 70px 0; }
html[dir="rtl"] .hero__image--detail { left: auto; right: 0; }
html[dir="rtl"] .lot-stamp { right: auto; left: -22px; }
html[dir="rtl"] .category-card__number { left: auto; right: 20px; }
html[dir="rtl"] .category-card__content { left: 72px; right: 24px; }
html[dir="rtl"] .category-card__arrow { right: auto; left: 22px; }
html[dir="rtl"] .market-section li { padding-left: 0; padding-right: 28px; }
html[dir="rtl"] .market-section li::before { margin-left: 13px; margin-right: -28px; }
html[dir="rtl"] .site-footer__contact { text-align: left; }
html[dir="rtl"] .header-actions { direction: ltr; }
body.is-arabic .hero h1,
body.is-arabic .section h2,
body.is-arabic .market-section h2,
body.is-arabic .inquiry h2,
body.is-arabic .category-card__content strong,
body.is-arabic .product-card h3,
body.is-arabic .process-list strong,
body.is-arabic .lot-stamp strong,
body.is-arabic .site-nav a { font-family: var(--arabic); font-weight: 700; letter-spacing: 0; line-height: 1.18; text-transform: none; }
body.is-arabic .eyebrow,
body.is-arabic .hero__facts strong,
body.is-arabic .lot-stamp span,
body.is-arabic .lot-stamp small,
body.is-arabic .category-card__content small,
body.is-arabic .product-card__image > span,
body.is-arabic .product-card__body > p,
body.is-arabic .route-board__origin small,
body.is-arabic .route-board__ports p,
body.is-arabic .warehouse dt,
body.is-arabic .inquiry-form label span,
body.is-arabic .inquiry-form__intro span,
body.is-arabic .inquiry-channel > span { font-family: var(--arabic); letter-spacing: 0; text-transform: none; }
html[dir="rtl"] .inquiry-channel::before { left: auto; right: 0; }
html[dir="rtl"] .inquiry-channel { padding-left: 19px; padding-right: 23px; }
html[dir="rtl"] .inquiry-form__intro p { text-align: left; }

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 11px; }
  .lang-switch { display: none; }
  .language-switch { font-size: 8px; }
  .language-switch a { min-width: 24px; padding-inline: 5px; }
  .hero__grid { grid-template-columns: 1fr .78fr; }
  .hero__copy { padding-right: 42px; }
  .hero__facts { grid-template-columns: 1fr; gap: 12px; }
  .hero__facts div { flex-direction: row; gap: 14px; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 360px); }
  .category-card--fur, .category-card--slippers { grid-column: auto; grid-row: auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .market-section__grid, .warehouse__grid, .inquiry__grid { gap: 46px; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 30px, 680px); }
  .stock-alert__inner { min-height: 30px; }
  .stock-alert p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .stock-alert a { display: none; }
  .site-header__inner { height: 68px; gap: 10px; }
  .site-header .brand { order: 1; }
  .brand__mark { width: 36px; height: 36px; font-size: 21px; }
  .brand__word strong { font-size: 19px; }
  .brand__word small { font-size: 7px; }
  .header-actions { display: flex; order: 2; margin-left: auto; }
  .header-actions .button--small { display: none; }
  .header-actions .lang-switch { display: flex; }
  .header-actions .language-switch { display: flex; }
  .nav-toggle { display: block; order: 3; margin-left: 0; }
  .site-nav { position: fixed; inset: 98px 0 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; padding: 35px 24px; background: var(--paper); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 24px; text-transform: uppercase; }
  .nav-open .site-nav { transform: translateX(0); }
  html[dir="rtl"] .site-nav { transform: translateX(-100%); }
  html[dir="rtl"] .nav-open .site-nav { transform: translateX(0); }
  .hero__grid { display: block; min-height: 0; padding-top: 1px; }
  .hero__copy { padding: 52px 0 30px; }
  html[dir="rtl"] .hero__copy { padding: 52px 0 30px; }
  .hero__copy > .eyebrow { margin-bottom: 14px; }
  .hero h1 { font-size: clamp(38px, 10.8vw, 48px); }
  .hero__lead { display: -webkit-box; max-width: 540px; margin-top: 18px; overflow: hidden; font-size: 13px; line-height: 1.58; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 0; margin-top: 21px; }
  .hero__actions .text-link, .hero__facts { display: none; }
  .hero__visual { min-height: 370px; margin: 0 0 18px; }
  .hero__image--main { inset: 0 0 34px 20px; }
  html[dir="rtl"] .hero__image--main { inset: 0 20px 34px 0; }
  .hero__image--detail { width: 42%; height: 32%; border-width: 5px; }
  .lot-stamp { right: -2px; top: 18px; width: 126px; padding: 11px 12px; transform: rotate(1deg); }
  html[dir="rtl"] .lot-stamp { right: auto; left: -2px; }
  .lot-stamp span, .lot-stamp small { display: none; }
  .lot-stamp strong { margin: 0; font-size: 15px; }
  .lot-ledger { overflow: hidden; }
  .lot-ledger__track { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lot-ledger p { align-items: center; min-width: 0; min-height: 72px; padding: 13px 12px; grid-template-columns: 25px minmax(0, 1fr); }
  .lot-ledger p > span { grid-row: auto; font-size: 9px; }
  .lot-ledger strong { font-size: 11px; line-height: 1.25; }
  .lot-ledger small { display: none; }
  .lot-ledger p:nth-child(3),
  .lot-ledger p:nth-child(4) { border-top: 1px solid var(--line); }
  .lot-ledger p:nth-child(3) { border-left: 1px solid var(--line); }
  .section { padding: 60px 0; }
  .section-heading, .stock-board__header, .market-section__grid, .warehouse__grid, .inquiry__grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .section-heading, .stock-board__header { margin-bottom: 30px; }
  .section-heading .eyebrow, .stock-board__header .eyebrow { margin-bottom: 14px; }
  .section h2, .market-section h2, .inquiry h2 { font-size: clamp(34px, 10.5vw, 46px); }
  .section-heading > p { max-width: 520px; }
  .categories .section-heading > p { display: none; }
  .category-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .category-card, .category-card--fur, .category-card--slippers { grid-column: auto; grid-row: auto; min-height: 235px; }
  .category-card__content { left: 18px; right: 60px; bottom: 18px; }
  html[dir="rtl"] .category-card__content { left: 60px; right: 18px; }
  .category-card__content strong { font-size: 25px; }
  .category-card__content em { display: none; }
  .category-card__arrow { right: 16px; bottom: 16px; width: 36px; height: 36px; }
  html[dir="rtl"] .category-card__arrow { right: auto; left: 16px; }
  .filter-bar { justify-content: flex-start; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__image { aspect-ratio: 16 / 10; }
  .product-card__body { padding: 19px; }
  .product-card h3 { margin: 6px 0 13px; font-size: 21px; }
  .stock-note { grid-template-columns: 32px 1fr; }
  .stock-note a { grid-column: 2; }
  .stock-board__more { margin-top: 22px; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 12px; padding: 23px 0; }
  .process-list strong { font-size: 20px; }
  .process-list p { font-size: 12px; }
  .process-list li:hover { padding-left: 0; }
  .market-section { padding: 60px 0; }
  .route-board { padding: 24px; }
  .route-board__ports { grid-template-columns: 1fr 1fr; }
  .warehouse__gallery { order: 2; }
  .warehouse__copy { order: 1; }
  .inquiry-form { grid-template-columns: 1fr; }
  .inquiry-form__wide { grid-column: auto; }
  .inquiry-form__intro { display: grid; gap: 9px; }
  .inquiry-form__intro p, html[dir="rtl"] .inquiry-form__intro p { text-align: left; }
  html[dir="rtl"] .inquiry-form__intro p { text-align: right; }
  .inquiry-form__actions { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr; gap: 20px; padding-block: 38px; }
  .site-footer__contact { text-align: left; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
  .mobile-whatsapp { position: fixed; z-index: 90; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 16px; color: #fff; background: var(--green); box-shadow: 0 10px 30px rgba(0,0,0,.24); font-size: 12px; font-weight: 800; }
  .mobile-whatsapp svg { width: 20px; height: 20px; fill: currentColor; }
}

@media (max-width: 460px) {
  .inquiry { padding: 60px 0; }
  .inquiry-form { padding: 19px; box-shadow: 9px 9px 0 rgba(0,0,0,.12); }
  .inquiry-channels { margin-top: 30px; }
}

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