body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #f5f6f7;
  color: #111;
}

.nav {
  display: flex;
  justify-content: space-between;
  padding: 18px 7%;
  align-items: center;
  background: rgba(245,246,247,0.9);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 34px;
}

.brand-text strong {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.brand-text span {
  font-size: 9px;
  color: #888;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
}

.nav a {
  margin-left: 26px;
  text-decoration: none;
  color: #222;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn-outline {
  border: 1px solid #aaa;
  padding: 8px 16px;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 70px 7% 56px;
  align-items: center;
  background:
    radial-gradient(circle at 75% 40%, rgba(182,138,76,0.24), transparent 32%),
    linear-gradient(135deg, #f7f6f3 0%, #e4e6e8 60%, #d4d9dd 100%);
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  line-height: 1.04;
  font-weight: 500;
  margin: 0;
}

.hero p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
  margin: 18px 0;
}

.hero-logo {
  display: flex;
  justify-content: flex-end;
  padding-right: 80px;
}

.hero-logo img {
  width: 340px;
  transform: translateX(60px);
  filter: drop-shadow(0 30px 70px rgba(0,0,0,0.28));
}

.actions {
  margin-top: 22px;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  margin-right: 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

.primary {
  background: #b68a4c;
  color: white;
}

.secondary {
  background: #13283b;
  color: white;
}

.bands-wrap {
  background: #080d13;
  padding: 42px 7%;
}

.bands-inner {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 28px;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 20%, rgba(182,138,76,0.10), transparent 35%),
    #0b1016;
  box-shadow:
    0 40px 110px rgba(0,0,0,0.45),
    inset 0 0 90px rgba(255,255,255,0.025);
}

.band {
  height: 245px;
  margin: 22px 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-shadow:
    0 28px 75px rgba(0,0,0,0.42),
    inset 0 0 90px rgba(0,0,0,0.3);
}

.band:first-child { margin-top: 0; }
.band:last-child { margin-bottom: 0; }

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8,13,19,0.97) 0%,
    rgba(8,13,19,0.90) 28%,
    rgba(8,13,19,0.62) 55%,
    rgba(8,13,19,0.24) 76%,
    rgba(8,13,19,0.04) 92%
  );
}

.band-mark {
  position: absolute;
  right: 54px;
  bottom: 34px;
  width: 118px;
  opacity: 0.13;
  z-index: 2;
  filter: drop-shadow(0 0 28px rgba(182,138,76,0.35));
}

.band-content {
  position: relative;
  z-index: 3;
  color: white;
  display: flex;
  align-items: center;
  gap: 42px;
  padding-left: 7%;
  max-width: 820px;
}

.band-content span {
  color: #b68a4c;
  font-size: 24px;
  font-family: 'Playfair Display', serif;
}

.band-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 31px;
  font-weight: 500;
  margin: 0;
}

.gold-line {
  width: 72px;
  height: 1px;
  background: #b68a4c;
  margin: 12px 0 14px;
}

.band-content p {
  font-size: 15px;
  color: #c3ccd6;
  line-height: 1.5;
  margin: 0;
  max-width: 450px;
}

.process,
.sub-section.dark {
  background: #0b1016;
  color: white;
}

.process {
  padding: 90px 7%;
}

.process h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.steps div {
  border-top: 1px solid rgba(182,138,76,0.4);
  padding-top: 20px;
  color: #d6dde5;
}

.sub-hero {
  position: relative;
  min-height: 540px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 90px 7%;
  color: white;
}

.sub-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8,13,19,0.96) 0%,
    rgba(8,13,19,0.78) 45%,
    rgba(8,13,19,0.25) 100%
  );
}

.sub-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.sub-content span {
  color: #b68a4c;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
}

.sub-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 500;
  margin: 18px 0;
}

.sub-content p {
  color: #c3ccd6;
  font-size: 18px;
  line-height: 1.6;
}

.sub-section {
  padding: 100px 7%;
}

.sub-section.light {
  background: #f5f6f7;
  color: #111;
}

.sub-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 500;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.feature-grid div {
  background: white;
  padding: 34px;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.sub-section.dark .feature-grid div {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.feature-grid h3 {
  margin-top: 0;
}

.feature-grid p,
.wide-text {
  color: #555;
  line-height: 1.6;
}

.dark .wide-text,
.sub-section.dark .feature-grid p {
  color: #c3ccd6;
}

.dark .wide-text {
  max-width: 820px;
  font-size: 18px;
}

.image-block {
  padding: 50px 7%;
  background: #0b1016;
}

.image-frame {
  max-width: 950px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.image-frame img {
  width: 100%;
  display: block;
  border-radius: 14px;
  transition: transform 0.5s ease;
}

.image-frame img:hover {
  transform: scale(1.02);
}

.contact {
  padding: 110px 7%;
  background: #f5f6f7;
  text-align: center;
}

.contact-inner {
  max-width: 720px;
  margin: 0 auto;
}

.contact h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  margin-bottom: 18px;
}

.contact-text {
  color: #555;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.contact-details {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}

.contact-details span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}

.contact-details a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

.contact-details p {
  margin: 0;
  color: #333;
}

.footer {
  background: #0b1016;
  color: #c3ccd6;
  padding: 50px 7% 30px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: white;
}

.footer-brand span {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #777;
  text-transform: uppercase;
}

.footer-links a {
  margin-left: 28px;
  text-decoration: none;
  color: #c3ccd6;
  font-size: 13px;
}

.footer-bottom {
  margin-top: 30px;
  font-size: 12px;
  color: #777;
  text-align: center;
}

@media (max-width: 900px) {
  .nav nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .sub-content h1 {
    font-size: 40px;
  }

  .hero-logo {
    justify-content: center;
    padding-right: 0;
    margin-top: 40px;
  }

  .hero-logo img {
    width: 240px;
    transform: none;
  }

  .bands-wrap {
    padding: 28px 5%;
  }

  .bands-inner {
    padding: 14px;
  }

  .band {
    height: 280px;
  }

  .band-content {
    padding: 0 7%;
    gap: 24px;
  }

  .band-mark {
    width: 86px;
    right: 26px;
    bottom: 24px;
  }

  .steps,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner,
  .contact-details {
    flex-direction: column;
    gap: 24px;
  }

  .footer-links a {
    margin: 0 12px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.hero,
.sub-hero {
  animation: heroFade 1.2s ease forwards;
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.band,
.image-frame,
.feature-grid div {
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.band:hover,
.feature-grid div:hover {
  transform: translateY(-6px);
}

.image-frame:hover {
  transform: translateY(-4px);
}

/* HERO UPGRADE */
.hero,
.sub-hero {
  position: relative;
  overflow: hidden;
}

.hero::before,
.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(182,138,76,0.22), transparent 35%),
    linear-gradient(120deg, rgba(255,255,255,0.08), transparent 45%);
  pointer-events: none;
  z-index: 1;
}

.hero-text,
.hero-logo,
.sub-content {
  position: relative;
  z-index: 2;
}

.hero-logo img {
  animation: floatLogo 6s ease-in-out infinite;
}

@keyframes floatLogo {
  0%, 100% {
    transform: translateX(60px) translateY(0);
  }
  50% {
    transform: translateX(60px) translateY(-14px);
  }
}

.sub-hero {
  background-attachment: fixed;
}

.sub-content {
  animation: heroTextReveal 1s ease forwards;
}

@keyframes heroTextReveal {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sub-content h1,
.hero h1 {
  text-shadow: 0 20px 60px rgba(0,0,0,0.22);
}

@media (max-width: 900px) {
  .sub-hero {
    background-attachment: scroll;
  }

  @keyframes floatLogo {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
}

/* HERO UPGRADE */
.hero,
.sub-hero {
  position: relative;
  overflow: hidden;
}

.hero::before,
.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(182,138,76,0.22), transparent 35%),
    linear-gradient(120deg, rgba(255,255,255,0.08), transparent 45%);
  pointer-events: none;
  z-index: 1;
}

.hero-text,
.hero-logo,
.sub-content {
  position: relative;
  z-index: 2;
}

.hero-logo img {
  animation: floatLogo 6s ease-in-out infinite;
}

@keyframes floatLogo {
  0%, 100% {
    transform: translateX(60px) translateY(0);
  }
  50% {
    transform: translateX(60px) translateY(-14px);
  }
}

.sub-hero {
  background-attachment: fixed;
}

.sub-overlay {
  backdrop-filter: blur(2px);
}

.sub-content {
  animation: heroTextReveal 1s ease forwards;
}

@keyframes heroTextReveal {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sub-content h1,
.hero h1 {
  text-shadow: 0 20px 60px rgba(0,0,0,0.22);
}

.nav a:hover {
  opacity: 0.7;
}

.nav a.active {
  border-bottom: 1px solid #b68a4c;
}

@media (max-width: 900px) {
  .sub-hero {
    background-attachment: scroll;
  }

  @keyframes floatLogo {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
}