/* Static publication build for THE ORIENTAL HOUSE LIMITED */
:root {
  --navy-950: #06102c;
  --navy-900: #091638;
  --navy-800: #11234c;
  --navy-700: #1d3768;
  --gold-500: #d9aa5f;
  --gold-400: #edc77e;
  --gold-200: #f7e5bf;
  --teal-600: #0c7f7a;
  --teal-100: #dff2f0;
  --ink-900: #152235;
  --ink-700: #425168;
  --ink-500: #6a788c;
  --surface: #ffffff;
  --surface-alt: #f5f7fa;
  --line: #dce3eb;
  --danger: #a84444;
  --success: #1d765c;
  --shadow-sm: 0 12px 32px rgba(6, 16, 44, .08);
  --shadow-lg: 0 28px 80px rgba(6, 16, 44, .22);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink-900);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; contain: strict;
}
.skip-link {
  position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px;
  background: var(--gold-400); color: var(--navy-950); border-radius: 8px;
  transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--compact { padding: 68px 0; }
.section--alt { background: var(--surface-alt); }
.section--dark { background: var(--navy-950); color: #fff; }
.section-head { max-width: 780px; margin-bottom: 42px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px;
  color: var(--teal-600); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.section--dark .eyebrow { color: var(--gold-400); }
h1,h2,h3 { margin: 0; line-height: 1.12; letter-spacing: -.025em; overflow-wrap: anywhere; }
h1 { max-width: 830px; font-size: clamp(2.7rem, 6vw, 5.7rem); color: #fff; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); color: var(--navy-950); }
.section--dark h2 { color: #fff; }
h3 { font-size: 1.28rem; color: var(--navy-900); }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: var(--ink-700); max-width: 760px; }
.section--dark .lead { color: #cbd5e7; }
.muted { color: var(--ink-500); }
.small { font-size: .86rem; }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000; height: 78px;
  background: rgba(6,16,44,.82); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; min-width: 310px; }
.brand-mark { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(237,199,126,.45); }
.brand-copy { display: grid; gap: 1px; }
.brand-name { color: #fff; font-weight: 800; font-size: .82rem; letter-spacing: .035em; white-space: nowrap; }
.brand-legal { color: #a9b6cd; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 15px; }
.site-nav a { color: #dce4f1; text-decoration: none; font-size: .88rem; font-weight: 650; transition: color .18s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-400); }
.language-menu { position: relative; }
.language-menu summary { min-width: 82px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #dce4f1; text-align: center; font-size: .82rem; font-weight: 700; cursor: pointer; }
.language-menu summary::after { content: ""; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-options { position: absolute; top: calc(100% + 10px); right: 0; z-index: 20; width: 210px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: var(--navy-950); box-shadow: var(--shadow-lg); }
.language-options a { display: block; padding: 9px 10px; border-radius: 8px; }
.language-options a[aria-current="page"] { background: rgba(237,199,126,.13); color: var(--gold-400); }
.header-cta { padding: 10px 16px !important; background: var(--gold-500); color: var(--navy-950) !important; border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: #fff; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px auto; transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.hero {
  min-height: 760px; padding: 150px 0 70px; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(31,59,128,.58), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(10,120,112,.22), transparent 34%),
    linear-gradient(135deg, #050d26 0%, #091638 55%, #08112e 100%);
}
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .34; filter: saturate(.65) contrast(1.08); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,38,.98) 0%, rgba(5,13,38,.88) 48%, rgba(5,13,38,.5) 100%); }
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .42; pointer-events: none;
  background-image:
    radial-gradient(circle at 14% 22%, #edc77e 0 1px, transparent 1.5px),
    radial-gradient(circle at 27% 74%, #fff 0 1px, transparent 1.6px),
    radial-gradient(circle at 69% 14%, #edc77e 0 1px, transparent 1.5px),
    radial-gradient(circle at 87% 62%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 50% 47%, #fff 0 1px, transparent 1.5px);
  background-size: 180px 180px, 240px 240px, 310px 310px, 220px 220px, 270px 270px;
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr); align-items: center; gap: 50px; }
.hero-kicker { color: var(--gold-400); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 20px; }
.hero h1 em { color: var(--gold-400); font-style: normal; }
.hero-text { margin-top: 25px; max-width: 720px; color: #cbd6e8; font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 21px;
  border: 1px solid transparent; border-radius: 999px; font-weight: 760; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--gold-500); color: var(--navy-950); box-shadow: 0 14px 35px rgba(217,170,95,.22); }
.btn--primary:hover { background: var(--gold-400); }
.btn--secondary { border-color: rgba(255,255,255,.23); color: #fff; background: rgba(255,255,255,.04); }
.btn--secondary:hover { background: rgba(255,255,255,.09); }
.btn--dark { background: var(--navy-900); color: #fff; }
.btn svg { width: 18px; height: 18px; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 480px; border: 1px solid rgba(237,199,126,.18); border-radius: 50%; background: rgba(5,13,38,.5); backdrop-filter: blur(5px); }
.hero-logo { position: relative; z-index: 2; width: min(96%, 560px); filter: drop-shadow(0 36px 55px rgba(0,0,0,.38)); }
.orbit { position: absolute; inset: 10% 0; border: 1px solid rgba(237,199,126,.28); border-radius: 50%; transform: rotate(-18deg); }
.orbit::after { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--gold-400); right: 9%; top: 25%; box-shadow: 0 0 22px rgba(237,199,126,.65); }
.hero-facts { position: relative; z-index: 2; margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-fact { padding: 19px 18px; border-right: 1px solid rgba(255,255,255,.12); color: #d8e0ed; }
.hero-fact:last-child { border-right: 0; }
.hero-fact strong { display: block; color: #fff; margin-bottom: 3px; font-size: .94rem; }
.hero-fact span { color: #95a6c0; font-size: .79rem; }

/* Cards and layouts */
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.three-column { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.four-column { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  position: relative; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold-500), var(--teal-600)); }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 15px; background: var(--teal-100); color: var(--teal-600); }
.card-icon svg { width: 29px; height: 29px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--ink-700); }
.card ul { padding-left: 18px; margin: 14px 0 0; color: var(--ink-700); }
.card li { margin: 5px 0; }
.card--dark { background: var(--navy-900); border-color: rgba(255,255,255,.1); color: #fff; box-shadow: none; }
.card--dark h3 { color: #fff; }
.card--dark p, .card--dark li { color: #cbd5e7; }
.card--dark .card-icon { background: rgba(237,199,126,.12); color: var(--gold-400); }
.card-number { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; background: var(--teal-100); color: var(--teal-600); font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.check-symbol { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: rgba(237,199,126,.12); color: var(--gold-400); font-size: 1.25rem; font-weight: 900; }

.business-line { min-height: 360px; }
.business-line .number { font-size: .75rem; letter-spacing: .16em; font-weight: 800; color: var(--gold-500); text-transform: uppercase; }
.business-line h3 { margin: 18px 0 15px; font-size: 1.65rem; }
.boundary-note { margin-top: 22px; padding: 15px 17px; border-left: 3px solid var(--gold-500); background: #fff8ec; color: #5f4a28; border-radius: 0 10px 10px 0; font-size: .88rem; }

/* Products */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.product-card { display: flex; flex-direction: column; min-height: 100%; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #bfcada; }
.product-top { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:16px; }
.product-icon { width: 48px; height: 48px; border-radius: 14px; display:grid; place-items:center; background:#eef3f8; color:var(--navy-700); }
.product-icon svg { width:27px; height:27px; stroke:currentColor; fill:none; stroke-width:1.8; }
.product-tag { font-size:.67rem; text-transform:uppercase; letter-spacing:.1em; color:var(--teal-600); font-weight:800; }
.product-card h3 { margin-bottom:11px; }
.product-card p { color:var(--ink-700); font-size:.92rem; }
details { margin-top:auto; padding-top:12px; border-top:1px solid var(--line); }
summary { list-style:none; display:flex; align-items:center; justify-content:space-between; gap:10px; color:var(--navy-700); font-size:.84rem; font-weight:800; cursor:pointer; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; font-size:1.2rem; color:var(--gold-500); }
details[open] summary::after { content:"−"; }
details ul { padding-left:18px; margin:12px 0 0; color:var(--ink-700); font-size:.84rem; }
.portfolio-note { margin-top:26px; padding:18px 22px; border:1px solid #ead7b1; background:#fffaf0; border-radius:14px; color:#665232; font-size:.88rem; }
.product-symbol { width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(135deg,var(--navy-800),var(--teal-600)); position: relative; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.product-symbol::before, .product-symbol::after { content:""; position:absolute; border-radius:50%; background:var(--gold-400); }
.product-symbol::before { width:8px; height:8px; top:10px; left:11px; box-shadow:15px 9px 0 rgba(255,255,255,.85), 4px 20px 0 var(--gold-400); }
.product-symbol::after { inset:9px; border:1px solid rgba(255,255,255,.35); background:transparent; }

/* Photography */
.photo-story { overflow: hidden; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
.photo-card { position: relative; min-height: 430px; margin: 0; overflow: hidden; border-radius: 22px; background: var(--navy-950); box-shadow: var(--shadow-sm); }
.photo-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; transition: transform .5s ease; }
.photo-card:hover img { transform: scale(1.025); }
.photo-card figcaption { position: absolute; inset: auto 0 0; display: grid; gap: 5px; padding: 70px 24px 24px; color: #fff; background: linear-gradient(transparent,rgba(4,10,29,.94)); }
.photo-card figcaption strong { font-size: 1.1rem; }
.photo-card figcaption span { color: #d7e0ed; font-size: .86rem; }

/* Process */
.process { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; counter-reset: step; }
.process-step { position: relative; padding: 0 17px 0 0; }
.process-step::before { counter-increment: step; content: counter(step, decimal-leading-zero); display:grid; place-items:center; width:48px; height:48px; border-radius:50%; background:var(--navy-900); color:var(--gold-400); font-weight:850; margin-bottom:16px; }
.process-step::after { content:""; position:absolute; top:24px; left:55px; right:8px; height:1px; background:#cad4df; }
.process-step:last-child::after { display:none; }
.process-step h3 { font-size:1rem; margin-bottom:8px; }
.process-step p { font-size:.82rem; color:var(--ink-700); }

/* Company facts */
.company-panel { display:grid; grid-template-columns:1.2fr .8fr; gap:34px; align-items:start; }
.fact-list { margin:0; border-top:1px solid rgba(255,255,255,.16); }
.fact-row { display:grid; grid-template-columns:170px 1fr; gap:18px; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.16); }
.fact-row dt { color:#91a3bf; font-size:.82rem; }
.fact-row dd { margin:0; color:#fff; font-weight:650; font-size:.9rem; }

/* Contact */
.contact-wrap { display:grid; grid-template-columns:.85fr 1.15fr; gap:42px; align-items:start; }
.contact-card { padding:29px; border-radius:var(--radius-md); background:var(--navy-950); color:#fff; }
.contact-card h3 { color:#fff; margin-bottom:12px; }
.contact-card p { color:#c4cee0; }
.contact-item { padding:16px 0; border-top:1px solid rgba(255,255,255,.12); }
.contact-item span { display:block; color:#8fa1bc; font-size:.75rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:5px; }
.contact-item strong, .contact-item a { color:#fff; font-size:.92rem; text-decoration:none; }
.contact-email-list { display:grid; gap:10px; min-width:0; }
.contact-email-list-row { display:grid; gap:2px; min-width:0; }
.contact-email-list-row span { margin:0; font-size:.68rem; }
.contact-email-list-row a { overflow-wrap:anywhere; }
.contact-email-list-row a:hover { color:var(--gold-400); }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:17px; }
.form-field { display:grid; gap:7px; }
.form-field--full { grid-column:1 / -1; }
.form-field label { font-size:.8rem; font-weight:760; color:var(--ink-900); }
.form-field input, .form-field select, .form-field textarea {
  width:100%; border:1px solid #cbd5df; background:#fff; color:var(--ink-900); border-radius:11px; padding:12px 13px; outline:none;
  transition:border .18s ease, box-shadow .18s ease;
}
.form-field textarea { min-height:132px; resize:vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color:var(--teal-600); box-shadow:0 0 0 3px rgba(12,127,122,.12); }
.check-field { display:flex; align-items:flex-start; gap:10px; grid-column:1/-1; color:var(--ink-700); font-size:.78rem; }
.check-field input { margin-top:3px; }
.check-field a { color:var(--teal-600); }
.form-actions { grid-column:1/-1; display:flex; flex-wrap:wrap; align-items:center; gap:14px; }
.form-note { font-size:.74rem; color:var(--ink-500); max-width:460px; }
.required { color:var(--danger); }

/* Modal */
.modal { position:fixed; z-index:3000; inset:0; display:none; place-items:center; padding:20px; background:rgba(3,8,23,.78); backdrop-filter:blur(8px); }
.modal.is-open { display:grid; }
.modal-dialog { width:min(100%,780px); max-height:min(92vh,900px); overflow:auto; background:#fff; border-radius:24px; box-shadow:var(--shadow-lg); }
.modal-head { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:22px 25px; border-bottom:1px solid var(--line); }
.modal-head h2 { font-size:1.45rem; }
.modal-close { width:40px; height:40px; border:0; border-radius:50%; background:#eef2f6; color:var(--navy-900); font-size:1.4rem; }
.modal-body { padding:25px; }
.floating-contact { position:fixed; z-index:900; right:22px; bottom:22px; width:58px; height:58px; border:0; border-radius:50%; background:var(--gold-500); color:var(--navy-950); box-shadow:0 15px 38px rgba(6,16,44,.28); display:grid; place-items:center; }
.floating-contact svg { width:25px; height:25px; }

/* Footer */
.site-footer { background:#040a1d; color:#b3bfd2; padding:50px 0 26px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:35px; padding-bottom:30px; }
.footer-brand { display:flex; align-items:center; gap:13px; margin-bottom:14px; }
.footer-brand img { width:55px; height:55px; object-fit:cover; border-radius:50%; }
.footer-brand strong { color:#fff; display:block; }
.footer-brand span { color:#7f91ae; font-size:.72rem; }
.footer-title { color:#fff; font-size:.82rem; text-transform:uppercase; letter-spacing:.1em; font-weight:800; margin-bottom:13px; }
.footer-links { display:grid; gap:8px; }
.footer-links a { color:#b3bfd2; text-decoration:none; font-size:.84rem; }
.footer-links a:hover { color:var(--gold-400); }
.footer-legal { display:grid; gap:6px; font-size:.78rem; }
.footer-email-heading { color:#fff; font-weight:800; margin-top:10px; }
.footer-email-directory { display:grid; gap:8px; min-width:0; }
.footer-email-directory-row { display:grid; gap:1px; min-width:0; }
.footer-email-directory-row span { color:#7f91ae; font-size:.7rem; }
.footer-email-directory-row a { color:#b3bfd2; text-decoration:none; overflow-wrap:anywhere; }
.footer-email-directory-row a:hover { color:var(--gold-400); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); color:#7f91ae; font-size:.73rem; }

/* Utility pages */
.utility-page { min-height:100vh; background:var(--surface-alt); padding:125px 0 70px; }
.utility-card { max-width:850px; margin:auto; background:#fff; border:1px solid var(--line); border-radius:24px; padding:clamp(26px,5vw,54px); box-shadow:var(--shadow-sm); }
.utility-card h1 { color:var(--navy-950); font-size:clamp(2.1rem,5vw,3.6rem); margin-bottom:18px; }
.utility-card h2 { font-size:1.35rem; margin:30px 0 10px; }
.utility-card ul { color:var(--ink-700); }
.utility-card .btn { margin-top:18px; }
.utility-main { padding: 0; }
.utility-card section h2 { font-size: 1.32rem; margin: 30px 0 9px; }
.utility-card section p { color: var(--ink-700); }
.credit-list { display: grid; gap: 12px; margin: 28px 0; padding-inline-start: 22px; }
.credit-list a { color: var(--teal-600); }

html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
html[dir="rtl"] .language-options { right: auto; left: 0; }
html[dir="rtl"] .hero-shade { background: linear-gradient(270deg, rgba(5,13,38,.98) 0%, rgba(5,13,38,.88) 48%, rgba(5,13,38,.5) 100%); }
html[dir="rtl"] .boundary-note { border-left: 0; border-right: 3px solid var(--gold-500); border-radius: 10px 0 0 10px; }
html[dir="rtl"] .floating-contact { right: auto; left: 22px; }
html[dir="rtl"] .skip-link { left: auto; right: 8px; }
html[dir="rtl"] .process-step { padding: 0 0 0 17px; }
html[dir="rtl"] .process-step::after { left: 8px; right: 55px; }

.reveal { opacity:1; transform:none; transition:opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 1040px) {
  .site-nav { position:fixed; inset:78px 0 auto 0; display:none; padding:22px 20px 28px; background:var(--navy-950); border-bottom:1px solid rgba(255,255,255,.1); flex-direction:column; align-items:stretch; gap:8px; }
  .site-nav.is-open { display:flex; }
  .site-nav a { padding:10px 8px; font-size:1rem; }
  .language-menu, .header-cta { text-align:center; }
  .language-menu summary { width:100%; }
  .language-options { position:static; width:100%; margin-top:8px; box-shadow:none; background:rgba(255,255,255,.04); }
  .nav-toggle { display:block; }
  .hero-inner { grid-template-columns:1fr; }
  .hero-visual { min-height:370px; margin-top:-20px; }
  .hero-logo { width:min(75%,540px); }
  .hero-facts { grid-template-columns:repeat(2,1fr); }
  .hero-fact:nth-child(2) { border-right:0; }
  .hero-fact:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.12); }
  .three-column, .product-grid { grid-template-columns:repeat(2,1fr); }
  .photo-grid { grid-template-columns:repeat(2,1fr); }
  .four-column { grid-template-columns:repeat(2,1fr); }
  .process { grid-template-columns:repeat(3,1fr); gap:32px 0; }
  .process-step:nth-child(3)::after, .process-step:nth-child(6)::after { display:none; }
  .company-panel, .contact-wrap { grid-template-columns:1fr; }
}

@media (max-width: 720px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .section { padding:72px 0; }
  .brand { min-width:0; }
  .brand-name { max-width: 210px; white-space: normal; font-size:.72rem; line-height:1.15; }
  .brand-legal { display:none; }
  .brand-mark { width:44px; height:44px; }
  .hero { padding-top:125px; min-height:auto; }
  .hero-inner { gap:20px; }
  .hero-visual { min-height:300px; }
  .hero-logo { width:95%; }
  .orbit { display:none; }
  .hero-facts { margin-top:32px; grid-template-columns:1fr; }
  .hero-fact { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
  .hero-fact:last-child { border-bottom:0; }
  .two-column, .three-column, .four-column, .product-grid { grid-template-columns:1fr; }
  .photo-grid { grid-template-columns:1fr; }
  .photo-card, .photo-card img { min-height:360px; }
  .process { grid-template-columns:1fr; gap:24px; }
  .process-step { padding-left:66px; }
  .process-step::before { position:absolute; left:0; top:0; }
  .process-step::after { top:55px; bottom:-18px; left:24px; right:auto; width:1px; height:auto; display:block !important; }
  .process-step:last-child::after { display:none !important; }
  .fact-row { grid-template-columns:1fr; gap:4px; }
  .contact-form { grid-template-columns:1fr; }
  .form-field--full, .check-field, .form-actions { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .floating-contact { width:52px; height:52px; right:14px; bottom:14px; }
  html[dir="rtl"] .floating-contact { right:auto; left:14px; }
  html[dir="rtl"] .process-step { padding-left:0; padding-right:66px; }
  html[dir="rtl"] .process-step::before { left:auto; right:0; }
  html[dir="rtl"] .process-step::after { left:auto; right:24px; }
}

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