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

:root {
  --navy: #1a2340;
  --navy-deep: #0f1528;
  --navy-mid: #1e2d52;
  --gold: #b8945a;
  --gold-light: #d4af78;
  --gold-pale: #f0deb8;
  --cream: #f5f0e8;
  --white: #fdfbf7;
  --text-dark: #1a1a2e;
  --text-mid: #4a4a6a;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Raleway', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1000;
  opacity: 0.4;
}

/* NAVBAR */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 4rem;
  background: rgba(15, 21, 40, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 148, 90, 0.2);
}

.nav-logo {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.15em;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.75);
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}

.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-deep);
  background: var(--gold);
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
}

.nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }

/* HERO */
.hero {
  min-height: 100vh;
  background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 50%, #1a2b4a 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 4rem;
}

.hero::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 55vw; height: 110vh;
  background: radial-gradient(ellipse at center, rgba(184,148,90,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.hero-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(184,148,90,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,148,90,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.hero-bg-text {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Cinzel', serif;
  font-size: clamp(12rem, 22vw, 22rem);
  font-weight: 700;
  color: rgba(184,148,90,0.04);
  letter-spacing: -0.05em;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  animation: heroReveal 1.2s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

@keyframes heroReveal {
  to { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 40px; height: 1px;
  background: var(--gold);
}

.hero-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-style: italic;
  color: rgba(245,240,232,0.6);
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.hero-divider {
  width: 60px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-bottom: 2.5rem;
}

.hero-desc {
  font-family: 'Raleway', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(245,240,232,0.7);
  margin-bottom: 3rem;
  max-width: 500px;
}

.hero-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.btn-primary {
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy-deep);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 30px rgba(184,148,90,0.3);
  display: inline-block;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(184,148,90,0.45);
}

/* ADDRESS STRIP */
.address-strip {
  background: var(--gold);
  padding: 0.9rem 4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.address-strip span {
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-deep);
}

.address-dot { opacity: 0.4; }

/* SECTIONS */
section { padding: 7rem 4rem; }

.section-label {
  font-family: 'Raleway', sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.section-label::before {
  content: '';
  display: inline-block;
  width: 30px; height: 1px;
  background: var(--gold);
}

.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* ABOUT */
.about {
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.about-visual {
  position: relative;
  height: 520px;
}

.about-visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
}

.about-visual-accent {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(184,148,90,0.55);
  pointer-events: none;
  z-index: 3;
}

.about-logo-display {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}

.about-logo-circle {
  width: 160px; height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a2340 0%, #0f1528 100%);
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), inset 0 0 40px rgba(184,148,90,0.1);
}

.logo-bcl {
  font-family: 'Cinzel', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
}

.logo-dots { display: flex; gap: 0.4rem; margin-top: 0.3rem; }
.logo-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.about-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(245,240,232,0.7);
  text-align: center;
  letter-spacing: 0.08em;
}

.about-text .section-title { margin-bottom: 1.5rem; }

.about-text p {
  font-size: 0.95rem;
  line-height: 1.95;
  color: var(--text-mid);
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.about-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.pillar {
  padding: 1.2rem 1.5rem;
  border-left: 2px solid var(--gold);
  background: var(--cream);
}

.pillar-title {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.1em;
  margin-bottom: 0.3rem;
}

.pillar-desc {
  font-size: 0.78rem;
  color: var(--text-mid);
  font-weight: 300;
  line-height: 1.6;
}

/* PRACTICE */
.practice {
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}

.practice::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image:
    linear-gradient(rgba(184,148,90,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,148,90,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

.practice-header {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-bottom: 4rem;
}

.practice-header .section-title { color: var(--white); }

.practice-header p {
  font-size: 0.92rem;
  line-height: 1.9;
  color: rgba(245,240,232,0.6);
  font-weight: 300;
}

.practice-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(184,148,90,0.08);
}

.practice-card {
  background: rgba(15, 21, 40, 0.95);
  padding: 3rem 2.5rem;
  transition: background 0.4s;
  position: relative;
  overflow: hidden;
}

.practice-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.practice-card:hover { background: rgba(30,45,82,0.9); }
.practice-card:hover::before { transform: scaleX(1); }

.practice-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(184,148,90,0.12);
  line-height: 1;
  margin-bottom: 1.5rem;
}

.practice-icon {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  display: block;
}

.practice-name {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.practice-items { list-style: none; }

.practice-items li {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(245,240,232,0.55);
  padding: 0.35rem 0 0.35rem 0.8rem;
  border-bottom: 1px solid rgba(184,148,90,0.08);
  line-height: 1.5;
  transition: color 0.3s;
  position: relative;
}

.practice-items li::before {
  content: '.';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 1rem;
  line-height: 1.4;
}

.practice-card:hover .practice-items li { color: rgba(245,240,232,0.75); }

/* TEAM */
.team {
  background: var(--white);
  text-align: center;
}

.team-header {
  max-width: 580px;
  margin: 0 auto 4rem;
}

.team-header .section-label { justify-content: center; }
.team-header .section-title { margin-bottom: 1rem; }

.team-header p {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.9;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(26,35,64,0.08);
  max-width: 960px;
  margin: 0 auto;
}

.team-card {
  background: var(--white);
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}

.team-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.team-card:hover { background: var(--cream); }
.team-card:hover::before { transform: scaleX(1); }

.team-initial {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold-light);
}

.team-name {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.team-role {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--text-mid);
  margin-bottom: 1rem;
  font-weight: 400;
}

.team-matricula {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(184,148,90,0.35);
  padding: 0.35rem 0.9rem;
}

/* STATS */
.stats {
  background: var(--gold);
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.stat-item { text-align: center; }

.stat-number {
  font-family: 'Cinzel', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--navy-deep);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-family: 'Raleway', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(15,21,40,0.65);
}

/* WHY */
.why {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.why-left .section-title { margin-bottom: 1.5rem; }

.why-left p {
  font-size: 0.92rem;
  line-height: 1.95;
  color: var(--text-mid);
  font-weight: 300;
  margin-bottom: 2rem;
}

.why-features { list-style: none; }

.why-feature {
  display: flex;
  gap: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(26,35,64,0.1);
  align-items: flex-start;
}

.feature-icon {
  width: 36px; height: 36px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
}

.feature-text strong {
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  display: block;
  margin-bottom: 0.2rem;
  letter-spacing: 0.04em;
}

.feature-text span {
  font-size: 0.8rem;
  color: var(--text-mid);
  font-weight: 300;
  line-height: 1.6;
}

.why-quote {
  background: var(--navy);
  padding: 3.5rem;
  position: relative;
}

.why-quote::before {
  content: '"';
  position: absolute;
  top: 1rem; left: 2rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  color: rgba(184,148,90,0.15);
  line-height: 1;
  font-style: italic;
}

.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  color: var(--white);
  line-height: 1.6;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.quote-author {
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}

.why-contact-box {
  margin-top: 2rem;
  border: 1px solid rgba(184,148,90,0.3);
  padding: 2rem;
}

.contact-box-title {
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
}

.contact-item {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 0.82rem;
  color: rgba(245,240,232,0.7);
  font-weight: 300;
}

.contact-item span:first-child { color: var(--gold); font-size: 0.9rem; }

/* CONTACT CTA */
.contact-cta {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(184,148,90,0.08);
}

.contact-cta::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 400px; height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(184,148,90,0.12);
}

.contact-inner {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 0 auto;
}

.contact-inner .section-title { color: var(--white); margin-bottom: 1.5rem; }

.contact-inner p {
  font-size: 0.95rem;
  line-height: 1.9;
  color: rgba(245,240,232,0.6);
  font-weight: 300;
  margin-bottom: 3rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.form-input {
  width: 100%;
  padding: 1rem 1.2rem;
  background: rgba(245,240,232,0.05);
  border: 1px solid rgba(184,148,90,0.2);
  color: var(--white);
  font-family: 'Raleway', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  outline: none;
  transition: border-color 0.3s;
}

.form-input::placeholder { color: rgba(245,240,232,0.3); }
.form-input:focus { border-color: var(--gold); }
textarea.form-input { min-height: 130px; resize: vertical; }

.form-submit {
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy-deep);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  padding: 1.1rem 3rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  align-self: flex-start;
  box-shadow: 0 8px 30px rgba(184,148,90,0.3);
}

.form-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(184,148,90,0.45); }

.form-msg {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.8rem 1rem;
  display: none;
}

.form-msg.success { display: block; color: #7aaa8a; border: 1px solid rgba(122,170,138,0.3); }
.form-msg.error   { display: block; color: #e08080; border: 1px solid rgba(224,128,128,0.3); }

/* FOOTER */
footer {
  background: #080d1a;
  padding: 4rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 4rem;
  border-top: 1px solid rgba(184,148,90,0.15);
}

.footer-brand .nav-logo {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(245,240,232,0.4);
  margin-bottom: 1.5rem;
}

.footer-address {
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(245,240,232,0.45);
  line-height: 1.9;
}

.footer-col-title {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.7rem; }

.footer-links a {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(245,240,232,0.5);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover { color: var(--gold-light); }

.footer-bottom {
  background: #04070f;
  padding: 1.2rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 0.7rem;
  font-weight: 300;
  color: rgba(245,240,232,0.25);
  letter-spacing: 0.08em;
}

/* SCROLL ANIMATIONS */
.fade-up {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav { padding: 1rem 2rem; }
  .nav-links { display: none; }
  section { padding: 5rem 2rem; }
  .hero { padding: 0 2rem; }
  .address-strip { padding: 0.9rem 2rem; flex-wrap: wrap; gap: 0.5rem; }
  .about { grid-template-columns: 1fr; gap: 3rem; }
  .about-visual { height: 320px; }
  .practice-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; padding: 3rem 2rem; }
  .why { grid-template-columns: 1fr; gap: 3rem; }
  .form-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 2.5rem; padding: 3rem 2rem; }
  .footer-bottom { padding: 1rem 2rem; flex-direction: column; gap: 0.5rem; text-align: center; }
}
