:root {
  --gold-page-dark: #160f0b;
  --gold-page-accent: #c69b5d;
  --gold-page-light: #f3dfb3;
  --gold-page-cream: #f6f0e6;
}

.gold-page { color: #2a201a; background: var(--gold-page-cream); }

.gold-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 24px 0;
  color: #fff;
}

.gold-nav .container,
.gold-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gold-brand { display: flex; align-items: center; gap: 13px; }
.gold-brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}
.gold-brand span { font-size: .95rem; font-weight: 800; line-height: 1.4; }
.gold-brand small {
  display: block;
  color: rgba(255,255,255,.5);
  font: .56rem/1.6 Georgia, serif;
  letter-spacing: .2em;
}

.gold-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.75);
  font-size: .78rem;
  transition: .25s;
}
.gold-back:hover { color: var(--gold-page-light); border-color: var(--gold-page-light); }
.gold-back svg { width: 17px; }

.gold-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--gold-page-dark);
}
.gold-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 24.9%, rgba(255,255,255,.035) 25%, transparent 25.1%),
    linear-gradient(90deg, transparent 74.9%, rgba(255,255,255,.035) 75%, transparent 75.1%),
    radial-gradient(circle at 18% 32%, rgba(198,155,93,.24), transparent 24%),
    radial-gradient(circle at 78% 70%, rgba(125,72,42,.28), transparent 30%),
    linear-gradient(125deg, #120c09, #352016 55%, #170e0a);
}
.gold-hero-bg::after {
  content: "NIYAEI";
  position: absolute;
  left: -1vw;
  bottom: -6vw;
  color: rgba(255,255,255,.025);
  font: 800 clamp(7rem, 19vw, 18rem)/1 Georgia, serif;
  letter-spacing: .03em;
}
.gold-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
  padding-top: 110px;
  padding-bottom: 55px;
}
.gold-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-page-light);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.gold-kicker::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.gold-hero h1 {
  margin: 22px 0 2px;
  color: #fff;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.07em;
}
.gold-slogan {
  color: transparent;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  font-weight: 800;
  -webkit-text-stroke: 1px rgba(243,223,179,.82);
}
.gold-lead {
  max-width: 580px;
  margin-top: 34px;
  padding-right: 22px;
  border-right: 1px solid rgba(243,223,179,.38);
  color: rgba(255,255,255,.65);
  font-size: 1rem;
  line-height: 2.15;
}
.gold-scroll {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  color: var(--gold-page-light);
  font-size: .78rem;
  font-weight: 700;
}
.gold-scroll span {
  position: relative;
  width: 52px;
  height: 1px;
  overflow: hidden;
  background: rgba(243,223,179,.3);
}
.gold-scroll span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-page-light);
  transform: translateX(100%);
  animation: goldLine 2s infinite;
}
.gold-hero-image { position: relative; justify-self: end; width: min(100%, 540px); }
.gold-image-frame {
  position: relative;
  height: min(73vh, 720px);
  min-height: 520px;
  padding: 13px;
  border: 1px solid rgba(243,223,179,.25);
  border-radius: 260px 260px 8px 8px;
}
.gold-image-frame::before {
  content: "";
  position: absolute;
  inset: -17px 20px 17px -17px;
  z-index: -1;
  border: 1px solid rgba(243,223,179,.1);
  border-radius: inherit;
}
.gold-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 250px 250px 3px 3px;
  filter: saturate(.9) contrast(1.04);
}
.gold-seal {
  position: absolute;
  right: -42px;
  bottom: 55px;
  width: 104px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(243,223,179,.55);
  border-radius: 50%;
  color: var(--gold-page-light);
  background: rgba(18,12,9,.8);
  backdrop-filter: blur(10px);
  font: 2.6rem/1 Georgia, serif;
  box-shadow: 0 18px 45px rgba(0,0,0,.3);
}
.gold-seal small { display: block; margin-top: 7px; font-size: .45rem; letter-spacing: .3em; }

.gold-intro { padding: clamp(100px, 12vw, 170px) 0; }
.gold-intro-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: clamp(55px, 10vw, 145px);
  align-items: start;
}
.gold-heading span,
.gold-section-head > span,
.contact-card > div > span { color: #8d6636; font-size: .8rem; font-weight: 700; }
.gold-heading h2,
.gold-section-head h2,
.contact-card h2 {
  margin-top: 17px;
  color: #291a12;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.28;
  letter-spacing: -.05em;
}
.gold-story { padding-top: 42px; border-top: 1px solid rgba(57,35,24,.2); }
.gold-story p { color: #6f6259; font-size: 1.02rem; line-height: 2.2; }
.gold-story p + p { margin-top: 24px; }

.gold-gallery { padding-bottom: clamp(110px, 13vw, 180px); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: end; }
.gallery-item { position: relative; overflow: hidden; background: #20140e; }
.gallery-main { height: 760px; }
.gallery-side { height: 590px; }
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.22);
  pointer-events: none;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption {
  position: absolute;
  right: 36px;
  bottom: 34px;
  z-index: 2;
  padding: 8px 13px;
  color: #fff;
  background: rgba(22,15,11,.66);
  backdrop-filter: blur(8px);
  font-size: .76rem;
}

.gold-services { padding: clamp(110px, 13vw, 180px) 0; color: #fff; background: #1b120d; }
.gold-section-head { max-width: 760px; margin-bottom: 70px; }
.gold-section-head > span { color: var(--gold-page-accent); }
.gold-section-head h2 { color: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.1); }
.service-card { min-height: 350px; padding: 38px 30px; }
.service-card + .service-card { border-right: 1px solid rgba(255,255,255,.1); }
.service-card > span { color: rgba(243,223,179,.5); font: 1rem/1 Georgia, serif; }
.service-card h3 { margin: 90px 0 17px; color: var(--gold-page-light); font-size: 1.35rem; }
.service-card p { color: rgba(255,255,255,.55); font-size: .84rem; line-height: 2; }

.gold-quote { padding: clamp(100px, 12vw, 170px) 0; }
.quote-card {
  position: relative;
  overflow: hidden;
  padding: clamp(55px, 8vw, 95px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(198,155,93,.25), transparent 23%),
    linear-gradient(120deg, #4c2b1c, #1c120d);
}
.quote-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(243,223,179,.18);
}
.quote-mark { display: block; height: 70px; color: var(--gold-page-accent); font: 7rem/1 Georgia, serif; }
.quote-card > p {
  position: relative;
  z-index: 2;
  max-width: 800px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.35;
}
.quote-meta {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 65px;
  margin-top: 55px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.13);
}
.quote-meta div { display: grid; gap: 6px; }
.quote-meta span { color: rgba(255,255,255,.45); font-size: .72rem; }
.quote-meta strong { color: var(--gold-page-light); font-size: 1rem; }

.gold-contact { padding: 0 0 clamp(100px, 12vw, 160px); }
.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(35px, 6vw, 70px);
  border-top: 1px solid rgba(57,35,24,.2);
  border-bottom: 1px solid rgba(57,35,24,.2);
}
.contact-card h2 { max-width: 700px; font-size: clamp(2rem, 4vw, 4rem); }
.contact-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.instagram-btn {
  flex: 0 0 auto;
  min-width: 175px;
  min-height: 58px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #fff;
  background: #2c1c14;
  transition: .3s var(--ease);
}
.instagram-btn:hover { color: #21150f; background: var(--gold-page-accent); transform: translateY(-4px); }
.instagram-btn svg { width: 21px; }
.website-btn {
  color: #2c1c14;
  border: 1px solid rgba(44,28,20,.3);
  background: transparent;
}

.gold-footer { padding: 45px 0; color: rgba(255,255,255,.48); background: #130c09; }
.gold-footer-brand { display: flex; align-items: center; gap: 13px; }
.gold-footer-brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; }
.gold-footer-brand div { display: grid; }
.gold-footer-brand strong { color: #fff; font-size: .9rem; }
.gold-footer-brand span, .gold-footer p { font-size: .7rem; }

@keyframes goldLine {
  0% { transform: translateX(100%); }
  50%, 100% { transform: translateX(-100%); }
}

@media (max-width: 1000px) {
  .gold-hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .gold-seal { right: -20px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3),
  .service-card:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 760px) {
  .gold-nav { padding: 15px 0; }
  .gold-brand img { width: 42px; height: 42px; }
  .gold-back { font-size: .68rem; }
  .gold-hero { min-height: auto; }
  .gold-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 85px;
  }
  .gold-hero-copy { order: 2; }
  .gold-hero-image { order: 1; justify-self: center; width: min(85%, 430px); }
  .gold-image-frame { height: 58vh; min-height: 440px; }
  .gold-seal { right: -28px; bottom: 35px; width: 84px; font-size: 2rem; }
  .gold-hero h1 { margin-top: 17px; font-size: clamp(3.6rem, 18vw, 6rem); }
  .gold-intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .gold-story { padding-top: 30px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-main, .gallery-side { height: min(115vw, 650px); }
  .gallery-side { width: 86%; margin-right: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .service-card + .service-card { border-top: 1px solid rgba(255,255,255,.1); border-right: 0; }
  .service-card h3 { margin-top: 55px; }
  .quote-meta { gap: 35px; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; }
  .instagram-btn { width: 100%; min-width: 0; }
}

@media (max-width: 520px) {
  .gold-brand span { font-size: .8rem; }
  .gold-back { gap: 5px; }
  .gold-back svg { width: 14px; }
  .gold-hero-image { width: 90%; }
  .gold-image-frame { min-height: 390px; border-radius: 200px 200px 6px 6px; }
  .gold-image-frame img { border-radius: 190px 190px 2px 2px; }
  .gold-lead { font-size: .9rem; }
  .gallery-side { width: 92%; }
  .quote-meta { flex-direction: column; gap: 18px; }
  .contact-actions { flex-direction: column; }
  .gold-footer .container { align-items: flex-start; flex-direction: column; }
}
