/*
Theme Name: Kokcha Strategic Advisory
Theme URI: https://kokcha.us/
Author: Kokcha LLC
Author URI: https://kokcha.us/
Description: A responsive one-page WordPress theme for Kokcha Strategic Advisory.
Version: 1.5.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: kokcha-advisory
*/

:root {
  --font-display: "Cormorant Garamond";
  --font-body: "DM Sans";
  --navy: #061923;
  --navy-2: #0b2a38;
  --ink: #14262f;
  --muted: #5f6e75;
  --paper: #fbfaf7;
  --stone: #eeece5;
  --sand: #c3a46b;
  --sand-light: #e3d3ac;
  --line: rgba(6, 25, 35, .15);
  --content: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
main { overflow: clip; }
em { font-weight: 400; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-display), Georgia, serif; }

.site-header {
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
  height: 94px;
  padding: 0 max(24px, calc((100vw - var(--content)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { min-height: 50px; display: inline-flex; align-items: center; gap: 13px; color: white; font-size: 19px; letter-spacing: .13em; }
.brand-mark { width: 46px; height: 46px; display: inline-grid; place-items: center; border: 1px solid rgba(227,211,172,.62); color: var(--sand-light); font-family: var(--font-display), Georgia, serif; font-size: 24px; }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word b { font-weight: 600; }
.brand-word small { margin-top: 6px; color: rgba(255,255,255,.48); font-size: 6px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a, .footer-links a { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav > a:not(.nav-cta) { color: rgba(255,255,255,.62); }
.desktop-nav > a:not(.nav-cta):hover, .desktop-nav > a:not(.nav-cta):focus-visible { color: white; }
.nav-cta { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; gap: 18px; border: 1px solid rgba(227,211,172,.48); color: white; }
.nav-cta:hover, .nav-cta:focus-visible { border-color: var(--sand-light); background: rgba(227,211,172,.08); color: var(--sand-light); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }

.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: #67767d; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 1px; flex: 0 0 auto; background: var(--sand); }
.eyebrow-light { color: rgba(255,255,255,.63); }

.hero {
  min-height: 100svh;
  padding: clamp(150px, 22vh, 220px) max(24px, calc((100vw - var(--content)) / 2)) clamp(78px, 10vh, 112px);
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  background-color: #020d13;
  background-image:
    linear-gradient(90deg, rgba(1,11,16,.96) 0%, rgba(1,11,16,.82) 34%, rgba(1,11,16,.34) 58%, rgba(1,11,16,.08) 100%),
    linear-gradient(0deg, rgba(1,11,16,.32), transparent 38%),
    url("assets/kokcha-boardroom-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.1), transparent 24%, transparent 80%, rgba(0,0,0,.22));
}
.hero-copy { width: min(760px, 62vw); position: relative; z-index: 1; }
.hero h1 { margin-bottom: 27px; max-width: 760px; color: white; font-size: clamp(65px, 6vw, 90px); font-weight: 400; letter-spacing: -.053em; line-height: .91; }
.hero h1 em { color: var(--sand-light); }
.hero-lead { max-width: 680px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.72; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.button-light { border: 1px solid rgba(255,255,255,.58); background: transparent; color: white; }
.button-light:hover, .button-light:focus-visible { border-color: var(--sand-light); background: rgba(255,255,255,.06); color: var(--sand-light); }
.button-gold { background: var(--sand); color: var(--navy); }
.button-gold:hover, .button-gold:focus-visible { background: var(--sand-light); }
.text-link { padding-bottom: 4px; display: inline-flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--sand); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-link-light { color: white; }
.entity-line { margin: 31px 0 0; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .09em; }

.audience-section { padding: 42px max(24px, calc((100vw - var(--content)) / 2)) 48px; background: var(--stone); color: #40515a; }
.audience-heading { padding-bottom: 23px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-bottom: 1px solid var(--line); }
.audience-heading span { color: #707f86; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.audience-heading p { max-width: 680px; margin: 0; color: #77858b; font-size: 10px; text-align: right; }
.audience-groups { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.audience-group { min-height: 180px; padding: 25px 24px 27px; border-right: 1px solid var(--line); }
.audience-group:first-child { padding-left: 0; }
.audience-group:last-child { padding-right: 0; border-right: 0; }
.audience-group > span { color: var(--sand); font-size: 9px; letter-spacing: .12em; }
.audience-group h3 { margin: 25px 0 17px; color: var(--ink); font-size: 21px; font-weight: 600; line-height: 1.08; }
.audience-group ul { margin: 0; padding: 0; list-style: none; }
.audience-group li { position: relative; padding: 3px 0 3px 12px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.audience-group li::before { content: ""; position: absolute; left: 0; top: 11px; width: 4px; height: 1px; background: var(--sand); }

.firm-brief, .deliverables-section, .approach-section, .leadership-section { max-width: var(--content); margin: 0 auto; padding: 108px 24px; }
.section-label { margin-bottom: 58px; padding-bottom: 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.section-label span, .section-label p { margin: 0; color: #77858b; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { color: var(--sand); }
.firm-brief-copy { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .65fr); gap: 34px 100px; }
.firm-brief-copy h2, .section-intro h2, .approach-copy h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(50px, 5vw, 72px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.firm-brief-copy h2 { grid-row: 1 / span 2; }
.firm-brief-copy h2 em, .section-intro h2 em, .approach-copy h2 em { color: var(--sand); }
.firm-brief-copy > p { margin: 0; color: var(--muted); }
.firm-brief-copy > p:first-of-type { color: var(--ink); font-size: 18px; }
.standards-grid { margin-top: 77px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.standards-grid article { min-height: 195px; padding: 29px 34px; border-right: 1px solid var(--line); }
.standards-grid article:first-child { padding-left: 0; }
.standards-grid article:last-child { border-right: 0; }
.standards-grid span { color: var(--sand); font-size: 9px; }
.standards-grid strong { margin: 23px 0 10px; display: block; font-family: var(--font-display), Georgia, serif; font-size: 26px; font-weight: 500; }
.standards-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.work-section { padding: 108px max(24px, calc((100vw - var(--content)) / 2)); background: var(--navy); color: white; }
.section-label-light { border-color: rgba(255,255,255,.16); }
.section-label-light p { color: rgba(255,255,255,.48); }
.section-intro { margin-bottom: 60px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .6fr); gap: 85px; align-items: end; }
.section-intro > p { margin: 0; color: var(--muted); }
.section-intro-dark h2 { color: white; }
.section-intro-dark h2 em { color: var(--sand-light); }
.section-intro-dark > p { color: #a7b3b8; }
.capability-list { border-top: 1px solid rgba(255,255,255,.16); }
.capability { padding: 33px 0; display: grid; grid-template-columns: 55px minmax(0, 1fr); gap: 36px; border-bottom: 1px solid rgba(255,255,255,.16); }
.capability-number { padding-top: 5px; color: var(--sand-light); font-size: 9px; letter-spacing: .13em; }
.capability-copy { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(300px, .7fr); gap: 70px; align-items: start; }
.capability-copy h3 { margin-bottom: 13px; font-size: 31px; font-weight: 400; line-height: 1.05; }
.capability-copy p { margin: 0; max-width: 530px; color: #aab6bb; font-size: 13px; }
.capability-work { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.13); }
.capability-work strong { color: #d1d9dc; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.capability-work ul { margin: 14px 0 0; padding: 0; list-style: none; }
.capability-work li { position: relative; padding: 4px 0 4px 15px; color: #9faeb4; font-size: 11px; }
.capability-work li::before { content: ""; position: absolute; left: 0; top: 12px; width: 5px; height: 1px; background: var(--sand); }

.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverable-grid article { min-height: 235px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.deliverable-grid span { color: var(--sand); font-size: 9px; }
.deliverable-grid h3 { margin: 41px 0 12px; font-size: 28px; font-weight: 500; }
.deliverable-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.assignment-band { margin-top: 22px; padding: 43px; display: grid; grid-template-columns: 1fr auto; gap: 17px 60px; align-items: end; background: var(--navy-2); color: white; }
.assignment-band .eyebrow { grid-column: 1 / -1; margin: 0; }
.assignment-band h3 { margin: 0; max-width: 850px; color: white; font-size: 31px; font-weight: 400; line-height: 1.25; }
.assignment-band > p:not(.eyebrow) { margin: 0; max-width: 760px; color: #a8b5ba; font-size: 11px; }
.assignment-band .text-link { grid-column: 2; grid-row: 2 / span 2; align-self: center; }

.approach-section { border-top: 1px solid var(--line); }
.approach-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.approach-copy > p { max-width: 430px; color: var(--muted); }
.scope-box { margin-top: 45px; padding: 25px 27px; border-left: 3px solid var(--sand); background: var(--stone); }
.scope-box strong { font-family: var(--font-display), Georgia, serif; font-size: 22px; font-weight: 500; }
.scope-box p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 26px 0; display: grid; grid-template-columns: 46px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.process-list li > span { padding-top: 4px; color: var(--sand); font-size: 9px; }
.process-list strong { font-family: var(--font-display), Georgia, serif; font-size: 26px; font-weight: 500; }
.process-list p { margin: 7px 0 0; max-width: 620px; color: var(--muted); font-size: 12px; }

.leadership-section { max-width: none; padding-left: max(24px, calc((100vw - var(--content)) / 2)); padding-right: max(24px, calc((100vw - var(--content)) / 2)); background: var(--stone); }
.leadership-section .section-label, .leadership-section .section-intro, .leader-grid { max-width: var(--content); margin-left: auto; margin-right: auto; }
.leadership-intro { grid-template-columns: 1fr .5fr; }
.leader-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.leader-card { min-height: 400px; display: grid; grid-template-columns: 225px 1fr; background: var(--paper); }
.leader-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(100%); }
.leader-copy { padding: 38px 31px; }
.card-label { margin: 0; color: #718087; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.leader-copy h3 { margin: 16px 0 22px; color: var(--navy); font-size: 36px; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.leader-copy > p:not(.card-label) { color: var(--muted); font-size: 12px; }

.contact-section { padding: 108px max(24px, calc((100vw - var(--content)) / 2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; background: var(--navy-2); color: white; }
.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; color: #acb7bc; }
.contact-methods { margin-top: 30px; display: grid; gap: 10px; }
.contact-method { min-height: 78px; padding: 14px 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; border: 1px solid rgba(255,255,255,.17); color: white; transition: border-color .2s ease, background-color .2s ease; }
.contact-method-primary { border-color: rgba(227,211,172,.45); background: rgba(227,211,172,.07); }
.contact-method small { grid-column: 1; color: #8fa0a8; font-size: 8px; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.contact-method strong { grid-column: 1; font-family: var(--font-display), Georgia, serif; font-size: 20px; font-weight: 500; letter-spacing: -.01em; }
.contact-method > span { grid-column: 2; grid-row: 1 / span 2; color: var(--sand-light); }
.contact-method:hover { border-color: var(--sand-light); background: rgba(227,211,172,.1); }
.inquiry-form { padding: 36px; background: var(--paper); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.inquiry-form label { margin-bottom: 18px; display: block; color: #53646c; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form textarea { width: 100%; min-height: 48px; margin-top: 7px; padding: 11px 0; display: block; border: 0; border-bottom: 1px solid #c5cccf; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; letter-spacing: 0; text-transform: none; resize: vertical; }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: var(--sand); }
.inquiry-form small { margin-top: 13px; display: block; max-width: 560px; color: #7d8a90; }

footer { padding: 66px max(24px, calc((100vw - var(--content)) / 2)) 31px; display: grid; grid-template-columns: .75fr 1.2fr 1fr; gap: 55px; align-items: start; background: #03131c; color: white; }
.footer-brand { color: white; }
.footer-brand .brand-mark { color: var(--sand-light); }
.footer-brand .brand-word small { color: #8c9ba2; }
footer > p { margin: 0; max-width: 450px; color: #92a0a7; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-bottom { grid-column: 1 / -1; margin-top: 22px; padding-top: 27px; display: flex; justify-content: space-between; gap: 50px; border-top: 1px solid rgba(255,255,255,.13); color: #74858d; font-size: 10px; }

a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--sand); outline-offset: 4px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .firm-brief-copy, .section-intro { gap: 60px; }
  .capability { grid-template-columns: 45px minmax(0, 1fr); gap: 25px; }
  .capability-copy { gap: 40px; }
  .approach-layout, .contact-section { gap: 60px; }
  .leader-card { grid-template-columns: 190px 1fr; }
  .audience-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .audience-group { border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 70px; }
  .site-header { height: 70px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { min-width: 73px; min-height: 44px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255,255,255,.25); color: white; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
  .mobile-menu summary i, .mobile-menu summary i::before { width: 15px; height: 1px; display: block; background: var(--sand-light); content: ""; }
  .mobile-menu summary i::before { transform: translateY(5px); }
  .mobile-menu[open] summary i { transform: rotate(45deg); }
  .mobile-menu[open] summary i::before { transform: rotate(90deg); }
  .mobile-menu nav { position: absolute; top: calc(100% + 13px); right: -24px; width: min(330px, 100vw); padding: 14px 24px 22px; display: grid; background: var(--navy); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 20px 35px rgba(0,0,0,.3); }
  .mobile-menu nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); color: white; font-size: 12px; }
  .hero { min-height: 780px; }
  .hero-copy { width: min(720px, 80vw); }
  .firm-brief-copy, .section-intro, .approach-layout, .contact-section { grid-template-columns: 1fr; }
  .firm-brief-copy h2 { grid-row: auto; }
  .standards-grid { grid-template-columns: 1fr; }
  .standards-grid article, .standards-grid article:first-child { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .standards-grid article:last-child { border-bottom: 0; }
  .capability { grid-template-columns: 42px 1fr; }
  .capability-copy { grid-template-columns: 1fr; gap: 8px; }
  .capability-work { grid-column: 2; padding: 21px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .deliverable-grid { grid-template-columns: repeat(2, 1fr); }
  .assignment-band { grid-template-columns: 1fr; }
  .assignment-band .text-link { grid-column: auto; grid-row: auto; justify-self: start; }
  .leadership-intro { grid-template-columns: 1fr; }
  .leader-grid { grid-template-columns: 1fr; }
  .leader-card { max-width: 800px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { grid-column: 1 / -1; order: 3; }
  .audience-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .site-header { padding: 0 18px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .mobile-menu nav { right: -18px; }
  .hero {
    min-height: 100svh;
    padding: 144px 20px 64px;
    background-image:
      linear-gradient(90deg, rgba(1,11,16,.94) 0%, rgba(1,11,16,.78) 62%, rgba(1,11,16,.35) 100%),
      linear-gradient(0deg, rgba(1,11,16,.58), transparent 48%),
      url("assets/kokcha-boardroom-hero.jpg");
    background-position: 61% center;
  }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(47px, 13.3vw, 61px); line-height: .94; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .button-light { width: 100%; }
  .audience-section { padding: 28px 20px 31px; }
  .audience-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .audience-heading p { max-width: 350px; text-align: left; }
  .audience-groups { grid-template-columns: 1fr; }
  .audience-group, .audience-group:first-child, .audience-group:last-child { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .audience-group:last-child { border-bottom: 0; }
  .audience-group h3 { margin: 14px 0 10px; font-size: 23px; }
  .firm-brief, .work-section, .deliverables-section, .approach-section, .leadership-section, .contact-section { padding: 76px 20px; }
  .section-label { margin-bottom: 39px; }
  .firm-brief-copy h2, .section-intro h2, .approach-copy h2, .contact-copy h2 { font-size: 47px; }
  .firm-brief-copy > p:first-of-type { font-size: 17px; }
  .standards-grid { margin-top: 52px; }
  .section-intro { margin-bottom: 42px; gap: 21px; }
  .capability { padding: 29px 0; grid-template-columns: 32px 1fr; gap: 12px; }
  .capability-copy h3 { font-size: 27px; }
  .capability-copy p { font-size: 12px; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-grid article { min-height: 0; padding: 27px 24px; }
  .deliverable-grid h3 { margin-top: 25px; }
  .assignment-band { padding: 31px 24px; }
  .assignment-band h3 { font-size: 26px; }
  .scope-box { margin-top: 34px; }
  .process-list li { grid-template-columns: 35px 1fr; gap: 10px; }
  .leader-card { grid-template-columns: 1fr; }
  .leader-card img { width: 100%; height: auto; aspect-ratio: 4 / 4.25; object-position: center 20%; }
  .leader-copy { padding: 29px 24px; }
  .leader-copy h3 { font-size: 34px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 27px 21px; }
  .inquiry-form .button { width: 100%; }
  footer { padding: 55px 20px 28px; grid-template-columns: 1fr; gap: 29px; }
  footer > p { grid-column: auto; order: initial; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (max-width: 380px) {
  .brand-word small { display: none; }
  .hero h1 { font-size: 43px; }
  .firm-brief-copy h2, .section-intro h2, .approach-copy h2, .contact-copy h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
