* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
  --black: #060504;
  --black-2: #0b0a08;
  --card: rgba(11, 10, 8, .92);
  --panel: rgba(255, 255, 255, .052);
  --panel-2: rgba(255, 255, 255, .078);
  --gold: #d7ad62;
  --gold-light: #f2d392;
  --gold-dark: #7a5422;
  --text: #fff7e6;
  --muted: #b9ad98;
  --muted-2: #7d725f;
  --stroke: rgba(215, 173, 98, .22);
  --stroke-soft: rgba(255, 255, 255, .075);
  --green: #18a54f;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  background: var(--black);
  color: var(--text);
  overflow-x: hidden;
}

body::selection {
  background: var(--gold);
  color: #111;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

.ambient {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -10;
  background:
    radial-gradient(circle at 80% 16%, rgba(215, 173, 98, .18), transparent 25%),
    radial-gradient(circle at 14% 90%, rgba(255, 255, 255, .06), transparent 32%),
    linear-gradient(145deg, #030303, #11100d 48%, #050403);
}

.ambient::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(215, 173, 98, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 173, 98, .045) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 85%);
}

.gold-line {
  position: absolute;
  background: rgba(215, 173, 98, .13);
  transform: rotate(-28deg);
}

.line-one {
  width: 1px;
  height: 560px;
  right: 25%;
  top: -110px;
}

.line-two {
  width: 1px;
  height: 450px;
  left: 18%;
  bottom: -80px;
}

.line-three {
  width: 520px;
  height: 1px;
  left: -160px;
  top: 40%;
}

.gold-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(96px);
  opacity: .42;
}

.orb-one {
  width: 260px;
  height: 260px;
  background: var(--gold);
  top: 130px;
  right: -100px;
}

.orb-two {
  width: 210px;
  height: 210px;
  background: var(--gold-dark);
  left: -80px;
  bottom: 120px;
}

.draft-circle {
  position: absolute;
  border: 1px solid rgba(215, 173, 98, .12);
  border-radius: 50%;
}

.circle-one {
  width: 330px;
  height: 330px;
  right: -120px;
  top: 160px;
}

.circle-two {
  width: 220px;
  height: 220px;
  left: -80px;
  bottom: 180px;
}

.mobile-shell {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 10px;
}

.phone-screen {
  position: relative;
  min-height: calc(100vh - 20px);
  overflow: hidden;
  padding: 18px 14px 98px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(155deg, rgba(20, 18, 14, .96), rgba(5, 5, 4, .98)),
    var(--card);
  border: 1px solid var(--stroke);
  box-shadow:
    0 30px 100px rgba(0, 0, 0, .72),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(22px);
}

.phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 37%, rgba(215, 173, 98, .08) 37.2%, transparent 38%),
    radial-gradient(circle at 86% -3%, rgba(242, 211, 146, .12), transparent 28%);
}

.top-nav,
.hero,
.quick-contact,
.about-card,
.services-section,
.journey-section,
.projects-section,
.contact-section,
.social-links,
.footer {
  position: relative;
  z-index: 2;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
}

.brand-symbol {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  position: relative;
}

.brand-symbol::before,
.brand-symbol::after,
.brand-symbol span {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.brand-symbol::after {
  width: 20px;
  height: 20px;
}

.brand-symbol span {
  width: 36px;
  height: 36px;
  opacity: .55;
}

.brand strong {
  display: block;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1.1;
}

.brand small {
  display: block;
  color: var(--muted);
  letter-spacing: 1.4px;
  font-size: 10px;
  margin-top: 2px;
}

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

.nfc-pill {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--text);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--stroke-soft);
  font-size: 9px;
  font-weight: 800;
}

.nfc-pill i {
  font-size: 13px;
  color: var(--gold-light);
}

.menu-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 16px;
  color: var(--text);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--stroke-soft);
  cursor: pointer;
  font-size: 18px;
}

.mobile-menu {
  position: relative;
  z-index: 9;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--stroke-soft);
}

.mobile-menu.active {
  display: grid;
}

.mobile-menu a {
  padding: 11px;
  border-radius: 14px;
  text-align: center;
  color: var(--text);
  background: rgba(0,0,0,.18);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.hero {
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #070605;
  border: 1px solid rgba(215, 173, 98, .15);
}

.hero-visual {
  position: absolute;
  inset: 0;
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 56%;
  object-fit: cover;
  object-position: center;
  opacity: .82;
}

.visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.12), #070605 58%, #070605 100%),
    linear-gradient(90deg, rgba(0,0,0,.80), rgba(0,0,0,.10));
}

.wireframe-box {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -10px;
  top: 80px;
  border: 1px solid rgba(215, 173, 98, .26);
  transform: rotate(45deg);
  opacity: .9;
}

.wireframe-box span {
  position: absolute;
  border: 1px solid rgba(215, 173, 98, .24);
  inset: 20px;
}

.wireframe-box span:nth-child(2) {
  inset: 42px;
}

.wireframe-box span:nth-child(3) {
  inset: 64px;
}

.hero-content {
  position: absolute;
  inset: auto 20px 22px 20px;
}

.mini-label,
.section-kicker {
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 800;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 58px;
  line-height: .96;
  letter-spacing: -.6px;
  color: var(--gold-light);
  margin: 12px 0 10px;
  text-shadow: 0 10px 35px rgba(0,0,0,.45);
}

.role {
  color: #f9ead0;
  letter-spacing: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hero-text {
  max-width: 280px;
  color: #d4c9b7;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 26px;
}

.hero-buttons {
  display: grid;
  gap: 10px;
}

.btn {
  min-height: 55px;
  border-radius: 18px;
  border: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .4px;
  cursor: pointer;
}

.btn-primary {
  color: #15110b;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), transparent),
    linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 18px 42px rgba(215,173,98,.20);
}

.btn-ghost {
  color: var(--text);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--stroke-soft);
}

.full {
  width: 100%;
}

.end {
  margin-left: auto;
}

.quick-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 12px;
}

.quick-contact a {
  min-height: 66px;
  border-radius: 18px;
  background: rgba(255,255,255,.052);
  border: 1px solid var(--stroke-soft);
  color: var(--text);
  display: grid;
  place-items: center;
  gap: 6px;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.quick-contact i {
  color: var(--gold-light);
  font-size: 17px;
}

.quick-contact span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.about-card,
.services-section,
.journey-section,
.projects-section,
.contact-section {
  margin-bottom: 12px;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.035)),
    rgba(255,255,255,.04);
  border: 1px solid rgba(215,173,98,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.about-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  align-items: stretch;
  margin-top: 14px;
}

.about-text {
  display: flex;
  align-items: center;
}

.about-text p {
  color: #d7cbbb;
  line-height: 1.8;
  font-size: 13px;
}

.portrait-panel {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  border-radius: 21px;
  border: 1px solid rgba(215,173,98,.13);
  background: #111;
}

.portrait-panel::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(215,173,98,.24);
  transform: rotate(45deg);
  z-index: 2;
}

.portrait-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.85);
  opacity: .88;
}

.signature {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 8px;
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-style: italic;
}

.section-header {
  margin-bottom: 14px;
}

.section-header span {
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 800;
}

.section-header h2 {
  font-size: 22px;
  margin-top: 4px;
  letter-spacing: -.4px;
}

.section-header.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.service {
  min-height: 158px;
  padding: 14px 10px;
  border-radius: 18px;
  background: rgba(10, 9, 7, .55);
  border: 1px solid rgba(215,173,98,.14);
  text-align: center;
}

.service-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(215,173,98,.2);
  background: rgba(215,173,98,.08);
  font-size: 20px;
}

.service h3 {
  font-size: 12px;
  line-height: 1.35;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.service p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 10.5px;
}

.journey-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: relative;
}

.journey-line::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215,173,98,.45), transparent);
}

.journey-line article {
  position: relative;
  z-index: 2;
  text-align: center;
}

.journey-line b {
  display: block;
  color: var(--gold);
  font-size: 10px;
  margin-bottom: 7px;
}

.journey-line i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  border-radius: 50%;
  color: var(--gold-light);
  background: #11100d;
  border: 1px solid rgba(215,173,98,.23);
}

.journey-line h3 {
  font-size: 10px;
  color: #dfd2bd;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.view-all {
  color: var(--gold);
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  gap: 6px;
  align-items: center;
}

.project-scroller {
  display: grid;
  grid-template-columns: repeat(3, 78%);
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.project-scroller::-webkit-scrollbar {
  display: none;
}

.project-card {
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(10,9,7,.55);
  border: 1px solid rgba(215,173,98,.13);
}

.project-card img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  display: block;
}

.project-card div {
  padding: 12px;
}

.project-card h3 {
  font-size: 13px;
  margin-bottom: 4px;
}

.project-card p {
  color: var(--muted);
  font-size: 11px;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(215,173,98,.17), rgba(255,255,255,.045)),
    rgba(255,255,255,.05);
}

.contact-glow {
  position: absolute;
  width: 160px;
  height: 160px;
  right: -55px;
  top: -65px;
  border-radius: 50%;
  background: var(--gold);
  filter: blur(70px);
  opacity: .28;
}

.contact-section h2 {
  font-family: "Playfair Display", serif;
  color: var(--gold-light);
  font-size: 29px;
  line-height: 1.1;
  margin: 10px 0;
}

.contact-section p:not(.mini-label) {
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
  margin-bottom: 16px;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.social-links a {
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border-radius: 18px;
  text-decoration: none;
  background: rgba(255,255,255,.052);
  border: 1px solid rgba(215,173,98,.13);
  font-size: 20px;
}

.footer {
  text-align: center;
  color: var(--muted-2);
  font-size: 11px;
  margin-top: 18px;
}

.footer strong {
  display: block;
  color: var(--gold-light);
  letter-spacing: 2px;
  margin-top: 4px;
}

.bottom-bar {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 13px;
  width: min(450px, calc(100% - 24px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 9px;
  border-radius: 23px;
  background: rgba(11, 10, 8, .82);
  border: 1px solid rgba(215,173,98,.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(0,0,0,.45);
}

.bottom-bar a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.bottom-whatsapp {
  color: white;
  background: linear-gradient(135deg, #22c55e, #0d8b45);
}

.bottom-save {
  color: var(--gold-light);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.07);
}

@media (max-width: 410px) {
  .mobile-shell {
    padding: 7px;
  }

  .phone-screen {
    border-radius: 28px;
    padding: 16px 12px 98px;
  }

  .hero {
    min-height: 535px;
  }

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

  .about-layout,
  .services-grid,
  .journey-line {
    grid-template-columns: 1fr;
  }

  .journey-line::before {
    display: none;
  }

  .project-scroller {
    grid-template-columns: repeat(3, 88%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero,
  .quick-contact,
  .about-card,
  .services-section,
  .journey-section,
  .projects-section,
  .contact-section {
    animation: fadeUp .75s ease both;
  }

  .quick-contact { animation-delay: .06s; }
  .about-card { animation-delay: .12s; }
  .services-section { animation-delay: .18s; }
  .journey-section { animation-delay: .24s; }

  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(16px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
