:root {
  --gold: #C9A84C;
  --gold-light: #E8D090;
  --gold-dark: #8A6820;
  --cream: #FAF6ED;
  --dark: #1A1208;
  --dark-mid: #2E2210;
  --text: #3D2E0E;
  --text-light: #7A6340;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
img, picture, svg { max-width: 100%; height: auto; display: block; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--text); font-family: 'Cormorant Garamond', serif; overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  padding: 1.2rem 4rem;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(26,18,8,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,0.25);
  flex-wrap: wrap; gap: 0.5rem;
}
.nav-logo { display: flex; align-items: center; gap: 0.9rem; font-family: 'Cinzel', serif; font-size: 1.1rem; color: var(--gold); letter-spacing: 0.12em; text-decoration: none; }
.logo-image { width: 48px; height: auto; display: block; border-radius: 0.25rem; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo span { display: block; font-size: 0.55rem; letter-spacing: 0.3em; color: var(--gold-light); margin-top: 2px; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-family: 'Raleway', sans-serif; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(232,208,144,0.75); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { font-family: 'Raleway', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; border: 1px solid var(--gold); color: var(--gold); padding: 0.55rem 1.4rem; text-decoration: none; transition: all 0.3s; }
.nav-cta:hover { background: var(--gold); color: var(--dark); }
.nav-hamburger { display: none; background: none; border: 1px solid var(--gold); color: var(--gold); font-size: 1.2rem; padding: 0.3rem 0.7rem; cursor: pointer; }

/* HERO */
.hero { min-height: 100vh; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; overflow: hidden; padding: 3rem 0 4rem; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.08) 0%, transparent 60%), linear-gradient(135deg, #1A1208 0%, #2E2210 50%, #1A1208 100%); }
.hero-ornament { position: absolute; right: 0; top: 0; bottom: 0; width: 55%; overflow: hidden; }
.hero-ornament::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=1200&q=80') center/cover no-repeat; opacity: 0.25; transform: scale(1.05); animation: slowZoom 20s ease-in-out infinite alternate; }
.hero-ornament::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #1A1208 0%, transparent 40%, rgba(26,18,8,0.7) 100%); }
@keyframes slowZoom { from { transform: scale(1.05); } to { transform: scale(1.12); } }
.hero-content { position: relative; z-index: 2; padding: 0 4rem 0 6rem; max-width: 700px; animation: fadeUp 1.2s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
.hero-eyebrow { font-family: 'Raleway', sans-serif; font-size: 0.65rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; }
.hero-eyebrow::before { content: ''; display: block; width: 3rem; height: 1px; background: var(--gold); }
.hero h1 { font-family: 'Cinzel', serif; font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 400; line-height: 1.15; color: var(--cream); margin-bottom: 1.5rem; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-desc { font-size: 1.1rem; font-weight: 300; line-height: 1.8; color: rgba(250,246,237,0.65); margin-bottom: 2.5rem; max-width: 480px; }
.hero-actions { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; margin-bottom: 2.5rem; position: relative; z-index: 2; }
.btn-primary { font-family: 'Raleway', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; background: var(--gold); color: var(--dark); padding: 1rem 2.2rem; text-decoration: none; transition: all 0.3s; }
.btn-primary:hover { background: var(--gold-light); }
.btn-ghost { font-family: 'Raleway', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); text-decoration: none; display: flex; align-items: center; gap: 0.5rem; transition: color 0.3s; }
.btn-ghost:hover { color: var(--gold); }
.btn-ghost::after { content: '→'; }
.hero-stats { position: relative; display: flex; gap: 4rem; flex-wrap: wrap; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(250,246,237,0.1); z-index: 2; width: 100%; max-width: 760px; }
.stat { border-left: 1px solid rgba(201,168,76,0.4); padding-left: 1.2rem; }
.stat-num { font-family: 'Cinzel', serif; font-size: 2rem; color: var(--gold); display: block; }
.stat-label { font-family: 'Raleway', sans-serif; font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(250,246,237,0.45); }

/* SECTIONS */
section { padding: 7rem 6rem; max-width: 1300px; margin: 0 auto; }
.section-eyebrow { font-family: 'Raleway', sans-serif; font-size: 0.62rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: flex; align-items: center; gap: 1rem; }
.section-eyebrow::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--gold); }
.section-title { font-family: 'Cinzel', serif; font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 400; color: var(--dark); line-height: 1.2; margin-bottom: 1.5rem; }
.section-desc { font-size: 1.1rem; font-weight: 300; line-height: 1.9; color: var(--text-light); max-width: 600px; }

/* ABOUT */
.about { background: var(--dark); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.about .section-title { color: var(--cream); }
.about .section-desc { color: rgba(250,246,237,0.6); max-width: 100%; }
.about-philosophy { background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.2); padding: 2rem; margin-top: 2rem; }
.about-philosophy h4 { font-family: 'Cinzel', serif; font-size: 0.85rem; color: var(--gold); letter-spacing: 0.1em; margin-bottom: 0.8rem; }
.about-philosophy p { font-size: 1rem; font-weight: 300; line-height: 1.8; color: rgba(250,246,237,0.55); font-style: italic; }
.about-image-stack { position: relative; height: 500px; }
.about-img { position: absolute; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.about-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-img:first-child { width: 75%; height: 70%; top: 0; left: 0; border: 3px solid var(--gold-dark); }
.about-img:last-child { width: 55%; height: 55%; bottom: 0; right: 0; border: 3px solid var(--gold-dark); }

/* BRANDS */
.brands { background: var(--cream); }
.brands-header { text-align: center; margin-bottom: 4rem; }
.brands-header .section-eyebrow { justify-content: center; }
.brands-header .section-eyebrow::before { display: none; }
.brands-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: rgba(201,168,76,0.2); border: 1px solid rgba(201,168,76,0.2); }
.brand-card { background: var(--cream); padding: 2.5rem; position: relative; overflow: hidden; transition: background 0.4s; }
.brand-card:hover { background: var(--dark); }
.brand-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--gold); transition: height 0.4s; }
.brand-card:hover::before { height: 100%; }
.brand-icon { font-size: 2rem; color: var(--gold); margin-bottom: 1.2rem; display: block; transition: transform 0.3s; }
.brand-card:hover .brand-icon { transform: scale(1.1); }
.brand-name { font-family: 'Cinzel', serif; font-size: 1rem; font-weight: 600; color: var(--dark); margin-bottom: 0.3rem; transition: color 0.4s; }
.brand-card:hover .brand-name { color: var(--gold); }
.brand-tag { font-family: 'Raleway', sans-serif; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; display: block; }
.brand-desc { font-size: 0.95rem; line-height: 1.7; font-weight: 300; color: var(--text-light); transition: color 0.4s; }
.brand-card:hover .brand-desc { color: rgba(250,246,237,0.55); }

/* FEATURE */
.feature { padding: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.feature-image { position: relative; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.feature:hover .feature-image img { transform: scale(1.04); }
.feature-reverse { direction: rtl; }
.feature-reverse > * { direction: ltr; }
.feature-content { background: var(--dark-mid); padding: 5rem; display: flex; flex-direction: column; justify-content: center; }
.feature-content .section-title { color: var(--cream); }
.feature-content .section-desc { color: rgba(250,246,237,0.6); margin-bottom: 2rem; }
.feature-bullets { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.feature-bullets li { display: flex; gap: 1rem; align-items: flex-start; font-size: 1rem; font-weight: 300; line-height: 1.6; color: rgba(250,246,237,0.6); }
.feature-bullets li::before { content: '◆'; color: var(--gold); font-size: 0.5rem; margin-top: 0.4rem; flex-shrink: 0; }

/* ADVANTAGE */
.advantage { background: var(--cream); }
.advantage-header { text-align: center; margin-bottom: 4rem; }
.advantage-header .section-eyebrow { justify-content: center; }
.advantage-header .section-eyebrow::before { display: none; }
.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(201,168,76,0.15); }
.adv-card { background: var(--cream); padding: 2.5rem 2rem; text-align: center; border-top: 3px solid transparent; transition: all 0.35s; }
.adv-card:hover { background: #FFF9EE; border-top-color: var(--gold); }
.adv-icon { font-size: 2.2rem; margin-bottom: 1rem; display: block; }
.adv-title { font-family: 'Cinzel', serif; font-size: 0.9rem; color: var(--dark); margin-bottom: 0.8rem; }
.adv-desc { font-size: 0.9rem; font-weight: 300; line-height: 1.7; color: var(--text-light); }

/* TESTIMONIAL */
.testimonial { background: radial-gradient(ellipse at center, rgba(201,168,76,0.06) 0%, transparent 70%), var(--dark); text-align: center; padding: 7rem 8rem; }
.testimonial blockquote { font-size: clamp(1.2rem, 2.5vw, 2rem); font-weight: 300; font-style: italic; line-height: 1.7; color: rgba(250,246,237,0.8); max-width: 800px; margin: 0 auto 2rem; position: relative; }
.testimonial blockquote::before { content: '"'; font-family: 'Cinzel', serif; font-size: 6rem; color: rgba(201,168,76,0.15); position: absolute; top: -2rem; left: -2rem; line-height: 1; }
.testimonial cite { font-family: 'Raleway', sans-serif; font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); font-style: normal; }

/* CONTACT */
.contact { background: var(--dark); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.contact .section-title { color: var(--cream); }
.contact .section-desc { color: rgba(250,246,237,0.55); }
.contact-items { display: flex; flex-direction: column; gap: 2rem; margin-top: 2.5rem; }
.contact-item { display: flex; gap: 1.2rem; align-items: flex-start; }
.contact-item-icon { font-size: 1.4rem; color: var(--gold); flex-shrink: 0; margin-top: 0.2rem; }
.contact-item-label { font-family: 'Raleway', sans-serif; font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(250,246,237,0.4); margin-bottom: 0.3rem; display: block; }
.contact-item-value { font-size: 1rem; font-weight: 300; color: rgba(250,246,237,0.75); line-height: 1.6; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.contact-form input, .contact-form textarea, .contact-form select { background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.25); color: rgba(250,246,237,0.8); padding: 1rem 1.2rem; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 300; outline: none; width: 100%; transition: border-color 0.3s; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(250,246,237,0.3); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); }
.contact-form select { cursor: pointer; }
.contact-form select option { background: var(--dark); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form button { background: var(--gold); color: var(--dark); border: none; cursor: pointer; padding: 1rem 2rem; font-family: 'Raleway', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; transition: background 0.3s; text-align: left; width: 100%; }
.contact-form button:hover { background: var(--gold-light); }

/* FOOTER */
footer { background: #0D0A04; padding: 3rem 6rem; text-align: center; border-top: 1px solid rgba(201,168,76,0.15); }
.footer-logo { font-family: 'Cinzel', serif; font-size: 1.4rem; color: var(--gold); letter-spacing: 0.15em; margin-bottom: 0.5rem; display: block; }
.footer-tagline { font-family: 'Raleway', sans-serif; font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: rgba(201,168,76,0.4); margin-bottom: 2rem; display: block; }
.footer-links { display: flex; justify-content: center; gap: 2.5rem; list-style: none; margin-bottom: 2rem; flex-wrap: wrap; }
.footer-links a { font-family: 'Raleway', sans-serif; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(250,246,237,0.3); text-decoration: none; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.8rem; color: rgba(250,246,237,0.2); }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── LAPTOP / DESKTOP RESPONSIVE ── */
@media (max-width: 1200px) {
  nav { padding: 1.1rem 2.5rem; }
  section { padding: 6rem 3.5rem; }
  .hero-content { padding: 0 2rem 0 4rem; }
  .hero-stats { left: 3rem; gap: 3rem; }
  .about { gap: 4rem; }
  .about-image-stack { height: 420px; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonial { padding: 5.5rem 4rem; }
  .contact { gap: 3rem; }
  footer { padding: 3rem 3rem; }
}

@media (max-width: 1024px) {
  nav { padding: 1rem 2rem; }
  section { padding: 5rem 3rem; }
  .hero-content { padding: 0 2rem 0 3rem; }
  .hero-stats { left: 2rem; gap: 2.5rem; }
  .about { gap: 3rem; }
  .about-image-stack { height: 360px; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial { padding: 5rem 4rem; }
  .contact { gap: 3rem; }
  footer { padding: 3rem 3rem; }
}

@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; flex-direction: column; width: 100%; gap: 0; background: rgba(26,18,8,0.98); position: absolute; top: 100%; left: 0; border-top: 1px solid rgba(201,168,76,0.2); }
  .nav-links.open { display: flex; }
  .nav-links li a { display: block; padding: 0.9rem 1.5rem; border-bottom: 1px solid rgba(201,168,76,0.1); }
  .nav-cta { display: none; }
  .nav-hamburger { display: block; }

  .hero { height: auto; min-height: 100vh; padding: 7rem 0 5rem; }
  .hero-content { padding: 0 1.5rem; max-width: 100%; }
  .hero-ornament { width: 100%; opacity: 0.45; }
  .hero-ornament::after { background: linear-gradient(to bottom, rgba(26,18,8,0.8) 0%, rgba(26,18,8,0.45) 100%); }
  .hero-stats { position: relative; display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; padding: 1.5rem 0 0; border-top: 1px solid rgba(250,246,237,0.1); }
  .hero-desc { max-width: 100%; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-ghost { width: 100%; justify-content: center; }

  section { padding: 4rem 1.5rem; }
  .about { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-image-stack { position: static; height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .about-img { position: relative; width: 100%; height: auto; border: 3px solid var(--gold-dark); }
  .about-img:first-child, .about-img:last-child { width: 100%; height: auto; top: auto; left: auto; bottom: auto; right: auto; }
  .about-img img { height: 260px; object-fit: cover; }
  .brands-grid { grid-template-columns: 1fr; }
  .feature, .feature-reverse { grid-template-columns: 1fr; direction: ltr; }
  .feature-image { height: 280px; }
  .feature-content { padding: 2.5rem 1.5rem; }
  .adv-grid { grid-template-columns: 1fr 1fr; }
  .testimonial { padding: 4rem 1.5rem; }
  .testimonial blockquote::before { left: 0; font-size: 4rem; }
  .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  footer { padding: 2.5rem 1.5rem; }
  .footer-links { gap: 1rem; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 2rem; }
  .adv-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 1rem; }
  .stat-num { font-size: 1.5rem; }
  .brands-grid { gap: 1px; }
}