/* =========================================================
   COHEN CUNNINGHAM PROPOSAL OVERRIDES
   Add below existing Tollinchi proposal CSS
   ========================================================= */


/* ---------------------------------------------------------
   EXECUTIVE SUMMARY - STACKED HORIZONTAL CARDS
   --------------------------------------------------------- */

.tl-overview-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tl-card-horizontal {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 24px 42px;
}

.tl-card-horizontal-content {
  width: 100%;
  max-width: 1050px;
}

.tl-card-horizontal-content p {
  max-width: 1000px;
}


/* ---------------------------------------------------------
   GUIDING PRINCIPLES
   --------------------------------------------------------- */

.tl-guiding-principles {
  padding-top: 34px;
  padding-bottom: 34px;
}

.tl-guiding-principles .tl-section-heading {
  margin-bottom: 24px;
}

.tl-guiding-principles .tl-section-heading > p {
  margin-bottom: 0;
}

.tl-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 24px;
}

.tl-principle-item {
  padding-right: 24px;
}

.tl-principle-item + .tl-principle-item {
  border-left: 1px solid #d7e0ec;
  padding-left: 36px;
}

.tl-principle-item h3 {
  margin: 0 0 10px;
  color: #00132d;
}

.tl-principle-item p {
  margin: 0;
  line-height: 1.65;
}


/* ---------------------------------------------------------
   MARKETING FOUNDATION INTRO
   --------------------------------------------------------- */

.tl-marketing-foundation {
  padding-top: 42px;
}

.tl-marketing-foundation .tl-section-heading {
  width: 100%;
  max-width: 100%;
  margin-bottom: 38px;
}

.tl-marketing-foundation .tl-section-heading > p {
  width: 100%;
  max-width: 100% !important;
}


/* ---------------------------------------------------------
   MARKETING FOUNDATION / ACCORDION
   --------------------------------------------------------- */

.tl-phase {
  width: 100%;
  margin: 0 0 18px;
  border: 1px solid #d7e0ec;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.tl-phase:hover {
  border-color: #b8c9dd;
  box-shadow: 0 8px 24px rgba(0, 19, 45, 0.05);
}

.tl-phase[open] {
  border-color: #a9bfd8;
  box-shadow: 0 10px 28px rgba(0, 19, 45, 0.07);
}


/* Accordion header */

.tl-phase summary {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 30px;
  gap: 20px;
  align-items: center;
  padding: 26px 30px;
  cursor: pointer;
  list-style: none;
}

.tl-phase summary::-webkit-details-marker {
  display: none;
}


/* Number */

.tl-phase-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #00132d;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  flex-shrink: 0;
}


/* Accordion title + subtitle */

.tl-phase-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.tl-phase-heading strong {
  color: #00132d;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}

.tl-phase-heading > span {
  color: #55657a;
  font-size: 16px;
  line-height: 1.45;
}


/* Chevron */

.tl-chevron {
  justify-self: end;
  color: #0076fa;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease;
}

.tl-phase[open] .tl-chevron {
  transform: rotate(180deg);
}


/* ---------------------------------------------------------
   OPEN ACCORDION CONTENT
   --------------------------------------------------------- */

.tl-phase-content {
  padding: 0 30px 30px 106px;
}

.tl-deliverable {
  max-width: 1000px;
}

.tl-deliverable h3 {
  margin: 4px 0 14px;
  color: #00132d;
}

.tl-deliverable h4 {
  margin: 26px 0 10px;
  color: #00132d;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tl-deliverable p {
  margin: 0 0 18px;
}

.tl-deliverable ul {
  margin: 0 0 24px;
  padding-left: 21px;
}

.tl-deliverable li {
  margin-bottom: 8px;
}


/* Outcome / Deliverable boxes */

.tl-phase-content .tl-outcome {
  margin-top: 16px;
  padding: 18px 20px;
}

.tl-phase-content .tl-outcome strong {
  display: block;
  margin-bottom: 5px;
}


/* ---------------------------------------------------------
   EARLY OPPORTUNITIES
   --------------------------------------------------------- */

.tl-early-opportunities {
  margin-top: 28px;
  padding-top: 4px;
}

.tl-early-opportunity {
  margin-bottom: 20px;
}

.tl-early-opportunity strong {
  display: block;
  margin-bottom: 6px;
  color: #00132d;
}

.tl-early-opportunity p {
  margin-bottom: 10px;
}

.tl-early-opportunity blockquote {
  margin: 12px 0 0;
  padding: 14px 18px;
  border-left: 3px solid #0076fa;
  background: #f7faff;
  color: #33465c;
}


/* ---------------------------------------------------------
   SUCCESS / INVESTMENT
   --------------------------------------------------------- */

.tl-section-gray .tl-card {
  background: #ffffff;
}

.tl-investment-card .tl-mini-details {
  margin-top: 14px;
}

.tl-investment-card .tl-mini-details summary {
  cursor: pointer;
}

.tl-investment-card .tl-mini-details ul {
  margin-bottom: 0;
}


/* ---------------------------------------------------------
   LOOKING AHEAD / FROM FOUNDATION TO GROWTH
   --------------------------------------------------------- */

.tl-looking-ahead .tl-section-heading {
  margin-bottom: 26px;
}

.tl-growth-path {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
}

.tl-growth-step {
  padding: 26px 0;
}

.tl-growth-number {
  margin-bottom: 8px;
  color: #0076fa;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tl-growth-step h3 {
  margin: 0 0 10px;
  color: #00132d;
  font-size: 24px;
  line-height: 1.25;
}

.tl-growth-step p {
  margin: 0;
  line-height: 1.65;
}

.tl-growth-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0076fa;
  font-size: 32px;
  font-weight: 600;
}


/* ---------------------------------------------------------
   GENERAL SECTION HEADING
   --------------------------------------------------------- */

.tl-section-heading {
  margin-bottom: 38px;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 768px) {

  .tl-overview-stack {
    gap: 18px;
  }

  .tl-card-horizontal {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 24px;
  }

  .tl-card-horizontal-content,
  .tl-card-horizontal-content p {
    width: 100%;
    max-width: 100%;
  }


  /* Guiding principles */

  .tl-principles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tl-principle-item {
    padding-right: 0;
  }

  .tl-principle-item + .tl-principle-item {
    border-left: 0;
    border-top: 1px solid #d7e0ec;
    padding-left: 0;
    padding-top: 20px;
  }


  /* Marketing foundation */

  .tl-marketing-foundation .tl-section-heading,
  .tl-marketing-foundation .tl-section-heading > p {
    width: 100%;
    max-width: 100% !important;
  }

  .tl-phase {
    margin-bottom: 14px;
  }

  .tl-phase summary {
    grid-template-columns: 48px minmax(0, 1fr) 22px;
    gap: 14px;
    padding: 21px 20px;
  }

  .tl-phase-icon {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .tl-phase-heading strong {
    font-size: 18px;
  }

  .tl-phase-heading > span {
    font-size: 15px;
  }

  .tl-phase-content {
    padding: 0 20px 24px;
  }


  /* Looking ahead */

  .tl-growth-path {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tl-growth-arrow {
    justify-content: flex-start;
    transform: rotate(90deg);
    margin: 4px 0;
  }

}


/* ---------------------------------------------------------
   VERY SMALL MOBILE
   --------------------------------------------------------- */

@media (max-width: 480px) {

  .tl-card-horizontal {
    padding: 20px;
  }

  .tl-phase summary {
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 18px 16px;
  }

  .tl-phase-icon {
    width: 44px;
    height: 44px;
  }

  .tl-phase-heading strong {
    font-size: 17px;
  }

  .tl-phase-heading > span {
    font-size: 14px;
  }

  .tl-phase-content {
    padding: 0 16px 22px;
  }

  .tl-growth-step h3 {
    font-size: 21px;
  }

}


/* =========================================================
   HERO - COHEN CUNNINGHAM
   WIDEN LEFT CONTENT AREA / PREVENT AWKWARD WRAPPING
   ========================================================= */

.tl-hero .tl-container {
  max-width: 1320px !important;
}

.tl-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%) !important;
  align-items: center !important;
  width: 100%;
}

.tl-hero-copy {
  width: 100% !important;
  max-width: 720px !important;
  padding-right: 30px;
}


/* Hero eyebrow */

.tl-hero .tl-eyebrow {
  display: block;
  width: 100%;
  max-width: 700px !important;
  white-space: nowrap;
}


/* Prepared for area */

.tl-prepared-for {
  width: 100%;
  max-width: 700px;
}

.tl-prepared-for strong {
  display: block;
  width: 100%;
  max-width: 700px !important;
  white-space: nowrap;
}


/* Hero description */

.tl-hero-description {
  width: 100%;
  max-width: 570px !important;
}


/* Hero image */

.tl-hero-image {
  background-position: center center;
  background-size: cover;
}


/* ---------------------------------------------------------
   HERO TABLET
   --------------------------------------------------------- */

@media (max-width: 1100px) {

  .tl-hero-grid {
    grid-template-columns: minmax(0, 62%) minmax(0, 38%) !important;
  }

  .tl-hero-copy {
    max-width: 660px !important;
  }

  .tl-hero .tl-eyebrow,
  .tl-prepared-for strong {
    white-space: normal;
  }

}


/* ---------------------------------------------------------
   HERO MOBILE
   --------------------------------------------------------- */

@media (max-width: 900px) {

  .tl-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .tl-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0;
  }

  .tl-hero .tl-eyebrow {
    width: 100%;
    max-width: 100% !important;
    white-space: normal;
  }

  .tl-prepared-for {
    width: 100%;
    max-width: 100%;
  }

  .tl-prepared-for strong {
    width: 100%;
    max-width: 100% !important;
    white-space: normal;
  }

  .tl-hero-description {
    width: 100%;
    max-width: 100% !important;
  }

}