/* =========================================================
   Tashlie LLC — shared stylesheet
   Palette: corporate navy + Florida ocean/sand
   ========================================================= */

:root {
  --navy:        #0e2a47;
  --navy-deep:   #081d33;
  --ocean:       #0a6070;
  --ocean-light: #36c0d6;
  --sand:        #f6f1e7;
  --sun:         #f5a623;
  --coral:       #ff7a59;
  --ink:         #15232f;
  --muted:       #5b6b7a;
  --line:        #e4e9ee;
  --white:       #ffffff;

  --maxw: 1140px;
  --radius: 14px;
  --shadow-sm: 0 2px 10px rgba(14, 42, 71, .07);
  --shadow-md: 0 10px 30px rgba(14, 42, 71, .12);
  --shadow-lg: 0 24px 60px rgba(8, 29, 51, .18);
  --font-head: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.18; color: var(--navy); margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 700; letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 600; letter-spacing: -.01em; }
h3 { font-size: 1.2rem; font-weight: 600; }
p  { margin: 0 0 1.1rem; }
a  { color: var(--ocean); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.section { padding: clamp(3rem, 7vw, 6rem) 0; }

/* Visually hidden (screen-reader only) */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Skip-to-content link (accessibility) */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--navy); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 8px 0;
  font-family: var(--font-head); font-weight: 600; text-decoration: none; }
.skip-link:focus { left: 0; }
.bg-sand { background: var(--sand); }
.text-center { text-align: center; }
.lead { font-size: 1.15rem; color: var(--muted); }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 600;
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ocean); margin-bottom: .75rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  padding: .85rem 1.6rem; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
}
.btn-primary { background: var(--ocean); color: #fff; box-shadow: 0 8px 20px rgba(17, 150, 176, .35); }
.btn-primary:hover { background: #0e8298; transform: translateY(-2px); text-decoration: none; }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.22); text-decoration: none; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 700;
  font-size: 1.35rem; letter-spacing: .02em; color: var(--navy); text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand .dot { width: 11px; height: 11px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ocean), var(--sun)); box-shadow: 0 0 0 4px rgba(17,150,176,.15); }
.brand small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .62rem;
  letter-spacing: .22em; color: var(--muted); text-transform: uppercase; margin-top: -3px; }

.nav-links { display: flex; align-items: center; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-family: var(--font-head); font-weight: 500; font-size: .98rem; color: var(--ink);
  padding: .5rem .9rem; border-radius: 8px; transition: background .15s, color .15s;
}
.nav-links a:hover { background: var(--sand); text-decoration: none; }
.nav-links a.active { color: var(--ocean); }
.nav-links a.btn.active { color: #fff; }   /* keep primary button text white when it's the active page */
.nav-links .btn { padding: .55rem 1.2rem; font-size: .92rem; color:#fff; }
.nav-links .btn:hover { color:#fff; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: radial-gradient(1200px 500px at 80% -10%, #1d4f7a 0%, transparent 60%),
              linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.hero .container { position: relative; z-index: 2; padding-top: clamp(3.5rem, 8vw, 6rem); padding-bottom: clamp(3.5rem, 8vw, 6rem); }
.hero h1 { color: #fff; max-width: 16ch; }
.hero p { color: rgba(255,255,255,.85); font-size: 1.18rem; max-width: 56ch; }
.hero .hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; display: block; z-index: 1; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.stat { text-align: center; padding: 1.5rem 1rem; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.stat .num { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--ocean); line-height: 1; }
.stat .label { color: var(--muted); font-size: .95rem; margin-top: .35rem; }

/* ---------- Feature cards ---------- */
.grid { display: grid; gap: 1.5rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card .icon {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(17,150,176,.15), rgba(245,166,35,.15));
  color: var(--ocean); margin-bottom: 1rem;
}
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--muted); margin: 0; }

/* ---------- Clients ---------- */
.clients { display: flex; flex-wrap: wrap; gap: .75rem 1rem; justify-content: center; }
.chip {
  font-family: var(--font-head); font-weight: 500; font-size: .95rem; color: var(--navy);
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .5rem 1.1rem;
  box-shadow: var(--shadow-sm);
}

/* ---------- Split content ---------- */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split .panel { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 2.2rem;
  box-shadow: var(--shadow-md); }
.split .panel h3 { color: #fff; }
.split .panel ul { margin: 0; padding-left: 1.1rem; color: rgba(255,255,255,.88); }
.split .panel li { margin: .5rem 0; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 1.5rem; }
.member { text-align: center; }
.photo-wrap { width: 190px; height: 190px; position: relative; margin: 0 auto 1.3rem; }
.photo-wrap::before {                 /* feathered gradient halo */
  content: ""; position: absolute; inset: -12px; border-radius: 50%;
  background: conic-gradient(from 150deg, var(--ocean), var(--ocean-light), var(--sun), var(--coral), var(--ocean));
  filter: blur(16px); opacity: .55; z-index: 0;
}
.photo-ring {                         /* solid gradient ring */
  position: relative; z-index: 1; width: 100%; height: 100%; border-radius: 50%; padding: 6px;
  background: conic-gradient(from 150deg, var(--ocean), var(--ocean-light), var(--sun), var(--coral), var(--ocean));
}
.photo-ring img, .photo-ring .ph {
  width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: top center;
  border: 4px solid #fff; display: block; background: var(--sand);
}
.photo-ring .ph {                     /* monogram placeholder */
  display: grid; place-items: center; font-family: var(--font-head); font-weight: 700;
  font-size: 2.8rem; color: #fff; background: linear-gradient(135deg, var(--navy), var(--ocean));
}
.member h3 { margin-bottom: .15rem; }
.member .role { color: var(--ocean); font-family: var(--font-head); font-weight: 600; font-size: .92rem;
  letter-spacing: .04em; text-transform: uppercase; margin-bottom: .6rem; }
.member .bio { color: var(--muted); font-size: .97rem; margin-bottom: .7rem; }
.member .email { font-size: .92rem; font-weight: 500; }
.member .ph-note { font-size: .72rem; color: var(--muted); margin-top:.4rem; }

/* ---------- Contact ---------- */
.contact-hero { position: relative; color: #fff; overflow: hidden; }
.contact-hero .beach { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.contact-hero::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,29,51,.35) 0%, rgba(8,29,51,.55) 100%); z-index: 1; }
.contact-hero .container { position: relative; z-index: 2; padding: clamp(3.5rem,8vw,6rem) 1.5rem; }
.contact-hero h1 { color: #fff; }
.contact-hero p { color: rgba(255,255,255,.92); max-width: 50ch; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem,5vw,3.5rem); }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem; box-shadow: var(--shadow-md); }
.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { display: flex; gap: .85rem; align-items: flex-start; margin-bottom: 1.3rem; }
.info-list .ico { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(17,150,176,.16), rgba(245,166,35,.16)); color: var(--ocean); }
.info-list .k { font-family: var(--font-head); font-weight: 600; color: var(--navy); font-size: .95rem; }
.info-list .v { color: var(--muted); }
.info-list a { color: var(--muted); }

/* ---------- Form ---------- */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-family: var(--font-head); font-weight: 500; font-size: .9rem;
  color: var(--navy); margin-bottom: .35rem; }
.field input, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: .8rem .9rem; border: 1.5px solid var(--line); border-radius: 10px; background: #fcfdfe;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ocean);
  box-shadow: 0 0 0 3px rgba(17,150,176,.15); }
.field textarea { resize: vertical; min-height: 130px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: .25rem; }
.form-status { margin-top: 1rem; padding: .85rem 1rem; border-radius: 10px; font-size: .95rem; display: none; }
.form-status.show { display: block; }
.form-status.ok  { background: #e7f7ee; color: #176b3e; border: 1px solid #b8e6cb; }
.form-status.err { background: #fdecea; color: #9b2a1f; border: 1px solid #f4c4bd; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.78); padding: 3rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.site-footer h3 { color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: .9rem; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: #fff; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin: .4rem 0; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand small { color: rgba(255,255,255,.6); }
.footer-brand p { color: rgba(255,255,255,.6); max-width: 34ch; margin-top: .8rem; font-size: .92rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.2rem; padding-top: 1.2rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .85rem; color: rgba(255,255,255,.55); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid-3, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-layout { grid-t