/*
Theme Name: Lyca Consulting
Theme URI: https://www.lycaconsulting.com/
Author: Lyca Consulting
Description: Custom WordPress theme for Lyca Consulting, LLC.
Version: 1.0.0
License: Proprietary
Text Domain: lyca-consulting
*/
:root {
  --ink: #1b1e22;
  --paper: #f7f5f1;
  --line: #d9d4c8;
  --brand: #35506b;
  --brand-dark: #24384c;
  --muted: #666b6f;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }

header {
  background: var(--ink);
  color: #fff;
  padding: 16px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid var(--brand);
}
header img { height: 38px; }
nav a {
  color: #d7d4cc;
  text-decoration: none;
  margin-left: 30px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
nav a:hover, nav a.active { color: #fff; border-bottom: 1px solid var(--brand); padding-bottom: 4px; }

.hero {
  position: relative;
  color: #fff;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
.home-hero {
  background-position: center 48%;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(15,17,20,.86) 0%, rgba(15,17,20,.68) 36%, rgba(15,17,20,.30) 68%, rgba(15,17,20,.16) 100%),
    linear-gradient(to top, rgba(15,17,20,.88) 0%, rgba(15,17,20,.28) 55%, rgba(15,17,20,.10) 100%);
}
.hero-inner {
  position: relative;
  padding: 58px 6% 44px;
  max-width: 720px;
}
.hero-inner .eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  color: #c9d2da;
  margin-bottom: 10px;
}
.hero-inner h1 { font-size: 36px; margin: 0 0 14px; line-height: 1.18; text-shadow: 0 1px 10px rgba(0,0,0,.28); }
.hero-inner p { font-size: 16px; color: #e9ebed; line-height: 1.6; max-width: 560px; margin: 0 0 22px; text-shadow: 0 1px 8px rgba(0,0,0,.24); }

.page-hero {
  background: var(--ink);
  color: #fff;
  padding: 56px 6%;
}
.page-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  color: #9fb0bd;
  margin-bottom: 8px;
}
.page-hero h1 { font-size: 32px; margin: 0 0 10px; }
.page-hero p { font-size: 15px; color: #c7ccd1; max-width: 620px; margin: 0; line-height: 1.6; }

.btn {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 24px;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
}
.btn:hover { background: #fff; color: var(--ink); }
.btn.solid {
  background: var(--brand);
  border-color: var(--brand);
}
.btn.solid:hover { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }

section { padding: 56px 6%; max-width: 1040px; margin: 0 auto; }
.eyebrow-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 10px;
}
h2 { font-size: 26px; color: var(--ink); margin: 0 0 18px; }
.lede { font-size: 16px; line-height: 1.75; color: #40454a; max-width: 740px; }

.rule { border: none; border-top: 1px solid var(--line); margin: 40px 0; }

.capability-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}
.capability-row .cap {
  padding: 24px 22px 24px 0;
  border-bottom: 1px solid var(--line);
}
.capability-row .cap:not(:last-child) { border-right: 1px solid var(--line); padding-right: 22px; }
.capability-row .cap:not(:first-child) { padding-left: 24px; }
.capability-row .cap .num {
  font-family: Georgia, serif;
  font-size: 13px;
  color: var(--brand);
  margin-bottom: 8px;
  letter-spacing: .04em;
}
.capability-row .cap h3 { font-size: 17px; margin: 0 0 8px; color: var(--ink); font-family: 'Segoe UI', Arial, sans-serif; font-weight: 600; }
.capability-row .cap p { font-size: 14px; color: var(--muted); line-height: 1.6; margin: 0; }

.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.photo-strip figure { margin: 0; }
.photo-strip img { width: 100%; height: 160px; object-fit: cover; display: block; }
.photo-strip figcaption {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--muted);
  margin-top: 8px;
}

.service-list { margin-top: 30px; }
.service-item {
  padding: 26px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
}
.service-list .service-item:last-child { border-bottom: 1px solid var(--line); }
.service-item .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--brand);
  font-weight: 600;
  padding-top: 32px;
}
.service-item h3 { font-size: 18px; margin: 0 0 8px; font-family: 'Segoe UI', Arial, sans-serif; font-weight: 600; }
.service-item p { font-size: 14px; color: var(--muted); line-height: 1.65; margin: 0; max-width: 620px; }

.note-block {
  margin-top: 36px;
  padding: 24px 28px;
  border-left: 3px solid var(--brand);
  background: #eeece6;
}
.note-block h3 { font-size: 15px; margin: 0 0 8px; color: var(--ink); font-family: 'Segoe UI', Arial, sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.note-block p { margin: 0; color: #40454a; font-size: 14px; line-height: 1.65; }
.note-block ul { margin: 0; padding-left: 18px; color: #40454a; font-size: 14px; line-height: 1.65; }
.note-block li { margin: 4px 0; }

.panel { background: #efece5; }

.stat-row {
  display: flex;
  gap: 0;
  margin-top: 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-row .stat {
  flex: 1;
  padding: 22px 20px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.stat-row .stat:last-child { border-right: none; }
.stat-row .stat .value { font-family: Georgia, serif; font-size: 26px; color: var(--brand); }
.stat-row .stat .label { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-top: 4px; }

.contact-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 30px;
}
.contact-cols dl { margin: 0; }
.contact-cols dt { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--brand); margin-top: 20px; }
.contact-cols dt:first-child { margin-top: 0; }
.contact-cols dd { margin: 4px 0 0; font-size: 16px; color: var(--ink); }
.contact-cols dd a { color: var(--ink); text-decoration: none; }
.contact-cols dd a:hover { color: var(--brand); }
.form-mock label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin: 18px 0 6px; }
.form-mock label:first-child { margin-top: 0; }
.form-mock input:not(.screen-reader-text), .form-mock textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.18);
  padding: 9px 6px;
  font-family: inherit;
  font-size: 14px;
}

footer {
  background: var(--ink);
  color: #c7ccd1;
  padding: 36px 6%;
  text-align: center;
  font-size: 13px;
}
footer .contact-line { font-size: 15px; color: #fff; margin-bottom: 6px; font-family: Georgia, serif; }
footer a { color: #fff; }

@media (max-width: 600px) {
  header { flex-direction: column; align-items: flex-start; gap: 12px; padding: 14px 6%; }
  header img { height: 32px; }
  nav { display: flex; flex-wrap: wrap; gap: 10px 18px; width: 100%; }
  nav a { margin-left: 0; }
}

@media (max-width: 800px) {
  .capability-row, .photo-strip, .contact-cols { grid-template-columns: 1fr; }
  .capability-row .cap:not(:last-child) { border-right: none; }
  .capability-row .cap:not(:first-child) { padding-left: 0; }
  .service-item { grid-template-columns: 1fr; }
  .stat-row { flex-direction: column; }
  .stat-row .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .stat-row .stat:last-child { border-bottom: none; }
}

.form-mock input:focus, .form-mock textarea:focus { outline: none; border-bottom-color: var(--brand); background: rgba(255,255,255,.32); }

/* WordPress-specific polish */
body.admin-bar header { top: 32px; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.contact-message { margin: 0 auto; max-width: 1040px; padding: 18px 40px 0; }
.contact-message .success { background:#ecf7ef; border:1px solid #b8dfc1; padding:14px 16px; }
.contact-message .error { background:#fff0f0; border:1px solid #efb4b4; padding:14px 16px; }
.form-mock button.btn { border: none; cursor: pointer; font: inherit; }
@media (max-width: 782px) { body.admin-bar header { top: 46px; } }
