/* Hollywood Beach Travel Guide — Custom Styles */
/* Framework: Bulma 0.9.4 | Fonts: Poppins + Lato | Icons: Font Awesome 6 */

/* ===== CUSTOM PROPERTIES ===== */
:root {
  --ocean: #1a6b8a;
  --ocean-dark: #124d65;
  --ocean-light: #2990bb;
  --sand: #e8a020;
  --sand-light: #f5c355;
  --coral: #e05a40;
  --coral-light: #f47560;
  --white: #ffffff;
  --off-white: #f8f6f2;
  --text-dark: #1c2b35;
  --text-muted: #5a7080;
  --shadow-sm: 0 2px 8px rgba(26, 107, 138, 0.12);
  --shadow-md: 0 4px 20px rgba(26, 107, 138, 0.18);
  --shadow-lg: 0 8px 40px rgba(26, 107, 138, 0.22);
  --border-radius: 12px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== BASE ===== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--text-dark);
  background-color: var(--white);
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.title, .subtitle {
  font-family: 'Poppins', sans-serif;
}

/* ===== NAVBAR ===== */
.navbar {
  background: rgba(26, 107, 138, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar-brand .navbar-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--white) !important;
  letter-spacing: -0.02em;
}

.navbar-brand .navbar-item span.brand-accent {
  color: var(--sand-light);
}

.navbar-item, .navbar-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.88) !important;
  transition: var(--transition);
  letter-spacing: 0.01em;
}

.navbar-item:hover, .navbar-link:hover {
  color: var(--sand-light) !important;
  background: rgba(255,255,255,0.08) !important;
}

.navbar-item.is-active {
  color: var(--sand-light) !important;
  background: rgba(255,255,255,0.1) !important;
}

.navbar-burger span {
  background-color: var(--white) !important;
  height: 2px;
}

.navbar-burger:hover {
  background: rgba(255,255,255,0.1) !important;
}

@media (max-width: 1023px) {
  .navbar-menu {
    background: var(--ocean-dark);
    padding: 0.5rem 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  .navbar-menu.is-active {
    display: block;
  }
}

/* ===== HERO ===== */
.site-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.site-hero .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.05);
  animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from { transform: scale(1.05); }
  to { transform: scale(1.0); }
}

.site-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(18, 77, 101, 0.75) 0%,
    rgba(26, 107, 138, 0.55) 50%,
    rgba(18, 77, 101, 0.70) 100%
  );
}

.site-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 4rem 0;
}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  color: var(--white);
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 8px rgba(0,0,0,0.3);
  max-width: 600px;
  margin-bottom: 2rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(232, 160, 32, 0.25);
  border: 1px solid rgba(245, 195, 85, 0.4);
  color: var(--sand-light);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(4px);
}

.hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 3;
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}

.page-hero .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.page-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18, 77, 101, 0.88) 0%,
    rgba(26, 107, 138, 0.4) 70%,
    transparent 100%
  );
}

.page-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0;
  width: 100%;
}

.page-hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}

/* No-image hero for pages without photos */
.page-hero-plain {
  background: linear-gradient(135deg, var(--ocean) 0%, var(--ocean-dark) 100%);
  padding: 4rem 0;
}

.page-hero-plain .page-hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}

/* ===== SECTIONS ===== */
.section {
  padding: 4rem 1.5rem;
}

.section-tight {
  padding: 2.5rem 1.5rem;
}

.section-ocean {
  background: linear-gradient(135deg, var(--ocean) 0%, var(--ocean-dark) 100%);
  color: var(--white);
}

.section-ocean .title,
.section-ocean .subtitle,
.section-ocean h2,
.section-ocean h3 {
  color: var(--white);
}

.section-sand {
  background: linear-gradient(135deg, #fef9f0 0%, #fdf3de 100%);
}

.section-offwhite {
  background-color: var(--off-white);
}

/* ===== SECTION HEADING ===== */
.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.section-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: var(--ocean-dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.section-heading p {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0 auto;
}

.section-heading .heading-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--ocean), var(--sand));
  border-radius: 2px;
  margin: 1rem auto 0;
}

/* Ocean section headings */
.section-ocean .section-heading h2 {
  color: var(--white);
}

.section-ocean .section-heading p {
  color: rgba(255,255,255,0.8);
}

.section-ocean .heading-line {
  background: linear-gradient(90deg, var(--sand-light), var(--coral-light));
}

/* ===== CARDS ===== */
.beach-card {
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.beach-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.beach-card .card-image {
  position: relative;
  overflow: hidden;
}

.beach-card .card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.beach-card .card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.beach-card .card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ocean-dark);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.beach-card .card-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1;
}

.beach-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--ocean);
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 1rem;
  text-decoration: none;
  transition: var(--transition);
}

.beach-card .card-link:hover {
  color: var(--sand);
  gap: 0.6rem;
}

/* ===== FEATURE ICONS ===== */
.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}

.icon-ocean { background: rgba(26, 107, 138, 0.12); color: var(--ocean); }
.icon-sand { background: rgba(232, 160, 32, 0.15); color: var(--sand); }
.icon-coral { background: rgba(224, 90, 64, 0.12); color: var(--coral); }
.icon-green { background: rgba(56, 161, 105, 0.12); color: #38a169; }

/* ===== CONTENT PAGE BODY ===== */
.content-body {
  max-width: 780px;
  margin: 0 auto;
}

.content-body h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--ocean-dark);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.content-body h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: var(--ocean);
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(26, 107, 138, 0.12);
}

.content-body h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ocean-dark);
  margin: 1.75rem 0 0.75rem;
}

.content-body p {
  color: var(--text-dark);
  margin-bottom: 1.25rem;
  font-size: 1.02rem;
  line-height: 1.75;
}

.content-body ul, .content-body ol {
  margin: 1rem 0 1.5rem 1.5rem;
}

.content-body li {
  margin-bottom: 0.5rem;
  color: var(--text-dark);
  line-height: 1.65;
  font-size: 1rem;
}

.content-body a {
  color: var(--ocean);
  text-decoration: underline;
  text-decoration-color: rgba(26, 107, 138, 0.3);
  transition: var(--transition);
}

.content-body a:hover {
  color: var(--sand);
  text-decoration-color: var(--sand);
}

.content-img {
  border-radius: var(--border-radius);
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow-md);
  margin: 2rem 0;
}

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--sand) 0%, var(--sand-light) 100%);
  color: var(--text-dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.75rem;
  border-radius: 100px;
  text-decoration: none;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 16px rgba(232, 160, 32, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(232, 160, 32, 0.45);
  background: linear-gradient(135deg, var(--sand-light) 0%, var(--sand) 100%);
  color: var(--text-dark);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.7rem 1.6rem;
  border-radius: 100px;
  text-decoration: none;
  transition: var(--transition);
  border: 2px solid rgba(255,255,255,0.6);
  cursor: pointer;
  letter-spacing: 0.02em;
}

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

.btn-ocean {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--ocean) 0%, var(--ocean-dark) 100%);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.75rem;
  border-radius: 100px;
  text-decoration: none;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.btn-ocean:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: var(--white);
}

/* ===== STAT STRIP ===== */
.stat-strip {
  background: linear-gradient(135deg, var(--ocean-dark) 0%, var(--ocean) 100%);
  color: var(--white);
  padding: 3rem 1.5rem;
}

.stat-item {
  text-align: center;
  padding: 1rem;
}

.stat-number {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--sand-light);
  line-height: 1;
  display: block;
}

.stat-label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  margin-top: 0.25rem;
  display: block;
}

/* ===== QUICK LINKS ===== */
.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.quick-link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--text-dark);
  transition: var(--transition);
  border: 2px solid transparent;
}

.quick-link-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--ocean);
  color: var(--ocean);
}

.quick-link-item .ql-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  color: var(--ocean);
  transition: var(--transition);
}

.quick-link-item:hover .ql-icon {
  color: var(--sand);
  transform: scale(1.1);
}

.quick-link-item span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

/* ===== INLINE IMAGE ===== */
.inline-img-wrap {
  margin: 2.5rem 0;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.inline-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.inline-img-caption {
  background: var(--ocean-dark);
  color: rgba(255,255,255,0.8);
  padding: 0.75rem 1.25rem;
  font-size: 0.85rem;
  font-style: italic;
}

/* ===== GALLERY ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.gallery-item {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.gallery-item:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-md);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 77, 101, 0);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-overlay {
  background: rgba(18, 77, 101, 0.4);
}

.gallery-item .gallery-icon {
  color: var(--white);
  font-size: 2rem;
  opacity: 0;
  transition: var(--transition);
}

.gallery-item:hover .gallery-icon {
  opacity: 1;
}

.gallery-item.featured {
  grid-column: span 2;
}

.gallery-item.featured img {
  height: 280px;
}

/* ===== CONTACT FORM ===== */
.contact-form {
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
  padding: 2.5rem;
  max-width: 600px;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
}

.contact-form label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ocean-dark);
  margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border: 2px solid rgba(26, 107, 138, 0.2);
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  color: var(--text-dark);
  background: var(--off-white);
  transition: var(--transition);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ocean);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(26, 107, 138, 0.12);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.btn-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--ocean) 0%, var(--ocean-dark) 100%);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.02em;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* ===== BREADCRUMB ===== */
.breadcrumb-bar {
  background: var(--off-white);
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(26, 107, 138, 0.08);
}

.breadcrumb-bar .breadcrumb {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.breadcrumb-bar .breadcrumb a {
  color: var(--ocean);
  text-decoration: none;
}

.breadcrumb-bar .breadcrumb a:hover {
  color: var(--sand);
}

.breadcrumb-bar .breadcrumb span {
  color: var(--text-muted);
  margin: 0 0.4rem;
}

/* ===== INFO BOXES ===== */
.info-box {
  border-radius: var(--border-radius);
  padding: 1.5rem;
  margin: 2rem 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.info-box.tip {
  background: rgba(26, 107, 138, 0.06);
  border-left: 4px solid var(--ocean);
}

.info-box.tip .info-icon {
  color: var(--ocean);
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.info-box.warning {
  background: rgba(232, 160, 32, 0.08);
  border-left: 4px solid var(--sand);
}

.info-box.warning .info-icon {
  color: var(--sand);
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.info-box p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-dark);
}

/* ===== SEASON TABLE ===== */
.season-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.season-card {
  background: var(--white);
  border-radius: var(--border-radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--ocean);
}

.season-card.high { border-top-color: var(--coral); }
.season-card.shoulder { border-top-color: var(--sand); }
.season-card.summer { border-top-color: #38a169; }

.season-card h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.season-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ===== CTA BAND ===== */
.cta-band {
  background: linear-gradient(135deg, var(--ocean) 0%, var(--ocean-dark) 100%);
  padding: 4rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-band h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  color: var(--white);
  margin-bottom: 1rem;
  position: relative;
}

.cta-band p {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-band .btn-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ===== FOOTER ===== */
.site-footer {
  background: linear-gradient(180deg, #0e3d50 0%, #08252f 100%);
  color: rgba(255,255,255,0.8);
  padding: 4rem 1.5rem 2rem;
}

.footer-brand {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 0.75rem;
  display: block;
}

.footer-brand span {
  color: var(--sand-light);
}

.footer-tagline {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  max-width: 240px;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: var(--transition);
  font-size: 0.95rem;
}

.footer-social a:hover {
  background: var(--ocean);
  color: var(--white);
  transform: translateY(-2px);
}

.footer-nav-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sand-light);
  margin-bottom: 1rem;
  display: block;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  margin-bottom: 0.5rem;
}

.footer-nav-list a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 0.92rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.footer-nav-list a:hover {
  color: var(--sand-light);
  padding-left: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

.footer-bottom .footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom .footer-links a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: var(--transition);
}

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

/* ===== TAG CHIPS ===== */
.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(26, 107, 138, 0.1);
  color: var(--ocean);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 0.25rem;
}

.tag-chip.sand {
  background: rgba(232, 160, 32, 0.12);
  color: #8a5e10;
}

.tag-chip.coral {
  background: rgba(224, 90, 64, 0.1);
  color: var(--coral);
}

/* ===== LIST ICONS ===== */
.icon-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.icon-list li .li-icon {
  color: var(--ocean);
  flex-shrink: 0;
  margin-top: 0.15rem;
  font-size: 0.9rem;
}

/* ===== HIGHLIGHT BOXES ===== */
.highlight-band {
  background: linear-gradient(135deg, #e8f4f8 0%, #d4ecf5 100%);
  border-radius: var(--border-radius);
  padding: 2rem;
  margin: 2rem 0;
  border-left: 5px solid var(--ocean);
}

.highlight-band h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--ocean-dark);
  margin-bottom: 0.75rem;
}

.highlight-band p {
  color: var(--text-dark);
  margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .section {
    padding: 3rem 1.25rem;
  }

  .site-hero {
    min-height: 420px;
  }

  .page-hero {
    min-height: 250px;
  }

  .gallery-item.featured {
    grid-column: span 1;
  }

  .gallery-item.featured img {
    height: 200px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom .footer-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.75rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .cta-band .btn-group {
    flex-direction: column;
    align-items: center;
  }
}
