:root {
  --bg: #0b0c0a;
  --bg-elev: #131511;
  --bg-card: #181a16;
  --cream: #f4ead8;
  --cream-dim: #d9cfbb;
  --gold: #c6a56c;
  --gold-soft: #e2c48a;
  --felt: #1a4a34;
  --line: rgba(198, 165, 108, 0.22);
  --muted: #9b9487;
  --text: #f6f1e6;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Outfit", system-ui, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.eyebrow { font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; letter-spacing: -0.02em; }

.nav { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; transition: 0.3s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(11,12,10,0.86); backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.brand { display: flex; align-items: center; gap: 12px; z-index: 2; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; border: 1px solid var(--gold); }
.brand-name { font-family: "Cormorant Garamond", serif; font-size: 1.25rem; line-height: 1; }
.brand-name span { display: block; font-family: "Outfit", sans-serif; font-size: 0.55rem; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; font-size: 0.9rem; }
.nav-links a { color: var(--cream-dim); }
.nav-links a:hover { color: var(--gold-soft); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--gold); background: transparent; color: var(--cream); padding: 12px 22px; border-radius: 999px; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: 0.25s; }
.btn:hover { background: var(--gold); color: #1a1408; }
.btn-solid { background: var(--gold); color: #1a1408; }
.btn-solid:hover { background: var(--gold-soft); }
.nav-cta { padding: 10px 18px; }
.hamburger { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 10px; cursor: pointer; z-index: 2; }
.hamburger span { display: block; width: 18px; height: 1.5px; background: var(--cream); margin: 5px auto; }

.hero { position: relative; min-height: 100vh; display: grid; place-items: end start; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,12,10,0.25) 0%, rgba(11,12,10,0.35) 40%, rgba(11,12,10,0.92) 100%), url("images/hero.jpg") center/cover no-repeat; }
.hero-content { position: relative; z-index: 2; padding: 0 0 88px; width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.hero h1 { font-size: clamp(3rem, 7.5vw, 6.4rem); line-height: 0.92; max-width: 16ch; color: var(--cream); margin: 16px 0 22px; }
.hero p.lead { max-width: 46ch; color: var(--cream-dim); font-size: 1.08rem; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; gap: 36px; margin-top: 48px; color: var(--cream-dim); font-size: 0.85rem; }
.hero-meta strong { display: block; color: var(--cream); font-weight: 500; font-size: 1rem; }

section { padding: 96px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); line-height: 1; margin-top: 8px; }

.about { background: var(--bg-elev); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.about-copy h2 { font-size: clamp(2.4rem, 4vw, 3.5rem); line-height: 1.05; margin: 10px 0 20px; }
.about-copy p { color: var(--muted); margin-bottom: 16px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.stat { border-top: 1px solid var(--line); padding-top: 14px; }
.stat b { display: block; font-family: "Cormorant Garamond", serif; font-size: 2rem; color: var(--gold-soft); line-height: 1; }
.stat span { font-size: 0.78rem; color: var(--muted); letter-spacing: 0.06em; }
.about-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }

.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { border: 1px solid var(--line); background: transparent; color: var(--cream-dim); padding: 8px 14px; border-radius: 999px; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.filter.active, .filter:hover { border-color: var(--gold); color: var(--gold-soft); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: 0.3s; }
.card:hover { transform: translateY(-4px); border-color: rgba(198,165,108,0.45); }
.card-img { aspect-ratio: 4/3; overflow: hidden; background: #0a0a09; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-meta { display: flex; justify-content: space-between; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.card h3 { font-size: 1.7rem; line-height: 1.1; }
.card p { color: var(--muted); font-size: 0.92rem; }
.card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 12px; }
.price { font-family: "Cormorant Garamond", serif; font-size: 1.35rem; color: var(--cream); }

.catalog { background: var(--bg-elev); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-lead { max-width: 58ch; color: var(--muted); margin-top: 14px; font-size: 0.98rem; }
.catalog-note { margin-top: 28px; color: var(--muted); font-size: 0.86rem; }
.cue-art { display: grid; place-items: center; position: relative; background: #10120f; }
.cue-art span { font-family: "Cormorant Garamond", serif; font-size: 1.6rem; letter-spacing: 0.08em; color: var(--cream); z-index: 1; }
.cue-art::after { content: ""; position: absolute; inset: 18% 12%; border-radius: 999px; opacity: 0.9; }
.cue-art.maple { background: linear-gradient(160deg, #2a2118, #0e0e0c); }
.cue-art.maple::after { background: linear-gradient(90deg, #c9a36a, #8b5a2b 40%, #e8d3a4 70%, #5c3a1e); }
.cue-art.highpro { background: linear-gradient(160deg, #1a2420, #0c0d0b); }
.cue-art.highpro::after { background: linear-gradient(90deg, #1a4a34, #c6a56c 45%, #0e1a14); }
.cue-art.piston { background: linear-gradient(160deg, #1c1212, #0c0b0b); }
.cue-art.piston::after { background: linear-gradient(90deg, #3a1a14, #d4b07a 50%, #111); }
.cue-art.joss { background: linear-gradient(160deg, #241c12, #0c0b0a); }
.cue-art.joss::after { background: linear-gradient(90deg, #e2c48a, #8a6a32 35%, #f4ead8 70%, #5a4018); }
.cue-art.house { background: linear-gradient(160deg, #1a1a16, #0b0c0a); }
.cue-art.house::after { background: linear-gradient(90deg, #7a6a52, #cbb892, #4a4030); }
.cue-art.break { background: linear-gradient(160deg, #141418, #0b0b0c); }
.cue-art.break::after { background: linear-gradient(90deg, #222, #c6a56c 55%, #111); }
.cue-art.case { background: linear-gradient(160deg, #161410, #0b0c0a); }
.cue-art.case::after { background: linear-gradient(90deg, #3a2a18, #8b7355, #1a140c); border-radius: 12px; inset: 22% 18%; }
.cue-art.rack { background: linear-gradient(160deg, #1a1610, #0b0c0a); }
.cue-art.rack::after { background: repeating-linear-gradient(90deg, #c6a56c 0 8px, #2a2118 8px 22px); border-radius: 8px; }
.cue-art.cloth { background: linear-gradient(160deg, #0d1a14, #0b0c0a); }
.cue-art.cloth::after { background: radial-gradient(circle at 30% 40%, #2d6b4e, #1a4a34 55%, #0d241a); border-radius: 8px; }
.cue-art.stools { background: linear-gradient(160deg, #1a1612, #0b0c0a); }
.cue-art.stools::after { background: linear-gradient(180deg, #c6a56c, #5a4018); width: 28%; left: 36%; right: auto; border-radius: 8px 8px 4px 4px; }
.cue-art.chalk { background: linear-gradient(160deg, #14202a, #0b0c0a); }
.cue-art.chalk::after { background: #1e5a9a; inset: 32% 36%; border-radius: 6px; }
.cue-art.tips { background: linear-gradient(160deg, #1a1410, #0b0c0a); }
.cue-art.tips::after { background: radial-gradient(circle, #d4b07a, #5c3a1e); inset: 32% 38%; border-radius: 50%; }

.services { background: radial-gradient(ellipse at top, rgba(26,74,52,0.28), transparent 55%), var(--bg); }
.service-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; }
.service-photo { border-radius: var(--radius); overflow: hidden; min-height: 420px; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-list { display: grid; gap: 14px; }
.service { background: var(--bg-card); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.service h3 { font-size: 1.45rem; margin-bottom: 6px; }
.service p { color: var(--muted); font-size: 0.93rem; }

.showroom-banner { position: relative; border-radius: 24px; overflow: hidden; min-height: 420px; display: grid; place-items: end start; }
.showroom-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.showroom-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(11,12,10,0.88) 100%); }
.showroom-copy { position: relative; z-index: 1; padding: 40px; max-width: 560px; }
.showroom-copy h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin: 8px 0 12px; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.review p { color: var(--cream-dim); font-size: 0.98rem; }
.review cite { display: block; margin-top: 18px; font-style: normal; font-size: 0.82rem; color: var(--muted); }

.contact { background: var(--bg-elev); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; }
.contact h2 { font-size: clamp(2.4rem, 4vw, 3.4rem); margin: 8px 0 16px; }
.info-list { list-style: none; margin-top: 28px; }
.info-list li { padding: 14px 0; border-top: 1px solid var(--line); color: var(--cream-dim); }
.info-list strong { display: block; color: var(--gold); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 4px; }
form { background: var(--bg-card); border: 1px solid var(--line); border-radius: 20px; padding: 28px; display: grid; gap: 14px; }
label { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
input, select, textarea { width: 100%; background: #10120f; border: 1px solid var(--line); color: var(--cream); border-radius: 10px; padding: 12px 14px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { font-size: 0.8rem; color: var(--muted); }
.form-success { display: none; padding: 16px; border-radius: 12px; background: rgba(26,74,52,0.35); border: 1px solid var(--felt); color: var(--cream); }

footer { padding: 40px 0 28px; border-top: 1px solid var(--line); }
.foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: 0.82rem; }

.modal { position: fixed; inset: 0; z-index: 80; display: none; place-items: center; background: rgba(0,0,0,0.72); padding: 24px; }
.modal.open { display: grid; }
.modal-card { width: min(520px, 100%); background: var(--bg-card); border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
.modal-card h3 { font-size: 2rem; margin-bottom: 8px; }

@media (max-width: 960px) {
  .about-grid, .service-grid, .contact-grid, .grid, .reviews-grid, .catalog-grid { grid-template-columns: 1fr 1fr; }
  .grid .card:last-child { grid-column: span 2; }
}
@media (max-width: 760px) {
  .hamburger { display: block; }
  .nav-links { position: fixed; inset: 0; background: rgba(11,12,10,0.96); flex-direction: column; justify-content: center; gap: 22px; font-size: 1.3rem; transform: translateX(100%); transition: 0.3s; }
  .nav-links.open { transform: none; }
  .nav-links .nav-cta { display: none; }
  .about-grid, .service-grid, .contact-grid, .grid, .reviews-grid, .catalog-grid, .form-row, .stats { grid-template-columns: 1fr; }
  .grid .card:last-child { grid-column: auto; }
  .section-head { flex-direction: column; align-items: start; }
  .hero-meta, .foot { flex-direction: column; align-items: start; gap: 16px; }
  section { padding: 72px 0; }
}
