:root {
  --navy: #0a1628;
  --royal-blue: #1e3a8a;
  --gold: #b8860b;
  --text: #1a2332;
  --bg-white: #ffffff;
  --bg-light: #f0f4f8;
  --mid-gray: #64748b;
  --light-border: #e2e8f0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bg-white);
  color: var(--text);
  line-height: 1.7;
  padding-top: 72px;
}

/* NAV */
.site-nav{position:fixed;top:0;left:0;width:100%;z-index:9999;background:rgba(10,22,40,0.97);backdrop-filter:blur(12px);padding:0;margin:0;transition:box-shadow .3s}
.site-nav.scrolled{box-shadow:0 2px 24px rgba(0,0,0,.3)}
.nav-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-sizing:border-box}
.nav-logo{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:600;color:#fff;text-decoration:none;letter-spacing:.02em}
.nav-logo span{color:#c9a84c}
.nav-links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}
.nav-links>li>a{color:rgba(255,255,255,.85);font-family:'Inter',sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:color .2s}
.nav-links>li>a:hover, .nav-links>li>a.active{color:#c9a84c}
.nav-cta{background:transparent;border:1px solid #c9a84c;color:#c9a84c;padding:.45rem 1.2rem;letter-spacing:.1em}
.nav-cta:hover{background:#c9a84c;color:#0a1628}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.hamburger span{display:block;width:22px;height:1px;background:#fff;transition:all .3s}
.hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:10001;opacity:0;pointer-events:none;transition:opacity .3s}
.mobile-overlay.active{opacity:1;pointer-events:all}
.mobile-nav{display:none;position:fixed;top:0;right:0;width:min(320px,85vw);height:100dvh;background:#0a1628;z-index:10002;padding:2rem 1.5rem;overflow-y:auto;transform:translateX(100%);transition:transform .32s ease;flex-direction:column;box-sizing:border-box}
.mobile-nav.open{transform:translateX(0)}
.mobile-close{align-self:flex-end;background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer;padding:0 0 1.5rem}
.mobile-nav-links{list-style:none;padding:0;margin:0}
.mobile-nav-links li a{display:block;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.85);font-family:'Inter',sans-serif;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:color .2s}
.mobile-nav-links li:last-child a{border-bottom:none}
.mobile-nav-links li a:hover{color:#c9a84c}
@media(max-width:900px){.hamburger{display:flex}.nav-links{display:none}.mobile-nav{display:flex}}

/* BUTTONS */
.btn-primary {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  background: var(--gold);
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-primary:hover { background: #b8923e; color: #fff; }
.btn-outline {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  border: 1px solid rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.85);
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-gold {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-gold:hover { background: var(--gold); color: var(--navy); }
.btn-dark {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  background: var(--navy);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-dark:hover { background: #1e3a8a; }

/* PAGE HEADER */
.page-header {
  background: linear-gradient(135deg, #0a1628 0%, #1e3a8a 100%);
  padding: 6rem 2rem 4rem;
  text-align: center;
}
.page-header-inner {
  max-width: 800px;
  margin: 0 auto;
}
.page-eyebrow {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.page-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}

/* SECTIONS */
section { padding: 6rem 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-eyebrow {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.section-subtitle {
  font-size: 0.9rem;
  color: var(--mid-gray);
  max-width: 560px;
  line-height: 1.8;
}
.divider {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 1.2rem 0 1.8rem;
}

/* ABOUT PAGE */
.about-full { background: var(--bg-white); padding-bottom: 2.75rem; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.about-img-wrap {
  position: relative;
  top: 0;
}
.about-img-wrap img {
  width: 100%;
  height: 760px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about-content p {
  font-size: 0.95rem;
  color: var(--mid-gray);
  line-height: 1.9;
  margin-bottom: 1.2rem;
}

.credentials { background: var(--bg-light); text-align: center; }
.credentials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.credential-item {
  background: var(--bg-white);
  border: 1px solid var(--light-border);
  padding: 2rem 1.5rem;
}
.credential-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.credential-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.8rem;
}
.credential-item p {
  font-size: 0.85rem;
  color: var(--mid-gray);
  line-height: 1.7;
}

.why-south-florida { background: var(--bg-white); padding-top: 3rem; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.why-features {
  margin-top: 13.25rem;
}
.why-text p {
  font-size: 0.95rem;
  color: var(--mid-gray);
  line-height: 1.9;
  margin-bottom: 1.2rem;
}
.why-features ul {
  list-style: none;
  padding: 0;
}
.why-features ul li {
  font-size: 0.9rem;
  color: var(--mid-gray);
  line-height: 2.2;
  padding-left: 1.5rem;
  position: relative;
}
.why-features ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 600;
}

/* SERVICES PAGE */
.services { background: var(--bg-white); }
.service-card {
  background: var(--bg-light);
  border: 1px solid var(--light-border);
  padding: 3rem 2.5rem;
  margin-bottom: 2rem;
}
.service-icon {
  font-size: 3.5rem;
  margin-bottom: 1.2rem;
}
.service-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 1rem;
}
.service-card p {
  font-size: 0.95rem;
  color: var(--mid-gray);
  line-height: 1.9;
  margin-bottom: 1.2rem;
}
.service-card ul {
  margin: 1.5rem 0 2rem 1.5rem;
}
.service-card ul li {
  font-size: 0.9rem;
  color: var(--mid-gray);
  line-height: 2;
}

/* CONTACT PAGE */
.contact-section { background: var(--bg-white); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.contact-info h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 1rem;
}
.contact-info p {
  font-size: 0.95rem;
  color: var(--mid-gray);
  line-height: 1.9;
  margin-bottom: 2rem;
}
.contact-methods {
  display: grid;
  gap: 1.5rem;
}
.contact-method {
  display: flex;
  gap: 1rem;
  align-items: start;
}
.method-icon {
  font-size: 1.8rem;
}
.contact-method strong {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}
.contact-method p {
  font-size: 0.9rem;
  color: var(--mid-gray);
  margin: 0;
}
.contact-method a {
  color: var(--navy);
  text-decoration: none;
  transition: color 0.2s;
}
.contact-method a:hover {
  color: var(--gold);
}

.contact-form-wrap {
  background: var(--bg-light);
  border: 1px solid var(--light-border);
  padding: 2.5rem;
  margin-top: 10.9rem;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.form-field {
  display: flex;
  flex-direction: column;
}
.form-field.full-width {
  grid-column: 1 / -1;
}
.form-field label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mid-gray);
  margin-bottom: 0.5rem;
}
.form-field input,
.form-field textarea,
.form-field select {
  background: var(--bg-white);
  border: 1px solid var(--light-border);
  padding: 0.75rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--gold);
}
.form-success {
  text-align: center;
  padding: 3rem 2rem;
}
.form-success h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #22c55e;
  margin-bottom: 0.8rem;
}
.form-success p {
  font-size: 0.95rem;
  color: var(--mid-gray);
}

/* TESTIMONIALS PAGE */
.testimonials-full { background: var(--bg-white); }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.testimonial-card {
  background: var(--bg-light);
  border-left: 3px solid var(--gold);
  padding: 2rem;
}
.testimonial-stars {
  color: var(--gold);
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}
.testimonial-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.7;
  margin-bottom: 1.4rem;
}
.testimonial-author {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-gray);
}

/* GALLERY/PORTFOLIO */
.gallery-section { background: var(--bg-white); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.gallery-item {
  background: var(--bg-light);
  border: 1px solid var(--light-border);
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.gallery-item:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}
.gallery-img {
  width: 100%;
  height: 280px;
  background: #e0e0e0;
  object-fit: cover;
  display: block;
}
.gallery-caption {
  padding: 1.5rem;
}
.gallery-caption h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.gallery-caption p {
  font-size: 0.85rem;
  color: var(--mid-gray);
}

/* FAQ PAGE */
.faq-section { background: var(--bg-white); }
.faq-list {
  max-width: 800px;
  margin: 3rem auto 0;
}
.faq-item {
  background: var(--bg-light);
  border: 1px solid var(--light-border);
  margin-bottom: 1rem;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--navy);
  transition: color 0.2s;
}
.faq-question:hover {
  color: var(--gold);
}
.faq-toggle {
  font-size: 1.2rem;
  color: var(--gold);
  transition: transform 0.2s;
}
.faq-item.open .faq-toggle {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.faq-item.open .faq-answer {
  max-height: 500px;
}
.faq-answer-inner {
  padding: 0 2rem 1.5rem;
  font-size: 0.95rem;
  color: var(--mid-gray);
  line-height: 1.9;
}

/* BLOG */
.blog-list { background: var(--bg-white); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.blog-card {
  background: var(--bg-light);
  border: 1px solid var(--light-border);
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.2s;
}
.blog-card:hover { border-color: var(--gold); }
.blog-card-body { padding: 1.6rem; }
.blog-meta {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.blog-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 0.8rem;
}
.blog-excerpt {
  font-size: 0.85rem;
  color: var(--mid-gray);
  line-height: 1.7;
}
.blog-read-more {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
}
.blog-read-more::after { content: ' →'; }

/* BLOG POST */
.blog-post { background: var(--bg-white); }
.blog-post-header {
  max-width: 800px;
  margin: 0 auto 3rem;
}
.blog-post-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 1rem;
}
.blog-post-meta {
  font-size: 0.78rem;
  color: var(--mid-gray);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.blog-post-content {
  max-width: 800px;
  margin: 0 auto;
}
.blog-post-content p {
  font-size: 1rem;
  color: var(--mid-gray);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}
.blog-post-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--navy);
  margin: 2.5rem 0 1rem;
}
.blog-post-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--navy);
  margin: 2rem 0 0.8rem;
}
.blog-post-content ul, .blog-post-content ol {
  margin: 1.5rem 0 1.5rem 1.5rem;
}
.blog-post-content li {
  font-size: 0.95rem;
  color: var(--mid-gray);
  line-height: 1.9;
  margin-bottom: 0.5rem;
}

/* TEAM PAGE */
.team-section { background: var(--bg-white); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
.team-member {
  text-align: center;
}
.team-photo {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 1.5rem;
  border: 1px solid var(--light-border);
}
.team-member h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.team-title {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.team-bio {
  font-size: 0.9rem;
  color: var(--mid-gray);
  line-height: 1.8;
}

/* CTA BAND */
.cta-band {
  background: var(--navy);
  padding: 5rem 2rem;
  text-align: center;
}
.cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.8rem;
}
.cta-band p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
}

/* FOOTER */
.site-footer {
  background: #060f1a;
  color: rgba(255,255,255,0.75);
  padding: 5rem 2rem 2rem;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.8rem;
}
.footer-logo span { color: var(--gold); }
.footer-brand p { font-size: 0.85rem; line-height: 1.8; }
.footer-links h4, .footer-contact h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 1.2rem;
}
.footer-links ul { list-style: none; }
.footer-links ul li { margin-bottom: 0.6rem; }
.footer-links ul li a, .footer-contact a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-links ul li a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-contact p { font-size: 0.85rem; margin-bottom: 0.4rem; }
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin-bottom: 0.6rem; }
.footer-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-img-wrap { top: 0; }
  .about-img-wrap img { height: 560px; }
  .credentials-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .why-features { margin-top: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-form-wrap { margin-top: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 600px) {
  .credentials-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
}
