@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;
  }
}
/* ─── hide auto-byline more aggressively (Attention defaults) ─── */
.page-byline, .byline, .post-meta, .et_post_meta_wrapper,
.headline-area, .page-author, .page-date,
.page-content .byline, .page-content .post-byline,
*[class*="byline"], *[class*="post-meta"],
.published-date, .post-author { display: none !important; }

/* hide the duplicate H1 from Attention's default page-title block */
.page-title-block, .page-header-title { display: none !important; }

/* ─── Blurb grid wrapper (auto-applied to consecutive blurbs) ─── */
.wwmy-blurb-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1080px !important;
    margin: 48px auto !important;
    padding: 0 32px !important;
}
.wwmy-blurb-grid .wwmy-blurb {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: block !important;
}
.page-content > .wwmy-blurb-grid {
    max-width: 1080px !important;
    padding: 0 32px !important;
}
@media (max-width: 700px) {
    .wwmy-blurb-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }
}


/* ─── wwmy custom (appended) ─── */
/* ──────────────────────────────────────────────────────────────
   wewillmissyou.net — dignified memorial brand
   Typography: Vollkorn (display serif) + Inter Tight (body sans)
   Palette: warm cream + warm near-black + soft navy + dusty rose
   ────────────────────────────────────────────────────────────── */

body {
    font-feature-settings: "kern" 1, "liga" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FBF8F3;
    color: #2A2A2F;
}

/* ─── HEADER — quiet, monograph-style ─── */
section#header {
    border-bottom: 1px solid rgba(42,42,47,0.08);
    padding: 36px 0 32px;
}
#site-title {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.1;
}
#site-title a {
    color: #2A2A2F;
    text-decoration: none;
}
#site-title a:hover { color: #2D4A6B; }
#site-title:after {
    content: "Memorial Websites";
    display: block;
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #6B6661;
    margin-top: 6px;
}

/* ─── NAV ─── */
nav#nav {
    padding: 22px 0 28px;
    border-bottom: 1px solid rgba(42,42,47,0.08);
}
nav#nav .modular-content,
nav#nav .container { display: flex; justify-content: center; }
nav#nav ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 38px;
    flex-wrap: wrap;
    justify-content: center;
}
nav#nav ul.menu li { margin: 0; padding: 0; }
nav#nav ul.menu li a {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #2A2A2F;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: border-color .2s, color .2s;
}
nav#nav ul.menu li a:hover {
    border-bottom-color: #2D4A6B;
    color: #2D4A6B;
}

/* ─── CONTENT layout ─── */
section#content { padding-top: 0; }
body section#content .container.columns,
body section#content .container,
body .column-content {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
body .page-container {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.page-content {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #2A2A2F;
}
.page-content > * {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}
.page-content > h1,
.page-content > h2,
.page-content > h3 {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 500;
    color: #2A2A2F;
    letter-spacing: -0.005em;
    line-height: 1.18;
    margin: 1.6em auto 0.5em;
    text-align: center;
}
.page-content > h1 { font-size: clamp(40px, 6vw, 72px); }
.page-content > h2 { font-size: clamp(28px, 4vw, 44px); margin-top: 1.8em; }
.page-content > h3 { font-size: clamp(22px, 3vw, 32px); }
.page-content > p { margin: 0 auto 1.2em; max-width: 720px; }
.page-content > p a {
    color: #2D4A6B;
    border-bottom: 1px solid rgba(45,74,107,0.35);
    text-decoration: none;
    transition: border-color .2s, color .2s;
}
.page-content > p a:hover {
    border-bottom-color: #2D4A6B;
    color: #B8826B;
}

/* ─── HERO (homepage H1 area) ─── */
body.template-home .page-content > h1 {
    font-size: clamp(56px, 9vw, 108px) !important;
    line-height: 0.96 !important;
    font-weight: 400 !important;
    margin: 24px auto 8px;
    color: #2A2A2F;
}
body.template-home .page-content > h3:first-of-type,
body.template-home .page-content > h3 {
    font-family: "Vollkorn", Georgia, serif;
    font-style: italic;
    font-weight: 300;
    font-size: clamp(20px, 2.5vw, 30px);
    color: #6B6661;
    margin: 0 auto 12px;
    line-height: 1.35;
}

/* ─── CTA button ─── */
.wwmy-cta-wrap { text-align: center; margin: 32px auto 40px; max-width: 780px; padding: 0 32px; }
.wwmy-btn {
    display: inline-block;
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #FBF8F3;
    background: #2D4A6B;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 0;
    transition: background .2s;
    border-bottom: none !important;
}
.wwmy-btn:hover { background: #B8826B; color: #FBF8F3 !important; }

/* ─── Divider ─── */
.wwmy-divider {
    border: 0;
    border-top: 1px solid rgba(42,42,47,0.10);
    width: 60px;
    margin: 56px auto;
    display: block;
}

/* ─── Blurb (4 service feature blocks + obituaries) ─── */
.wwmy-blurb {
    display: inline-block;
    width: calc(50% - 16px);
    margin: 12px 8px;
    padding: 32px 28px;
    background: #FFFFFF;
    border: 1px solid rgba(42,42,47,0.06);
    border-radius: 2px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}
.wwmy-blurb-image {
    margin: 0 auto 20px;
    display: block;
}
.wwmy-blurb-image img {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.wwmy-blurb h3 {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 500;
    font-size: 22px;
    color: #2A2A2F;
    margin: 0 0 12px;
    line-height: 1.2;
}
.wwmy-blurb a { text-decoration: none; color: inherit; border-bottom: none !important; }
.wwmy-blurb-body p {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #6B6661;
    margin: 0;
}
.wwmy-blurb-body p:not(:last-child) { margin-bottom: 8px; }

/* Override generic max-width on blurbs since they're inline-block */
.page-content > .wwmy-blurb {
    max-width: calc(50% - 16px);
    padding-left: 28px !important;
    padding-right: 28px !important;
}

/* On home, switch to 4-up for service icons, 3-up for obituaries */
@media (min-width: 900px) {
    body.template-home .page-content { text-align: center; }
    .page-content > .wwmy-blurb {
        max-width: calc(33.333% - 16px);
        width: calc(33.333% - 16px);
    }
}

/* ─── Page title block (used by Contact + others) ─── */
.wwmy-page-title { text-align: center; margin: 80px 0 56px; max-width: none !important; padding: 0 32px !important; }
.wwmy-page-title h1 {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 400;
    font-size: clamp(48px, 7vw, 84px);
    line-height: 1;
    letter-spacing: -0.015em;
    margin: 0;
    color: #2A2A2F;
}
.wwmy-eyebrow {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #6B6661;
    margin: 0 0 18px;
}

/* ─── Bio / intro block ─── */
.wwmy-bio {
    max-width: 660px !important;
    margin: 0 auto 64px;
    padding: 0 32px !important;
    text-align: center;
}
.wwmy-bio-lede {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 300;
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.32;
    color: #2A2A2F;
    margin: 0 0 24px;
}

/* ─── Order notice (replaces complex Gravity forms) ─── */
.wwmy-order-notice {
    max-width: 600px !important;
    margin: 32px auto;
    padding: 32px !important;
    background: #F2EDE3;
    border-left: 3px solid #2D4A6B;
    text-align: center;
}
.wwmy-order-notice p {
    font-family: "Vollkorn", Georgia, serif;
    font-size: 19px;
    line-height: 1.5;
    margin: 0;
    color: #2A2A2F;
}

/* ─── Contact form ─── */
.ep-contact-form-wrapper {
    max-width: 540px !important;
    margin: 0 auto 96px !important;
    padding: 0 32px;
}
.ep-contact-form label {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6B6661;
    margin-bottom: 8px !important;
}
.ep-contact-form .form-field { margin-bottom: 28px !important; }
.ep-contact-form input[type="text"],
.ep-contact-form input[type="email"],
.ep-contact-form input[type="tel"],
.ep-contact-form select,
.ep-contact-form textarea {
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid rgba(42,42,47,0.20) !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    transition: border-color .2s;
}
.ep-contact-form input:focus,
.ep-contact-form select:focus,
.ep-contact-form textarea:focus {
    border-bottom-color: #2D4A6B !important;
}
.ep-contact-form button,
.ep-contact-form input[type="submit"] {
    background: #2D4A6B;
    color: #FBF8F3;
    font-family: "Inter Tight", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    padding: 16px 36px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background .2s;
}
.ep-contact-form button:hover { background: #B8826B; }

/* ─── FOOTER ─── */
section#footer {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    background: #2A2A2F !important;
    padding: 56px 32px !important;
    text-align: center;
}
.wwmy-footer-inner { max-width: 780px; margin: 0 auto; }
.wwmy-footer-tag {
    font-family: "Vollkorn", Georgia, serif;
    font-style: italic;
    font-size: 22px;
    color: #FBF8F3;
    margin: 0 0 16px !important;
    opacity: 0.92;
}
.wwmy-footer-copy {
    font-family: "Inter Tight", sans-serif;
    font-size: 12px;
    color: rgba(251,248,243,0.65);
    margin: 0 0 12px !important;
    letter-spacing: 0.05em;
}
.wwmy-footer-links {
    font-family: "Inter Tight", sans-serif;
    font-size: 11px;
    color: rgba(251,248,243,0.55);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 !important;
}
.wwmy-footer-links a {
    color: rgba(251,248,243,0.85);
    text-decoration: none;
    border-bottom: 1px solid rgba(251,248,243,0.20);
    padding-bottom: 1px;
    margin: 0 4px;
}
.wwmy-footer-links a:hover {
    border-bottom-color: #FBF8F3;
    color: #FBF8F3;
}

/* ─── Hide default page title (we render our own where needed) ─── */
.headline-area { display: none !important; }
.byline, .page-author, .page-date { display: none !important; }

/* ─── Inline images in page-content ─── */
.page-content p > img {
    display: block;
    margin: 32px auto;
    max-width: 100%;
    height: auto;
}

/* ─── Tables for hymn / verse libraries (clean readable) ─── */
.page-content table {
    max-width: 780px;
    margin: 24px auto;
    border-collapse: collapse;
    width: 100%;
}
.page-content table th, .page-content table td {
    border-bottom: 1px solid rgba(42,42,47,0.10);
    padding: 12px 16px;
    text-align: left;
}
.page-content table th {
    font-family: "Inter Tight", sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6B6661;
    font-weight: 500;
}

/* ─── Responsive ─── */
@media (max-width: 700px) {
    .wwmy-blurb,
    .page-content > .wwmy-blurb {
        width: 100% !important;
        max-width: 100% !important;
        margin: 12px 0;
    }
    nav#nav ul.menu { gap: 18px; }
    nav#nav ul.menu li a { font-size: 11px; letter-spacing: 0.14em; }
}/* ──────────────────────────────────────────────────────────────
   wewillmissyou.net — dignified memorial brand
   Typography: Vollkorn (display serif) + Inter Tight (body sans)
   Palette: warm cream + warm near-black + soft navy + dusty rose
   ────────────────────────────────────────────────────────────── */

body {
    font-feature-settings: "kern" 1, "liga" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FBF8F3;
    color: #2A2A2F;
}

/* ─── HEADER — quiet, monograph-style ─── */
section#header {
    border-bottom: 1px solid rgba(42,42,47,0.08);
    padding: 36px 0 32px;
}
#site-title {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.1;
}
#site-title a {
    color: #2A2A2F;
    text-decoration: none;
}
#site-title a:hover { color: #2D4A6B; }
#site-title:after {
    content: "Memorial Websites";
    display: block;
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #6B6661;
    margin-top: 6px;
}

/* ─── NAV ─── */
nav#nav {
    padding: 22px 0 28px;
    border-bottom: 1px solid rgba(42,42,47,0.08);
}
nav#nav .modular-content,
nav#nav .container { display: flex; justify-content: center; }
nav#nav ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 38px;
    flex-wrap: wrap;
    justify-content: center;
}
nav#nav ul.menu li { margin: 0; padding: 0; }
nav#nav ul.menu li a {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #2A2A2F;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: border-color .2s, color .2s;
}
nav#nav ul.menu li a:hover {
    border-bottom-color: #2D4A6B;
    color: #2D4A6B;
}

/* ─── CONTENT layout ─── */
section#content { padding-top: 0; }
body section#content .container.columns,
body section#content .container,
body .column-content {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
body .page-container {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.page-content {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #2A2A2F;
}
.page-content > * {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}
.page-content > h1,
.page-content > h2,
.page-content > h3 {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 500;
    color: #2A2A2F;
    letter-spacing: -0.005em;
    line-height: 1.18;
    margin: 1.6em auto 0.5em;
    text-align: center;
}
.page-content > h1 { font-size: clamp(40px, 6vw, 72px); }
.page-content > h2 { font-size: clamp(28px, 4vw, 44px); margin-top: 1.8em; }
.page-content > h3 { font-size: clamp(22px, 3vw, 32px); }
.page-content > p { margin: 0 auto 1.2em; max-width: 720px; }
.page-content > p a {
    color: #2D4A6B;
    border-bottom: 1px solid rgba(45,74,107,0.35);
    text-decoration: none;
    transition: border-color .2s, color .2s;
}
.page-content > p a:hover {
    border-bottom-color: #2D4A6B;
    color: #B8826B;
}

/* ─── HERO (homepage H1 area) ─── */
body.template-home .page-content > h1 {
    font-size: clamp(56px, 9vw, 108px) !important;
    line-height: 0.96 !important;
    font-weight: 400 !important;
    margin: 24px auto 8px;
    color: #2A2A2F;
}
body.template-home .page-content > h3:first-of-type,
body.template-home .page-content > h3 {
    font-family: "Vollkorn", Georgia, serif;
    font-style: italic;
    font-weight: 300;
    font-size: clamp(20px, 2.5vw, 30px);
    color: #6B6661;
    margin: 0 auto 12px;
    line-height: 1.35;
}

/* ─── CTA button ─── */
.wwmy-cta-wrap { text-align: center; margin: 32px auto 40px; max-width: 780px; padding: 0 32px; }
.wwmy-btn {
    display: inline-block;
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #FBF8F3;
    background: #2D4A6B;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 0;
    transition: background .2s;
    border-bottom: none !important;
}
.wwmy-btn:hover { background: #B8826B; color: #FBF8F3 !important; }

/* ─── Divider ─── */
.wwmy-divider {
    border: 0;
    border-top: 1px solid rgba(42,42,47,0.10);
    width: 60px;
    margin: 56px auto;
    display: block;
}

/* ─── Blurb (4 service feature blocks + obituaries) ─── */
.wwmy-blurb {
    display: inline-block;
    width: calc(50% - 16px);
    margin: 12px 8px;
    padding: 32px 28px;
    background: #FFFFFF;
    border: 1px solid rgba(42,42,47,0.06);
    border-radius: 2px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}
.wwmy-blurb-image {
    margin: 0 auto 20px;
    display: block;
}
.wwmy-blurb-image img {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.wwmy-blurb h3 {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 500;
    font-size: 22px;
    color: #2A2A2F;
    margin: 0 0 12px;
    line-height: 1.2;
}
.wwmy-blurb a { text-decoration: none; color: inherit; border-bottom: none !important; }
.wwmy-blurb-body p {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #6B6661;
    margin: 0;
}
.wwmy-blurb-body p:not(:last-child) { margin-bottom: 8px; }

/* Override generic max-width on blurbs since they're inline-block */
.page-content > .wwmy-blurb {
    max-width: calc(50% - 16px);
    padding-left: 28px !important;
    padding-right: 28px !important;
}

/* On home, switch to 4-up for service icons, 3-up for obituaries */
@media (min-width: 900px) {
    body.template-home .page-content { text-align: center; }
    .page-content > .wwmy-blurb {
        max-width: calc(33.333% - 16px);
        width: calc(33.333% - 16px);
    }
}

/* ─── Page title block (used by Contact + others) ─── */
.wwmy-page-title { text-align: center; margin: 80px 0 56px; max-width: none !important; padding: 0 32px !important; }
.wwmy-page-title h1 {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 400;
    font-size: clamp(48px, 7vw, 84px);
    line-height: 1;
    letter-spacing: -0.015em;
    margin: 0;
    color: #2A2A2F;
}
.wwmy-eyebrow {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #6B6661;
    margin: 0 0 18px;
}

/* ─── Bio / intro block ─── */
.wwmy-bio {
    max-width: 660px !important;
    margin: 0 auto 64px;
    padding: 0 32px !important;
    text-align: center;
}
.wwmy-bio-lede {
    font-family: "Vollkorn", Georgia, serif;
    font-weight: 300;
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.32;
    color: #2A2A2F;
    margin: 0 0 24px;
}

/* ─── Order notice (replaces complex Gravity forms) ─── */
.wwmy-order-notice {
    max-width: 600px !important;
    margin: 32px auto;
    padding: 32px !important;
    background: #F2EDE3;
    border-left: 3px solid #2D4A6B;
    text-align: center;
}
.wwmy-order-notice p {
    font-family: "Vollkorn", Georgia, serif;
    font-size: 19px;
    line-height: 1.5;
    margin: 0;
    color: #2A2A2F;
}

/* ─── Contact form ─── */
.ep-contact-form-wrapper {
    max-width: 540px !important;
    margin: 0 auto 96px !important;
    padding: 0 32px;
}
.ep-contact-form label {
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6B6661;
    margin-bottom: 8px !important;
}
.ep-contact-form .form-field { margin-bottom: 28px !important; }
.ep-contact-form input[type="text"],
.ep-contact-form input[type="email"],
.ep-contact-form input[type="tel"],
.ep-contact-form select,
.ep-contact-form textarea {
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid rgba(42,42,47,0.20) !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    transition: border-color .2s;
}
.ep-contact-form input:focus,
.ep-contact-form select:focus,
.ep-contact-form textarea:focus {
    border-bottom-color: #2D4A6B !important;
}
.ep-contact-form button,
.ep-contact-form input[type="submit"] {
    background: #2D4A6B;
    color: #FBF8F3;
    font-family: "Inter Tight", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    padding: 16px 36px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background .2s;
}
.ep-contact-form button:hover { background: #B8826B; }

/* ─── FOOTER ─── */
section#footer {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    background: #2A2A2F !important;
    padding: 56px 32px !important;
    text-align: center;
}
.wwmy-footer-inner { max-width: 780px; margin: 0 auto; }
.wwmy-footer-tag {
    font-family: "Vollkorn", Georgia, serif;
    font-style: italic;
    font-size: 22px;
    color: #FBF8F3;
    margin: 0 0 16px !important;
    opacity: 0.92;
}
.wwmy-footer-copy {
    font-family: "Inter Tight", sans-serif;
    font-size: 12px;
    color: rgba(251,248,243,0.65);
    margin: 0 0 12px !important;
    letter-spacing: 0.05em;
}
.wwmy-footer-links {
    font-family: "Inter Tight", sans-serif;
    font-size: 11px;
    color: rgba(251,248,243,0.55);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 !important;
}
.wwmy-footer-links a {
    color: rgba(251,248,243,0.85);
    text-decoration: none;
    border-bottom: 1px solid rgba(251,248,243,0.20);
    padding-bottom: 1px;
    margin: 0 4px;
}
.wwmy-footer-links a:hover {
    border-bottom-color: #FBF8F3;
    color: #FBF8F3;
}

/* ─── Hide default page title (we render our own where needed) ─── */
.headline-area { display: none !important; }
.byline, .page-author, .page-date { display: none !important; }

/* ─── Inline images in page-content ─── */
.page-content p > img {
    display: block;
    margin: 32px auto;
    max-width: 100%;
    height: auto;
}

/* ─── Tables for hymn / verse libraries (clean readable) ─── */
.page-content table {
    max-width: 780px;
    margin: 24px auto;
    border-collapse: collapse;
    width: 100%;
}
.page-content table th, .page-content table td {
    border-bottom: 1px solid rgba(42,42,47,0.10);
    padding: 12px 16px;
    text-align: left;
}
.page-content table th {
    font-family: "Inter Tight", sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6B6661;
    font-weight: 500;
}

/* ─── Responsive ─── */
@media (max-width: 700px) {
    .wwmy-blurb,
    .page-content > .wwmy-blurb {
        width: 100% !important;
        max-width: 100% !important;
        margin: 12px 0;
    }
    nav#nav ul.menu { gap: 18px; }
    nav#nav ul.menu li a { font-size: 11px; letter-spacing: 0.14em; }
}

/* ─── Fix: Attention .focus layout negative margins push headings off-screen ─── */
.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,
.readability .text .page-content > h1,
.readability .text .page-content > h2,
.readability .text .page-content > h3,
.readability .text .headline-area {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

/* ─── Fix: CTA button text invisible (matched button bg) ─── */
a.wwmy-btn,
.page-content > p a.wwmy-btn,
.page-content a.wwmy-btn,
.wwmy-cta-wrap a {
    color: #FBF8F3 !important;
    background: #2D4A6B;
    border-bottom: none !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 14px 32px;
    font-family: "Inter Tight", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    transition: background .2s;
}
a.wwmy-btn:hover,
.page-content > p a.wwmy-btn:hover,
.page-content a.wwmy-btn:hover,
.wwmy-cta-wrap a:hover {
    background: #B8826B !important;
    color: #FBF8F3 !important;
}

/* ─── Pricing grid + cards ─── */
.wwmy-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: 880px !important;
    margin: 24px auto 48px !important;
    padding: 0 32px !important;
}
.wwmy-pricing-card {
    background: #FFFFFF;
    border: 1px solid rgba(42,42,47,0.08);
    border-radius: 2px;
    padding: 28px 24px;
    text-align: center;
    box-sizing: border-box;
}
.page-content > .wwmy-pricing-card {
    max-width: 540px !important;
    margin: 24px auto 48px !important;
    padding: 32px 28px !important;
}
.wwmy-pricing-tier {
    font-family: "Inter Tight", system-ui, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6B6661 !important;
    margin: 0 0 8px !important;
}
.wwmy-pricing-price {
    font-family: "Vollkorn", Georgia, serif !important;
    font-weight: 500 !important;
    font-size: 38px !important;
    color: #2A2A2F !important;
    margin: 0 0 8px !important;
    line-height: 1 !important;
}
.wwmy-pricing-detail {
    font-family: "Inter Tight", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: #6B6661 !important;
    margin: 8px 0 0 !important;
}
.wwmy-pricing-card .wwmy-pricing-detail strong {
    color: #2A2A2F;
}