/* Nova Studios — Premium static site */
:root {
  --bg: #101111;
  --bg-2: #161818;
  --green: #154230;
  --red: #5D1E21;
  --gold: #A6824A;
  --gold-soft: #c9a26a;
  --offwhite: #E6E2DA;
  --offwhite-70: rgba(230, 226, 218, 0.7);
  --offwhite-60: rgba(230, 226, 218, 0.6);
  --offwhite-15: rgba(230, 226, 218, 0.15);
  --offwhite-10: rgba(230, 226, 218, 0.1);
  --gold-30: rgba(166, 130, 74, 0.3);
  --gold-40: rgba(166, 130, 74, 0.4);
  --gold-10: rgba(166, 130, 74, 0.1);
  --glass-bg: rgba(22, 24, 24, 0.45);
  --glass-strong: rgba(22, 24, 24, 0.7);
  --shadow-glow: 0 0 60px -10px rgba(166, 130, 74, 0.45);
  --shadow-soft: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  --gradient-hero: radial-gradient(circle at 20% 20%, rgba(21, 66, 48, 0.5), transparent 55%),
                   radial-gradient(circle at 80% 70%, rgba(93, 30, 33, 0.35), transparent 50%),
                   linear-gradient(180deg, #0d0e0e, #161818);
  --gradient-gold: linear-gradient(135deg, var(--gold-soft), var(--gold));
  --gradient-text: linear-gradient(135deg, var(--offwhite), var(--gold-soft));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  background-image: var(--gradient-hero);
  background-attachment: fixed;
  color: var(--offwhite);
  overflow-x: hidden;
  min-height: 100vh;
  line-height: 1.6;
}
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 1.1;
  word-break: break-word;
  overflow-wrap: break-word;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea { font: inherit; }
::selection { background: var(--gold-40); color: var(--offwhite); }

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(166, 130, 74, 0.4); border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: rgba(166, 130, 74, 0.7); }

/* Container */
.container { max-width: 1280px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 480px) { .container { padding: 0 24px; } }
@media (min-width: 768px) { .container { padding: 0 40px; } }

/* Glass utilities */
.glass {
  background: var(--glass-bg);
  border: 1px solid var(--offwhite-10);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow: var(--shadow-soft);
}
.glass-strong {
  background: var(--glass-strong);
  border: 1px solid rgba(230, 226, 218, 0.12);
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
}

.text-gradient-luxury { background: var(--gradient-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.text-gradient-gold { background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.luxury-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(166, 130, 74, 0.5), transparent); }

/* INTRO */
#intro {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center;
  background: var(--gradient-hero);
  overflow: hidden;
  transition: opacity 0.8s var(--ease);
}
#intro.hidden { opacity: 0; pointer-events: none; }
.intro-ring {
  position: absolute; height: 60vmin; width: 60vmin; border-radius: 50%;
  border: 1px solid var(--gold-30);
  animation: ringIn 2.4s var(--ease) forwards;
}
.intro-glow {
  position: absolute; height: 40vmin; width: 40vmin; border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 130, 74, 0.2), transparent 70%);
  animation: pulseGlow 3s ease-in-out infinite;
}
.intro-content { position: relative; z-index: 2; text-align: center; padding: 0 16px; }
.intro-eyebrow {
  font-size: clamp(10px, 2.5vw, 12px); letter-spacing: 0.5em; text-transform: uppercase;
  color: rgba(166, 130, 74, 0.8);
  opacity: 0; animation: fadeUp 0.8s 0.4s var(--ease) forwards;
}
.intro-title {
  font-size: clamp(36px, 9vw, 120px); margin-top: 12px;
  background: var(--gradient-text); -webkit-background-clip: text; background-clip: text; color: transparent;
  text-shadow: 0 0 40px rgba(166, 130, 74, 0.3);
  opacity: 0; transform: scale(0.92); filter: blur(10px);
  animation: titleIn 1.6s var(--ease) forwards;
}
.intro-line {
  height: 1px; width: clamp(120px, 30vw, 200px); margin: 24px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0); transform-origin: left;
  animation: lineIn 1.2s 0.8s var(--ease) forwards;
}
.intro-sub {
  margin-top: 16px; font-size: clamp(11px, 2.5vw, 13px); letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--offwhite-70);
  opacity: 0; animation: fadeUp 0.8s 1.4s var(--ease) forwards;
}
.particle {
  position: absolute; width: 4px; height: 4px; border-radius: 50%;
  background: rgba(166, 130, 74, 0.6);
  animation: floatParticle linear infinite;
}
@keyframes ringIn { from { transform: scale(0.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes pulseGlow { 0%, 100% { transform: scale(0.9); } 50% { transform: scale(1.1); } }
@keyframes titleIn { to { opacity: 1; transform: scale(1); filter: blur(0); } }
@keyframes lineIn { to { transform: scaleX(1); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes floatParticle {
  0% { transform: translateY(0); opacity: 0; }
  20%, 80% { opacity: 1; }
  100% { transform: translateY(-100vh); opacity: 0; }
}

/* CURSOR GLOW */
/*.cursor-glow {*/
/*  position: fixed; width: 400px; height: 400px; border-radius: 50%;*/
/*  background: radial-gradient(circle, rgba(166, 130, 74, 0.10), transparent 60%);*/
/*  pointer-events: none; mix-blend-mode: screen; z-index: 60;*/
/*  transform: translate(-50%, -50%); transition: transform 0.3s ease-out;*/
/*  left: -200px; top: -200px;*/
/*}*/
/*@media (pointer: coarse) { .cursor-glow { display: none; } }*/

/* NAVBAR */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 12px 0; transition: padding 0.5s var(--ease);
}
@media (min-width: 768px) { .navbar { padding: 20px 0; } }
.navbar.scrolled { padding: 8px 0; }
@media (min-width: 768px) { .navbar.scrolled { padding: 12px 0; } }

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  border-radius: 999px; padding: 10px 16px;
  background: var(--glass-bg);
  border: 1px solid var(--offwhite-10);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  transition: all 0.5s var(--ease);
  gap: 8px;
  min-width: 0;
}
@media (min-width: 768px) { .nav-inner { padding: 12px 24px; } }
.navbar.scrolled .nav-inner { background: var(--glass-strong); }
.nav-logo { display: flex; align-items: center; gap: 8px; min-width: 0; }
.nav-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
  animation: pulseGold 2s ease-out infinite;
  flex-shrink: 0;
}
@keyframes pulseGold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(166, 130, 74, 0.5); }
  50% { box-shadow: 0 0 0 14px rgba(166, 130, 74, 0); }
}
.nav-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(16px, 4vw, 20px);
  background: var(--gradient-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  white-space: nowrap;
}
.nav-links { display: none; list-style: none; gap: 4px; align-items: center; }
@media (min-width: 768px) { .nav-links { display: flex; } }
.nav-links a {
  position: relative; padding: 8px 16px; font-size: 14px; border-radius: 999px;
  color: var(--offwhite-70); transition: color 0.3s;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); background: var(--gold-10); border: 1px solid var(--gold-30); }
.nav-cta {
  display: none; align-items: center; gap: 8px;
  border: 1px solid var(--gold-40); background: var(--gold-10);
  color: var(--gold); padding: 8px 20px; border-radius: 999px; font-size: 14px;
  transition: all 0.4s var(--ease);
}
@media (min-width: 768px) { .nav-cta { display: inline-flex; } }
.nav-cta:hover { background: var(--gold); color: var(--bg); transform: translateY(-2px); box-shadow: 0 0 50px -8px rgba(166, 130, 74, 0.5); }
.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px; color: var(--offwhite); border-radius: 50%;
  min-width: 44px; min-height: 44px;
}
@media (min-width: 768px) { .nav-toggle { display: none; } }
.nav-mobile {
  margin-top: 12px; padding: 16px; border-radius: 16px;
  background: var(--glass-strong); border: 1px solid var(--offwhite-10);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  display: none; flex-direction: column; gap: 4px;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  padding: 12px 16px; border-radius: 12px; font-size: 14px; color: var(--offwhite-70);
  min-height: 44px; display: flex; align-items: center;
}
.nav-mobile a.active { color: var(--gold); background: var(--gold-10); }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border-radius: 999px; font-size: clamp(12px, 3.5vw, 14px); font-weight: 500;
  transition: all 0.4s var(--ease);
  text-align: center;
  min-height: 44px;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  flex-shrink: 1;
}
@media (min-width: 768px) { .btn { padding: 14px 28px; font-size: 14px; } }
.btn-gold {
  background: var(--gradient-gold); color: var(--bg);
  box-shadow: 0 10px 40px -10px rgba(166, 130, 74, 0.6);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 0 50px -8px rgba(166, 130, 74, 0.7); }
.btn-glass {
  background: var(--glass-bg); border: 1px solid var(--gold-40); color: var(--gold);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.btn-glass:hover { background: var(--gold-10); transform: translateY(-2px); box-shadow: 0 0 50px -8px rgba(166, 130, 74, 0.4); }
.btn .icon { width: 16px; height: 16px; transition: transform 0.3s; flex-shrink: 0; }
.btn:hover .icon { transform: translateX(2px); }

/* SECTIONS */
section { padding: 48px 0; }
main > section:first-of-type:not(.hero) { padding-top: 120px; }
@media (min-width: 640px) { 
  section { padding: 64px 0; } 
  main > section:first-of-type:not(.hero) { padding-top: 140px; }
}
@media (min-width: 768px) { 
  section { padding: 96px 0; } 
  main > section:first-of-type:not(.hero) { padding-top: 160px; }
}
.section-header { max-width: 720px; margin: 0 auto; text-align: center; padding: 0 4px; }
.eyebrow {
  font-size: 12px; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.section-title {
  font-size: clamp(28px, 5vw, 60px);
  background: var(--gradient-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-desc { margin-top: 20px; color: var(--offwhite-70); font-size: clamp(15px, 2vw, 17px); }

/* HERO */
.hero {
  position: relative; padding: 80px 0 100px; text-align: center; overflow: hidden;
  margin-top: 64px;
}
@media (min-width: 640px) { .hero { padding: 96px 0 120px; margin-top: 72px; } }
@media (min-width: 768px) { .hero { padding: 96px 0 144px; margin-top: 80px; } }
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center; opacity: 0.5;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(16,17,17,0.4), rgba(16,17,17,0.7), var(--bg));
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border-radius: 999px;
  background: var(--glass-bg); border: 1px solid var(--gold-30);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold);
}
.hero-title {
  margin-top: 24px;
  font-size: clamp(36px, 10vw, 128px); line-height: 1.05;
  background: var(--gradient-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-title em { font-style: normal; background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-desc { max-width: 640px; margin: 24px auto 0; font-size: clamp(15px, 2vw, 17px); color: var(--offwhite-70); padding: 0 4px; }
.hero-cta { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 32px; }
.hero-cta .btn { width: 100%; max-width: 360px; }
@media (min-width: 480px) { .hero-cta { flex-direction: row; flex-wrap: wrap; justify-content: center; } .hero-cta .btn { width: auto; max-width: 100%; } }
@media (min-width: 768px) { .hero-cta { gap: 16px; margin-top: 40px; } }
.hero-stats {
  max-width: 720px; margin: 48px auto 0;
  display: grid; grid-template-columns: 1fr; gap: 12px;
}
@media (min-width: 480px) { .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 64px; } }
@media (min-width: 768px) { .hero-stats { gap: 16px; margin-top: 80px; } }
.stat-card {
  padding: 16px; border-radius: 16px; text-align: center;
  background: var(--glass-bg); border: 1px solid var(--offwhite-10);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
@media (min-width: 768px) { .stat-card { padding: 20px; } }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 4vw, 32px); background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-label { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--offwhite-60); margin-top: 4px; }

/* GRID 2-COL */
.two-col { display: grid; gap: 32px; align-items: center; }
@media (min-width: 640px) { .two-col { gap: 40px; } }
@media (min-width: 768px) { .two-col { grid-template-columns: 1fr 1fr; gap: 48px; } }

/* CARDS GRID */
.cards-grid { display: grid; gap: 16px; margin-top: 40px; }
@media (min-width: 640px) { .cards-grid { gap: 20px; margin-top: 48px; } }
@media (min-width: 768px) { .cards-grid { gap: 24px; margin-top: 64px; } }
.cards-grid.cols-2 { grid-template-columns: 1fr; }
.cards-grid.cols-3 { grid-template-columns: 1fr; }
.cards-grid.cols-4 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .cards-grid.cols-2, .cards-grid.cols-3, .cards-grid.cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
  .cards-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
  .cards-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
}

.service-card, .value-card {
  position: relative; height: 100%; padding: 20px; border-radius: 16px;
  background: var(--glass-bg); border: 1px solid var(--offwhite-10);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s var(--ease); overflow: hidden;
}
@media (min-width: 640px) { .service-card, .value-card { padding: 24px; } }
@media (min-width: 768px) { .service-card, .value-card { padding: 28px; } }
.service-card:hover, .value-card:hover { transform: translateY(-2px); box-shadow: 0 0 50px -8px rgba(166, 130, 74, 0.4); }
.service-num { font-size: 12px; letter-spacing: 0.3em; color: var(--gold); }
.service-title { margin-top: 16px; font-size: clamp(20px, 3vw, 24px); color: var(--offwhite); }
.service-desc { margin-top: 12px; font-size: 14px; color: var(--offwhite-60); }

/* DETAILED SERVICE */
.service-detail {
  padding: 24px; border-radius: 16px;
  background: var(--glass-bg); border: 1px solid var(--offwhite-10);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s var(--ease);
}
@media (min-width: 768px) { .service-detail { padding: 32px; } }
.service-detail:hover { transform: translateY(-2px); box-shadow: 0 0 50px -8px rgba(166, 130, 74, 0.4); }
.service-icon {
  display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: 12px; background: var(--gold-10); border: 1px solid var(--gold-30); color: var(--gold);
}
@media (min-width: 768px) { .service-icon { width: 48px; height: 48px; } }
.service-detail h3 { margin-top: 24px; font-size: clamp(22px, 3vw, 28px); }
.service-detail .service-list { margin-top: 0; padding: 0; list-style: none; }
.service-list li { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: 14px; color: var(--offwhite); }
.service-list .check { color: var(--gold); flex-shrink: 0; }

/* PORTFOLIO CARD */
.portfolio-card {
  position: relative; overflow: hidden; border-radius: 16px;
  background: var(--glass-bg); border: 1px solid var(--offwhite-10);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s var(--ease);
}
.portfolio-card:hover { transform: translateY(-2px); box-shadow: 0 0 50px -8px rgba(166, 130, 74, 0.4); }
.portfolio-img { aspect-ratio: 4/3; overflow: hidden; }
.portfolio-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.portfolio-card:hover .portfolio-img img { transform: scale(1.08); }
.portfolio-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, var(--bg), rgba(16,17,17,0.4), transparent);
}
.portfolio-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; }
@media (min-width: 640px) { .portfolio-info { padding: 20px; } }
@media (min-width: 768px) { .portfolio-info { padding: 24px; } }
.portfolio-cat { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
.portfolio-name { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 3vw, 24px); color: var(--offwhite); margin-top: 8px; }

/* TESTIMONIAL */
.testi-card { padding: 20px; border-radius: 16px; background: var(--glass-bg); border: 1px solid var(--offwhite-10); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); height: 100%; }
@media (min-width: 768px) { .testi-card { padding: 28px; } }
.testi-stars { display: flex; gap: 4px; color: var(--gold); }
.testi-quote { margin-top: 16px; font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 2.5vw, 18px); color: rgba(230,226,218,0.9); line-height: 1.5; }
.testi-name { font-size: 14px; color: var(--offwhite); }
.testi-role { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(166,130,74,0.8); margin-top: 4px; }

/* CTA SECTION */
.cta-box {
  position: relative; overflow: hidden;
  padding: 48px 20px; border-radius: 24px; text-align: center;
  background: var(--glass-strong); border: 1px solid rgba(230, 226, 218, 0.12);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
}
@media (min-width: 640px) { .cta-box { padding: 64px 32px; } }
@media (min-width: 768px) { .cta-box { padding: 96px 64px; } }
.cta-box::before {
  content: ''; position: absolute; inset: 0; z-index: -1; opacity: 0.3;
  background: radial-gradient(circle at 50% 50%, rgba(166, 130, 74, 0.4), transparent 60%);
}
.cta-title { font-size: clamp(28px, 6vw, 64px); background: var(--gradient-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cta-title em { font-style: normal; background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ABOUT QUOTE CARD */
.quote-wrap { position: relative; }
.quote-blur {
  position: absolute; inset: -16px; border-radius: 32px;
}
.quote-card {
  position: relative; padding: 24px;
  background: var(--glass-strong); border: 1px solid rgba(230, 226, 218, 0.12);
  border-radius: 24px;
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
}
@media (min-width: 768px) { .quote-card { padding: 32px; } }
.quote-card .quote-icon { color: rgba(166, 130, 74, 0.4); }
.quote-text { margin-top: 16px; font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 3vw, 24px); color: rgba(230,226,218,0.9); line-height: 1.5; }
.quote-author { margin-top: 16px; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }

/* STATS BLOCK */
.stats-block {
  padding: 24px;
  background: var(--glass-strong); border: 1px solid rgba(230, 226, 218, 0.12); border-radius: 24px;
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 480px) { .stats-block { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .stats-block { padding: 32px; gap: 24px; } }
.stats-block .stat-num { font-size: clamp(28px, 4vw, 36px); }

/* PROCESS */
.process-card {
  position: relative; padding: 20px; height: 100%; border-radius: 16px;
  background: var(--glass-bg); border: 1px solid var(--offwhite-10);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
@media (min-width: 768px) { .process-card { padding: 28px; } }
.process-num { font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 6vw, 56px); background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }

/* FILTER PILLS */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 32px; }
@media (min-width: 768px) { .filters { margin-bottom: 48px; } }
.filter-pill {
  padding: 8px 16px; border-radius: 999px; font-size: 13px;
  color: var(--offwhite-70); transition: all 0.3s;
  min-height: 44px; display: inline-flex; align-items: center;
}
@media (min-width: 768px) { .filter-pill { padding: 8px 20px; font-size: 14px; } }
.filter-pill:hover { color: var(--gold); }
.filter-pill.active { background: var(--gradient-gold); color: var(--bg); }

/* CONTACT */
.contact-grid { display: grid; gap: 24px; }
@media (min-width: 640px) { .contact-grid { gap: 32px; } }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 2fr 3fr; } }
.contact-info {
  padding: 24px; border-radius: 24px; height: 100%;
  background: var(--glass-strong); border: 1px solid rgba(230, 226, 218, 0.12);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
}
@media (min-width: 768px) { .contact-info { padding: 32px; } }
.contact-info h3 { font-size: clamp(20px, 3vw, 24px); }
.contact-list { list-style: none; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; }
@media (min-width: 768px) { .contact-list li { padding: 12px 0; } }
.contact-icon {
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
  background: var(--gold-10); border: 1px solid var(--gold-30); color: var(--gold); flex-shrink: 0;
}
.contact-label { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
.contact-val { font-size: 14px; color: var(--offwhite); word-break: break-word; }
.contact-val:hover { color: var(--gold); }

.contact-form-wrap {
  padding: 24px; border-radius: 24px; position: relative; overflow: hidden;
  background: var(--glass-bg); border: 1px solid var(--offwhite-10);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
@media (min-width: 640px) { .contact-form-wrap { padding: 32px; } }
@media (min-width: 768px) { .contact-form-wrap { padding: 40px; } }
.form-row { display: grid; gap: 16px; margin-bottom: 16px; }
@media (min-width: 640px) { .form-row { gap: 20px; margin-bottom: 20px; } }
@media (min-width: 640px) { .form-row.cols-2 { grid-template-columns: 1fr 1fr; } }
.field-label { display: block; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.field-input, .field-textarea {
  width: 100%; padding: 14px 16px; border-radius: 12px;
  background: rgba(16, 17, 17, 0.4); border: 1px solid var(--offwhite-10);
  color: var(--offwhite); font-size: 14px;
  transition: all 0.3s;
}
.field-textarea { resize: none; min-height: 120px; }
.field-input:focus, .field-textarea:focus {
  outline: none; border-color: rgba(166, 130, 74, 0.6);
  box-shadow: 0 0 0 3px rgba(166, 130, 74, 0.2);
}
.field-input::placeholder, .field-textarea::placeholder { color: rgba(230, 226, 218, 0.3); }

/* SUCCESS */
.success-card { display: none; padding: 48px 24px; text-align: center; }
.success-card.visible { display: block; animation: scaleIn 0.5s var(--ease); }
.success-icon {
  margin: 0 auto; display: grid; place-items: center;
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--gold-10); border: 1px solid var(--gold-40); color: var(--gold);
  animation: scaleIn 0.5s 0.2s var(--ease) backwards;
}
@keyframes scaleIn { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }

/* TOAST */
.toast {
  position: fixed; bottom: 90px; right: 24px; z-index: 70;
  padding: 12px 20px; border-radius: 12px;
  background: var(--glass-strong); border: 1px solid var(--gold-40); color: var(--offwhite);
  font-size: 14px; box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  transform: translateY(100px); opacity: 0; transition: all 0.4s var(--ease);
}
.toast.show { transform: translateY(0); opacity: 1; }

/* WHATSAPP */
.whatsapp-btn {
  position: fixed; bottom: 24px; right: 24px; z-index: 40;
  display: grid; place-items: center; width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--glass-strong); border: 1px solid var(--gold-40); color: var(--gold);
  box-shadow: 0 10px 40px -10px rgba(166, 130, 74, 0.6);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  transition: all 0.3s var(--ease);
  animation: wppIn 0.6s 1.5s var(--ease) backwards;
}
@keyframes wppIn { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.whatsapp-btn:hover { background: var(--gold); color: var(--bg); transform: scale(1.08); }
.whatsapp-btn::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  animation: pulseGold 2s ease-out infinite;
}

/* FOOTER */
.footer { margin-top: 64px; border-top: 1px solid var(--offwhite-10); padding: 48px 0 24px; }
@media (min-width: 768px) { .footer { margin-top: 96px; padding: 64px 0 32px; } }
.footer-grid { display: grid; gap: 32px; }
@media (min-width: 640px) { .footer-grid { gap: 40px; } }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.footer-brand h3 { font-size: clamp(22px, 3vw, 28px); }
.footer-brand p { margin-top: 16px; max-width: 420px; font-size: 14px; color: var(--offwhite-70); }
.footer-socials { display: flex; gap: 12px; margin-top: 24px; }
.social-link {
  display: grid; place-items: center; width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid var(--offwhite-15);
  color: var(--offwhite-70); transition: all 0.3s;
}
.social-link:hover { border-color: rgba(166, 130, 74, 0.5); color: var(--gold); transform: translateY(-2px); }
.footer h4 { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
.footer ul { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.footer ul a, .footer ul li { font-size: 14px; color: var(--offwhite-70); }
.footer ul a:hover { color: var(--gold); }
.footer-bottom {
  margin-top: 24px; display: flex; flex-direction: column; gap: 12px;
  font-size: 11px; color: rgba(230, 226, 218, 0.5);
}
@media (min-width: 768px) { .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; } }
.footer-bottom .upper { letter-spacing: 0.3em; text-transform: uppercase; }

/* REVEAL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* PAGE TRANSITION */
main { animation: pageIn 0.6s var(--ease); }
@keyframes pageIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* TEXT ALIGN HELPERS */
.text-center { text-align: center; }
.mt-10 { margin-top: 40px; }
.center-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
@media (min-width: 768px) { .center-row { gap: 16px; margin-top: 40px; } }

/* INLINE LINKS */
.gold-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold); font-size: 14px; transition: gap 0.3s;
}
.gold-link:hover { gap: 12px; }

/* ACCESSIBILITY — reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  main { animation: none; }
  #intro { display: none; }
  .intro-ring, .intro-glow, .intro-eyebrow, .intro-title, .intro-line, .intro-sub, .particle { animation: none; }
  .whatsapp-btn { animation: none; }
  .cursor-glow { display: none; }
  .btn, .service-card, .value-card, .service-detail, .portfolio-card, .social-link, .filter-pill, .nav-links a, .nav-cta {
    transition: none;
  }
}

/* HOVER ISOLATION — only on fine-pointer devices */
@media (hover: none) {
  .service-card:hover, .value-card:hover, .service-detail:hover, .portfolio-card:hover {
    transform: none; box-shadow: none;
  }
  .btn-gold:hover, .btn-glass:hover { transform: none; }
  .btn:hover .icon { transform: none; }
  .social-link:hover { transform: none; }
  .gold-link:hover { gap: 8px; }
  .nav-cta:hover { transform: none; }
}

