:root {
  --cream: #f4efe6;
  --sand: #d8c6ad;
  --gold: #b9955b;
  --gold-light: #d9bd8e;
  --ink: #171815;
  --charcoal: #252622;
  --muted: #6c6b65;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", sans-serif; color: var(--ink); background: var(--cream); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 20; height: 84px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 5vw; color: white; transition: .35s ease;
}
.site-header.scrolled { background: rgba(23,24,21,.94); backdrop-filter: blur(14px); height: 72px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark { width: 36px; height: 36px; border: 1px solid var(--gold-light); border-radius: 50%; display: grid; place-items: center; font-family: "Cormorant Garamond", serif; font-size: 23px; color: var(--gold-light); }
.brand-name { font-size: 14px; letter-spacing: .35em; font-weight: 600; }
.main-nav { display: flex; gap: 30px; font-size: 13px; }
.main-nav a { opacity: .88; transition: .2s; }
.main-nav a:hover { color: var(--gold-light); }
.header-cta { justify-self: end; border-bottom: 1px solid var(--gold-light); padding-bottom: 5px; font-size: 13px; }
.menu-toggle { display: none; background: none; border: 0; color: white; font-size: 24px; }

.hero { min-height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; background: radial-gradient(circle at 73% 44%, #685946 0, #40382f 18%, #262721 48%, #151613 100%); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,9,.7), rgba(10,11,9,.15)); }
.hero-content { position: relative; z-index: 2; max-width: 680px; margin-left: 9vw; padding-top: 70px; }
.eyebrow { color: var(--gold-light); font-size: 12px; letter-spacing: .26em; margin: 0 0 20px; }
.eyebrow.dark { color: #92713f; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; margin: 0; font-weight: 600; }
h1 { font-size: clamp(56px, 7vw, 104px); line-height: .92; max-width: 750px; }
h2 { font-size: clamp(42px, 5vw, 66px); line-height: 1; }
.hero-copy { max-width: 560px; margin: 28px 0 36px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; font-size: 13px; border: 1px solid transparent; cursor: pointer; transition: .25s ease; }
.btn-gold { background: var(--gold); color: white; }
.btn-gold:hover { background: #a07d48; transform: translateY(-2px); }
.btn-outline { border-color: rgba(255,255,255,.45); color: white; }
.btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.hero-lamp { position: absolute; right: 11vw; top: 0; width: 360px; height: 76vh; }
.cord { width: 2px; height: 46%; background: #bca373; margin: 0 auto; }
.shade { width: 270px; height: 155px; margin: 0 auto; background: linear-gradient(160deg,#c8b58d,#6e5b3f); clip-path: polygon(25% 0,75% 0,100% 100%,0 100%); position: relative; z-index: 2; }
.glow { width: 520px; height: 430px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-15%); border-radius: 50%; background: radial-gradient(circle,rgba(255,222,158,.42),rgba(255,213,132,.08) 45%,transparent 70%); filter: blur(4px); }
.scroll-indicator { position: absolute; bottom: 35px; left: 9vw; color: rgba(255,255,255,.6); font-size: 12px; letter-spacing: .16em; }
.scroll-indicator span { color: var(--gold-light); margin-left: 10px; }

.section { padding: 120px 8vw; }
.section-heading { max-width: 700px; margin-bottom: 55px; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.8; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.collection-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.collection-card { min-height: 460px; position: relative; overflow: hidden; padding: 30px; display: flex; align-items: end; color: white; }
.collection-one { background: linear-gradient(145deg,#8e7657,#342e27); }
.collection-two { background: linear-gradient(145deg,#5d625d,#202421); }
.collection-three { background: linear-gradient(145deg,#a18f7b,#50483f); }
.card-content { position: relative; z-index: 2; }
.card-content span { color: var(--gold-light); font-size: 12px; }
.card-content h3 { font-size: 42px; margin: 4px 0 12px; }
.card-content a { font-size: 12px; letter-spacing: .08em; }
.abstract-lamp { position: absolute; left: 50%; top: 42%; transform: translate(-50%,-50%); }
.pendant { width: 170px; height: 120px; border-radius: 4px 4px 70px 70px; background: linear-gradient(#bba16f,#54452f); box-shadow: 0 32px 65px rgba(255,219,151,.22); }
.pendant::before { content:""; position:absolute; width:2px; height:180px; background:#d9c197; left:50%; bottom:100%; }
.wall { width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle at 68% 40%,#fff0c9 0 5%,#c2a56e 6% 12%,#2a2f2b 13% 54%,transparent 55%); box-shadow: 40px 10px 90px rgba(255,224,164,.22); }
.floor { width: 8px; height: 240px; background: #2d2924; }
.floor::before { content:""; position:absolute; width:120px; height:70px; left:-57px; top:-45px; border-radius:70px 70px 15px 15px; background:linear-gradient(#c5aa76,#5b4c35); }
.floor::after { content:""; position:absolute; width:120px; height:6px; left:-56px; bottom:0; border-radius:50%; background:#2d2924; }

.products { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-card { background: #f3eee5; }
.product-visual { height: 330px; display: grid; place-items: center; overflow: hidden; }
.visual-1 { background: linear-gradient(145deg,#e9dfd1,#c8b59f); }
.visual-2 { background: linear-gradient(145deg,#d7d8d2,#9fa29b); }
.visual-3 { background: linear-gradient(145deg,#e4d6c4,#b3906f); }
.visual-4 { background: linear-gradient(145deg,#e8e0d3,#c7b9a5); }
.product-info { display: flex; justify-content: space-between; gap: 12px; padding: 22px; align-items: end; }
.product-info p { margin: 0 0 4px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.product-info h3 { font-size: 28px; }
.product-info strong { font-size: 12px; white-space: nowrap; }
.mini-lamp { position: relative; }
.lamp-a { width: 130px; height: 85px; border-radius: 6px 6px 65px 65px; background:#8a6e49; box-shadow:0 30px 45px rgba(255,226,177,.45); }
.lamp-a::before,.lamp-c::before { content:""; position:absolute; width:2px; height:170px; background:#6c5c49; left:50%; bottom:100%; }
.lamp-b { width: 95px; height: 95px; border-radius: 50%; background:radial-gradient(circle at 62% 42%,#fff3cf 0 9%,#a18e6a 10% 20%,#393d37 21% 100%); }
.lamp-c { width: 190px; height: 80px; border-radius:50%; background:linear-gradient(#b99767,#6a4d32); box-shadow:0 28px 50px rgba(255,218,154,.5); }
.lamp-d { width: 90px; height: 150px; border-radius:50px 50px 20px 20px; background:linear-gradient(#f2e3c6,#8f7657); box-shadow:0 24px 42px rgba(255,225,166,.42); }
.lamp-d::after { content:""; position:absolute; width:100px; height:8px; background:#6f5a43; left:-5px; bottom:-20px; border-radius:50%; }

.story { display:grid; grid-template-columns:1fr 1fr; min-height:720px; background:#1f211e; color:white; }
.story-visual { position:relative; overflow:hidden; background:linear-gradient(135deg,#83725f,#292b27); }
.arch { position:absolute; width:72%; height:78%; border:2px solid rgba(255,255,255,.22); border-bottom:0; border-radius:220px 220px 0 0; left:14%; bottom:0; }
.floor-lamp-demo { position:absolute; left:50%; bottom:12%; width:7px; height:330px; background:#171815; }
.floor-lamp-demo::before { content:""; position:absolute; width:180px; height:105px; background:linear-gradient(#d1b583,#655034); border-radius:100px 100px 18px 18px; left:-86px; top:-65px; box-shadow:0 30px 80px rgba(255,215,145,.32); }
.floor-lamp-demo::after { content:""; position:absolute; width:170px; height:7px; background:#171815; left:-82px; bottom:0; border-radius:50%; }
.story-content { padding:100px 9vw; display:flex; flex-direction:column; justify-content:center; }
.story-content p:not(.eyebrow) { color:rgba(255,255,255,.66); line-height:1.8; margin:28px 0 42px; }
.values { display:grid; gap:18px; }
.values div { display:flex; gap:18px; align-items:center; border-top:1px solid rgba(255,255,255,.13); padding-top:18px; }
.values strong { color:var(--gold-light); font-size:12px; }
.values span { font-family:"Cormorant Garamond",serif; font-size:24px; }

.gallery-grid { display:grid; grid-template-columns:1.3fr .7fr; grid-template-rows:290px 290px; gap:18px; }
.gallery-item { position:relative; overflow:hidden; display:flex; align-items:end; padding:24px; color:white; }
.gallery-item::after { content:""; position:absolute; inset:0; background:linear-gradient(transparent,rgba(0,0,0,.55)); }
.gallery-item span { position:relative; z-index:2; font-family:"Cormorant Garamond",serif; font-size:30px; }
.g1 { grid-row:1/3; background:radial-gradient(circle at 50% 30%,rgba(255,225,165,.65),transparent 16%),linear-gradient(145deg,#9d8c77,#3b3b35); }
.g2 { background:radial-gradient(circle at 70% 30%,rgba(255,228,181,.55),transparent 15%),linear-gradient(145deg,#6f6457,#272925); }
.g3 { background:radial-gradient(circle at 35% 25%,rgba(255,214,148,.45),transparent 14%),linear-gradient(145deg,#b1a18d,#5d5146); }
.g4 { display:none; }

.contact { padding:120px 9vw; background:#252622; color:white; display:grid; grid-template-columns:1fr 1fr; gap:10vw; }
.contact-copy p:not(.eyebrow) { color:rgba(255,255,255,.65); line-height:1.8; margin:26px 0; }
.contact-details { display:grid; gap:12px; color:var(--gold-light); }
.contact-form { display:grid; gap:18px; }
.contact-form label { display:grid; gap:8px; font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.65); }
.contact-form input,.contact-form textarea { width:100%; border:0; border-bottom:1px solid rgba(255,255,255,.23); background:transparent; color:white; padding:12px 0; font:inherit; outline:none; resize:vertical; }
.contact-form input:focus,.contact-form textarea:focus { border-color:var(--gold-light); }
.form-status { min-height:20px; margin:0; color:var(--gold-light); font-size:13px; }

footer { padding:35px 5vw; background:#151613; color:rgba(255,255,255,.55); display:flex; justify-content:space-between; align-items:center; gap:20px; font-size:12px; }
footer .brand-name { color:white; }
.whatsapp { position:fixed; right:25px; bottom:25px; width:54px; height:54px; border-radius:50%; background:var(--gold); color:white; display:grid; place-items:center; z-index:30; font-size:22px; box-shadow:0 12px 30px rgba(0,0,0,.25); }

.reveal { opacity:0; transform:translateY(28px); transition:.75s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns:1fr auto; }
  .main-nav { position:absolute; top:100%; left:0; right:0; background:#171815; padding:22px 5vw; display:none; flex-direction:column; }
  .main-nav.open { display:flex; }
  .menu-toggle { display:block; justify-self:end; }
  .header-cta { display:none; }
  .hero-lamp { right:-60px; opacity:.58; }
  .collection-grid,.product-grid { grid-template-columns:repeat(2,1fr); }
  .story { grid-template-columns:1fr; }
  .story-visual { min-height:560px; }
}

@media (max-width: 680px) {
  .section { padding:85px 6vw; }
  .site-header { padding:0 6vw; }
  .hero-content { margin:0 6vw; padding-top:85px; }
  .hero-lamp { width:260px; right:-120px; }
  .shade { width:210px; height:120px; }
  .hero-actions { flex-direction:column; align-items:flex-start; }
  .section-heading.split,.contact { grid-template-columns:1fr; }
  .collection-grid,.product-grid { grid-template-columns:1fr; }
  .collection-card { min-height:390px; }
  .gallery-grid { grid-template-columns:1fr; grid-template-rows:repeat(3,280px); }
  .g1 { grid-row:auto; }
  .contact { padding:85px 6vw; }
  footer { flex-direction:column; text-align:center; }
}
