/* ELAZ SA - Restored Homepage, Contact Page Kept */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  color: #1d1d1d;
  background: #f4f4f4;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

/* Header exactly over hero */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: transparent;
}

.nav-wrap {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover {
  color: #f0d57d;
}

.nav-cta {
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  padding: 11px 18px;
}

/* Hero */
.hero {
  position: relative;
  min-height: 835px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(7,6,5,.9) 0%, rgba(12,10,8,.66) 43%, rgba(12,11,9,.28) 100%),
    url("images/champagne-hero.JPG");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-grid {
  min-height: 835px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
  padding-top: 78px;
}

.eyebrow {
  margin: 0 0 22px;
  color: #f0d57d;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .32em;
}

.hero h1 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -2px;
}

.hero h1 span {
  color: #f0d57d;
}

.hero-text {
  max-width: 610px;
  margin: 28px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.button-row {
  display: flex;
  gap: 16px;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
}

.btn-gold {
  background: #f0d57d;
  color: #111;
}

.btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(0,0,0,.10);
}

.btn-dark {
  background: #050505;
  color: #fff;
}

/* Hero cards */
.hero-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 22px;
}

.stat-card {
  min-height: 164px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 34px 30px;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}

.stat-card strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 14px;
  color: #fff;
}

.stat-card span {
  color: #fff;
  opacity: .9;
  font-weight: 700;
}

.offset {
  margin-top: 40px;
}

/* Sections */
.section {
  padding: 110px 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
  align-items: center;
}

p {
  color: #4f5660;
  font-size: 16px;
  line-height: 1.75;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2,
.two-col h2,
.cta-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -1px;
  margin: 0 0 24px;
  color: #171717;
}

.gold {
  color: #c69b48;
}

/* About */
.about-section {
  background: #fff;
}

.about-section .two-col h2 {
  max-width: 560px;
  font-size: 56px;
}

.image-card {
  position: relative;
}

.image-card img {
  width: 100%;
  height: 475px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0,0,0,.12);
}

.floating-box {
  position: absolute;
  bottom: -52px;
  left: -28px;
  background: #050505;
  color: #fff;
  padding: 28px;
  border-radius: 20px;
  max-width: 330px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

.floating-box small {
  color: #f0d57d;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 800;
}

.floating-box p {
  margin: 0;
  color: #fff;
}

/* Divisions */
.divisions-section {
  background: #f5f5f5;
}

.division-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.division-card {
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0,0,0,.07);
}

.division-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.card-body {
  padding: 34px 36px 38px;
}

.card-body h3 {
  margin: 0 0 24px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px;
  color: #050505;
}

.card-body ul {
  margin: 0;
  padding-left: 20px;
  color: #4f5660;
}

.card-body li {
  margin-bottom: 10px;
}

/* Operations */
.operations-section {
  background: #080808;
  color: #fff;
}

.operations-section .two-col h2 {
  color: #fff;
}

.operations-section p {
  color: rgba(255,255,255,.82);
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.operation-card {
  min-height: 165px;
  background: rgba(255,255,255,.06);
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.15);
}

.operation-card h3 {
  margin: 0 0 12px;
  color: #f0d57d;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
}

.operation-card p {
  margin: 0;
  font-size: 15px;
}

/* Markets */
.markets-section {
  background: #f3f3f3;
  color: #222;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.market-grid div {
  background: #fff;
  min-height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  border-radius: 26px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 25px;
  line-height: 1.15;
  box-shadow: 0 22px 50px rgba(0,0,0,.06);
}

/* CTA */
.cta-section {
  background: linear-gradient(135deg, #c8a85e 0%, #f1dc8f 100%);
  color: #050505;
  text-align: center;
  padding: 120px 0;
}

.cta-content {
  max-width: 850px;
}

.cta-content h2 {
  color: #050505;
  font-size: 52px;
}

.dark-eyebrow {
  color: #2a2a2a;
}

.cta-content p {
  max-width: 780px;
  margin: 0 auto 30px;
  color: #1d1d1d;
}

/* Footer */
.footer {
  background: #070707;
  color: #ccc;
  padding: 80px 0 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
}

.footer h3 {
  margin: 0 0 18px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  color: #fff;
}

.footer h4 {
  color: #fff;
  margin: 0 0 18px;
}

.footer p {
  color: #bfc6d0;
  margin: 0 0 8px;
  font-size: 14px;
}

.footer a {
  display: block;
  color: #bfc6d0;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer a:hover {
  color: #f0d57d;
}

.footer-socials {
  margin-top: 14px;
}

.footer-socials a {
  display: inline-block;
  margin-right: 10px;
}

.footer-legal {
  background: #030303;
  padding: 18px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-legal a {
  color: #f0d57d;
  margin: 0 16px;
  font-size: 13px;
}

.footer-legal a:hover {
  color: #fff;
}

/* Contact page kept clean */
.page-header {
  background:
    linear-gradient(rgba(0,0,0,.62), rgba(0,0,0,.62)),
    url("images/gold-globe.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;

  padding: 95px 20px 55px;
}

/* ADD THIS RIGHT HERE */
.page-header h1 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 54px;
  line-height: 1.1;
}

.page-header p {
  color: rgba(255,255,255,.86);
  max-width: 760px;
  margin: 0 auto;
}

.content-section {
  padding: 90px 0;
  background: #f5f5f5;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 50px;
}

.card,
.form-box,
.legal-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
  padding: 32px;
}

.card h2,
.form-box h2,
.legal-box h2 {
  font-family: 'Playfair Display', Georgia, serif;
}

.card h2 {
  margin: 0 0 14px;
  font-size: 24px;
  color: #7a5a20;
}

.form-box h2,
.legal-box h2 {
  font-size: 40px;
  margin: 0 0 24px;
}

form {
  display: grid;
  gap: 16px;
}

input,
textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font: inherit;
}

textarea {
  min-height: 160px;
}

button {
  width: fit-content;
  border: none;
  background: #7a5a20;
  color: #fff;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1100px) {
  .hero-grid,
  .two-col,
  .division-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 42px;
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .market-grid,
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .floating-box {
    left: 25px;
    bottom: 25px;
  }
}

@media (max-width: 768px) {
  .site-header {
    position: relative;
    background: #111;
  }

  .nav-wrap {
    height: auto;
    padding: 20px 0;
    flex-direction: column;
    gap: 18px;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .hero {
    padding: 60px 0 80px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-cards,
  .operations-grid,
  .market-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .offset {
    margin-top: 0;
  }

  .button-row {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .section-title h2,
  .two-col h2,
  .cta-content h2,
  .about-section .two-col h2 {
    font-size: 38px;
  }

  .footer-grid {
    text-align: center;
  }

  .footer-legal a {
    display: inline-block;
    margin: 6px 8px;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 36px, 1080px);
  }

  .hero h1 {
    font-size: 38px;
  }

  .section {
    padding: 70px 0;
  }

  .floating-box {
    position: static;
    max-width: none;
    margin-top: 16px;
  }
}

/* Legal pages refinement */

.content-section .container {
  max-width: 980px;
}

.content-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  margin-top: 46px;
  margin-bottom: 16px;
  color: #111;
}

.content-section p,
.content-section li {
  font-size: 17px;
  line-height: 1.9;
  color: #4f5660;
}

.content-section ul {
  padding-left: 22px;
  margin-top: 12px;
}

.content-section li {
  margin-bottom: 10px;
}

.legal-nav {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,0,0,.10);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}
.legal-nav a {
  color: #7a5a20;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}

.legal-nav a:hover {
  color: #111;
}

/* Final Responsive Refinement Pass */

/* Tablets */
@media (max-width: 1100px) {
  .section {
    padding: 90px 0;
  }

  .hero-grid {
    padding-top: 120px;
  }

  .footer-grid {
    gap: 38px;
  }
}

/* Phones */
@media (max-width: 768px) {
  .container {
    width: min(100% - 34px, 1080px);
  }

  .logo {
    font-size: 24px;
  }

  .nav a {
    font-size: 13px;
  }

  .nav-cta {
    padding: 9px 14px;
  }

  .hero {
    padding: 52px 0 64px;
    background-position: center center;
  }

  .hero-grid {
    padding-top: 0;
    padding-bottom: 0;
    gap: 34px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.04;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .stat-card {
    min-height: auto;
    padding: 26px 24px;
  }

  .image-card img,
  .division-card img {
    height: 260px;
  }

  .floating-box {
    position: static;
    max-width: none;
    margin-top: 18px;
  }

  .section {
    padding: 64px 0;
  }

  .section-title {
    margin-bottom: 38px;
  }

  .section-title h2,
  .two-col h2,
  .cta-content h2,
  .about-section .two-col h2 {
    font-size: 36px;
  }

  .card-body {
    padding: 28px 24px 32px;
  }

  .footer {
    padding: 58px 0 48px;
  }

  .footer-grid {
    gap: 34px;
  }

  .page-header h1 {
    font-size: 40px;
  }

  .form-box h2,
  .legal-box h2 {
    font-size: 34px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .container {
    width: min(100% - 28px, 1080px);
  }

  .nav {
    gap: 10px 12px;
  }

  .nav a {
    font-size: 12px;
  }

  .hero {
    padding: 44px 0 56px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: .22em;
  }

  .hero h1 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .hero-text {
    font-size: 15px;
  }

  .btn {
    min-height: 46px;
    padding: 12px 18px;
  }

  .section {
    padding: 56px 0;
  }

  .section-title h2,
  .two-col h2,
  .cta-content h2,
  .about-section .two-col h2 {
    font-size: 32px;
  }

  .card-body h3 {
    font-size: 28px;
  }

  .market-grid div {
    min-height: 130px;
    font-size: 22px;
  }

  .page-header {
    padding: 72px 18px 44px;
  }

  .page-header h1 {
    font-size: 34px;
  }

  .content-section {
    padding: 62px 0;
  }

  .content-section h2 {
    font-size: 28px;
  }

  .content-section p,
  .content-section li {
    font-size: 16px;
  }

  .footer-legal {
    padding: 20px 12px;
  }

  .footer-legal a {
    margin: 6px 7px;
    font-size: 12px;
  }
}

/* Q&A Page */

.logo img {
  width: 110px;
  height: auto;
  display: block;
}

.qa-header {
  background:
    linear-gradient(rgba(0,0,0,.64), rgba(0,0,0,.64)),
    url("images/gold-globe.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.qa-container {
  max-width: 920px;
}

.qa-box {
  background: #fff;
  border-radius: 20px;
  padding: 34px 38px;
  margin-bottom: 24px;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

.qa-box h2 {
  margin-top: 0;
  color: #7a5a20;
}

.qa-box p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .logo img {
    width: 92px;
  }

  .qa-box {
    padding: 28px 24px;
  }
}

@media (max-width: 480px) {
  .logo img {
    width: 82px;
  }

  .qa-box {
    padding: 24px 20px;
  }
}

.support-bot {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
}

.support-bot a {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 13px 18px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 22px rgba(0,0,0,0.22);
}

.support-bot a:hover {
  background: #b89b5e;
  color: #111;
}

/* Ultra-wide desktop screen fix */
@media (min-width: 1400px) {
  .hero {
    background-size: 100% auto;
    background-position: center top;
  }

  .hero,
  .hero-grid {
    min-height: 100vh;
  }
}