/* ============================================================
   LACIANA BY THE SEA — Shared Stylesheet
   Warm Coastal Design System
   ============================================================ */

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

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

:root {
  --ocean:   #1A5F7A;
  --coral:   #D96B3F;
  --cream:   #FDF6EC;
  --seafoam: #F0F7F4;
  --sand:    #E8C99A;
  --drift:   #C4A882;
  --navy:    #0D3B52;
  --dark:    #2C2C2C;
  --muted:   #6B6B6B;
}

html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; color: var(--dark); background: var(--cream); }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,.09);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 56px; height: 72px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ocean);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 700;
}
.nav-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--ocean); line-height: 1.2; }
.nav-logo-text span { display: block; font-family: 'Lato', sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 3px; color: var(--muted); text-transform: uppercase; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { text-decoration: none; font-size: 14px; color: var(--dark); letter-spacing: .4px; transition: color .2s; padding-bottom: 4px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--ocean); border-bottom-color: var(--sand); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang-toggle { font-size: 12px; color: var(--muted); cursor: pointer; border: 1px solid var(--drift); border-radius: 4px; padding: 4px 10px; text-decoration: none; transition: all .2s; }
.lang-toggle:hover { background: var(--seafoam); }
.btn-nav { background: var(--coral); color: #fff; border: none; border-radius: 4px; padding: 10px 22px; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .5px; cursor: pointer; transition: background .2s; text-decoration: none; }
.btn-nav:hover { background: #c05a30; }

/* ── SHARED ── */
section { padding: 88px 56px; }
.section-inner { max-width: 1160px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--coral); margin-bottom: 14px; display: block; }
.section-label::before { content: '— '; }
.section-label::after  { content: ' —'; }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; }
h1 { font-size: clamp(38px, 5vw, 58px); font-weight: 600; color: var(--ocean); line-height: 1.15; margin-bottom: 20px; }
h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 600; color: var(--ocean); line-height: 1.15; margin-bottom: 20px; }
h3 { font-size: 22px; font-weight: 600; color: var(--ocean); margin-bottom: 10px; }
p { font-size: 16px; line-height: 1.85; color: var(--dark); }

/* ── BUTTONS ── */
.btn-primary { display: inline-block; background: var(--coral); color: #fff; text-decoration: none; border-radius: 4px; padding: 14px 32px; font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .8px; transition: background .2s, transform .1s; }
.btn-primary:hover { background: #c05a30; transform: translateY(-1px); }
.btn-outline { display: inline-block; border: 2px solid var(--ocean); color: var(--ocean); text-decoration: none; border-radius: 4px; padding: 12px 32px; font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .8px; transition: all .2s; }
.btn-outline:hover { background: var(--ocean); color: #fff; }
.btn-outline-white { display: inline-block; border: 2px solid rgba(255,255,255,.7); color: #fff; text-decoration: none; border-radius: 4px; padding: 11px 24px; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; transition: all .2s; }
.btn-outline-white:hover { background: rgba(255,255,255,.15); }
.btn-white { display: inline-block; background: #fff; color: var(--ocean); text-decoration: none; border-radius: 4px; padding: 13px 24px; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; transition: all .2s; }
.btn-white:hover { background: var(--sand); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, #0d3b52 0%, #1a5f7a 60%, #2a6a5a 100%);
  padding: 80px 56px 72px;
  text-align: center; position: relative; overflow: hidden;
}
.page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 80% at 70% 50%, rgba(232,184,109,.1) 0%, transparent 70%); }
.page-hero .section-label { color: var(--sand); }
.page-hero h1 { color: #fff; margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,.75); font-size: 17px; max-width: 600px; margin: 0 auto; }

/* ── FOOTER ── */
footer { background: var(--navy); padding: 56px 56px 36px; }
.footer-inner { max-width: 1160px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .nav-logo-text { color: #fff; }
.footer-brand .nav-logo-text span { color: rgba(255,255,255,.45); }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.7; margin-top: 16px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.social-btn { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 17px; transition: background .2s; cursor: pointer; text-decoration: none; color: #fff; }
.social-btn:hover { background: var(--coral); }
.footer-col h4 { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--sand); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 14px; transition: color .2s; }
.footer-col ul a:hover { color: #fff; }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.1); margin-bottom: 24px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.35); }
.footer-badges { display: flex; gap: 8px; }
.badge-pill { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 4px 12px; font-size: 11px; color: rgba(255,255,255,.45); }

/* ── FLOATING CTA ── */
.float-cta {
  position: fixed; bottom: 28px; right: 28px; z-index: 200;
  background: var(--coral); color: #fff; text-decoration: none;
  border-radius: 50px; padding: 13px 22px;
  font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .5px;
  box-shadow: 0 8px 32px rgba(217,107,63,.45);
  transition: transform .2s, box-shadow .2s;
  display: flex; align-items: center; gap: 8px;
}
.float-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(217,107,63,.55); }

/* ── FORMS ── */
.form-group { margin-bottom: 22px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; letter-spacing: .5px; color: var(--dark); margin-bottom: 8px; text-transform: uppercase; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 13px 16px;
  border: 1px solid var(--drift); border-radius: 4px;
  font-family: 'Lato', sans-serif; font-size: 15px; color: var(--dark);
  background: #fff; transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--ocean); box-shadow: 0 0 0 3px rgba(26,95,122,.1); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 12px; line-height: 1.6; }

@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .nav-links, .lang-toggle { display: none; }
  section { padding: 60px 20px; }
  .page-hero { padding: 60px 20px 52px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
}
