@import url("https://fonts.bunny.net/css?family=cormorant-garamond:400,400i,500,500i,600,700|inter-tight:400,500,600,700&display=swap");
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal;
}

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

code {
  line-height: 1em;
}

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4;
}

sub, sup {
  line-height: 0.5em;
}

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

iframe, video, embed, object {
  display: block;
  max-width: 100%;
}

img, .left, .right, .center {
  display: block;
}

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

button, input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 31px;
  color: #111111;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

h1 {
  font-family: "IBM Plex Serif", serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 31px;
}

h2 {
  font-family: "IBM Plex Serif", serif;
  font-size: 29px;
  line-height: 47px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 31px;
}

h3 {
  font-family: "IBM Plex Serif", serif;
  font-size: 23px;
  line-height: 38px;
  font-weight: bold;
  margin-top: 31px;
  margin-bottom: 19px;
}

h4 {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 12px;
}

h1 + h2, h2 + h3, h1:first-child, h2:first-child, h3:first-child, hr + h2 {
  margin-top: 0;
}

a {
  color: #D42020;
  text-decoration: none;
}
p a, .page-content a {
  text-decoration: underline;
}
p a.button, .page-content a.button {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

ul, ol {
  margin-left: 31px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 19px;
}

li {
  margin-bottom: 12px;
}
li:last-child {
  margin-bottom: 0;
}

blockquote {
  background-color: #F7EDD4;
  padding: 19px;
  border-radius: 0 12px 12px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: rgba(0, 0, 0, 0.55);
}

code, pre, kbd {
  font-size: 16px;
}

code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 4px;
  border-radius: 7px;
  margin: 0 1px;
}
strong code {
  font-weight: normal;
}

pre {
  background-color: #EDF1FF;
  padding: 19px;
  border-radius: 0 12px 12px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}

kbd {
  font-size: 14px;
  color: #4e4e4e;
  background-color: #f7f7f7;
  padding: 4px 7px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px #fff inset;
  margin: 0 1px;
}

svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

hr {
  border: 1px dotted rgba(0, 0, 0, 0.25);
  border-width: 0 0 1px 0;
  margin: 31px 0;
}

.drop-cap {
  font-family: "IBM Plex Serif", serif;
  font-size: 62px;
  line-height: 1em;
  font-weight: bold;
  margin-right: 7px;
  float: left;
}

.small {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.55);
}

.callout {
  color: #111111;
  background-color: #CCE8CC;
  padding: 19px;
}
.callout.alert {
  color: #111111;
  background-color: #FFE91F;
}
.callout.note {
  color: #111111;
  background-color: #CCF1FF;
}
.callout > :last-child {
  margin-bottom: 0;
}

.highlight {
  background-color: #FFFB7A;
  padding: 4px 0;
}

.impact {
  font-size: 23px;
  line-height: 38px;
}

.pop {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.caption {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.55);
  margin-top: -26px;
}
.caption code {
  font-size: 13px;
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: 26px;
}
h1 + .caption, h2 + .caption {
  margin-top: -27.5px;
}
h3 + .caption {
  margin-top: -17.5px;
  margin-bottom: 19px;
}

p, ul, ol, blockquote, pre, img, .callout, .caption {
  margin-bottom: 31px;
}

@media all and (min-width: 682px) {
  body:not(.has-sidebar) h1 {
    font-size: 47px;
    line-height: 73px;
  }
  body:not(.has-sidebar) h2 {
    font-size: 37px;
    line-height: 58px;
  }
  body:not(.has-sidebar) h3 {
    font-size: 29px;
    line-height: 47px;
  }
  body:not(.has-sidebar) h4 {
    font-size: 23px;
    line-height: 38px;
  }
  body:not(.has-sidebar) h1 + .caption, body:not(.has-sidebar) h2 + .caption {
    margin-top: -26px;
  }
  body:not(.has-sidebar) h3 + .caption {
    margin-top: -16px;
  }
  .impact {
    font-size: 29px;
    line-height: 47px;
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: 31px;
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: 31px;
  }
}
.page-container + .page-container {
  margin-top: 50px;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-list {
  margin-bottom: 0;
}

.page-title {
  font-family: "IBM Plex Serif", serif;
  font-weight: bold;
}
.page-title a {
  color: #111111;
}
.page-title a:hover {
  color: #D42020;
}

.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 31px;
}
.byline .page-author:after, .byline .page-date:after, .byline .page-edit:after {
  display: block;
  height: 0;
  content: "\a";
  white-space: pre;
}
.byline .avatar {
  width: 50px;
  height: 50px;
}

.author-description {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 31px;
}
.author-description .avatar {
  float: left;
  width: 93px;
  height: 93px;
  margin-right: 19px;
}

.author-description-intro {
  font-weight: bold;
}

.page-container, .headline-area, .byline, .page-content, .page-list, .author-description {
  display: flow-root;
}

@media all and (min-width: 421px) {
  .byline .page-author:after, .byline .page-date:after {
    display: none;
  }
  .byline .page-author + .page-date-intro:before, .byline .page-author + .page-date:before, .byline .page-date + .page-date-intro:before {
    color: rgba(0, 0, 0, 0.55);
    content: "• ";
  }
}
@media all and (min-width: 682px) {
  .headline-area {
    position: relative;
  }
}
.page-content + .modular-content {
  margin-top: 31px;
}
.modular-content > :last-child {
  margin-bottom: 0;
}

label {
  display: block;
  font-weight: bold;
}
label .required {
  font-weight: normal;
  color: #DD0000;
}

input, textarea, select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type=checkbox], input[type=radio], input[type=image], input[type=submit], select {
  width: auto;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  font-weight: normal;
  margin-left: 4px;
  user-select: none;
}

textarea {
  line-height: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

button, input[type=submit], .button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  color: #111111;
  text-decoration: none;
  background-color: #FFEBB3;
  padding: 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}
button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, .button:hover, .button:active {
  text-decoration: none;
  background-color: #fff5d9;
  transition: background-color 0.3s ease;
}
button:active, input[type=submit]:active, .button:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}

button.save, .button.save {
  color: #FFFFFF;
  background-color: #509B26;
}
button.save:hover, button.save:active, .button.save:hover, .button.save:active {
  background-color: #60ba2e;
}
button.delete, .button.delete {
  color: #FFFFFF;
  background-color: #D50B0B;
}
button.delete:hover, button.delete:active, .button.delete:hover, .button.delete:active {
  background-color: #f31313;
}
button.action, .button.action {
  color: #FFFFFF;
  background-color: #12A7FF;
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  background-color: #38b5ff;
}
button.update, .button.update {
  color: #111111;
  background-color: #FCFC0D;
}
button.update:hover, button.update:active, .button.update:hover, .button.update:active {
  background-color: #fcfc33;
}
button svg, .button svg {
  vertical-align: inherit;
}

#banner {
  background-color: #FFFFA8;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 706px) {
  #banner {
    padding-left: 31px;
    padding-right: 31px;
  }
}

#header {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#content {
  word-break: break-word;
  padding-top: 31px;
  padding-bottom: 31px;
}

#footer {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container {
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px;
}
@media all and (min-width: 682px) {
  .container {
    max-width: 644px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 706px) {
  .container {
    max-width: 100%;
    padding-left: 31px;
    padding-right: 31px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1102px) {
  .container {
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#site-title {
  font-family: "IBM Plex Serif", serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
}
#site-title a {
  color: inherit;
}

.menu {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu li {
  margin-right: 31px;
  margin-bottom: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.menu a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.menu:before {
  content: "↔";
  color: rgba(0, 0, 0, 0.55);
  margin-right: 31px;
}
@media all and (min-width: 682px) {
  .focus .menu {
    justify-content: center;
  }
  .menu:before {
    display: none;
  }
}

.bar {
  color: rgba(0, 0, 0, 0.55);
}
@media all and (min-width: 1102px) {
  .text .bar {
    width: 100%;
  }
  .text .bar code {
    font-size: 13px;
  }
  .readability .text .bar, .focus .text .bar {
    box-sizing: border-box;
    float: right;
    clear: right;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 19px;
  }
  .readability .text .bar {
    max-width: 346px;
    margin-right: -396px;
  }
  .focus .text .bar {
    max-width: 167px;
    margin-right: -198px;
  }
  .focus .text .bar.left {
    float: left;
    clear: left;
    margin-left: -198px;
  }
}

.bleed {
  display: flow-root;
  position: relative;
  width: 100vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -19px;
}
.bleed + .bleed {
  margin-top: -50px;
}
.text:first-child > .page-content:first-child > .bleed:first-child {
  border-top: 0;
  margin-top: -31px;
}
.page-content:last-child .bleed:last-child {
  border-bottom: 0;
  margin-bottom: -31px;
}
@media all and (min-width: 682px) {
  .bleed {
    margin-left: calc((644px - 100vw) / 2);
  }
}
@media all and (min-width: 706px) {
  .bleed {
    margin-left: -31px;
  }
}
@media all and (min-width: 1102px) {
  .bleed {
    margin-left: calc((1040px - 100vw) / 2);
  }
}
.focus .bleed {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bleed .container {
  padding-top: 31px;
  padding-bottom: 31px;
}
.bleed pre {
  background-color: rgba(0, 0, 0, 0.1);
}
.bleed.no-border {
  border-top: none;
}
.bleed.red {
  background-color: hsl(0, 100%, 90%);
}
.bleed.red blockquote, .bleed.red .page-content > .small, .bleed.red .caption, .bleed.red .bar {
  color: hsl(0, 100%, 25%);
}
.bleed.salmon {
  background-color: hsl(20, 100%, 90%);
}
.bleed.salmon blockquote, .bleed.salmon .page-content > .small, .bleed.salmon .caption, .bleed.salmon .bar {
  color: hsl(20, 100%, 25%);
}
.bleed.orange {
  background-color: hsl(40, 100%, 90%);
}
.bleed.orange blockquote, .bleed.orange .page-content > .small, .bleed.orange .caption, .bleed.orange .bar {
  color: hsl(40, 100%, 25%);
}
.bleed.yellow {
  background-color: hsl(60, 100%, 90%);
}
.bleed.yellow blockquote, .bleed.yellow .page-content > .small, .bleed.yellow .caption, .bleed.yellow .bar {
  color: hsl(60, 100%, 25%);
}
.bleed.chartreuse {
  background-color: hsl(80, 100%, 90%);
}
.bleed.chartreuse blockquote, .bleed.chartreuse .page-content > .small, .bleed.chartreuse .caption, .bleed.chartreuse .bar {
  color: hsl(80, 100%, 25%);
}
.bleed.lime {
  background-color: hsl(100, 100%, 90%);
}
.bleed.lime blockquote, .bleed.lime .page-content > .small, .bleed.lime .caption, .bleed.lime .bar {
  color: hsl(100, 100%, 25%);
}
.bleed.green {
  background-color: hsl(120, 100%, 90%);
}
.bleed.green blockquote, .bleed.green .page-content > .small, .bleed.green .caption, .bleed.green .bar {
  color: hsl(120, 100%, 25%);
}
.bleed.aquamarine {
  background-color: hsl(140, 100%, 90%);
}
.bleed.aquamarine blockquote, .bleed.aquamarine .page-content > .small, .bleed.aquamarine .caption, .bleed.aquamarine .bar {
  color: hsl(140, 100%, 25%);
}
.bleed.turquoise {
  background-color: hsl(160, 100%, 90%);
}
.bleed.turquoise blockquote, .bleed.turquoise .page-content > .small, .bleed.turquoise .caption, .bleed.turquoise .bar {
  color: hsl(160, 100%, 25%);
}
.bleed.cyan {
  background-color: hsl(180, 100%, 90%);
}
.bleed.cyan blockquote, .bleed.cyan .page-content > .small, .bleed.cyan .caption, .bleed.cyan .bar {
  color: hsl(180, 100%, 25%);
}
.bleed.blue {
  background-color: hsl(200, 100%, 90%);
}
.bleed.blue blockquote, .bleed.blue .page-content > .small, .bleed.blue .caption, .bleed.blue .bar {
  color: hsl(200, 100%, 25%);
}
.bleed.steel {
  background-color: hsl(220, 100%, 90%);
}
.bleed.steel blockquote, .bleed.steel .page-content > .small, .bleed.steel .caption, .bleed.steel .bar {
  color: hsl(220, 100%, 25%);
}
.bleed.lavender {
  background-color: hsl(240, 100%, 90%);
}
.bleed.lavender blockquote, .bleed.lavender .page-content > .small, .bleed.lavender .caption, .bleed.lavender .bar {
  color: hsl(240, 100%, 25%);
}
.bleed.purple {
  background-color: hsl(260, 100%, 90%);
}
.bleed.purple blockquote, .bleed.purple .page-content > .small, .bleed.purple .caption, .bleed.purple .bar {
  color: hsl(260, 100%, 25%);
}
.bleed.orchid {
  background-color: hsl(280, 100%, 90%);
}
.bleed.orchid blockquote, .bleed.orchid .page-content > .small, .bleed.orchid .caption, .bleed.orchid .bar {
  color: hsl(280, 100%, 25%);
}
.bleed.magenta {
  background-color: hsl(300, 100%, 90%);
}
.bleed.magenta blockquote, .bleed.magenta .page-content > .small, .bleed.magenta .caption, .bleed.magenta .bar {
  color: hsl(300, 100%, 25%);
}
.bleed.pink {
  background-color: hsl(320, 100%, 90%);
}
.bleed.pink blockquote, .bleed.pink .page-content > .small, .bleed.pink .caption, .bleed.pink .bar {
  color: hsl(320, 100%, 25%);
}
.bleed.rose {
  background-color: hsl(340, 100%, 90%);
}
.bleed.rose blockquote, .bleed.rose .page-content > .small, .bleed.rose .caption, .bleed.rose .bar {
  color: hsl(340, 100%, 25%);
}

.bleed:has(+ .bleed) {
  border-bottom: 0;
}

@media all and (min-width: 682px) {
  .focus #header, .focus #nav, .focus #nav-2, .focus #footer {
    text-align: center;
  }
  .focus #header-image, .focus #logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 682px) {
  .focus .text .headline-area, .focus .text .featured-image-wrap, .focus .text .page-content h1, .focus .text h2, .focus .text h3, .focus .text h1 + .caption, .focus .text h2 + .caption, .focus .text h3 + .caption, .focus .text .impact, .focus .text .extend + .caption, .focus .text .extend .caption {
    text-align: center;
  }
  .focus .text .byline .avatar {
    margin-left: auto;
    margin-right: auto;
  }
}

.readability .text .byline .avatar {
  float: right;
  margin-left: 19px;
  margin-bottom: 0;
}
.focus .text .byline .avatar {
  margin-bottom: 7px;
}
@media all and (min-width: 682px) {
  .readability .text .byline .avatar {
    float: left;
    margin-left: 0;
    margin-right: 19px;
  }
  .focus .text .byline .avatar {
    margin-bottom: 12px;
  }
}
.focus .text .breakout {
  margin-left: auto;
  margin-right: auto;
}
.text .breakout.left {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.text .pullout.left {
  float: none;
  margin-right: 0;
}
@media all and (min-width: 706px) {
  .readability .text, .focus .text {
    max-width: 644px;
  }
  .readability .text .extend, .focus .text .extend {
    display: flow-root;
    box-sizing: border-box;
    max-width: calc(100vw - 62px);
  }
  .readability .text .headline-area, .readability .text .page-content > h1, .readability .text .page-content > h2, .readability .text .page-content > h3, .readability .text .page-content > .impact, .readability .text .extend, .readability .text .extend + .caption {
    margin-right: calc(706px - 100vw);
  }
  .focus .text {
    margin-left: auto;
    margin-right: auto;
  }
  .focus .text .headline-area, .focus .text .page-content > h1, .focus .text .page-content > h2, .focus .text .page-content > h3, .focus .text .page-content > .impact, .focus .text .extend, .focus .text .extend + .caption {
    margin-left: calc(353px - 50vw);
    margin-right: calc(353px - 50vw);
  }
  .focus .text .extend.right {
    margin-left: 31px;
  }
  .focus .text .extend.left {
    margin-right: 31px;
  }
}
@media all and (min-width: 1102px) {
  .readability .text .pullout, .focus .text .pullout {
    float: right;
    box-sizing: border-box;
  }
  .readability .text .extend, .focus .text .extend {
    max-width: 1040px;
  }
  .readability .text .extend .pullout, .focus .text .extend .pullout {
    float: none;
    max-width: 100%;
  }
  .readability .text .headline-area, .readability .text .page-content > h1, .readability .text .page-content > h2, .readability .text .page-content > h3, .readability .text .page-content > .impact, .readability .text .extend, .readability .text .extend + .caption {
    margin-right: -396px;
  }
  .readability .text .breakout {
    max-width: calc(702.5px + (100vw - 1040px) / 2);
    margin-right: calc(-396px - (100vw - 1040px) / 2);
  }
  .readability .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 694px);
    margin-right: calc(-396px - (100vw - 1040px) / 2);
  }
  .readability .text .extend .pullout {
    margin-left: 0;
    margin-right: 0;
  }
  .focus .text .headline-area, .focus .text .page-content > h1, .focus .text .page-content > h2, .focus .text .page-content > h3, .focus .text .page-content > .impact, .focus .text .extend, .focus .text .extend + .caption {
    margin-left: -198px;
    margin-right: -198px;
  }
  .focus .text .breakout {
    max-width: calc(504.5px + (100vw - 1040px) / 2);
    margin-left: 31px;
    margin-right: calc(322px - 50vw);
  }
  .focus .text .breakout.left {
    margin-left: calc(322px - 50vw);
    margin-right: 31px;
  }
  .focus .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 873px);
    margin-right: calc(-198px - (100vw - 1040px) / 2);
  }
  .focus .text .pullout.left {
    float: left;
    margin-left: calc(-198px - (100vw - 1040px) / 2);
    margin-right: 0;
  }
  .focus .text .extend .pullout {
    margin-left: auto;
    margin-right: auto;
  }
  .text .breakout, .text .extend .breakout {
    float: right;
    box-sizing: border-box;
    max-width: calc(504.5px + (100vw - 1040px) / 2);
    margin-left: 31px;
    margin-right: calc((1040px - 100vw) / 2);
  }
  .text .breakout.left, .text .extend .breakout.left {
    float: left;
    margin-left: calc((1040px - 100vw) / 2);
    margin-right: 31px;
  }
  .has-sidebar .text .breakout, .has-sidebar .text .extend .breakout {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}/* ================================================================
 * Think Professionally — brand skin overlaid on the Attention theme
 * Cormorant Garamond display + Inter Tight body
 * Deep ink navy + warm cream + brass accent
 * ================================================================ */

:root {
	--tp-ink:        #0f1f3a;
	--tp-ink-soft:   #2a3a55;
	--tp-cream:      #f5efe2;
	--tp-cream-warm: #ece2cf;
	--tp-cream-deep: #ddd0b8;
	--tp-brass:      #b89150;
	--tp-brass-soft: #c9a571;
	--tp-rule:       #d8c8a0;
	--tp-text:       #2a2620;
	--tp-text-soft:  #5a5347;
}

/* ── Reset Attention's font + body chrome ─────────────────────── */

html, body {
	background: var(--tp-cream);
	color: var(--tp-text);
	font-family: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-size: 17px;
	line-height: 1.55;
	font-weight: 400;
	letter-spacing: -0.005em;
}

body { padding: 0; margin: 0; }

::selection { background: var(--tp-brass); color: var(--tp-cream); }

/* ── Typography ───────────────────────────────────────────────── */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cormorant Garamond', 'Cormorant', 'Hoefler Text', 'Georgia', serif;
	color: var(--tp-ink);
	font-weight: 600;
	letter-spacing: -0.012em;
	line-height: 1.12;
	margin: 0 0 0.55em;
}

h1 { font-size: clamp(2.2rem, 4.2vw, 3.6rem); font-weight: 600; }
h2 { font-size: clamp(1.65rem, 2.8vw, 2.35rem); font-weight: 600; margin-top: 1.6em; }
h3 { font-size: clamp(1.25rem, 1.9vw, 1.55rem); font-weight: 600; margin-top: 1.4em; }
h4 { font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-family: 'Inter Tight', sans-serif; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--tp-ink); text-decoration: underline; text-decoration-color: var(--tp-brass); text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color 0.18s; }
a:hover { color: var(--tp-brass); }

blockquote {
	border-left: 3px solid var(--tp-brass);
	padding: 0.4em 0 0.4em 1.6em;
	margin: 1.4em 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.45em;
	font-style: italic;
	line-height: 1.32;
	color: var(--tp-ink-soft);
}

code { font-family: 'JetBrains Mono', 'Menlo', monospace; font-size: 0.92em; background: var(--tp-cream-warm); padding: 0.08em 0.4em; border-radius: 3px; }

ul, ol { padding-left: 1.4em; margin: 0 0 1.1em; }
li { margin-bottom: 0.45em; }
li::marker { color: var(--tp-brass); }

hr { border: 0; height: 1px; background: var(--tp-rule); margin: 3em 0; }

/* ── Containers ───────────────────────────────────────────────── */

.container { max-width: 1180px; margin: 0 auto; padding: 0 max(1.2rem, 4vw); }
.container--narrow { max-width: 760px; margin: 0 auto; padding: 0 max(1.2rem, 4vw); }

#content > .container { padding-top: 3rem; padding-bottom: 4rem; }
.columns { display: block; }
.column-sidebar { display: none; }
.column-content { width: 100%; }

/* Hide Attention's default byline/published-by header — too "blog" for this brand */
.headline-area { display: none; }
.page-container.text.top { padding: 0; }

/* ── Site header ──────────────────────────────────────────────── */

#header {
	background: var(--tp-cream);
	border-bottom: 1px solid var(--tp-rule);
	padding: 1.4rem 0;
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(8px);
	background: rgba(245, 239, 226, 0.92);
}
#header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}
#site-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-size: 1.45rem;
	letter-spacing: 0.005em;
	line-height: 1;
}
#site-title a {
	color: var(--tp-ink);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.6em;
}
#site-title a::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: var(--tp-ink);
	border-radius: 2px;
	position: relative;
}
#site-title a::after {
	content: "";
	position: absolute;
	margin-left: -16px;
	margin-top: 6px;
	width: 22px;
	height: 22px;
	background: var(--tp-brass);
	border-radius: 50%;
	mix-blend-mode: multiply;
	opacity: 0.85;
}

/* ── Nav ──────────────────────────────────────────────────────── */

#nav { background: transparent; padding: 0; }
#nav .container { padding-top: 0; padding-bottom: 0; }
#nav ul.menu, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1.6rem;
	font-family: 'Inter Tight', sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
}
#nav li { margin: 0; }
#nav a {
	text-decoration: none;
	color: var(--tp-ink-soft);
	padding: 0.4rem 0;
	border-bottom: 1px solid transparent;
	transition: color 0.18s, border-color 0.18s;
}
#nav a:hover { color: var(--tp-ink); border-bottom-color: var(--tp-brass); }

/* Move nav into header on desktop */
@media (min-width: 760px) {
	#header { padding-bottom: 0.85rem; padding-top: 0.95rem; }
	#nav { position: absolute; right: 2rem; top: 1.05rem; padding: 0; }
	#nav .container { padding: 0; }
}

/* ── Hero (home + page hero blocks) ───────────────────────────── */

.hero--home {
	background: var(--tp-ink);
	color: var(--tp-cream);
	padding: 6rem 0 5rem;
	margin-bottom: 4rem;
	position: relative;
	overflow: hidden;
}
.hero--home::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 80% 30%, rgba(184, 145, 80, 0.25), transparent 60%),
		linear-gradient(180deg, rgba(15, 31, 58, 0.3), rgba(15, 31, 58, 0.85));
	z-index: 0;
}
.hero--home .hero__art {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.hero--home .hero__art img {
	width: 100%; height: 100%; object-fit: cover; object-position: center;
	opacity: 0.55;
}
.hero--home .hero__inner {
	position: relative;
	z-index: 1;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 max(1.2rem, 4vw);
}
.hero__eyebrow {
	text-transform: uppercase;
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	color: var(--tp-brass-soft);
	margin: 0 0 1.6rem;
	font-weight: 500;
}
.hero__headline {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(2.6rem, 6vw, 4.8rem);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -0.015em;
	color: var(--tp-cream);
	max-width: 14ch;
	margin: 0 0 1.5rem;
}
.hero__sub {
	font-size: 1.18rem;
	line-height: 1.55;
	color: rgba(245, 239, 226, 0.82);
	max-width: 52ch;
	margin: 0 0 2.2rem;
	font-weight: 400;
}
.hero__cta { margin: 0; }

/* Hero block on event pages (rendered by [event-hero]) */
.ep-events-hero, .event-hero {
	background: var(--tp-ink);
	color: var(--tp-cream);
	padding: 4rem 2rem;
	margin: 0 0 2.5rem;
	border-radius: 4px;
}
.ep-events-hero h1, .event-hero h1 { color: var(--tp-cream); }

/* ── Buttons ──────────────────────────────────────────────────── */

.btn, .ep-events-register__submit, .ep-events-recovery__btn {
	display: inline-block;
	font-family: 'Inter Tight', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 0.85rem 1.6rem;
	background: var(--tp-brass);
	color: var(--tp-ink);
	border: none;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.18s, transform 0.12s;
}
.btn:hover, .ep-events-register__submit:hover { background: var(--tp-brass-soft); color: var(--tp-ink); }
.btn--brass { background: var(--tp-brass); color: var(--tp-ink); }
.btn--ghost {
	background: transparent;
	color: var(--tp-cream);
	border: 1px solid var(--tp-brass-soft);
}
.btn--ghost:hover { background: var(--tp-brass); color: var(--tp-ink); }

/* ── Eyebrow + standfirst ─────────────────────────────────────── */

.eyebrow {
	display: block;
	text-transform: uppercase;
	font-size: 0.74rem;
	letter-spacing: 0.18em;
	color: var(--tp-brass);
	margin: 0 0 0.85rem;
	font-weight: 600;
	font-family: 'Inter Tight', sans-serif;
}
.standfirst {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.4rem;
	line-height: 1.42;
	color: var(--tp-ink-soft);
	font-weight: 400;
	font-style: italic;
	margin: 0 0 1.8rem;
	max-width: 38ch;
}

/* ── Page hero + body for content pages ───────────────────────── */

.page-hero {
	padding: 4rem 0 2.5rem;
	border-bottom: 1px solid var(--tp-rule);
	margin: 0 0 3rem;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: max(1.2rem, 4vw);
	padding-right: max(1.2rem, 4vw);
}
.page-hero h1 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	margin: 0 0 0.6rem;
}
.page-body { padding-bottom: 4rem; }
.page-body p, .page-body li { font-size: 1.05rem; line-height: 1.62; }
.page-body p:first-of-type::first-letter,
.page-body h2 + p::first-letter {
	/* Subtle drop cap on first paragraph of editorial pages */
}

/* ── Intro + manifesto + closing ──────────────────────────────── */

.intro { padding: 4rem 0; max-width: 760px; margin: 0 auto; }
.intro__body p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.6rem;
	line-height: 1.42;
	color: var(--tp-ink);
	font-weight: 400;
}
.manifesto { padding: 5rem 0; background: var(--tp-cream-warm); margin: 4rem 0; }
.manifesto .eyebrow { margin-bottom: 1.4rem; }
.manifesto__body { font-size: 1.15rem; line-height: 1.6; color: var(--tp-ink); }
.manifesto__body p { margin-bottom: 1rem; }

.closing { padding: 4rem 0 6rem; text-align: left; max-width: 720px; margin: 0 auto; }
.closing__body { font-size: 1.18rem; line-height: 1.55; margin-bottom: 1.5rem; color: var(--tp-ink-soft); }

/* ── Pillars ──────────────────────────────────────────────────── */

.pillars { padding: 5rem 0; }
.section__head { margin-bottom: 3rem; max-width: 720px; }
.section__head h2 { margin-top: 0.4rem; }
.pillars__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 2.5rem;
}
.pillar { padding: 0; }
.pillar__title {
	font-size: 1.45rem;
	margin: 0 0 0.6rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid var(--tp-brass);
	display: inline-block;
}
.pillar__body p { font-size: 1rem; color: var(--tp-text-soft); line-height: 1.6; }

.upcoming { padding: 4rem 0 5rem; }

/* ── Speakers grid ────────────────────────────────────────────── */

.speakers-grid { padding: 0 0 5rem; }
.speakers-grid__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 3rem 2.5rem;
}
.speaker-card {
	display: flex;
	flex-direction: column;
}
.speaker-card__portrait {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
	background: var(--tp-cream-warm);
	margin: 0 0 1.2rem;
	display: block;
	border-radius: 2px;
}
.speaker-card__name {
	font-size: 1.45rem;
	margin: 0 0 0.15em;
	line-height: 1.15;
}
.speaker-card__role {
	font-size: 0.88rem;
	color: var(--tp-brass);
	margin: 0 0 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: 'Inter Tight', sans-serif;
}
.speaker-card__org {
	font-size: 0.95rem;
	color: var(--tp-ink-soft);
	margin: 0 0 0.9rem;
	font-style: italic;
	font-family: 'Cormorant Garamond', serif;
}
.speaker-card__bio {
	font-size: 0.93rem;
	line-height: 1.55;
	color: var(--tp-text-soft);
	margin: 0 0 0.9rem;
}
.speaker-card__quote {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 1.05rem;
	border-left: 2px solid var(--tp-brass);
	padding-left: 1em;
	margin: 0.8rem 0 0;
	color: var(--tp-ink);
}

/* ── Sponsors grid ────────────────────────────────────────────── */

.sponsors-grid { padding: 0 0 5rem; }
.sponsors-grid__tier {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--tp-brass);
	border-bottom: 1px solid var(--tp-rule);
	padding-bottom: 0.7rem;
	margin: 3rem 0 2rem;
	font-family: 'Inter Tight', sans-serif;
	font-weight: 600;
}
.sponsors-grid__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 2rem;
}
.sponsor-card {
	padding: 1.6rem;
	border: 1px solid var(--tp-rule);
	background: rgba(245, 239, 226, 0.5);
	border-radius: 2px;
}
.sponsor-card__logo {
	max-width: 180px;
	height: 48px;
	margin: 0 0 1rem;
	display: block;
}
.sponsor-card__name { font-size: 1.15rem; margin: 0 0 0.4rem; }
.sponsor-card__desc { font-size: 0.92rem; color: var(--tp-text-soft); margin: 0; line-height: 1.5; }

/* ── Contact card ─────────────────────────────────────────────── */

.contact-card {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0.9rem 2rem;
	padding: 2rem;
	background: var(--tp-cream-warm);
	border-left: 3px solid var(--tp-brass);
	margin: 2rem 0;
	font-family: 'Inter Tight', sans-serif;
}
.contact-card dt {
	font-weight: 600;
	color: var(--tp-ink-soft);
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.contact-card dd { margin: 0; color: var(--tp-ink); font-size: 1rem; }

/* ── Event blocks ─────────────────────────────────────────────── */

.event-block {
	max-width: 920px;
	margin: 0 auto 2.5rem;
	padding: 0 max(1.2rem, 4vw);
}
.event-block--abstract p, .event-block--summary .standfirst { font-size: 1.15rem; line-height: 1.6; }
.event-block--outcomes ul {
	list-style: none;
	padding-left: 0;
	border-left: 2px solid var(--tp-brass);
	padding-left: 1.2em;
}
.event-block--outcomes li {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.2rem;
	margin-bottom: 0.6em;
	color: var(--tp-ink);
}
.event-block--register, .event-block--schedule, .event-block--location {
	background: var(--tp-cream-warm);
	padding: 2rem 2.5rem;
	border-radius: 2px;
	margin-top: 2.5rem;
}
.event-block--share, .event-block--comments {
	border-top: 1px solid var(--tp-rule);
	padding-top: 2rem;
}

/* ── EP Events frontend overrides ─────────────────────────────── */

.ep-events-listing, .ep-events-list, .ep-events-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2.5rem;
}
.ep-events-card, .ep-events-list__item {
	background: var(--tp-cream);
	border: 1px solid var(--tp-rule);
	padding: 0;
	border-radius: 2px;
	overflow: hidden;
	transition: transform 0.2s, box-shadow 0.2s;
}
.ep-events-card:hover, .ep-events-list__item:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px -16px rgba(15, 31, 58, 0.2);
}
.ep-events-card a, .ep-events-list__item a { color: var(--tp-ink); text-decoration: none; }
.ep-events-card__title, .ep-events-list__title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.45rem;
	padding: 1.2rem 1.4rem 0.4rem;
	margin: 0;
}
.ep-events-card__date, .ep-events-list__date {
	font-family: 'Inter Tight', sans-serif;
	font-size: 0.85rem;
	color: var(--tp-brass);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 1.4rem 0.6rem;
}
.ep-events-card__summary, .ep-events-list__summary {
	padding: 0 1.4rem 1.4rem;
	font-size: 0.95rem;
	color: var(--tp-text-soft);
	line-height: 1.55;
}

.ep-events-register, .ep-events-register__form { font-family: 'Inter Tight', sans-serif; }
.ep-events-register__tickets { display: grid; gap: 0.8rem; margin: 1.2rem 0; }
.ep-events-register__ticket {
	padding: 1rem 1.2rem;
	border: 1px solid var(--tp-rule);
	border-radius: 2px;
	background: var(--tp-cream);
}
.ep-events-register__ticket--selected { border-color: var(--tp-brass); background: var(--tp-cream-deep); }

/* Share buttons */
.ep-share { display: flex; gap: 0.6rem; align-items: center; }
.ep-share-btn {
	display: inline-flex;
	width: 36px; height: 36px;
	align-items: center; justify-content: center;
	background: var(--tp-cream-warm);
	color: var(--tp-ink);
	border-radius: 50%;
	text-decoration: none;
	transition: background 0.15s;
}
.ep-share-btn:hover { background: var(--tp-brass); color: var(--tp-cream); }

/* Comments */
.ep-comments { font-family: 'Inter Tight', sans-serif; margin-top: 2rem; }
.ep-comments-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; }
.ep-comment-form input, .ep-comment-form textarea {
	font-family: 'Inter Tight', sans-serif;
	padding: 0.6rem 0.8rem;
	border: 1px solid var(--tp-rule);
	background: var(--tp-cream);
	border-radius: 2px;
	width: 100%;
	font-size: 0.95rem;
}
.ep-comment-submit { background: var(--tp-brass); color: var(--tp-ink); padding: 0.7rem 1.4rem; }

/* ── Footer ──────────────────────────────────────────────────── */

#footer {
	background: var(--tp-ink);
	color: var(--tp-cream);
	padding: 4rem 0 2rem;
	margin-top: 5rem;
}
#footer .container { display: flex; flex-direction: column; gap: 1.5rem; }
#footer a { color: var(--tp-cream); text-decoration-color: var(--tp-brass); }
#footer .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; }
#footer .footer-nav ul { list-style: none; padding: 0; display: flex; gap: 1.4rem; flex-wrap: wrap; font-size: 0.95rem; }
#footer .footer-nav a { text-decoration: none; color: rgba(245, 239, 226, 0.7); }
#footer .footer-nav a:hover { color: var(--tp-brass-soft); }
#footer .footer-legal { font-size: 0.85rem; color: rgba(245, 239, 226, 0.55); border-top: 1px solid rgba(245, 239, 226, 0.1); padding-top: 1.5rem; margin-top: 1.5rem; }
#footer .footer-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--tp-brass-soft); font-size: 1.1rem; }

/* ── 404 + utility ────────────────────────────────────────────── */

.template-404-page #content { text-align: center; padding: 6rem 0; }
.template-404-page h1 { font-size: 3rem; }

/* ── Responsive tweaks ────────────────────────────────────────── */

@media (max-width: 759px) {
	#header .container { flex-direction: column; align-items: flex-start; gap: 1rem; }
	#nav { position: static; padding-top: 0.8rem; border-top: 1px solid var(--tp-rule); width: 100%; }
	#nav ul { gap: 1.1rem; flex-wrap: wrap; }
	.hero--home { padding: 4rem 0 3.5rem; }
	.event-block--register, .event-block--schedule, .event-block--location { padding: 1.4rem; }
}

/* ── Think Professionally polish patches ─────────────────── */

/* Share buttons — keep them icon-only (text labels would not fit the round design). */
.ep-share-btn span { display: none; }
.ep-share-btn svg { width: 16px; height: 16px; }

/* Hero typography — keep the headline within the bleed box and the image not over-saturated. */
.hero--home { padding: 5rem 0 4rem; }
.hero--home::before { background:
        radial-gradient(ellipse at 80% 30%, rgba(184, 145, 80, 0.22), transparent 60%),
        linear-gradient(180deg, rgba(15, 31, 58, 0.55), rgba(15, 31, 58, 0.95)); }
.hero__headline { line-height: 1.04; padding: 0.1em 0 0.05em; }
.hero--home .hero__art img { opacity: 0.35; }

/* Logo + nav layout on header */
#site-title a::before, #site-title a::after { transform: translateY(-1px); }
#nav { background: transparent; }
#nav .modular-content { width: 100%; }
#nav ul.menu { justify-content: flex-end; padding: 0.8rem 0; }
@media (min-width: 760px) {
    #header { padding-bottom: 1rem; }
    #nav { position: static; padding-top: 0; }
    #nav .container { padding: 0 max(1.2rem, 4vw); }
}

/* Footer — center the brand block, align nav */
#footer .modular-content { display: flex; flex-direction: column; gap: 1.2rem; max-width: 920px; margin: 0 auto; padding: 0 max(1.2rem, 4vw); }
#footer .footer-brand { font-size: 1.6rem; line-height: 1; }
#footer .footer-nav ul { padding: 0; margin: 0.4rem 0; }
#footer .footer-legal { font-size: 0.85rem; color: rgba(245, 239, 226, 0.55); border-top: 1px solid rgba(245, 239, 226, 0.1); padding-top: 1.5rem; margin-top: 1rem; }

/* Empty venue + 'no tickets' notices — give them brand styling so they read as designed, not as bugs */
.ep-events-empty {
    padding: 1.5rem;
    background: var(--tp-cream-warm);
    border: 1px dashed var(--tp-rule);
    text-align: center;
    color: var(--tp-text-soft);
    font-style: italic;
}
.event-block--location:empty,
.event-block--location h2 + :empty { display: none; }

/* ── Per-sub-type event hero photography ────────────────── */

.ep-events-hero {
    position: relative;
    background: var(--tp-ink);
    color: var(--tp-cream);
    padding: 5rem 2.5rem 3.5rem;
    border-radius: 4px;
    margin: 0 0 2.5rem;
    overflow: hidden;
    background-image: linear-gradient(180deg, rgba(15,31,58,0.55), rgba(15,31,58,0.92)), url('/user-content/themes/attention/images/tp/hero-conference.png');
    background-size: cover;
    background-position: center;
}
.template-event-conference .ep-events-hero { background-image: linear-gradient(180deg, rgba(15,31,58,0.55), rgba(15,31,58,0.92)), url('/user-content/themes/attention/images/tp/hero-conference.png'); }
.template-event-workshop   .ep-events-hero { background-image: linear-gradient(180deg, rgba(15,31,58,0.55), rgba(15,31,58,0.92)), url('/user-content/themes/attention/images/tp/hero-workshop.png'); }
.template-event-retreat    .ep-events-hero { background-image: linear-gradient(180deg, rgba(15,31,58,0.55), rgba(15,31,58,0.92)), url('/user-content/themes/attention/images/tp/hero-retreat.png'); }
.template-event-summit     .ep-events-hero { background-image: linear-gradient(180deg, rgba(15,31,58,0.55), rgba(15,31,58,0.92)), url('/user-content/themes/attention/images/tp/hero-summit.png'); }
.template-event-webinar    .ep-events-hero { background-image: linear-gradient(180deg, rgba(15,31,58,0.55), rgba(15,31,58,0.92)), url('/user-content/themes/attention/images/tp/hero-webinar.png'); }
.template-event-meetup     .ep-events-hero { background-image: linear-gradient(180deg, rgba(15,31,58,0.55), rgba(15,31,58,0.92)), url('/user-content/themes/attention/images/tp/hero-conference.png'); }
.template-event-masterclass .ep-events-hero { background-image: linear-gradient(180deg, rgba(15,31,58,0.55), rgba(15,31,58,0.92)), url('/user-content/themes/attention/images/tp/hero-masterclass.png'); }

.ep-events-hero__content { position: relative; z-index: 1; max-width: 760px; }
.ep-events-hero__title {
    color: var(--tp-cream);
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    margin: 0 0 1.5rem;
    line-height: 1.06;
    letter-spacing: -0.012em;
}
.ep-events-hero__facts {
    margin: 0 0 1.5rem;
    color: rgba(245, 239, 226, 0.85);
}
.ep-events-hero__fact-label {
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    color: var(--tp-brass-soft);
    font-weight: 500;
    font-family: 'Inter Tight', sans-serif;
}
.ep-events-hero__fact-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: var(--tp-cream);
    margin: 0.2rem 0 1rem;
    display: block;
}
.ep-events-hero__counter {
    color: rgba(245, 239, 226, 0.65);
    font-size: 0.9rem;
    margin: 0 0 2rem;
    font-family: 'Inter Tight', sans-serif;
}
.ep-events-hero__cta {
    display: inline-block;
    background: var(--tp-brass);
    color: var(--tp-ink);
    padding: 0.85rem 1.6rem;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.18s;
}
.ep-events-hero__cta:hover { background: var(--tp-brass-soft); }
