h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

.container {
  width: 85%;
  margin: auto;
}

/* =========================================
   HERO SECTION
========================================= */

.hero {
  height: 100vh;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  width: 100%;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6')
    center center/cover no-repeat;
  filter: brightness(0.35);
  transform: scale(1.08);
  z-index: 1;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10,10,10,0.82) 0%,
      rgba(10,10,10,0.62) 35%,
      rgba(10,10,10,0.2) 100%
    );
  z-index: 2;
}

/* =========================================
   HERO CONTENT
========================================= */

.eyebrow {
  display: inline-block;
  color: #bfa37a;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.hero h1 {
  font-size: 64px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -1px;
}

.hero h1 span {
  color: #bfa37a;
}

.hero p {
  margin-top: 24px;
  color: #bbb;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.8;
}

/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 40px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  z-index: 5;
  font-weight: 600;
}

.primary {
  background: #bfa37a;
  color: #000;
}

.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(191,163,122,0.25);
}

.ghost {
  border: 1px solid rgba(191,163,122,0.45);
  color: #bfa37a;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
}

.ghost:hover {
  background: #bfa37a;
  color: #000;
  border-color: #bfa37a;
}

/* =========================================
   SCROLL INDICATOR
========================================= */

.scroll-indicator {
  position: absolute;
  bottom: 34px;
  left: 8%;
  z-index: 5;
}

.scroll-indicator span {
  display: block;
  width: 2px;
  height: 44px;
  background: #bfa37a;
  animation: scroll 1.5s infinite;
  transform-origin: top;
}

@keyframes scroll {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* =========================================
   LARGE LAPTOPS
========================================= */

@media (max-width: 1440px) {

  .hero h1 {
    font-size: 58px;
  }

}

/* =========================================
   TABLETS
========================================= */

@media (max-width: 1024px) {

  .hero {
    min-height: 700px;
    padding: 0 6%;
  }

  .hero-content {
    max-width: 680px;
  }

  .hero h1 {
    font-size: 52px;
    line-height: 1.1;
  }

  .hero p {
    font-size: 17px;
    max-width: 520px;
  }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

  .hero {
    min-height: 100vh;
    padding: 120px 24px 80px;
    align-items: center;
  }

  .hero::after {
    background:
      linear-gradient(
        180deg,
        rgba(10,10,10,0.72) 0%,
        rgba(10,10,10,0.55) 35%,
        rgba(10,10,10,0.82) 100%
      );
  }

  .hero-content {
    max-width: 100%;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.14;
    letter-spacing: -0.5px;
  }

  .hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
    max-width: 100%;
  }

  .hero-buttons {
    margin-top: 28px;
    gap: 14px;
    width: 100%;
  }

  .btn {
    width: 100%;
    padding: 15px 22px;
    font-size: 12px;
  }

  .scroll-indicator {
    left: 24px;
    bottom: 24px;
  }

  .scroll-indicator span {
    height: 34px;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .hero {
    padding: 110px 20px 70px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.18;
  }

  .hero p {
    font-size: 14px;
    line-height: 1.75;
  }

  .btn {
    border-radius: 16px;
  }

}

/* =========================
   RESET + BASE
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #0a0a0a;
    color: #ffffff;
    overflow-x: hidden;
}

/* Grain Texture */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.4'/%3E%3C/svg%3E");
    opacity: 0.05;
    pointer-events: none;
    z-index: 9999;
}

/* =========================
   GLOBAL UTILITIES
========================= */

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.text-gold-gradient {
    background: linear-gradient(135deg, #d4b88a, #bfa37a, #a08555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gold-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #bfa37a, transparent);
}

/* =========================
   ANIMATIONS
========================= */

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   PORTFOLIO SECTION
========================= */

.portfolio-section {
    padding: 80px 0px 40px 0px;
}

/* HEADER */
.portfolio-header {
    text-align: center;
    margin-bottom: 50px;
}

.subtitle {
    color: #bfa37a;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: inline-block;
}

.portfolio-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 22px;
}

.portfolio-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.45);
    max-width: 520px;
    margin: auto;
    line-height: 1.7;
}

.header-line {
    width: 60px;
    margin: 30px auto 0;
}

/* GRID */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* CARD */
.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(191,163,122,0.1);
    cursor: pointer;
}

/* SIZE */
.portfolio-card.large {
    grid-column: span 2;
    aspect-ratio: 16/10;
}

.portfolio-card.portrait {
    aspect-ratio: 3/4;
}

.portfolio-card.square {
    aspect-ratio: 1/1;
}

/* IMAGE */
.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease, filter 0.5s ease;
}

/* OVERLAY */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3), transparent);
    opacity: 0;
    transition: 0.5s ease;
}

/* CONTENT */
.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 28px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.5s ease;
}

.card-content span {
    color: #bfa37a;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.card-content h3 {
    font-size: 20px;
    margin: 6px 0;
}

.card-content p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

/* HOVER */
.portfolio-card:hover img {
    transform: scale(1.08);
    filter: brightness(0.7);
}

.portfolio-card:hover .overlay {
    opacity: 1;
}

.portfolio-card:hover .card-content {
    transform: translateY(0);
    opacity: 1;
}

/* CTA */
.portfolio-cta {
    text-align: center;
    margin-top: 70px;
}

.btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #bfa37a;
    border: 1px solid rgba(191,163,122,0.35);
    transition: all 0.35s ease;
}

.btn-premium:hover {
    background: rgba(191,163,122,0.08);
    border-color: #bfa37a;
    box-shadow: 0 0 25px rgba(191,163,122,0.15);
}

.btn-premium .arrow {
    transition: transform 0.3s ease;
}

.btn-premium:hover .arrow {
    transform: translateX(5px);
}

.portfolio-link-card{
    text-decoration: none;
    color: inherit;
    display: block;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio-card.large {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    .portfolio-title {
        font-size: 34px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-card.large {
        grid-column: span 1;
    }
}


/* =========================
   WHY CHOOSE US
========================= */
.why-section {
  padding: clamp(40px, 10vw, 120px) 0;
}

/* HEADER */
.why-header {
  text-align: center;
  margin-bottom: 60px;
}

.why-title {
  font-size: clamp(28px, 4vw, 44px);
  margin: 18px 0;
  line-height: 1.2;
}

.why-desc {
  color: rgba(255,255,255,0.5);
  max-width: 520px;
  margin: auto;
  font-size: 14px;
  line-height: 1.6;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */
.why-card {
  padding: 30px 24px;
  border: 1px solid rgba(191,163,122,0.08);
  border-radius: 14px;
  background: rgba(255,255,255,0.01);
  transition: all 0.4s ease;
  position: relative;
}

.why-card:hover {
  border-color: rgba(191,163,122,0.3);
  background: rgba(191,163,122,0.03);
  transform: translateY(-6px);
}

/* NUMBER ICON */
.icon-wrap {
  font-size: 14px;
  color: #bfa37a;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

/* TITLE */
.why-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* TEXT */
.why-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* =========================
   RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    padding: 24px 20px;
  }
}


/* =========================
   REVIEWS SECTION
========================= */

.reviews-section {
    padding: 60px 0;
}

/* HEADER */
.reviews-header {
    text-align: center;
    margin-bottom: 60px;
}

.reviews-title {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.reviews-desc {
    max-width: 520px;
    margin: auto;
    color: rgba(255,255,255,0.5);
    font-size: 15px;
    line-height: 1.7;
}

/* GRID */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* CARD */
.review-card {
    padding: 30px;
    border-radius: 16px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.4s ease;
    position: relative;
}

/* Hover premium feel */
.review-card:hover {
    border-color: rgba(191,163,122,0.3);
    background: rgba(191,163,122,0.05);
    transform: translateY(-6px);
}

/* Stars */
.stars {
    color: #bfa37a;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

/* Text */
.review-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 25px;
}

/* User */
.review-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-user h4 {
    font-size: 14px;
    margin-bottom: 2px;
}

.review-user span {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

/* Avatar */
.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #bfa37a, #a08555);
    flex-shrink: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .reviews-title {
        font-size: 32px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   PROCESS BANNER (PREMIUM)
========================= */

.process-banner {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}


/* INNER */
.process-inner {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
    text-align: center;
}

/* =========================
   HEADING
========================= */

.process-heading h2 {
    font-size: 56px;
    line-height: 1.15;
    margin: 20px 0;
}

.process-heading p {
    color: rgba(255,255,255,0.5);
    max-width: 560px;
    margin: auto;
    line-height: 1.7;
}

/* =========================
   TIMELINE
========================= */

.process-line {
    margin-top: 120px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* LINE */
.process-line::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(191,163,122,0.5), transparent);
}

/* NODE */
.process-node {
    width: 100%;
    max-width: 180px;
    position: relative;
}

/* DOT */
.process-node span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(191,163,122,0.08);
    border: 1px solid rgba(191,163,122,0.4);
    color: #bfa37a;
    font-size: 12px;
    margin-bottom: 14px;
    transition: all 0.4s ease;
}

/* TITLE */
.process-node h4 {
    font-size: 14px;
    margin-bottom: 6px;
}

/* TEXT */
.process-node p {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    line-height: 1.6;
}

/* HOVER EFFECT */
.process-node:hover span {
    background: #bfa37a;
    color: #000;
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 0 20px rgba(191,163,122,0.4);
}

/* HIGHLIGHT LAST */
.process-node.highlight span {
    background: #bfa37a;
    color: #000;
    box-shadow: 0 0 25px rgba(191,163,122,0.6);
}

/* =========================
   HIGHLIGHTS
========================= */

.process-highlights {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 120px;
}

/* BOX */
.highlight-box {
    padding: 20px 30px;
    border: 1px solid rgba(191,163,122,0.2);
    border-radius: 12px;
    background: rgba(191,163,122,0.03);
    transition: 0.4s ease;
}

.highlight-box:hover {
    transform: translateY(-4px);
    border-color: rgba(191,163,122,0.5);
    box-shadow: 0 0 30px rgba(191,163,122,0.15);
}

/* TEXT */
.highlight-box h3 {
    font-size: 34px;
    color: #bfa37a;
}

.highlight-box p {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {

    .process-line {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }

    .process-line::before {
        display: none;
    }
}

@media (max-width: 640px) {

    .process-heading h2 {
        font-size: 34px;
    }

    .process-highlights {
        flex-direction: column;
        gap: 20px;
    }
}


/* =========================
   FAQ SECTION - PREMIUM
========================= */

.faq-section {
    padding: 60px 0;
    position: relative;
}

/* HEADER */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-header h2 {
    font-size: 42px;
    margin: 10px 0 20px;
}

.faq-header p {
    color: rgba(255,255,255,0.5);
    max-width: 500px;
    margin: auto;
}

/* GRID */
.faq-wrapper {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ITEM */
.faq-item {
    border: 1px solid rgba(191,163,122,0.15);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(191,163,122,0.4);
    background: rgba(191,163,122,0.05);
}

/* QUESTION */
.faq-question {
    width: 100%;
    padding: 20px 24px;
    background: transparent;
    border: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}

/* ICON */
.faq-icon {
    width: 18px;
    height: 18px;
    position: relative;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background: #bfa37a;
    transition: 0.3s ease;
}

.faq-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-icon::after {
    height: 100%;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
}

/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: all 0.4s ease;
}

.faq-answer p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
    padding-bottom: 20px;
}

/* ACTIVE */
.faq-item.active {
    border-color: #bfa37a;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-icon::after {
    transform: translateX(-50%) scaleY(0);
}



