/* ===========================
   VERSION 2 — LIGHT OCEAN
   Palette: Sandy white, soft aqua, deep teal text, warm navy accents
   High-contrast, accessible for all ages
   =========================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: #F0F8FA;
  color: #0D2B3E;
  line-height: 1.7;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

/* ===========================
   TYPOGRAPHY
   =========================== */
h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.15;
}

h1 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

h1 span {
  color: #A8DDE2;
  display: block;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.08em;
  font-size: 1.15em;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  color: #0D2B3E;
}

h2 span { color: #1A7A8A; }

h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0D2B3E;
  margin-bottom: 10px;
}

.section-sub {
  text-align: center;
  color: #3D6478;
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 56px;
}

/* ===========================
   BUTTONS
   =========================== */
.btn {
  display: inline-block;
  padding: 16px 44px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.25s;
}

.btn-gold {
  background: #1A7A8A;
  color: #fff;
}

.btn-gold:hover {
  background: #155F6D;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 122, 138, 0.35);
}

.btn-outline {
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

.btn-sm {
  padding: 10px 24px;
  font-size: 0.78rem;
}

/* ===========================
   NAVBAR
   =========================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 51, 71, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(168, 221, 226, 0.15);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.navbar-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.logo {
  height: 80px;
  width: auto;
  filter: brightness(0) invert(1) opacity(0.85);
}

.nav-phone {
  color: #5BBCBF;
  font-size: 0.9rem;
  font-weight: 600;
  margin-right: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8ABFCC;
  transition: color 0.2s;
}

.nav-links a:hover { color: #fff; }

.nav-cta {
  background: #5BBCBF !important;
  color: #0D3347 !important;
  padding: 10px 24px;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  transition: background 0.2s !important;
}

.nav-cta:hover { background: #A8DDE2 !important; }

.hamburger {
  display: none;
  background: none;
  border: none;
  color: #D6EBF0;
  font-size: 1.6rem;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background: #0D3347;
  padding: 16px 40px 24px;
  gap: 16px;
  border-top: 1px solid rgba(168, 221, 226, 0.15);
}

.mobile-menu a {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8ABFCC;
}

.mobile-menu a:hover { color: #fff; }

.mobile-menu.open { display: flex; }

/* ===========================
   HERO — FULL BLEED
   =========================== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 30, 45, 0.82) 0%,
    rgba(10, 30, 45, 0.35) 55%,
    rgba(10, 30, 45, 0.1) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 0 80px 100px;
  max-width: 700px;
}

.hero-label {
  display: none;
}

.hero-sub {
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #A8DDE2;
  margin: 20px 0 36px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  right: 48px;
  bottom: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #A8DDE2;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #A8DDE2, transparent);
  animation: scrollLine 2s ease infinite;
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ===========================
   INTRO BAND
   =========================== */
.intro-band {
  background: #1A7A8A;
  padding: 22px 0;
}

.intro-band p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #fff;
  text-align: center;
}

.intro-band em {
  font-style: normal;
  font-weight: 700;
}

/* ===========================
   SERVICES — CARD GRID
   =========================== */
.services-section {
  background: #fff;
  padding: 100px 0;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}

.section-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #B8DDE6, transparent);
}

.section-header h2 {
  white-space: nowrap;
  text-align: center;
  flex-shrink: 0;
}

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

.service-card {
  background: #F0F8FA;
  border: 1px solid #C8E6EC;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}

.service-card:hover {
  box-shadow: 0 12px 40px rgba(26, 122, 138, 0.15);
  transform: translateY(-4px);
}

.service-card.featured {
  background: #E8F5F7;
  border-color: #9DCDD8;
}

.card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.service-card:hover .card-img img {
  transform: scale(1.05);
}

.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 43, 62, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}

.service-card:hover .card-overlay { opacity: 1; }

.card-book {
  background: #fff;
  color: #1A7A8A;
  padding: 12px 28px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 2px solid #fff;
  transition: background 0.2s, color 0.2s;
}

.card-book:hover {
  background: #1A7A8A;
  color: #fff;
}

.card-body {
  padding: 28px 24px 32px;
}

.card-body p {
  color: #3D6478;
  font-size: 0.95rem;
  line-height: 1.75;
}

/* ===========================
   CTA BANNER
   =========================== */
.cta-banner {
  background: #0D3347;
  padding: 72px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-inner h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #fff;
}

.cta-inner p {
  color: #8ABFCC;
  font-size: 1.05rem;
  margin-top: 8px;
}

/* ===========================
   ABOUT / BRAND
   =========================== */
.about-section {
  background: #F0F8FA;
  padding: 100px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.label-tag {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1A7A8A;
  margin-bottom: 16px;
}

.brand-quote {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: #3D6478;
  margin: 20px 0 24px;
  padding-left: 20px;
  border-left: 3px solid #1A7A8A;
}

.about-text > p {
  color: #3D6478;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 28px;
}

.brand-logo {
  max-width: 150px;
  margin-bottom: 32px;
  opacity: 0.7;
}

.about-images {
  position: relative;
}

.about-main-img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(13, 43, 62, 0.12);
}

.about-quote-card {
  position: absolute;
  bottom: -32px;
  left: -40px;
  background: #1A7A8A;
  padding: 28px 32px;
  max-width: 320px;
  border-radius: 2px;
  box-shadow: 0 8px 32px rgba(26, 122, 138, 0.3);
}

.about-quote-card p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 10px;
}

.about-quote-card cite {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #A8DDE2;
}

/* ===========================
   FOOTER
   =========================== */
.footer {
  background: #0D3347;
  padding: 80px 0 0;
  color: #D6EBF0;
}

.footer-top {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(168, 221, 226, 0.15);
}

.footer-logo {
  height: 90px;
  width: auto;
  margin-bottom: 12px;
  filter: brightness(0) invert(1) opacity(0.85);
}

.footer-brand p {
  font-size: 0.85rem;
  color: #7AAFBE;
  font-style: italic;
}

.footer-cols {
  display: flex;
  gap: 48px;
  margin-left: auto;
  flex-wrap: wrap;
}

.footer-cols > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-heading {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5BBCBF;
  margin-bottom: 4px;
}

.footer-cols a, .footer-cols span {
  font-size: 0.9rem;
  color: #8ABFCC;
  transition: color 0.2s;
  display: block;
}

.footer-cols a:hover { color: #fff; }

.footer-bottom {
  padding: 20px 0;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: #3D6478;
}

/* ===========================
   FOOTER — LOCATIONS & SOCIAL
   =========================== */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-social img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.2s;
  filter: brightness(0) invert(1);
}

.footer-social a:hover img { opacity: 1; }

.footer-cols span {
  font-size: 0.9rem;
  color: #8ABFCC;
  display: block;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
  .hero-content { padding: 0 40px 80px; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-quote-card { position: static; max-width: 100%; margin-top: 16px; }
  .footer-top { flex-direction: column; gap: 40px; }
  .footer-cols { margin-left: 0; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-phone { margin-right: auto; }
  .hamburger { display: block; margin-left: auto; }

  .hero-content { padding: 0 24px 60px; }

  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .card-img { aspect-ratio: 16/9; }

  .cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .navbar-inner { padding: 14px 20px; }
  .footer-cols { gap: 28px; }
}

/* ===========================
   PRICING SECTION
   =========================== */
.pricing-section {
  margin: 48px 0 0;
  text-align: left;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.pricing-category {
  background: #fff;
  border: 1px solid #C8E6EC;
  border-radius: 4px;
  padding: 28px 24px 24px;
}

.pricing-cat-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0D2B3E;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #1A7A8A;
}

.pricing-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-item {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 0.9rem;
  color: #3D6478;
}

.pricing-name { flex-shrink: 0; color: #0D2B3E; }

.pricing-dots {
  flex: 1;
  border-bottom: 1px dotted #B8DDE6;
  min-width: 16px;
  margin-bottom: 3px;
}

.pricing-price {
  flex-shrink: 0;
  font-weight: 700;
  color: #1A7A8A;
}
