:root {
  --ink: #12110f;
  --ink-soft: #23201c;
  --paper: #f3f0e9;
  --white: #ffffff;
  --copper: #c88d52;
  --line: rgba(18,17,15,.18);
  --line-dark: rgba(255,255,255,.22);
  --shell: min(1320px, calc(100vw - 64px));
  --ease: cubic-bezier(.22,.8,.2,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Noto Sans", "Noto Sans SC", "Noto Sans Arabic", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); 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; inset-block-start: 10px; inset-inline-start: 10px; z-index: 100; transform: translateY(-160%); background: var(--white); padding: 10px 16px; }
.skip-link:focus { transform: none; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 96px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding-inline: max(32px, calc((100vw - 1440px) / 2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .08em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.7); font-weight: 800; letter-spacing: -.08em; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy b { font-size: 16px; }
.brand-copy small { margin-top: 5px; font-size: 11px; opacity: .7; letter-spacing: .18em; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 14px; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 -9px; height: 1px; background: var(--copper); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-control select { appearance: none; color: var(--white); background: transparent; border: 0; padding: 10px 23px 10px 8px; background-image: linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%); background-position: calc(100% - 12px) 50%,calc(100% - 8px) 50%; background-size: 4px 4px,4px 4px; background-repeat: no-repeat; }
.language-control option { color: var(--ink); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--white); background: var(--white); color: var(--ink); font-weight: 700; font-size: 14px; letter-spacing: .02em; transition: background .25s, color .25s, border .25s, transform .25s; }
.button:hover { transform: translateY(-2px); background: var(--copper); border-color: var(--copper); color: var(--white); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link::after { content: "↓"; color: var(--copper); }
.text-link.light { color: var(--white); }
.menu-toggle { display: none; }
.hero { position: relative; min-height: 780px; height: 94svh; color: var(--white); overflow: hidden; background: #27231f; }
.hero-image, .hero-shade { position: absolute; inset: 0; height: 100%; }
.hero-image { object-fit: cover; object-position: 58% center; animation: heroReveal 1.2s var(--ease) both; }
.hero-shade { background: linear-gradient(90deg,rgba(13,12,10,.83) 0%,rgba(13,12,10,.48) 42%,rgba(13,12,10,.08) 78%),linear-gradient(0deg,rgba(13,12,10,.44),transparent 45%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 100%; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 80px; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; color: var(--copper); }
.eyebrow.dark { color: #8a5b2d; }
.hero h1 { max-width: 870px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(66px, 8.2vw, 132px); line-height: .88; font-weight: 400; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 34px 0 0; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 26px; align-items: center; margin-top: 38px; }
.hero-note { position: absolute; z-index: 3; inset-inline-end: 0; inset-block-end: 0; display: grid; grid-template-columns: auto minmax(220px,320px); gap: 20px; align-items: start; width: min(500px,42vw); padding: 28px 40px; background: var(--copper); color: var(--ink); }
.hero-note span { font-size: 12px; font-weight: 800; }
.hero-note p { margin: 0; font-family: Georgia,serif; font-size: 20px; line-height: 1.35; }
@keyframes heroReveal { from { opacity: .3; transform: scale(1.05); } to { opacity: 1; transform: scale(1); } }
.intro { display: grid; grid-template-columns: 150px minmax(0,1.3fr) minmax(280px,.7fr); gap: 50px; padding-block: 130px; }
.section-index { padding-top: 8px; color: #8b8176; font-size: 13px; letter-spacing: .12em; }
.kicker { margin: 0 0 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: #6a625a; }
.intro h2, .section-heading h2, .series h2, .manufacturing h2, .global h2, .inquiry h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.intro h2 { font-size: clamp(42px,5.2vw,76px); }
.intro-text { align-self: end; margin: 0; color: #5b554f; font-size: 17px; }
.collections { padding-block: 120px 140px; background: #ded8cd; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.5fr); gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { max-width: 840px; font-size: clamp(48px,5.7vw,82px); }
.section-heading > p { margin: 0; color: #5b554f; }
.product-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 360px 360px; gap: 18px; }
.product-card { position: relative; overflow: hidden; color: var(--white); min-height: 360px; }
.product-card-large { grid-row: 1 / 3; }
.product-card img, .card-overlay { position: absolute; inset: 0; height: 100%; }
.product-card img { object-fit: cover; transition: transform .8s var(--ease); }
.card-overlay { background: linear-gradient(0deg,rgba(16,14,12,.8),transparent 65%); }
.product-card:hover img { transform: scale(1.035); }
.product-copy { position: absolute; z-index: 2; inset: auto 28px 28px; display: grid; grid-template-columns: 36px 1fr; column-gap: 14px; }
.product-copy span { grid-row: 1 / 3; font-size: 12px; color: var(--copper); padding-top: 7px; }
.product-copy h3 { margin: 0 0 4px; font-family: Georgia,serif; font-weight: 400; font-size: clamp(28px,3vw,46px); line-height: 1; }
.product-copy p { max-width: 460px; margin: 0; font-size: 14px; color: rgba(255,255,255,.78); }
.series { padding-block: 140px; }
.series-layout { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(480px,1.2fr); gap: 120px; }
.series-sticky { position: sticky; top: 40px; align-self: start; }
.series h2 { font-size: clamp(46px,5vw,72px); }
.series-sticky > p:not(.eyebrow) { color: #5b554f; max-width: 520px; margin: 28px 0 34px; }
.series-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.series-list li { display: grid; grid-template-columns: 52px 1fr auto; gap: 20px; align-items: center; min-height: 74px; border-bottom: 1px solid var(--line); }
.series-list span { color: #9b9186; font-size: 12px; }
.series-list b { font-family: Georgia,serif; font-size: 26px; font-weight: 400; letter-spacing: .02em; }
.series-list em { font-style: normal; color: #777068; font-size: 14px; }
.manufacturing { background: var(--ink); color: var(--white); padding-block: 140px; overflow: hidden; }
.manufacturing-grid { display: grid; grid-template-columns: minmax(330px,.75fr) minmax(520px,1.25fr); gap: 100px; align-items: center; }
.manufacturing h2 { font-size: clamp(54px,6vw,88px); }
.manufacturing-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); margin: 30px 0 44px; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-dark); }
.process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.process-list li > span { color: var(--copper); font-size: 12px; }
.process-list div { display: grid; gap: 3px; }
.process-list b { font-size: 16px; }
.process-list small { color: rgba(255,255,255,.55); font-size: 14px; }
.manufacturing-visuals { position: relative; padding: 0 0 80px 80px; }
.factory-main img { aspect-ratio: 1.55; object-fit: cover; }
.factory-secondary { position: absolute; width: 46%; inset: auto auto 0 0; border: 10px solid var(--ink); }
.factory-secondary img { aspect-ratio: 1.3; object-fit: cover; }
.manufacturing figure { margin: 0; }
.manufacturing figcaption { margin-top: 8px; color: rgba(255,255,255,.5); text-transform: uppercase; font-size: 11px; letter-spacing: .14em; }
.global { position: relative; min-height: 690px; display: grid; place-items: center end; color: var(--white); overflow: hidden; }
.global > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.global::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(12,11,10,.18),rgba(12,11,10,.77)); }
.global-panel { position: relative; z-index: 2; width: min(690px,52vw); margin-inline-end: max(32px,calc((100vw - 1320px) / 2)); padding: 70px; background: rgba(18,17,15,.88); backdrop-filter: blur(8px); }
.global h2 { font-size: clamp(48px,5vw,76px); }
.global-panel > p:not(.eyebrow) { margin: 26px 0 34px; color: rgba(255,255,255,.66); }
.inquiry { padding-block: 140px; }
.inquiry-layout { display: grid; grid-template-columns: minmax(300px,.65fr) minmax(520px,1.35fr); gap: 100px; align-items: start; }
.inquiry h2 { font-size: clamp(48px,5vw,74px); }
.inquiry-intro > p:not(.eyebrow) { color: #5b554f; max-width: 520px; margin-top: 24px; }
.contact-stack { display: grid; margin-top: 34px; border-top: 1px solid var(--line); }
.contact-stack a, .contact-stack button { display: grid; grid-template-columns: 88px 1fr auto; gap: 14px; align-items: center; min-width: 0; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: start; }
.contact-stack span { color: #786e64; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-stack b { min-width: 0; overflow-wrap: anywhere; font-size: 14px; }
.contact-stack small { color: #8a5b2d; font-size: 12px; font-weight: 800; }
.contact-stack a:hover b, .contact-stack button:hover b { color: #8a5b2d; }
.contact-status { min-height: 24px; margin: 8px 0 0 !important; color: #795027 !important; font-size: 13px; }
.rfq-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.rfq-form label { display: grid; gap: 8px; }
.rfq-form label span { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.rfq-form input, .rfq-form select, .rfq-form textarea, #rfq-output { width: 100%; border: 1px solid #bbb3a8; border-radius: 0; background: rgba(255,255,255,.4); color: var(--ink); padding: 15px 16px; outline: 0; }
.rfq-form input, .rfq-form select { min-height: 54px; }
.rfq-form textarea { resize: vertical; min-height: 128px; }
.rfq-form input:focus, .rfq-form select:focus, .rfq-form textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 2px rgba(200,141,82,.2); }
.field-wide { grid-column: 1 / -1; }
.rfq-result { grid-column: 2; background: #e4ddd1; padding: 28px; }
.result-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 16px; }
.result-heading h3 { margin: 0; font-family: Georgia,serif; font-size: 30px; font-weight: 400; }
.close-result { border: 0; background: transparent; font-size: 32px; line-height: 1; }
#rfq-output { background: #fff; resize: vertical; }
.result-actions { display: flex; align-items: center; gap: 22px; margin-top: 18px; }
.button-whatsapp { background: #1f6f50; border-color: #1f6f50; color: var(--white); }
.text-button { border: 0; border-bottom: 1px solid currentColor; background: none; padding: 4px 0; font-weight: 700; }
.result-status { min-height: 24px; margin: 12px 0 0; color: #795027; font-size: 14px; }
.site-footer { background: #0b0a09; color: var(--white); padding: 80px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 60px; padding-bottom: 70px; }
.footer-logo { font-size: clamp(38px,5vw,72px); font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.footer-grid p { max-width: 360px; color: rgba(255,255,255,.5); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.footer-grid span { color: var(--copper); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; margin-bottom: 8px; }
.footer-grid a, .footer-grid button { color: rgba(255,255,255,.7); background: none; border: 0; padding: 0; font-size: 14px; text-align: start; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--white); }
.footer-action a, .footer-action button { overflow-wrap: anywhere; }
.footer-action a:first-of-type { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line-dark); padding-top: 22px; color: rgba(255,255,255,.46); font-size: 12px; }
[dir="rtl"] .site-nav a::after { transform-origin: right; }
[dir="rtl"] .hero-shade { background: linear-gradient(270deg,rgba(13,12,10,.83) 0%,rgba(13,12,10,.48) 42%,rgba(13,12,10,.08) 78%),linear-gradient(0deg,rgba(13,12,10,.44),transparent 45%); }
[dir="rtl"] .language-control select { padding: 10px 8px 10px 23px; background-position: 12px 50%,8px 50%; }
[dir="rtl"] .manufacturing-visuals { padding: 0 80px 80px 0; }
[dir="rtl"] .factory-secondary { inset: auto 0 0 auto; }
@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 960px); }
  .site-header { padding-inline: 20px; gap: 20px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 13px; }
  .header-actions .button { display: none; }
  .intro { grid-template-columns: 70px 1fr; }
  .intro-text { grid-column: 2; max-width: 620px; }
  .series-layout, .manufacturing-grid, .inquiry-layout { gap: 60px; }
  .global-panel { width: min(660px,64vw); }
}
@media (max-width: 820px) {
  :root { --shell: calc(100vw - 32px); }
  .site-header { position: absolute; height: 78px; grid-template-columns: auto 1fr auto; }
  .header-actions { justify-self: end; }
  .menu-toggle { display: inline-grid; place-content: center; gap: 6px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); background: transparent; order: 3; }
  .menu-toggle span { width: 18px; height: 1px; background: #fff; }
  .site-nav { position: fixed; z-index: -1; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 22px; background: rgba(11,10,9,.98); padding: 90px 32px 40px; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s, transform .25s; }
  .site-nav a { font-family: Georgia,serif; font-size: 38px; }
  .menu-open .site-nav { opacity: 1; pointer-events: auto; transform: none; }
  .hero { min-height: 720px; height: 92svh; }
  .hero h1 { max-width: 640px; font-size: clamp(58px,14vw,98px); }
  .hero-note { display: none; }
  .intro { grid-template-columns: 1fr; gap: 26px; padding-block: 90px; }
  .section-index { display: none; }
  .intro-text { grid-column: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .collections { padding-block: 90px; }
  .product-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3,420px); }
  .product-card-large { grid-row: auto; }
  .series { padding-block: 90px; }
  .series-layout { grid-template-columns: 1fr; }
  .series-sticky { position: static; }
  .manufacturing { padding-block: 90px; }
  .manufacturing-grid { grid-template-columns: 1fr; }
  .global { place-items: end center; min-height: 760px; }
  .global::after { background: linear-gradient(0deg,rgba(12,11,10,.9),rgba(12,11,10,.06) 80%); }
  .global-panel { width: calc(100% - 32px); margin: 0 0 16px; padding: 40px; }
  .inquiry { padding-block: 90px; }
  .inquiry-layout { grid-template-columns: 1fr; }
  .rfq-result { grid-column: auto; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-action { grid-column: 2 / 4; }
}
@media (max-width: 560px) {
  .brand-copy { display: none; }
  .hero-content { padding-top: 70px; padding-bottom: 40px; }
  .hero h1 { font-size: 57px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .intro h2, .section-heading h2, .series h2, .manufacturing h2, .global h2, .inquiry h2 { font-size: 43px; }
  .product-grid { grid-template-rows: repeat(3,390px); }
  .product-copy { inset: auto 20px 22px; }
  .series-list li { grid-template-columns: 42px 1fr auto; gap: 10px; }
  .series-list b { font-size: 20px; }
  .manufacturing-grid { gap: 45px; }
  .manufacturing-visuals, [dir="rtl"] .manufacturing-visuals { padding: 0 0 72px; }
  .factory-secondary, [dir="rtl"] .factory-secondary { width: 58%; inset: auto 0 0 auto; }
  [dir="rtl"] .factory-secondary { inset: auto auto 0 0; }
  .global-panel { padding: 30px 24px; }
  .rfq-form { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .contact-stack a, .contact-stack button { grid-template-columns: 74px 1fr auto; gap: 9px; }
  .result-actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-action { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
