/*
Theme Name: Leah Co Coastal
Theme URI: https://leah.travel
Author: GT Creative Solutions, Inc.
Author URI: https://gtcreativesolutions.com
Description: Custom coastal travel and lifestyle theme for Leah & Co., LLC. Features full-beach hero, three-CTA cards, RSS feed editorial picks, gallery, and blog. A wholly-owned subsidiary of GT Creative Solutions, Inc.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary - For exclusive use by Leah & Co., LLC
Text Domain: leah-co-coastal
Tags: travel, business, lifestyle, blog, custom-colors, custom-menu, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  /* Coastal palette */
  --ocean:        #1E4D8C;
  --deep-sea:     #0E1A3A;
  --sky:          #6FA8D6;
  --seafoam:      #B8D8E3;
  --sand:         #EDE3CC;
  --shell:        #FAF5E8;
  --coral:        #E55934;
  --signal:       #C5283D;
  --sun:          #F4B942;
  --gold:         #D4A24C;
  --paper:        #FDFBF5;
  --ink:          #2B2418;

  /* Type */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body:    'Cormorant Garamond', Georgia, serif;
  --font-sans:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ========== NAVIGATION ========== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 251, 245, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(14, 26, 58, 0.08);
  padding: 18px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-brand {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--deep-sea);
  text-decoration: none;
  letter-spacing: -0.01em;
}
.nav-brand .amp {
  color: var(--signal);
  font-style: italic;
  font-weight: 400;
  padding: 0 2px;
}
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
  list-style: none;
}
.nav-links li { list-style: none; }
.nav-links a {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--deep-sea);
  text-decoration: none;
  opacity: 0.78;
  transition: opacity 0.2s, color 0.2s;
}
.nav-links a:hover,
.nav-links .current-menu-item a,
.nav-links a.active {
  opacity: 1;
  color: var(--signal);
}
.nav-cta {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--shell);
  background: var(--ocean);
  padding: 10px 22px;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--deep-sea); }

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: var(--deep-sea);
}

/* ========== HERO (full beach) ========== */
.hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 48px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(135,184,220,0.0) 0%, rgba(30,77,140,0.15) 60%, rgba(14,26,58,0.4) 100%),
    linear-gradient(180deg, #FFD89B 0%, #FFB088 18%, #FF7B5A 32%, #E55934 48%, #C5283D 58%, #6FA8D6 72%, #1E4D8C 88%, #0E1A3A 100%);
}
.hero svg.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 3;
}
.hero .sun-disc {
  position: absolute;
  top: 18%;
  right: 14%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, #FFF4D6 0%, var(--sun) 35%, #F4B942 55%, rgba(244,185,66,0.5) 70%, rgba(244,185,66,0.15) 85%, transparent 100%);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 120px rgba(244, 185, 66, 0.6);
}
.hero .sun-reflection {
  position: absolute;
  bottom: 140px;
  right: 14%;
  width: 240px;
  height: 220px;
  background: radial-gradient(ellipse at top, rgba(255, 215, 100, 0.5) 0%, rgba(244, 185, 66, 0.25) 30%, transparent 70%);
  z-index: 2;
  transform: translateX(50%) scaleY(0.8);
}
.hero .clouds {
  position: absolute;
  top: 12%;
  left: 8%;
  z-index: 1;
  opacity: 0.65;
}
.hero .seagulls {
  position: absolute;
  top: 22%;
  left: 38%;
  z-index: 2;
  opacity: 0.75;
}
.hero .palm-left,
.hero .palm-right {
  position: absolute;
  bottom: 120px;
  z-index: 3;
}
.hero .palm-left { left: -30px; }
.hero .palm-right { right: -30px; transform: scaleX(-1); }
.hero .palm-back {
  position: absolute;
  bottom: 110px;
  left: 18%;
  z-index: 2;
  opacity: 0.55;
  transform: scale(0.7);
}
.hero .sand-foreground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, transparent 0%, rgba(237, 227, 204, 0.4) 30%, rgba(237, 227, 204, 0.95) 80%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 760px;
  color: var(--shell);
}
.hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 7.5vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: var(--shell);
  text-shadow: 0 4px 24px rgba(14, 26, 58, 0.45);
}
.hero h1 em {
  font-style: italic;
  color: #FFE082;
  font-weight: 400;
}
.hero-sub {
  font-family: var(--font-body);
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 36px;
  color: var(--shell);
  opacity: 0.95;
  max-width: 56ch;
  text-shadow: 0 2px 14px rgba(14, 26, 58, 0.4);
}

/* Three CTA cards in hero */
.hero-cta-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 720px;
  margin-top: 32px;
}
.hero-cta-card {
  background: rgba(253, 251, 245, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(253, 251, 245, 0.6);
  border-radius: 6px;
  padding: 18px 18px 16px;
  text-decoration: none;
  color: var(--deep-sea);
  transition: all 0.25s ease;
  display: block;
  box-shadow: 0 8px 24px rgba(14, 26, 58, 0.20);
}
.hero-cta-card:hover {
  transform: translateY(-3px);
  background: var(--shell);
  box-shadow: 0 14px 32px rgba(14, 26, 58, 0.30);
}
.hero-cta-card .cta-icon { width: 32px; height: 32px; margin-bottom: 10px; }
.hero-cta-card .cta-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 4px;
}
.hero-cta-card .cta-title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--deep-sea);
  margin-bottom: 4px;
}
.hero-cta-card .cta-title em { color: var(--signal); font-style: italic; }
.hero-cta-card .cta-sub {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink);
  opacity: 0.8;
}

/* Page hero (sub-pages) */
.page-hero {
  background: linear-gradient(180deg, #FFD89B 0%, #FF9966 30%, #E55934 55%, #6FA8D6 80%, #1E4D8C 100%);
  padding: 100px 48px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 6.5vw, 80px);
  font-weight: 400;
  line-height: 1;
  color: var(--shell);
  text-shadow: 0 3px 18px rgba(14, 26, 58, 0.5);
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.page-hero h1 em { font-style: italic; color: #FFE082; }
.page-hero p {
  font-size: 21px;
  max-width: 56ch;
  margin: 0 auto;
  color: var(--shell);
  text-shadow: 0 2px 12px rgba(14, 26, 58, 0.5);
  opacity: 0.95;
}
.page-hero svg.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

/* Buttons */
.btn {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 18px 32px;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-block;
}
.btn-primary { background: var(--coral); color: var(--shell); }
.btn-primary:hover { background: var(--signal); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--shell); border: 1.5px solid var(--shell); }
.btn-secondary:hover { background: var(--shell); color: var(--deep-sea); }
.btn-tertiary { background: var(--sun); color: var(--deep-sea); }
.btn-tertiary:hover { background: var(--gold); }

/* Sections */
section {
  padding: 96px 48px;
  border-bottom: 1px solid rgba(14, 26, 58, 0.06);
}
.section-eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 14px;
  display: block;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--deep-sea);
  margin-bottom: 20px;
  max-width: 18ch;
}
.section-title em { font-style: italic; color: var(--signal); }
.section-intro {
  font-family: var(--font-body);
  font-size: 21px;
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.85;
  max-width: 64ch;
  margin-bottom: 48px;
}

/* Services */
.services { background: var(--shell); padding: 80px 48px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.service-card {
  padding: 36px 28px;
  background: var(--paper);
  border: 1px solid rgba(14, 26, 58, 0.08);
  border-top: 3px solid var(--coral);
  transition: transform 0.25s, box-shadow 0.25s;
}
.service-card:nth-child(2) { border-top-color: var(--ocean); }
.service-card:nth-child(3) { border-top-color: var(--sun); }
.service-card:nth-child(4) { border-top-color: var(--signal); }
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14, 26, 58, 0.10);
}
.service-card .icon { width: 44px; height: 44px; margin-bottom: 20px; }
.service-card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--deep-sea);
  margin-bottom: 12px;
  line-height: 1.15;
}
.service-card p { font-size: 16px; line-height: 1.5; opacity: 0.8; }

/* Featured strip */
.featured { padding: 96px 48px; background: var(--sand); }
.featured-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.featured-image {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--ocean), var(--deep-sea));
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.featured-content h2 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  color: var(--deep-sea);
  margin-bottom: 20px;
}
.featured-content h2 em { color: var(--signal); font-style: italic; }
.featured-content p {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: var(--ink);
  opacity: 0.85;
}
.featured-cta { margin-top: 28px; }

/* RSS FEEDS */
.feeds { background: var(--deep-sea); color: var(--shell); padding: 96px 48px 80px; }
.feeds-header { max-width: 1280px; margin: 0 auto 56px; text-align: center; }
.feeds-header .section-eyebrow { color: var(--sun); }
.feeds-header .section-title { color: var(--shell); margin: 0 auto; }
.feeds-header .section-title em { color: var(--sun); }
.feeds-header .section-intro { color: var(--shell); opacity: 0.8; margin: 16px auto 0; }
.feeds-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feed-window {
  background: var(--shell);
  color: var(--ink);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.feed-header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid rgba(14, 26, 58, 0.10);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.feed-header.travel { background: linear-gradient(135deg, var(--ocean), var(--deep-sea)); color: var(--shell); }
.feed-header.advisory { background: linear-gradient(135deg, var(--signal), #8C1A2A); color: var(--shell); }
.feed-header.deals { background: linear-gradient(135deg, var(--sun), var(--gold)); color: var(--deep-sea); }
.feed-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 6px;
}
.feed-title { font-family: var(--font-display); font-size: 20px; font-weight: 500; line-height: 1.15; }
.feed-source {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
  text-align: right;
  line-height: 1.5;
}
.feed-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.feed-live::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ADE80;
  box-shadow: 0 0 6px rgba(74, 222, 128, 0.8);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.feed-list { flex: 1; list-style: none; padding: 0; }
.feed-item {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(14, 26, 58, 0.08);
  transition: background 0.2s;
}
.feed-item:hover { background: rgba(30, 77, 140, 0.04); }
.feed-item:last-child { border-bottom: none; }
.feed-item a { text-decoration: none; color: inherit; display: block; }
.feed-item .item-meta {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 6px;
}
.feed-item .item-meta .level {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
  margin-right: 8px;
  font-weight: 600;
}
.feed-item .item-meta .level.l1 { background: #16a34a; color: white; }
.feed-item .item-meta .level.l2 { background: var(--sun); color: var(--deep-sea); }
.feed-item .item-meta .level.l3 { background: var(--coral); color: white; }
.feed-item .item-meta .level.l4 { background: var(--signal); color: white; }
.feed-item h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--deep-sea);
  margin-bottom: 4px;
}
.feed-item .item-snippet { font-size: 14px; line-height: 1.45; color: var(--ink); opacity: 0.75; }
.feed-item .price {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--signal);
  margin-top: 4px;
  display: inline-block;
}
.feed-item .price .strike {
  color: var(--ink);
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 6px;
  font-size: 14px;
}
.feed-footer {
  padding: 14px 24px;
  background: var(--sand);
  border-top: 1px solid rgba(14, 26, 58, 0.10);
  text-align: center;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--deep-sea);
}
.feed-footer a { color: var(--ocean); text-decoration: none; }
.feed-footer a:hover { color: var(--signal); }

/* Newsletter */
.newsletter { padding: 64px 48px; background: var(--coral); color: var(--shell); text-align: center; }
.newsletter h2 { font-family: var(--font-display); font-size: 42px; font-weight: 400; margin-bottom: 12px; }
.newsletter h2 em { font-style: italic; color: var(--sun); }
.newsletter p { font-size: 19px; opacity: 0.95; max-width: 56ch; margin: 0 auto 28px; }
.newsletter-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; }
.newsletter-form input {
  flex: 1;
  padding: 16px 20px;
  font-family: var(--font-body);
  font-size: 17px;
  border: none;
  border-radius: 2px;
  background: var(--shell);
  color: var(--deep-sea);
}
.newsletter-form input::placeholder { color: var(--deep-sea); opacity: 0.5; }
.newsletter-form button { background: var(--deep-sea); color: var(--shell); cursor: pointer; }
.newsletter-form button:hover { background: var(--ocean); }

/* FOOTER */
.footer { background: var(--deep-sea); color: var(--shell); padding: 64px 48px 32px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(244, 245, 232, 0.15);
}
.footer-brand { font-family: var(--font-display); font-size: 28px; margin-bottom: 16px; }
.footer-brand .amp { color: var(--sun); font-style: italic; }
.footer-tag {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 17px;
  opacity: 0.8;
  max-width: 40ch;
  margin-bottom: 24px;
}
.footer h4 {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 18px;
}
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--shell);
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.footer ul li a:hover { opacity: 1; }
.footer-bottom {
  padding-top: 32px;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.6;
  max-width: 1400px;
  margin: 0 auto;
}

/* Blog posts and archive */
.post-grid-section { padding: 80px 48px; background: var(--sand); }
.post-grid {
  max-width: 1280px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.post-card {
  background: var(--shell);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(14, 26, 58, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14, 26, 58, 0.12);
}
.post-card-image {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: var(--sky);
}
.post-card-content { padding: 24px; }
.post-card .post-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ocean);
  margin-bottom: 10px;
}
.post-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--deep-sea);
  margin-bottom: 8px;
  line-height: 1.2;
}
.post-card h3 a { color: inherit; text-decoration: none; }
.post-card h3 a:hover { color: var(--signal); }
.post-card p { font-size: 15px; line-height: 1.5; color: var(--ink); opacity: 0.8; margin-bottom: 12px; }
.post-card .post-meta {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.6;
}

/* Single post */
.single-post-wrapper {
  max-width: 760px;
  margin: 80px auto;
  padding: 0 24px;
}
.single-post-wrapper h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  color: var(--deep-sea);
  line-height: 1.1;
  margin-bottom: 16px;
}
.single-post-wrapper .post-meta-large {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 32px;
}
.single-post-wrapper .featured-image-single {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
  border-radius: 4px;
}
.single-post-wrapper .entry-content p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--ink);
}
.single-post-wrapper .entry-content h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  color: var(--deep-sea);
  margin: 40px 0 16px;
}
.single-post-wrapper .entry-content blockquote {
  border-left: 3px solid var(--signal);
  padding: 8px 0 8px 28px;
  margin: 28px 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  color: var(--deep-sea);
}

/* Gallery */
.gallery-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 64px 48px;
}
.gallery-item {
  background: var(--shell);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
}
.gallery-item:hover { transform: scale(1.02); }
.gallery-item img { width: 100%; height: auto; display: block; }
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14,26,58,0.85) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: var(--shell);
}
.gallery-item:hover .overlay { opacity: 1; }

/* Contact form */
.contact-form {
  background: var(--shell);
  padding: 48px;
  border-radius: 6px;
  border: 1px solid rgba(14, 26, 58, 0.10);
  max-width: 720px;
  margin: 0 auto;
}
.form-group { margin-bottom: 22px; }
.form-group label {
  display: block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--deep-sea);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(14, 26, 58, 0.15);
  border-radius: 3px;
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--deep-sea);
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--ocean);
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* WordPress admin bar */
.admin-bar .nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .nav { top: 46px; }
}

/* Utils */
.container { max-width: 1280px; margin: 0 auto; }
.text-center { text-align: center; }
.bg-sand { background: var(--sand); }
.bg-shell { background: var(--shell); }
.bg-ocean { background: var(--ocean); color: var(--shell); }
.bg-deep { background: var(--deep-sea); color: var(--shell); }

/* Responsive */
@media (max-width: 900px) {
  .nav { padding: 14px 20px; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--paper);
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid rgba(14, 26, 58, 0.1);
  }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero, section { padding-left: 24px; padding-right: 24px; }
  .footer { padding: 48px 20px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .featured-inner { grid-template-columns: 1fr; gap: 40px; }
  .feeds-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero .sun-disc { width: 140px; height: 140px; top: 10%; right: 8%; }
  .hero .sun-reflection,
  .hero .palm-back,
  .hero .clouds,
  .hero .seagulls { display: none; }
  .hero .palm-left { width: 180px; }
  .hero .palm-right { width: 160px; }
  .hero-cta-row { grid-template-columns: 1fr; max-width: 420px; }
  .post-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .newsletter-form { flex-direction: column; max-width: 100%; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
}
