:root {
  --bg: #f3eee8;
  --bg-soft: #ebe3da;
  --surface: #fbf8f4;
  --text: #151316;
  --muted: #726a68;
  --line: rgba(21, 19, 22, .14);
  --purple: #5d356f;
  --purple-deep: #3c2149;
  --brown: #745a47;
  --brown-soft: #a88970;
  --white: #fffdfa;
  --black: #111013;
  --header-bg: rgba(243, 238, 232, .77);
  --shadow: 0 28px 80px rgba(42, 27, 35, .10);
  --radius: 28px;
  --font-ar: "Alexandria", sans-serif;
  --font-en: "Manrope", sans-serif;
}

html[data-theme="dark"] {
  --bg: #111012;
  --bg-soft: #171417;
  --surface: #1b181c;
  --text: #f3ede7;
  --muted: #aaa09c;
  --line: rgba(255, 255, 255, .12);
  --purple: #a678b6;
  --purple-deep: #765487;
  --brown: #b28d72;
  --brown-soft: #c8a88f;
  --white: #fbf8f4;
  --black: #0d0c0e;
  --header-bg: rgba(17, 16, 18, .76);
  --shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-ar);
  line-height: 1.7;
  overflow-x: hidden;
  transition: background .45s ease, color .45s ease;
}
html[lang="en"] body { font-family: var(--font-en); }
body.menu-open, html.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { border: 0; background: none; color: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

::selection { background: var(--purple); color: #fff; }

.container { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding: 150px 0; }

.page-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: -1;
  background: radial-gradient(circle, color-mix(in srgb, var(--purple) 18%, transparent), transparent 70%);
  transform: translate(-50%, -50%); opacity: .45; filter: blur(12px);
}

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 80; color: #fff;
  transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: var(--header-bg); color: var(--text); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border-bottom-color: var(--line);
}
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 230px; }
.brand-logo { height: 38px; width: auto; display: block; }
.brand-sub { font-size: 10px; font-weight: 400; opacity: .72; letter-spacing: .02em; max-width: 88px; line-height: 1.35; }
html[lang="en"] .brand-sub { letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 34px; align-items: center; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 400; opacity: .84; transition: opacity .3s ease; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline-start: 0; bottom: -8px; width: 0; height: 1px; background: currentColor; transition: width .3s ease; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 8px; min-width: 230px; justify-content: flex-end; }
.icon-btn, .lang-btn { width: 42px; height: 42px; border: 1px solid currentColor; border-color: color-mix(in srgb, currentColor 28%, transparent); border-radius: 50%; display: grid; place-items: center; transition: .3s ease; }
.icon-btn:hover, .lang-btn:hover { background: currentColor; color: var(--bg); }
.icon-btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
html[data-theme="light"] .sun-icon, html[data-theme="dark"] .moon-icon { display: none; }
.lang-btn { font-family: var(--font-en); font-size: 11px; font-weight: 700; }
.menu-btn { display: none; width: 44px; height: 44px; position: relative; z-index: 2; }
.menu-btn span { position: absolute; left: 9px; width: 26px; height: 1.5px; background: currentColor; transition: .35s ease; }
.menu-btn span:first-child { top: 17px; }
.menu-btn span:last-child { top: 25px; width: 18px; }
.menu-btn.active span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-btn.active span:last-child { width: 26px; transform: translateY(-4px) rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: 0; background: var(--purple-deep); color: #fff; z-index: 70;
  padding: 120px 32px 32px; padding-bottom: calc(32px + env(safe-area-inset-bottom));
  display: flex; flex-direction: column;
  overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  background-image: radial-gradient(circle at 85% 8%, rgba(190,150,205,.16), transparent 42%);
  transform: translateY(-105%);
  transition: transform .65s cubic-bezier(.77,0,.18,1), visibility 0s .65s;
  visibility: hidden; pointer-events: none;
}
.mobile-menu::-webkit-scrollbar { display: none; }
.mobile-menu.open { transform: translateY(0); visibility: visible; pointer-events: auto; transition: transform .65s cubic-bezier(.77,0,.18,1), visibility 0s 0s; }
.mobile-menu-brand { margin-bottom: 44px; }
.mobile-menu-brand img { height: 34px; width: auto; display: block; }

html[data-theme="dark"] .brand-logo,
html[data-theme="dark"] .footer-logo img,
html[data-theme="dark"] .mobile-menu-brand img {
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}
.mobile-menu nav { margin: auto 0; display: flex; flex-direction: column; gap: 4px; }
.mobile-menu nav a {
  position: relative; display: flex; align-items: baseline; gap: 16px;
  font-size: clamp(34px, 10vw, 52px); font-weight: 400; line-height: 1.3;
  padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.14);
  opacity: 0; transform: translateY(26px);
  transition: opacity .45s ease, transform .55s cubic-bezier(.2,.7,.2,1), color .3s ease;
}
.mobile-menu nav a::before { content: attr(data-n); font-family: var(--font-en); font-size: 10px; opacity: .45; }
.mobile-menu nav a:hover, .mobile-menu nav a:active { color: #d9c0e4; }
.mobile-menu.open nav a { opacity: 1; transform: translateY(0); }
.mobile-menu.open nav a:nth-child(1) { transition-delay: .12s; }
.mobile-menu.open nav a:nth-child(2) { transition-delay: .17s; }
.mobile-menu.open nav a:nth-child(3) { transition-delay: .22s; }
.mobile-menu.open nav a:nth-child(4) { transition-delay: .27s; }
.mobile-menu.open nav a:nth-child(5) { transition-delay: .32s; }
.mobile-menu.open nav a:nth-child(6) { transition-delay: .37s; }
.mobile-menu-foot { font-family: var(--font-en); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; opacity: .65; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
body.menu-open .site-header { background: transparent; color: #fff; border-bottom-color: rgba(255,255,255,.12); }

/* Hero */
.hero { position: relative; min-height: 100svh; color: #fff; display: flex; align-items: flex-end; overflow: hidden; background: #261b28; }
.hero-media, .hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background-position: center; background-size: cover; transform: scale(1.04); }
.hero-image-1 { background-image: url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2200&q=88'); animation: heroFadeOne 16s ease-in-out infinite; }
.hero-image-2 { background-image: url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2200&q=88'); animation: heroFadeTwo 16s ease-in-out infinite; }
.hero-overlay { background: linear-gradient(90deg, rgba(31,19,32,.80) 0%, rgba(34,22,30,.38) 47%, rgba(31,20,25,.18) 100%), linear-gradient(0deg, rgba(15,12,15,.72) 0%, transparent 52%); }
html[dir="ltr"] .hero-overlay { background: linear-gradient(270deg, rgba(31,19,32,.80) 0%, rgba(34,22,30,.38) 47%, rgba(31,20,25,.18) 100%), linear-gradient(0deg, rgba(15,12,15,.72) 0%, transparent 52%); }
@keyframes heroFadeOne { 0%,42%{opacity:1;transform:scale(1.04)} 50%,92%{opacity:0;transform:scale(1.09)} 100%{opacity:1;transform:scale(1.04)} }
@keyframes heroFadeTwo { 0%,42%{opacity:0;transform:scale(1.09)} 50%,92%{opacity:1;transform:scale(1.04)} 100%{opacity:0;transform:scale(1.09)} }
.hero-content { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 78px; }
.hero-kicker { display: flex; align-items: center; gap: 11px; font-size: 12px; margin-bottom: 34px; color: rgba(255,255,255,.72); }
.hero-kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: #c9a8d6; box-shadow: 0 0 0 5px rgba(201,168,214,.13); }
.hero-title { font-size: clamp(62px, 8vw, 132px); line-height: .96; font-weight: 400; letter-spacing: -.055em; max-width: 1040px; }
html[lang="ar"] .hero-title { letter-spacing: -.045em; line-height: 1.08; }
.hero-title span { display: block; }
.hero-title .accent-line { color: #cab4d2; margin-inline-start: 9%; }
.hero-copy { max-width: 590px; margin-top: 32px; font-size: 15px; color: rgba(255,255,255,.75); font-weight: 300; }
.hero-cta { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 56px; padding: 0 26px; border-radius: 999px; font-size: 13px; transition: transform .3s ease, background .3s ease, color .3s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: #fff; color: #1a151b; }
.btn-primary .arrow { font-family: var(--font-en); font-size: 18px; }
.text-link { display: flex; flex-direction: column; gap: 7px; font-size: 12px; color: rgba(255,255,255,.82); }
.text-link .line { width: 100%; height: 1px; background: rgba(255,255,255,.45); position: relative; overflow: hidden; }
.text-link .line::after { content: ""; position: absolute; inset-block: 0; inset-inline-start: -100%; width: 100%; background: #fff; transition: inset-inline-start .4s ease; }
.text-link:hover .line::after { inset-inline-start: 0; }
.hero-bottom { margin-top: 92px; display: flex; align-items: flex-end; justify-content: space-between; }
.location-pill { display: flex; align-items: center; gap: 13px; }
.location-ring { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; position: relative; }
.location-ring::before { content: ""; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.1); }
.location-pill small, .location-pill strong { display: block; }
.location-pill small { font-size: 9px; opacity: .52; margin-bottom: 1px; }
.location-pill strong { font-size: 12px; font-weight: 400; }
.hero-index { font-family: var(--font-en); display: flex; align-items: center; gap: 12px; font-size: 10px; color: rgba(255,255,255,.55); direction: ltr; }
.index-line { width: 84px; height: 1px; background: rgba(255,255,255,.22); position: relative; }
.index-line i { display: block; height: 100%; width: 25%; background: #fff; }
.scroll-hint { position: absolute; inset-inline-end: 36px; bottom: 72px; z-index: 3; display: flex; align-items: center; gap: 14px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.scroll-hint i { display: block; width: 1px; height: 48px; background: rgba(255,255,255,.35); overflow: hidden; position: relative; }
.scroll-hint i::after { content:""; position:absolute; width:1px; height:20px; top:-22px; left:0; background:#fff; animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { to { top: 52px; } }

/* Shared */
.section-tag { display: flex; align-items: center; gap: 12px; font-family: var(--font-en); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.section-tag span:first-child { color: var(--purple); }
.eyebrow { font-size: 12px; color: var(--purple); margin-bottom: 18px; }
.display-heading { font-size: clamp(38px, 5vw, 76px); line-height: 1.22; letter-spacing: -.045em; font-weight: 400; }
html[lang="en"] .display-heading { line-height: 1.06; }
.display-heading.compact { font-size: clamp(38px, 4.3vw, 68px); }
.body-copy { color: var(--muted); font-size: 14px; max-width: 520px; margin-top: 26px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Intro */
.intro { background: var(--surface); }
.intro-grid { display: grid; grid-template-columns: 180px 1fr; gap: 70px; align-items: start; }
.intro-main { max-width: 1040px; }
.intro-copy-grid { margin-top: 46px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; color: var(--muted); font-size: 14px; }
.stats-strip { margin-top: 110px; padding-top: 36px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.stat { min-height: 130px; padding-inline-end: 26px; border-inline-end: 1px solid var(--line); }
.stat:last-child { border-inline-end: none; }
.stat strong, .stat em { font-family: var(--font-en); font-size: clamp(42px, 5vw, 68px); line-height: 1; font-style: normal; font-weight: 400; letter-spacing: -.06em; }
.stat em { color: var(--purple); font-size: 24px; margin-inline-start: 3px; }
.stat span { display: block; color: var(--muted); font-size: 11px; margin-top: 18px; }
.stat-text strong { color: var(--brown); letter-spacing: -.04em; }

/* Collections */
.collections { background: var(--bg); }
.section-head { display: grid; grid-template-columns: 180px 1fr 310px; gap: 70px; align-items: end; margin-bottom: 80px; }
.section-side-copy { color: var(--muted); font-size: 13px; max-width: 300px; }
.collection-list { border-top: 1px solid var(--line); }
.collection-item { position: relative; min-height: 175px; display: grid; grid-template-columns: 80px 160px 1fr 60px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); cursor: pointer; transition: padding .45s ease, background .45s ease; overflow: hidden; }
.collection-item:hover { padding-inline: 20px; background: color-mix(in srgb, var(--surface) 70%, transparent); }
.collection-no { font-family: var(--font-en); font-size: 10px; color: var(--muted); }
.collection-thumb { height: 110px; border-radius: 4px; background-size: cover; background-position: center; transition: transform .55s ease; }
.collection-item:hover .collection-thumb { transform: scale(.96); }
.marble-thumb { background-image: url('https://images.unsplash.com/photo-1618220179428-22790b461013?auto=format&fit=crop&w=700&q=85'); }
.porcelain-thumb { background-image: url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=700&q=85'); }
.collection-title h3 { font-size: clamp(24px, 3vw, 42px); font-weight: 400; letter-spacing: -.03em; }
.collection-title p { color: var(--muted); font-size: 12px; max-width: 600px; margin-top: 6px; }
.collection-arrow { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-family: var(--font-en); font-size: 17px; transition: .35s ease; }
.collection-item:hover .collection-arrow { background: var(--purple); border-color: var(--purple); color: #fff; transform: rotate(45deg); }

/* Statement */
.statement { min-height: 780px; position: relative; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.statement-media { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=2200&q=90') center 55%/cover; background-attachment: fixed; }
.statement-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(26,18,25,.78), rgba(29,18,28,.15) 60%, rgba(29,18,28,.18)); }
.statement-content { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 90px; }
.vertical-label { writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--font-en); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; opacity: .55; }
.statement-copy { max-width: 880px; }
.statement-copy p { font-size: 11px; color: #cdb9d5; margin-bottom: 18px; }
.statement-copy h2 { font-size: clamp(40px, 6vw, 82px); font-weight: 400; line-height: 1.25; letter-spacing: -.045em; }
html[lang="en"] .statement-copy h2 { line-height: 1.05; }

/* Projects */
.projects { background: var(--surface); }
.projects-head { grid-template-columns: 180px 1fr; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 620px 460px; gap: 18px; }
.project-card { position: relative; overflow: hidden; color: #fff; border-radius: 5px; }
.project-large { grid-row: 1; grid-column: 1; }
.project-tall { grid-row: 1 / span 2; grid-column: 2; }
.project-wide { grid-row: 2; grid-column: 1; }
.project-image { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .project-image { transform: scale(1.045); }
.project-card::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(16,13,16,.70),transparent 55%); }
.project-1 { background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1500&q=90'); }
.project-2 { background-image: url('https://images.unsplash.com/photo-1600566753051-f0b89df2dd90?auto=format&fit=crop&w=1100&q=90'); }
.project-3 { background-image: url('https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1500&q=90'); }
.project-top, .project-info { position: absolute; z-index: 2; inset-inline: 30px; display: flex; align-items: center; justify-content: space-between; }
.project-top { top: 26px; font-family: var(--font-en); font-size: 9px; letter-spacing: .13em; opacity: .7; }
.project-info { bottom: 30px; }
.project-info h3 { font-size: clamp(24px, 3vw, 38px); font-weight: 400; }
.project-info p { font-size: 10px; opacity: .65; margin-top: 4px; }
.round-arrow { flex: 0 0 auto; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; font-family: var(--font-en); transition:.35s ease; }
.project-card:hover .round-arrow { background:#fff; color:#111; transform:rotate(45deg); }

/* Services */
.services { background: var(--bg); }
.services-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.services-copy .section-tag { margin-bottom: 90px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 48px 1fr 48px; gap: 26px; align-items: start; padding: 32px 0; border-bottom: 1px solid var(--line); }
.service-no { font-family: var(--font-en); font-size: 10px; color: var(--purple); padding-top: 9px; }
.service-row h3 { font-size: 23px; font-weight: 400; margin-bottom: 7px; }
.service-row p { color: var(--muted); font-size: 12px; max-width: 520px; }
.service-icon { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-family: var(--font-en); transition: .3s ease; }
.service-row:hover .service-icon { background: var(--brown); border-color: var(--brown); color:#fff; transform: rotate(45deg); }

/* Marquee */
.material-band { background: var(--purple-deep); color: #fff; overflow: hidden; padding: 33px 0; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 40px; animation: marquee 28s linear infinite; direction: ltr; }
.marquee-track span { font-family: var(--font-en); font-size: clamp(30px, 4vw, 54px); letter-spacing: -.045em; font-weight: 300; }
.marquee-track i { width: 9px; height: 9px; border: 1px solid #c6a6d1; transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Contact */
.contact { background: var(--surface); }
.contact-panel { position: relative; background: #231824; color: #fff; border-radius: var(--radius); min-height: 650px; padding: 42px 52px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); }
.contact-panel::before { content:""; position:absolute; inset:0; background:linear-gradient(120deg,rgba(103,60,120,.38),transparent 45%), radial-gradient(circle at 82% 65%,rgba(151,110,80,.35),transparent 29%); }
.contact-panel::after { content:"SOL"; position:absolute; inset-inline-end:-3%; bottom:-22%; font-family:var(--font-en); font-size:clamp(240px,33vw,520px); line-height:.8; letter-spacing:-.1em; font-weight:700; color:rgba(255,255,255,.025); }
.contact-glow { position:absolute; width:380px; height:380px; border-radius:50%; inset-inline-end:5%; top:8%; background:radial-gradient(circle,rgba(172,132,190,.24),transparent 68%); filter:blur(5px); }
.contact-top, .contact-main, .contact-foot { position:relative; z-index:2; }
.contact-top { display:flex; justify-content:space-between; font-family:var(--font-en); font-size:9px; letter-spacing:.13em; opacity:.6; }
.contact-main { max-width:950px; margin-inline:auto; width:100%; }
.contact-main .eyebrow { color:#c8a7d3; }
.contact-main h2 { font-size:clamp(46px,6vw,86px); line-height:1.18; font-weight:400; letter-spacing:-.05em; max-width:920px; }
html[lang="en"] .contact-main h2 { line-height:1.03; }
.contact-actions { display:flex; gap:32px; align-items:center; margin-top:38px; }
.btn-light { background:#fff; color:#1b151b; }
.contact-info { display:flex; flex-direction:column; margin-top:36px; border-top:1px solid rgba(255,255,255,.14); }
.contact-row { display:flex; align-items:baseline; gap:28px; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.12); }
.contact-row-label { flex:0 0 96px; font-family:var(--font-en); font-size:9px; letter-spacing:.13em; text-transform:uppercase; color:rgba(255,255,255,.45); }
.contact-row-value { font-size:14px; line-height:1.5; color:#fff; }
.contact-mail { font-size:14px; border-bottom:1px solid rgba(255,255,255,.28); padding-bottom:3px; }
.contact-foot { display:flex; justify-content:space-between; gap:24px; border-top:1px solid rgba(255,255,255,.12); padding-top:23px; font-size:10px; color:rgba(255,255,255,.55); }

/* Footer */
.footer { background: var(--black); color:#eee7e1; padding:80px 0 24px; }
.footer-main { display:grid; grid-template-columns:1.2fr 1fr; gap:80px; padding-bottom:80px; }
.footer-logo img { height: 76px; width: auto; display: block; }
.footer-brand p { margin-top: 18px; color: rgba(255,255,255,.48); font-size: 12px; }
.footer-links { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; }
.footer-links div { display:flex; flex-direction:column; gap:10px; }
.footer-links span { color:rgba(255,255,255,.35); font-size:9px; margin-bottom:10px; text-transform:uppercase; }
.footer-links a { font-size:12px; color:rgba(255,255,255,.72); transition:.25s; }
.footer-links a:hover { color:#fff; transform:translateX(-2px); }
html[dir="ltr"] .footer-links a:hover { transform:translateX(2px); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:20px; display:flex; justify-content:space-between; font-family:var(--font-en); font-size:9px; letter-spacing:.08em; color:rgba(255,255,255,.35); text-transform:uppercase; }

/* Responsive */
@media (max-width: 1100px) {
  .desktop-nav { display:none; }
  .menu-btn { display:block; }
  .brand, .nav-actions { min-width:auto; }
  .section-head { grid-template-columns:130px 1fr; }
  .section-side-copy { grid-column:2; }
  .services-grid { grid-template-columns:1fr; gap:70px; }
  .services-copy .section-tag { margin-bottom:55px; }
  .project-grid { grid-template-rows:540px 400px; }
}

@media (max-width: 780px) {
  .container { width:min(100% - 36px, 1320px); }
  .section-pad { padding:100px 0; }
  .nav-wrap { height:76px; }
  .brand-logo { height: 30px; }
  .brand-sub { display:none; }
  .hero-content { padding-bottom:48px; }
  .hero-title { font-size:clamp(54px,16vw,92px); }
  .hero-title .accent-line { margin-inline-start:0; }
  .hero-copy { font-size:13px; max-width:92%; }
  .hero-cta { align-items:flex-start; flex-direction:column; gap:22px; }
  .hero-bottom { margin-top:70px; }
  .hero-index { display:none; }
  .scroll-hint { display:none; }
  .intro-grid, .section-head { grid-template-columns:1fr; gap:34px; }
  .intro-copy-grid { grid-template-columns:1fr; gap:24px; margin-top:34px; }
  .stats-strip { grid-template-columns:1fr 1fr; margin-top:70px; }
  .stat:nth-child(2) { border-inline-end:none; }
  .section-side-copy { grid-column:auto; }
  .collection-item { min-height:150px; grid-template-columns:42px 90px 1fr; gap:16px; }
  .collection-thumb { height:88px; }
  .collection-arrow { display:none; }
  .collection-title h3 { font-size:23px; }
  .collection-title p { display:none; }
  .statement { min-height:620px; }
  .statement-media { background-attachment:scroll; }
  .vertical-label { display:none; }
  .statement-content { padding-bottom:55px; }
  .project-grid { display:block; }
  .project-card { height:500px; margin-bottom:16px; }
  .project-tall { height:620px; }
  .project-info { inset-inline:22px; bottom:24px; }
  .project-top { inset-inline:22px; }
  .service-row { grid-template-columns:38px 1fr 42px; gap:14px; }
  .contact-panel { min-height:620px; padding:30px 24px; border-radius:20px; }
  .contact-main { margin:auto 0; }
  .contact-actions { align-items:flex-start; flex-direction:column; gap:18px; }
  .contact-row { flex-direction:column; align-items:flex-start; gap:5px; }
  .contact-foot { flex-direction:column; gap:8px; }
  .footer-main { grid-template-columns:1fr; gap:55px; }
  .footer-links { grid-template-columns:1fr 1fr; }
  .footer-logo img { height: 56px; }
  .footer-bottom { flex-direction:column; gap:8px; }
}

@media (max-width: 480px) {
  .nav-actions { gap:5px; }
  .icon-btn, .lang-btn { width:38px; height:38px; }
  .hero-kicker { margin-bottom:26px; }
  .hero-title { font-size:clamp(48px,16vw,72px); }
  .stats-strip { grid-template-columns:1fr; }
  .stat, .stat:nth-child(2) { border-inline-end:none; border-bottom:1px solid var(--line); padding-bottom:22px; }
  .stat:last-child { border-bottom:none; }
  .collection-item { grid-template-columns:34px 78px 1fr; gap:12px; }
  .collection-thumb { height:76px; }
  .project-card { height:430px; }
  .project-tall { height:520px; }
  .footer-links { grid-template-columns:1fr 1fr; gap:30px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:.001ms !important; }
}
