:root {
  color-scheme: dark;
  --black: #050403;
  --night: #0b0806;
  --espresso: #15100c;
  --bronze: #8c6239;
  --gold: #d8b46a;
  --champagne: #f2e7d0;
  --ivory: #fffaf0;
  --muted: #cbbda4;
  --muted-2: #95836d;
  --line: rgba(242, 231, 208, 0.15);
  --glass: rgba(10, 8, 6, 0.70);
  --shadow: 0 30px 90px rgba(0,0,0,.55);
  --radius: 28px;
  --max: 1180px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at 80% 8%, rgba(216,180,106,.22), transparent 28rem), linear-gradient(135deg, #050403 0%, #15100c 52%, #090706 100%);
  color: var(--ivory);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .055;
  background-image: repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.22) 19px, transparent 20px), repeating-linear-gradient(0deg, transparent 0 22px, rgba(255,255,255,.13) 23px, transparent 24px);
  mix-blend-mode: overlay;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
main, header, footer { position: relative; z-index: 1; }

.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; transform: translateY(-160%); padding: .75rem 1rem; border-radius: 999px; background: var(--gold); color: var(--black); }
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: 68px; padding: .9rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
  background: var(--glass); backdrop-filter: saturate(160%) blur(22px);
}
.brand, .site-footer > div { display: inline-flex; align-items: center; gap: .75rem; font-weight: 650; letter-spacing: -.015em; }
.brand-mark { display: inline-grid; place-items: center; width: 2.3rem; height: 2.3rem; border-radius: 50%; border: 1px solid rgba(216,180,106,.55); color: var(--gold); font-size: .78rem; letter-spacing: .08em; }
nav { display: flex; gap: clamp(.75rem, 2.2vw, 1.7rem); color: var(--muted); font-size: .92rem; }
nav a:hover, nav a:focus { color: var(--gold); }

.hero { min-height: calc(100svh - 68px); display: grid; align-items: end; padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem); overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -1; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.07) brightness(.6); }
.hero-vignette, .hero-media::after { position: absolute; content: ""; inset: 0; }
.hero-media::after { background: linear-gradient(90deg, rgba(5,4,3,.96) 0%, rgba(5,4,3,.70) 44%, rgba(5,4,3,.18) 100%), linear-gradient(0deg, rgba(5,4,3,.98), transparent 60%); }
.hero-vignette { background: radial-gradient(circle at 70% 35%, rgba(216,180,106,.2), transparent 22rem); }
.hero-copy { max-width: 900px; }
.eyebrow { margin: 0 0 .9rem; color: var(--gold); font-size: .76rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .95; letter-spacing: -.055em; }
h1 { max-width: 850px; margin-bottom: 1.25rem; font-size: clamp(3.75rem, 11vw, 9.8rem); }
h2 { font-size: clamp(2.4rem, 6vw, 5.6rem); }
h3 { margin-bottom: .5rem; font-size: 1.15rem; letter-spacing: -.02em; }
p { color: var(--muted); line-height: 1.7; }
.lede { max-width: 740px; color: var(--ivory); font-size: clamp(1.1rem, 2.2vw, 1.45rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.05rem; padding: .95rem 1.35rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 750; letter-spacing: -.01em; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .button:focus { transform: translateY(-1px); }
.button.primary { background: linear-gradient(135deg, var(--gold), #fff0b8); color: #181006; box-shadow: 0 18px 50px rgba(216,180,106,.18); }
.button.secondary { border-color: rgba(242,231,208,.38); background: rgba(255,255,255,.04); color: var(--ivory); }
.hero-card { position: absolute; right: clamp(1rem,4vw,3rem); bottom: clamp(1rem,4vw,3rem); max-width: 310px; padding: 1.25rem; border: 1px solid var(--line); border-radius: 22px; background: rgba(5,4,3,.68); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.hero-card span, .quote-box span { display:block; margin-bottom:.45rem; color: var(--gold); font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:.14em; }
.hero-card strong { display:block; margin-bottom:.45rem; font-size:1.35rem; }
.hero-card p { margin:0; font-size:.95rem; }

.panel, .gallery-section, .shipping { max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 3vw, 2rem); }
.statement { text-align: center; }
.statement h2 { max-width: 940px; margin: 0 auto 1.5rem; }
.statement p { max-width: 760px; margin: 0 auto; color: var(--champagne); font-size: 1.15rem; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.steps { display: grid; gap: 1rem; }
.steps article { padding: 1.25rem; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.035); }
.steps span { color: var(--gold); font-weight: 800; font-size: .85rem; letter-spacing: .12em; }
.steps p { margin-bottom: 0; }
.shipping { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 1rem; align-items: stretch; }
.shipping-card, .quote-box { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.shipping-card { padding: clamp(1.4rem, 4vw, 3rem); }
.quote-box { display: grid; align-content: center; padding: 2rem; }
.quote-box p { margin: 0; color: var(--ivory); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 3vw, 2.25rem); line-height: 1.16; letter-spacing: -.04em; }
.checklist { display: grid; gap: .75rem; margin: 1.5rem 0 0; padding: 0; list-style: none; color: var(--champagne); }
.checklist li { position: relative; padding-left: 1.5rem; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.section-heading { max-width: 900px; margin-bottom: 2rem; }
.section-heading p:last-child { max-width: 760px; color: var(--champagne); }
.gallery { columns: 3 240px; column-gap: 1rem; }
.gallery-item { display: block; width: 100%; margin: 0 0 1rem; padding: 0; overflow: hidden; border: 1px solid rgba(242,231,208,.14); border-radius: 22px; background: #100c09; cursor: zoom-in; break-inside: avoid; box-shadow: 0 16px 45px rgba(0,0,0,.28); }
.gallery-item img { width: 100%; height: auto; transition: transform .35s ease, filter .35s ease; }
.gallery-item:hover img, .gallery-item:focus img { transform: scale(1.025); filter: brightness(1.05); }
.gallery-badge { display: flex; justify-content: space-between; gap: .75rem; padding: .85rem 1rem; color: var(--champagne); font-size: .86rem; }
.gallery-badge strong { color: var(--ivory); }
.inquiry { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.inquiry-copy p { font-size: 1.05rem; }
.assurance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-top: 1.5rem; }
.assurance-grid span { padding: .9rem; border: 1px solid var(--line); border-radius: 18px; color: var(--champagne); background: rgba(255,255,255,.035); }
.lead-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: clamp(1.1rem, 3vw, 1.8rem); border: 1px solid rgba(216,180,106,.32); border-radius: var(--radius); background: rgba(255,255,255,.055); box-shadow: var(--shadow); }
.lead-form label { display: grid; gap: .45rem; color: var(--champagne); font-size: .9rem; font-weight: 650; }
.lead-form .full { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 1px solid rgba(242,231,208,.22); border-radius: 16px; background: rgba(5,4,3,.72); color: var(--ivory); padding: .9rem 1rem; outline: none; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(216,180,106,.12); }
textarea { resize: vertical; }
.form-note { grid-column: 1 / -1; margin: -.25rem 0 0; font-size: .86rem; color: var(--muted-2); }
.lightbox { width: min(94vw, 1100px); max-height: 92svh; border: 1px solid var(--line); border-radius: 24px; padding: 0; background: #050403; color: var(--ivory); box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.lightbox figure { margin: 0; display: grid; place-items: center; }
.lightbox img { max-height: 82svh; width: auto; object-fit: contain; }
.lightbox figcaption { width: 100%; padding: .8rem 1rem 1rem; color: var(--champagne); text-align: center; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.22); background: rgba(0,0,0,.55); color: white; cursor: pointer; backdrop-filter: blur(10px); }
.lightbox-close { top: .75rem; right: .75rem; width: 2.8rem; height: 2.8rem; border-radius: 50%; font-size: 1.8rem; }
.lightbox-nav { top: 50%; transform: translateY(-50%); width: 3rem; height: 4rem; border-radius: 999px; font-size: 2.4rem; }
.lightbox-nav.prev { left: .75rem; }
.lightbox-nav.next { right: .75rem; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1rem, 4vw, 3rem); border-top: 1px solid var(--line); color: var(--muted); }
.site-footer p { margin: 0; font-size: .9rem; }

@media (max-width: 900px) {
  nav a { display: none; }
  .hero { min-height: 760px; align-items: center; }
  .hero-card { position: relative; right: auto; bottom: auto; margin-top: 2rem; }
  .split, .shipping, .inquiry { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .brand span:last-child { max-width: 210px; }
  h1 { font-size: clamp(3.1rem, 17vw, 4.6rem); }
  h2 { font-size: clamp(2.2rem, 12vw, 3.3rem); }
  .assurance-grid { grid-template-columns: 1fr; }
  .button { width: 100%; }
}

.language-switcher { display: inline-flex; align-items: center; margin-left: .5rem; direction: ltr; }
.language-switcher select {
  min-height: 36px; max-width: 130px;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(10, 8, 6, .6); color: var(--champagne);
  padding: .35rem .9rem; font: inherit; font-size: .88rem; cursor: pointer;
}
.language-switcher select:hover, .language-switcher select:focus { border-color: var(--gold); color: var(--gold); }

html[dir="rtl"] body { direction: rtl; }
html[dir="rtl"] .language-switcher { margin-left: 0; margin-right: .5rem; }
html[dir="rtl"] .lightbox-nav.prev { left: auto; right: .75rem; }
html[dir="rtl"] .lightbox-nav.next { right: auto; left: .75rem; }
