@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Cairo:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&family=Noto+Sans+Armenian:wght@400;500;600;700&family=Noto+Sans+Georgian:wght@400;500;600;700&display=swap');

:root{
  --ink:#181512;
  --ink-soft:#494039;
  --cream:#f3eee7;
  --paper:#faf7f2;
  --sand:#e6ddd1;
  --line:rgba(71,58,46,.17);
  --gold:#9f7a42;
  --gold-light:#c4a56f;
  --olive:#6e725c;
  --white:#fff;
  --shadow:0 24px 70px rgba(39,30,23,.10);
  --shadow-soft:0 16px 40px rgba(39,30,23,.07);
  --radius:28px;
  --container:min(1320px, calc(100vw - 48px));
  --serif:'Inter', Arial, sans-serif;
  --sans:'Inter', Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}
body[dir="rtl"]{font-family:'Cairo',var(--sans)}
body[dir="rtl"] h1,body[dir="rtl"] h2,body[dir="rtl"] h3,body[dir="rtl"] .display,body[dir="rtl"] .brand-word{font-family:'Cairo',var(--sans);letter-spacing:0;line-height:1.35}
html[lang="hy"] body,html[lang="hy"] h1,html[lang="hy"] h2,html[lang="hy"] h3{font-family:'Noto Sans Armenian',var(--sans)}
html[lang="ka"] body,html[lang="ka"] h1,html[lang="ka"] h2,html[lang="ka"] h3{font-family:'Noto Sans Georgian',var(--sans)}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{display:block;max-width:100%}
::selection{background:#d9c5a4;color:#211b16}
.container{width:var(--container);margin-inline:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:50;padding:16px 0;transition:.35s ease}
.site-header.scrolled{padding:9px 0;background:rgba(250,247,242,.88);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}
.header-inner{width:var(--container);margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand img{width:52px;height:52px;object-fit:contain;transition:.3s}
.scrolled .brand img{width:45px;height:45px}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-word{font-family:var(--serif);font-size:1.32rem;letter-spacing:.08em;font-weight:700}
.brand-tag{font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin-top:7px}
.nav{display:flex;justify-content:center;align-items:center;gap:20px}
.nav a{position:relative;font-size:.78rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;padding:8px 0}
.nav a:after{content:"";position:absolute;inset:auto 0 3px;width:0;height:1px;background:var(--gold);transition:.25s}
.nav a:hover:after,.nav a.active:after{width:100%}
.header-actions{display:flex;align-items:center;gap:10px}
.language-switcher{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:3px;background:rgba(255,255,255,.55)}
.language-select{appearance:none;-webkit-appearance:none;border:0;background:transparent;color:var(--ink);font-weight:600;font-size:.7rem;letter-spacing:.07em;padding:7px 25px 7px 10px;min-width:62px;outline:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--ink-soft) 50%),linear-gradient(135deg,var(--ink-soft) 50%,transparent 50%);background-position:calc(100% - 13px) 50%,calc(100% - 9px) 50%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}
body[dir="rtl"] .language-select{padding:7px 10px 7px 25px;background-position:13px 50%,9px 50%}
.lang-btn{border:0;background:transparent;color:var(--ink-soft);border-radius:999px;padding:7px 9px;font-size:.68rem;letter-spacing:.08em;cursor:pointer;transition:.2s}
.lang-btn.active{background:var(--ink);color:var(--white)}
.menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.62);cursor:pointer;place-items:center}
.menu-button span,.menu-button span:before,.menu-button span:after{display:block;width:17px;height:1px;background:var(--ink);content:"";transition:.25s}
.menu-button span:before{transform:translateY(-5px)}
.menu-button span:after{transform:translateY(4px)}
.menu-button.open span{background:transparent}
.menu-button.open span:before{transform:rotate(45deg)}
.menu-button.open span:after{transform:rotate(-45deg) translateY(-1px)}

/* Type and controls */
.eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 18px;color:var(--gold);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.eyebrow:before{content:"";width:36px;height:1px;background:currentColor}
body[dir="rtl"] .eyebrow{letter-spacing:0}
h1,h2,h3{font-family:var(--serif);font-weight:600;margin:0;line-height:1.06;letter-spacing:-.03em}
h1{font-size:clamp(4.4rem,8.4vw,8.4rem)}
h2{font-size:clamp(3rem,5.2vw,5.5rem)}
h3{font-size:clamp(1.7rem,2.5vw,2.6rem)}
p{margin:0;color:var(--ink-soft)}
.lead{font-size:clamp(1.02rem,1.5vw,1.22rem);line-height:1.9;max-width:680px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-size:.76rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:.28s ease}
body[dir="rtl"] .button{letter-spacing:0}
.button:after{content:"↗";font-size:1rem;transition:.25s}
.button:hover{transform:translateY(-2px)}
.button:hover:after{transform:translate(2px,-2px)}
.button-dark{background:var(--ink);color:#fff}
.button-dark:hover{background:#2b241e}
.button-light{background:#fff;color:var(--ink);box-shadow:var(--shadow-soft)}
.button-outline{border-color:var(--line);background:rgba(255,255,255,.28)}
.button-outline:hover{border-color:var(--gold);background:rgba(255,255,255,.75)}
.button-gold{background:var(--gold);color:#fff}
.button-gold:hover{background:#8c6938}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600}
.text-link:after{content:"→";font-size:1.05rem;transition:.2s}
.text-link:hover:after{transform:translateX(4px)}
body[dir="rtl"] .text-link{letter-spacing:0}
.text-link[data-i18n="common.explore"]:after{content:"↗"}

/* Home hero */
.home-hero{min-height:100svh;padding:126px 0 54px;display:grid;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 5% 22%,rgba(191,161,111,.17),transparent 33%),linear-gradient(135deg,#f7f2eb,#eee6dc)}
.home-hero:before{content:"";position:absolute;width:42vw;height:42vw;right:-18vw;bottom:-18vw;border:1px solid rgba(159,122,66,.20);border-radius:50%}
.hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(530px,1.12fr);gap:64px;align-items:center}
.hero-copy{position:relative;z-index:2;padding-top:24px}
.hero-copy h1{max-width:8ch;font-family:'Cormorant Garamond',var(--serif);font-weight:600;letter-spacing:-.018em;line-height:.95}
.hero-copy h1 em{font-weight:500;color:var(--gold);font-style:italic}
body[dir="rtl"] .hero-copy h1{font-family:'Cairo',var(--sans);line-height:1.2;letter-spacing:0}
.hero-copy .lead{margin-top:28px;max-width:610px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.hero-note{display:flex;align-items:center;gap:13px;margin-top:40px;font-size:.78rem;color:var(--ink-soft)}
.hero-note:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--olive);box-shadow:0 0 0 6px rgba(110,114,92,.12)}
.hero-gallery{height:min(73vh,760px);min-height:590px;display:grid;grid-template-columns:1.06fr .72fr;grid-template-rows:1fr 1fr;gap:16px;position:relative}
.hero-image{position:relative;overflow:hidden;border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow)}
.hero-image:first-child{grid-row:1/3}
.hero-image img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}
.hero-image:hover img{transform:scale(1.035)}
.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(16,12,9,.48))}
.hero-label{position:absolute;z-index:2;left:20px;bottom:18px;color:#fff;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
body[dir="rtl"] .hero-label{left:auto;right:20px;letter-spacing:0}
.hero-seal{display:none}
.hero-seal .seal-kicker{display:block;font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:700}
.hero-seal strong{display:block;font-family:var(--serif);font-size:1.52rem;line-height:1.08;font-weight:600;color:var(--ink)}
.hero-seal small{display:block;font-size:.69rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}
body[dir="rtl"] .hero-seal{text-align:right;transform:rotate(5deg)}
body[dir="rtl"] .hero-seal .seal-kicker,body[dir="rtl"] .hero-seal small{letter-spacing:0}

/* Shared sections */
.section{padding:120px 0;position:relative}
.section-cream{background:var(--cream)}
.section-dark{background:var(--ink);color:#fff}
.section-dark p{color:rgba(255,255,255,.67)}
.section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.65fr);align-items:end;gap:40px;margin-bottom:54px}
.section-head .lead{justify-self:end;max-width:560px}
.section-index{font-family:var(--serif);font-size:1.3rem;color:var(--gold);margin-bottom:18px}

.stats-band{border-block:1px solid var(--line);background:rgba(255,255,255,.42)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:34px 32px;border-inline-end:1px solid var(--line)}
.stat:last-child{border-inline-end:0}
.stat strong{display:block;font-family:var(--serif);font-size:clamp(2.7rem,4vw,4.5rem);line-height:1;color:var(--ink);font-weight:600}
.stat span{display:block;margin-top:10px;color:var(--ink-soft);font-size:.73rem;letter-spacing:.08em;text-transform:uppercase}
body[dir="rtl"] .stat span{letter-spacing:0}

.collections-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.collection-card{position:relative;min-height:620px;border-radius:var(--radius);overflow:hidden;background:#ddd;box-shadow:var(--shadow-soft)}
.collection-card:not(:first-child){min-height:520px}
.collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.7,.2,1)}
.collection-card:hover img{transform:scale(1.04)}
.collection-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,11,8,.03) 28%,rgba(15,11,8,.78) 100%)}
.collection-card-content{position:absolute;z-index:2;inset:auto 28px 28px;color:#fff}
.collection-card-content p{color:rgba(255,255,255,.7);font-size:.73rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:9px}
.collection-card-content h3{font-size:clamp(2.1rem,3.2vw,3.7rem);max-width:8ch;margin-bottom:18px}
.collection-card-content .text-link{color:#fff}

.story-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:88px;align-items:center}
.story-visual{position:relative;padding:0 62px 62px 0}
.story-visual img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow)}
.story-copy .lead{margin-top:18px}
.story-points{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:34px 0 38px}
.story-point{padding:24px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.48)}
.story-point strong{display:block;font-size:1rem;color:var(--ink);margin-bottom:8px}
.story-point span{font-size:.95rem;color:var(--ink-soft)}

.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.process-card{position:relative;min-height:260px;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:rgba(255,255,255,.03)}
.process-card .num{font-family:var(--serif);font-size:1.1rem;color:var(--gold-light)}
.process-card h3{margin-top:48px;font-size:2rem;color:#fff}
.process-card p{margin-top:12px;font-size:.98rem}

.marquee{overflow:hidden;border-block:1px solid var(--line);background:var(--paper)}
.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite;padding:19px 0}
.marquee-track span{font-family:var(--serif);font-size:1.28rem;color:var(--ink-soft);white-space:nowrap}
.marquee-track span:after{content:"✦";color:var(--gold);margin:0 34px}
@keyframes marquee{to{transform:translateX(-50%)}}
body[dir="rtl"] .marquee-track{animation-direction:reverse}

/* Custom section */
.custom-grid{display:grid;grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);gap:34px;align-items:start}
.custom-copy .lead{margin-top:20px;max-width:650px}
.custom-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.custom-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow-soft);min-height:240px}
.custom-card span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--cream);color:var(--gold);font-family:var(--serif);font-size:1.1rem;margin-bottom:20px}
.custom-card h3{font-size:2rem;line-height:1.04;margin-bottom:12px}
.custom-card p{font-size:.95rem}

/* Collaboration */
.collaboration{background:linear-gradient(135deg,#e9dfd2 0%,#f6f0e8 62%,#e1d4c4 100%)}
.collaboration-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}
.collaboration-copy{position:sticky;top:120px}
.collaboration-copy h2{max-width:11ch}
.collaboration-copy .lead{margin-top:25px}
.contact-list{display:grid;gap:13px;margin-top:34px}
.contact-list a,.contact-list span{display:flex;align-items:center;gap:12px;font-size:.9rem;color:var(--ink-soft)}
.contact-list i{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);font-style:normal;color:var(--gold)}
.form-card{background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow);border-radius:var(--radius);padding:38px;backdrop-filter:blur(10px)}
.form-card h3{font-size:2.2rem;margin-bottom:24px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:grid;gap:7px}
.field-full{grid-column:1/-1}
.field label{font-size:.67rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);font-weight:600}
body[dir="rtl"] .field label{letter-spacing:0}
.field input,.field select,.field textarea{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:13px 2px;color:var(--ink);outline:none;border-radius:0}
.field textarea{min-height:110px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold)}
.form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:25px}
.form-note{font-size:.72rem;color:var(--ink-soft);margin-top:14px}

/* Collection pages */
.collection-hero{min-height:76svh;padding:140px 0 58px;display:grid;align-items:end;position:relative;overflow:hidden;background:#ddd}
.collection-hero-media{position:absolute;inset:0}
.collection-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:blur(1.4px) brightness(.68) saturate(.94);transform:scale(1.04)}
.collection-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,12,9,.84) 0%,rgba(16,12,9,.58) 42%,rgba(16,12,9,.18) 78%)}
body[dir="rtl"] .collection-hero:after{background:linear-gradient(-90deg,rgba(16,12,9,.84) 0%,rgba(16,12,9,.58) 42%,rgba(16,12,9,.18) 78%)}
.collection-hero-content{position:relative;z-index:2;color:#fff;max-width:760px}
.collection-hero-content .eyebrow{color:#d4b47f}
.collection-hero-content h1{font-size:clamp(4rem,7vw,7.5rem);max-width:9ch}
.collection-hero-content p{color:rgba(255,255,255,.82);font-size:1.08rem;max-width:650px;margin:28px 0 0}
.collection-hero-outline{color:#fff!important;border-color:rgba(255,255,255,.45)!important;background:rgba(255,255,255,.08)!important}
.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 0;border-bottom:1px solid var(--line);margin-bottom:42px}
.collection-count{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft)}
body[dir="rtl"] .collection-count{letter-spacing:0}
.catalog-inline{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 35px rgba(35,27,21,.055);transition:.3s ease;cursor:pointer}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft)}
.product-image{aspect-ratio:1/1;overflow:hidden;background:#ece5dc}
.product-image img{width:100%;height:100%;object-fit:cover;transition:.75s cubic-bezier(.2,.7,.2,1)}
.product-card:hover .product-image img{transform:scale(1.035)}
.product-info{padding:19px 20px 22px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}
.product-code{font-family:var(--serif);font-size:1.8rem;line-height:1;margin-bottom:8px}
.product-type{font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-soft)}
body[dir="rtl"] .product-type{letter-spacing:0}
.product-finish{text-align:end;font-size:.73rem;color:var(--gold)}
.load-note{text-align:center;margin-top:42px;color:var(--ink-soft);font-size:.83rem}

.collection-note{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:70px;border-radius:var(--radius);background:linear-gradient(135deg,#f4eee7,#ece2d6);margin-top:84px}
.collection-note h2{font-size:clamp(2.8rem,4vw,4.5rem);max-width:10ch}
.collection-note .lead{font-size:1rem}
.collection-note .hero-actions{margin-top:25px}


.minimal-showcase-intro{margin-bottom:34px;max-width:860px}
.minimal-showcase-intro .lead{margin-top:16px;max-width:760px}
.minimal-showcase-grid{columns:4 260px;column-gap:18px}
.minimal-showcase-item{break-inside:avoid;margin:0 0 18px;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 10px 35px rgba(35,27,21,.06)}
.minimal-showcase-item img{width:100%;height:auto;display:block;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.minimal-showcase-item:hover img{transform:scale(1.02)}
.minimal-showcase-note{margin-top:12px;color:var(--ink-soft);font-size:.9rem}

/* Dialog */
dialog{border:0;padding:0;background:transparent;max-width:min(980px,calc(100vw - 32px));width:100%;color:var(--ink)}
dialog::backdrop{background:rgba(17,13,10,.72);backdrop-filter:blur(8px)}
.dialog-card{background:var(--paper);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.12fr .88fr;position:relative;box-shadow:var(--shadow)}
.dialog-image{min-height:620px;background:#e9e0d6}
.dialog-image img{width:100%;height:100%;object-fit:cover}
.dialog-content{padding:46px;display:flex;flex-direction:column;justify-content:center}
.dialog-content .eyebrow{margin-bottom:16px}
.dialog-content h3{font-size:3.6rem}
.dialog-content p{margin-top:16px}
.dialog-meta{display:grid;gap:0;margin:30px 0;border-block:1px solid var(--line)}
.dialog-meta div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}
.dialog-meta div:last-child{border:0}
.dialog-meta span:first-child{color:var(--ink-soft)}
.dialog-actions{display:flex;flex-wrap:wrap;gap:10px}
.dialog-close{position:absolute;right:17px;top:17px;width:43px;height:43px;border:1px solid var(--line);background:rgba(255,255,255,.85);border-radius:50%;font-size:1.3rem;cursor:pointer;z-index:2}
body[dir="rtl"] .dialog-close{right:auto;left:17px}


/* Production journey */
.production-preview{background:#f8f4ee}
.production-preview-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.production-preview-media{height:620px;display:grid;grid-template-columns:1.2fr .8fr;gap:16px;position:relative}
.production-preview-media img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-soft)}
.production-preview-media img:last-child{height:72%;align-self:end}
.production-preview-copy .lead{margin:22px 0 32px}

.production-hero{min-height:100svh;padding:132px 0 64px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f4eee6,#e7ddd0)}
.production-hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);gap:64px;align-items:center}
.production-hero-copy h1{font-family:'Cormorant Garamond',var(--serif);font-size:clamp(4.2rem,7.8vw,7.8rem);max-width:9ch;line-height:.94;letter-spacing:-.02em}
html[lang="hy"] .production-hero-copy h1,html[lang="ka"] .production-hero-copy h1,body[dir="rtl"] .production-hero-copy h1{font-family:inherit;line-height:1.2}
.production-hero-copy .lead{margin-top:28px;max-width:640px}
.production-hero-gallery{height:min(74vh,760px);min-height:600px;display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:16px}
.production-hero-gallery figure{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.production-hero-gallery .production-hero-main{grid-row:1/3}
.production-hero-gallery img{width:100%;height:100%;object-fit:cover}
.production-hero-gallery figure:nth-child(2) img{object-position:center 30%}

.production-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.production-fact{padding:30px;border-radius:26px;background:rgba(255,255,255,.68);border:1px solid var(--line);min-height:260px}
.production-fact>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--ink);color:#fff;font-size:.75rem;margin-bottom:42px}
.production-fact h3{font-size:2rem;line-height:1.08;margin-bottom:14px}
.production-stage-head{max-width:840px;margin-bottom:64px}
.production-steps{display:grid;gap:92px}
.production-step{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}
.production-step-reverse .production-step-media{order:2}
.production-step-media{height:620px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);background:#ddd}
.production-step-media img{width:100%;height:100%;object-fit:cover}
.production-step-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px;background:#eee}
.production-step-pair img{border-radius:18px}
.production-step-copy{padding:20px 0}
.production-step-number{display:block;font-family:'Cormorant Garamond',var(--serif);font-size:5rem;line-height:1;color:rgba(159,122,66,.32);margin-bottom:18px}
.production-step-copy h3{font-size:clamp(2.5rem,4vw,4.2rem);max-width:12ch;margin-bottom:22px}
.production-step-copy>p:last-child{font-size:1.02rem;line-height:1.9;max-width:590px}
.production-gallery{columns:4 260px;column-gap:18px}
.production-gallery figure{break-inside:avoid;margin:0 0 18px;border-radius:22px;overflow:hidden;background:#28231f}
.production-gallery img{width:100%;height:auto;display:block;transition:transform .7s ease}
.production-gallery figure:hover img{transform:scale(1.025)}
.production-cta{background:linear-gradient(135deg,#e7dbcd,#f6f0e8)}
.production-cta-inner{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;padding:64px;border-radius:var(--radius);background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow-soft)}
.production-cta-inner h2{max-width:13ch}
.production-cta-inner .lead{margin-top:20px}

/* Footer */
.site-footer{background:#15110e;color:#fff;padding:76px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr 1fr;gap:52px;padding-bottom:60px}
.footer-brand .brand-word{font-size:2rem}
.footer-brand p{color:rgba(255,255,255,.56);max-width:330px;margin-top:18px}
.footer-title{font-size:.67rem;letter-spacing:.08em;text-transform:uppercase;color:#b89b6c;margin-bottom:18px}
body[dir="rtl"] .footer-title{letter-spacing:0}
.footer-links{display:grid;gap:11px}
.footer-links a,.footer-links span{color:rgba(255,255,255,.67);font-size:.86rem}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:rgba(255,255,255,.42);font-size:.7rem}

.whatsapp-float{position:fixed;z-index:35;right:22px;bottom:22px;width:57px;height:57px;border-radius:50%;display:grid;place-items:center;background:#1f8f5a;color:#fff;box-shadow:0 16px 30px rgba(18,102,60,.28);font-weight:700;transition:.25s}
.whatsapp-float:hover{transform:translateY(-3px)}
body[dir="rtl"] .whatsapp-float{right:auto;left:22px}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:none}

@media (max-width:1100px){
  :root{--container:min(100% - 36px,1120px)}
  .nav{gap:17px}
  .nav a{font-size:.68rem}
  .hero-grid{grid-template-columns:1fr 1fr;gap:36px}
  .production-hero-grid{grid-template-columns:1fr 1fr;gap:36px}
  .production-preview-grid{gap:44px}
  .production-step{gap:42px}
  .hero-gallery{min-height:520px;height:62vh}
  .production-hero-gallery{min-height:520px;height:62vh}
  .collections-grid{grid-template-columns:1fr 1fr}
  .collection-card:first-child{grid-column:1/-1;min-height:620px}
  .collection-card:not(:first-child){min-height:580px}
  .story-grid{gap:54px}
  .process-grid{grid-template-columns:1fr 1fr}
  .production-facts{grid-template-columns:1fr 1fr}
  .production-step,.production-step-reverse{grid-template-columns:1fr}
  .production-step-reverse .production-step-media{order:0}
  .production-step-media{height:560px}
  .production-gallery{columns:3 220px}
  .production-cta-inner{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2/4}
}

@media (max-width:820px){
  :root{--container:min(100% - 28px,760px);--radius:22px}
  .site-header{padding:10px 0}
  .header-inner{grid-template-columns:auto 1fr auto;gap:12px}
  .brand img{width:42px;height:42px}
  .brand-word{font-size:1.1rem}
  .brand-tag{display:none}
  .menu-button{display:grid}
  .nav{position:fixed;left:14px;right:14px;top:75px;display:grid;gap:0;padding:12px;border-radius:20px;background:rgba(250,247,242,.97);box-shadow:var(--shadow);border:1px solid var(--line);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.25s}
  .nav.open{opacity:1;visibility:visible;transform:none}
  .nav a{padding:13px 12px;font-size:.76rem}
  .nav a:after{display:none}
  .header-actions{gap:6px}
  .language-switcher{padding:2px}
  .lang-btn{padding:6px 7px}
  .home-hero{padding-top:106px;min-height:auto}
  .production-hero{padding-top:110px;min-height:auto}
  .hero-grid{grid-template-columns:1fr}
  .production-hero-grid,.production-preview-grid{grid-template-columns:1fr}
  .hero-copy h1{max-width:8ch;font-family:'Cormorant Garamond',var(--serif);font-weight:600;letter-spacing:-.018em;line-height:.95}
  .hero-gallery{height:580px;min-height:0;grid-template-columns:1.15fr .85fr}
  .production-hero-gallery{height:590px;min-height:0;grid-template-columns:1.15fr .85fr}
  .production-preview-media{height:560px}
  .hero-seal{min-width:200px;max-width:220px;left:-8px;bottom:24px;padding:16px 18px}
  .hero-seal strong{font-size:1.2rem}
  .section{padding:84px 0}
  .section-head{grid-template-columns:1fr;gap:22px}
  .section-head .lead{justify-self:start}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat:nth-child(2){border-inline-end:0}
  .stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .collections-grid{grid-template-columns:1fr}
  .collection-card:first-child{grid-column:auto}
  .collection-card,.collection-card:first-child,.collection-card:not(:first-child){min-height:560px}
  .story-grid{grid-template-columns:1fr}
  .story-visual{padding:0 38px 38px 0}
  .story-points{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .production-facts{grid-template-columns:1fr 1fr}
  .production-step,.production-step-reverse{grid-template-columns:1fr}
  .production-step-reverse .production-step-media{order:0}
  .production-step-media{height:560px}
  .production-gallery{columns:3 220px}
  .production-cta-inner{grid-template-columns:1fr}
  .process-card{min-height:235px}
  .process-card h3{margin-top:38px}
  .custom-grid,.collaboration-grid{grid-template-columns:1fr}
  .custom-cards{grid-template-columns:1fr 1fr}
  .minimal-showcase-grid{columns:2 180px}
  .collaboration-copy{position:static}
  .form-card{padding:28px}
  .collection-hero{min-height:68svh;padding-top:120px}
  .collection-hero:after{background:linear-gradient(0deg,rgba(16,12,9,.84),rgba(16,12,9,.18) 76%)}
  body[dir="rtl"] .collection-hero:after{background:linear-gradient(0deg,rgba(16,12,9,.84),rgba(16,12,9,.18) 76%)}
  .collection-hero-content h1{font-size:clamp(3.6rem,13vw,6rem)}
  .collection-note{grid-template-columns:1fr;padding:42px;gap:24px}
  .dialog-card{grid-template-columns:1fr;max-height:90svh;overflow:auto}
  .dialog-image{min-height:400px}
  .dialog-content{padding:32px}
  .dialog-content h3{font-size:2.8rem}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-grid>div:last-child{grid-column:auto}
}

@media (max-width:560px){
  body{font-size:14px}
  h1{font-size:clamp(3.7rem,17vw,5.5rem)}
  .brand-copy{display:none}
  .language-switcher .lang-btn{font-size:.61rem}
  .hero-gallery{height:480px;grid-template-columns:1fr 1fr;gap:10px}
  .production-hero-gallery{height:500px;grid-template-columns:1fr 1fr;gap:10px}
  .production-preview-media{height:460px;grid-template-columns:1fr 1fr;gap:10px}
  .production-facts{grid-template-columns:1fr}
  .production-step-media{height:430px}
  .production-step-pair{grid-template-columns:1fr;padding:8px}
  .production-gallery{columns:1 100%}
  .production-cta-inner{padding:30px}
  .hero-image{border-radius:18px}
  .hero-label{font-size:.56rem;left:12px;bottom:12px}
  .hero-seal{display:none}
  .hero-actions .button{width:100%}
  .stats-grid{grid-template-columns:1fr}
  .minimal-showcase-grid{columns:1 100%}
  .stat{border-inline-end:0;border-bottom:1px solid var(--line)!important}
  .stat:last-child{border-bottom:0!important}
  .collection-card,.collection-card:first-child,.collection-card:not(:first-child){min-height:470px}
  .collection-card-content{inset:auto 20px 22px}
  .story-points{grid-template-columns:1fr}
  .story-visual{padding:0 20px 20px 0}
  .process-grid,.custom-cards{grid-template-columns:1fr}
  .process-card{min-height:220px}
  .form-grid{grid-template-columns:1fr}
  .field-full{grid-column:auto}
  .form-card{padding:23px}
  .product-grid{grid-template-columns:1fr;gap:18px}
  .collection-toolbar{align-items:flex-start;flex-direction:column}
  .product-info{padding:16px 17px 19px}
  .collection-note{padding:30px}
  .collection-note .button{width:100%}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}
  .whatsapp-float{width:52px;height:52px;right:14px;bottom:14px}
  body[dir="rtl"] .whatsapp-float{left:14px}
}

@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}
