/* =========================================================
   mindysmyth.com — Calio Communications Strategy
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=DM+Sans:wght@400;500&display=swap');

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

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  color: #3D4B58;
  background: #FFFFFF;
  line-height: 1.7;
}

img { display: block; max-width: 100%; height: auto; }

a { color: inherit; }

/* ---- Typography ---- */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  color: #2D3E50;
  line-height: 1.25;
}

.eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6B7A88;
}

/* ---- Navigation ---- */
.site-nav {
  background: #FFFFFF;
  border-bottom: 1px solid #EAECEE;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #2D3E50;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: #3D4B58;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.2s;
}

.nav-links a:hover { border-bottom-color: #7C8FD4; }

.nav-links a.active-contact { border-bottom: 1.5px solid #f0c413; }

.nav-links a.active-page { border-bottom: 1.5px solid #3D4B58; }

/* Hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #3D4B58;
  transition: all 0.3s;
}

/* ---- Footer ---- */
.site-footer {
  background: #1A2632;
  padding: 28px 24px;
  text-align: center;
}

.site-footer p {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 10px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.30);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover { color: rgba(255,255,255,0.65); }

/* ---- Layout Utilities ---- */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-pad { padding: 80px 24px; }

.section-pad-sm { padding: 56px 24px; }

/* ---- CTA Links (left-bordered) ---- */
.cta-link {
  display: inline-block;
  border-left: 3px solid #7C8FD4;
  padding-left: 12px;
  color: #7C8FD4;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  transition: opacity 0.2s;
}

.cta-link:hover { opacity: 0.75; }

/* ---- CTA Buttons (periwinkle) ---- */
.btn {
  display: inline-block;
  background: #7C8FD4;
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 1px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.btn:hover { opacity: 0.88; }

.btn-outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.55);
  color: #FFFFFF;
  border-radius: 1px;
  padding: 11px 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s;
}

.btn-outline:hover { opacity: 0.80; }

/* ---- Pull Quotes ---- */
.pull-quote {
  border-left: 3px solid #f0c413;
  padding: 24px 32px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #2D3E50;
  margin: 40px 0;
}

/* ---- Sector Tags ---- */
.tag {
  display: inline-block;
  background: #EEEFFE;
  color: #5A6BBF;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 2px;
  margin: 3px 2px 3px 0;
}

/* ---- Horizontal Rules ---- */
hr.section-rule {
  border: none;
  border-top: 1px solid #EAECEE;
  margin: 48px 0;
}

/* ============================================================
   HOME PAGE
   ============================================================ */

/* Hero */
.hero {
  background: #1A2632;
  padding: 80px 0;
  overflow: hidden;
}

.hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-eyebrow {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 24px;
  font-family: 'DM Sans', sans-serif;
}

.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 24px;
}

.hero-subhead {
  color: rgba(255,255,255,0.75);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 36px;
}

.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-image-wrap {
  border-radius: 2px;
  overflow: hidden;
  height: 420px;
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-placeholder {
  width: 100%;
  height: 100%;
  background: #2D3E50;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.2);
  font-size: 0.8rem;
  font-family: 'DM Sans', sans-serif;
}

/* Proof Bar */
.proof-bar {
  background: #2D3E50;
  padding: 40px 24px;
}

.proof-bar-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-item { text-align: center; }

.stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: 2.25rem;
  color: #A0ADDE;
  line-height: 1.1;
  margin-bottom: 8px;
}

.stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.4;
}

/* Situations */
.situations-section {
  background: #FFFFFF;
  padding: 80px 0;
}

.section-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #2D3E50;
  margin-bottom: 40px;
}

.situations-list {
  list-style: none;
}

.situations-list li {
  padding: 18px 0;
  border-bottom: 1px solid #F4F5F7;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.situations-list li:first-child { border-top: 1px solid #F4F5F7; }

.arrow-marker {
  color: #7C8FD4;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.situations-list li a {
  color: #3D4B58;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

.situations-list li a:hover {
  color: #7C8FD4;
  border-bottom-color: #7C8FD4;
}

/* Work Snapshot */
.work-snapshot {
  background: #F5F6F7;
  padding: 80px 0;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 40px;
}

.card {
  background: #FFFFFF;
  border-top: 2px solid #7C8FD4;
  padding: 28px;
}

.card-subtitle {
  font-style: italic;
  color: #6B7A88;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.card-company {
  font-weight: 500;
  color: #2D3E50;
  font-size: 0.95rem;
  margin-bottom: 12px;
  font-family: 'DM Sans', sans-serif;
}

.card-body {
  color: #3D4B58;
  font-size: 0.93rem;
  line-height: 1.65;
}

/* POV Section */
.pov-section {
  background: #FFFFFF;
  padding: 72px 0;
}

.pov-section .pull-quote {
  max-width: 820px;
}

/* Closing CTA Section */
.closing-cta {
  background: #F5F6F7;
  padding: 64px 24px;
}

.closing-cta p {
  max-width: 680px;
  font-size: 1rem;
  color: #3D4B58;
  margin-bottom: 24px;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */

.page-hero {
  background: #1A2632;
  padding: 64px 24px;
}

.page-hero-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.page-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  color: #FFFFFF;
  max-width: 760px;
  line-height: 1.25;
}

.about-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 24px;
}

.about-body {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  align-items: start;
}

.about-text p {
  font-size: 1rem;
  color: #3D4B58;
  line-height: 1.75;
  margin-bottom: 24px;
}

.about-image {
  border-radius: 2px;
  overflow: hidden;
  position: sticky;
  top: 88px;
}

.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-image-placeholder {
  width: 100%;
  height: 320px;
  background: #EEEFFE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5A6BBF;
  font-size: 0.8rem;
  font-family: 'DM Sans', sans-serif;
}

.credentials-section {
  background: #F5F6F7;
  padding: 40px 24px;
}

.credentials-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.credentials-section h3 {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B7A88;
  margin-bottom: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}

.credentials-section ul {
  list-style: none;
  padding: 0;
}

.credentials-section li {
  color: #3D4B58;
  font-size: 0.93rem;
  padding: 4px 0;
}

.sectors-section {
  padding: 40px 24px;
  background: #FFFFFF;
}

.sectors-inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */

.services-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 24px 80px;
}

.services-intro {
  max-width: 760px;
  margin-bottom: 56px;
}

.services-intro p {
  font-size: 1rem;
  color: #3D4B58;
  line-height: 1.75;
  margin-bottom: 20px;
}

.service-block {
  padding: 48px 0;
  border-top: 1px solid #EAECEE;
}

.service-block:first-of-type { border-top: none; }

.service-ai-wrap {
  background: #EEEFFE;
  margin: 0 -24px;
  padding: 48px 24px;
  border-top: 1px solid #EAECEE;
}

.service-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: 1.75rem;
  color: #2D3E50;
  margin-bottom: 16px;
}

.service-body {
  max-width: 820px;
}

.service-body p {
  font-size: 1rem;
  color: #3D4B58;
  line-height: 1.75;
  margin-bottom: 16px;
}

.service-specialty {
  font-style: italic;
  color: #6B7A88;
  font-size: 0.9rem;
  margin-top: 16px;
  line-height: 1.6;
}

.ai-badge {
  display: inline-block;
  background: transparent;
  border: 1px solid #5A6BBF;
  color: #5A6BBF;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

/* ============================================================
   WORK PAGE
   ============================================================ */

.work-intro {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 24px 0;
}

.work-intro h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  margin-bottom: 16px;
}

.work-intro p {
  max-width: 680px;
  font-size: 1rem;
  color: #3D4B58;
  line-height: 1.7;
  margin-bottom: 32px;
}

.work-image-wrap {
  max-width: 680px;
  height: 280px;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 48px;
}

.work-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-image-placeholder {
  width: 100%;
  height: 100%;
  background: #EEEFFE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5A6BBF;
  font-size: 0.8rem;
  font-family: 'DM Sans', sans-serif;
}

.case-studies {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.case-study {
  padding: 48px 0;
  border-top: 1px solid #EAECEE;
}

.case-subtitle {
  font-style: italic;
  color: #6B7A88;
  font-size: 0.93rem;
  margin-bottom: 8px;
}

.case-company {
  font-weight: 500;
  color: #2D3E50;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  margin-bottom: 10px;
}

.case-tags { margin-bottom: 20px; }

.case-body p {
  font-size: 1rem;
  color: #3D4B58;
  line-height: 1.75;
  margin-bottom: 16px;
}

.work-closing {
  background: #F5F6F7;
  padding: 64px 24px;
}

.work-closing-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.work-closing p {
  font-size: 1rem;
  color: #3D4B58;
  margin-bottom: 24px;
  max-width: 600px;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-left h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 24px;
}

.contact-left p {
  font-size: 1rem;
  color: #3D4B58;
  line-height: 1.75;
  margin-bottom: 20px;
}

.contact-options {
  list-style: none;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-options a {
  color: #7C8FD4;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.contact-options a:hover { text-decoration: underline; }

.contact-form-wrap h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  color: #6B7A88;
  margin-bottom: 6px;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #EAECEE;
  border-radius: 1px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: #3D4B58;
  background: #FFFFFF;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #7C8FD4;
}

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

/* ============================================================
   VISUALLY HIDDEN (SEO H1)
   ============================================================ */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   RESPONSIVE -- 768px
   ============================================================ */

@media (max-width: 768px) {

  .nav-toggle { display: flex; }

  .nav-links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #EAECEE;
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
  }

  .nav-links.open { display: flex; }

  .nav-links li { width: 100%; }

  .nav-links a {
    display: block;
    padding: 12px 24px;
    border-bottom: none;
  }

  .site-nav { position: relative; }

  /* Hero */
  .hero { padding: 48px 0; }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-image-wrap {
    height: 240px;
    order: -1;
  }

  /* Proof bar */
  .proof-bar-inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
  }

  /* Cards */
  .cards-grid { grid-template-columns: 1fr; }

  /* About */
  .about-body {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-image { position: static; }

  /* Contact */
  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 24px 64px;
  }

  /* Section pads */
  .section-pad { padding: 56px 24px; }

  .situations-section,
  .work-snapshot,
  .pov-section { padding: 56px 0; }

  .work-intro,
  .case-studies { padding-left: 16px; padding-right: 16px; }

  .services-content { padding-left: 16px; padding-right: 16px; }

  .service-ai-wrap { margin: 0 -16px; padding: 40px 16px; }

}
