@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;
  }
}
/* ========================================================
 * EDITORIAL / HAND-CRAFTED UPGRADE — Pass 2
 * Apply design-generation skill principles:
 * - warm paper bg (anti pure-white anti-pattern)
 * - serif body (Newsreader via Bunny) paired with display serif (Libre Baskerville)
 * - small-caps metadata labels (Editorial Magazine signature)
 * - hairline rules between sections (Editorial rhythm)
 * - letterpress-style cards (no shadow, hairline border)
 * Layered on top of the base brand CSS.
 * ======================================================== */

@import url("https://fonts.bunny.net/css?family=Newsreader:400,400i,500,500i,700");

/* Warm paper foundation */
body {
  background-color: #F5F0E6 !important;
  color: #2A1F15 !important;
  font-family: "Newsreader", "Source Serif Pro", Georgia, "Times New Roman", serif !important;
  font-size: 19px;
  line-height: 31px;
  font-weight: 400;
}

/* Content area: very slightly creamier white (paper tone, not stark) */
#content,
section#content,
article#content {
  background-color: #FFFCF7 !important;
  color: #2A1F15;
  padding-top: 42px;
  padding-bottom: 42px;
}

/* Body links: warmer olive-green that sits inside the warm-paper palette */
a { color: #5C7A3A; }
a:hover { color: #2A1F15; }

/* Header banner overlay: slightly warmer */
section#header {
  background-image:
    linear-gradient(306deg, rgba(56,40,28,0.32) 51%, rgba(0,0,0,0) 86%),
    url("/user-content/uploads/CC-hero-home.webp") !important;
}
#site-title::after {
  color: #FAF1DC;
}

/* Nav: cream strip, not grey */
#nav {
  background: #EFE8D8 !important;
  border-bottom: 1px solid rgba(42,31,21,0.12);
  border-top: 1px solid rgba(42,31,21,0.12);
}
#nav .menu a {
  color: #2A1F15;
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 17px;
}
#nav .menu a:hover,
#nav .menu .current_page_item a { color: #5C7A3A; }

/* Headings: drop bold weight on Libre Baskerville (italic 400 is the editorial register) */
h1, h2, h3, h4, h5, h6,
.page-title,
#site-title, #site-title a {
  font-family: "Libre Baskerville", Baskerville, "Times New Roman", Times, serif !important;
  font-weight: 400 !important;
  color: #2A1F15;
}
h1.page-title {
  font-style: italic;
  font-size: 51px;
  line-height: 64px;
  margin-bottom: 24px;
  text-align: center;
}
/* Hairline rule under the page-title — Editorial Magazine signature */
h1.page-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: rgba(42,31,21,0.35);
  margin: 18px auto 0;
}

/* Letterpress-style cards: no shadow, hairline border, pressed look */
.ep-card,
.card {
  background: #FFFCF7 !important;
  color: #2A1F15 !important;
  border: 1px solid rgba(42,31,21,0.12) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  transition: transform 0.15s ease, border-color 0.15s ease !important;
}
.ep-card:hover,
.card:hover {
  transform: translateY(-2px);
  border-color: rgba(92,122,58,0.5) !important;
}

/* Card title: italic display serif, more presence */
.ep-card-title,
.card-title {
  font-family: "Libre Baskerville", Baskerville, "Times New Roman", Times, serif !important;
  font-style: italic;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #2A1F15;
  text-align: center;
}

/* Recipe meta as tracked-out small-caps — Editorial Magazine signature */
.recipe-meta {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-variant: small-caps;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-align: center;
  color: #7A6650;
  margin: 6px 0 16px;
}
.recipe-meta a { color: #5C7A3A; text-decoration: none; }
.recipe-meta a:hover { color: #2A1F15; text-decoration: underline; }

/* Section heading on Recipes: hairline divider above the grid */
.extend > .ep-card-group {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(42,31,21,0.10);
}

/* Footer: warm cream, italic serif */
section#footer,
#footer {
  background: #EFE8D8 !important;
  color: #7A6650 !important;
  border-top: 1px solid rgba(42,31,21,0.12);
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.04em;
}

/* Content prose: drop-cap-ready, recipe-friendly */
#content p {
  font-family: "Newsreader", "Source Serif Pro", Georgia, serif;
  margin-bottom: 19px;
}
#content strong { font-weight: 500; }

/* Recipe ingredients list: small-caps section label */
#content h3 {
  font-style: italic;
  font-size: 26px;
  margin-top: 38px;
  margin-bottom: 16px;
}

/* Author/published byline: tracked small caps under the page title */
.post_meta,
.byline,
.entry-meta {
  font-family: "Libre Baskerville", Baskerville, serif !important;
  font-variant: small-caps;
  font-size: 12px !important;
  letter-spacing: 0.16em;
  color: #7A6650 !important;
  margin-bottom: 32px !important;
}

/* Submit button on contact form: olive-green letterpress feel */
.ep-contact-form button.ep-contact-submit,
.ep-contact-form button[type="submit"] {
  background: #5C7A3A;
  color: #FAF1DC;
  font-family: "Libre Baskerville", Baskerville, serif;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  border: none;
  padding: 14px 28px;
  border-radius: 2px;
  font-weight: 400;
}
.ep-contact-form button.ep-contact-submit:hover { background: #4A6230; }

/* Form labels: small caps too */
.ep-contact-form label {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-variant: small-caps;
  letter-spacing: 0.08em;
  font-weight: 400 !important;
  color: #2A1F15;
}
.ep-contact-form input[type="text"],
.ep-contact-form input[type="email"],
.ep-contact-form input[type="tel"],
.ep-contact-form textarea,
.ep-contact-form select {
  background: #FFFCF7 !important;
  border: 1px solid rgba(42,31,21,0.20) !important;
  color: #2A1F15 !important;
  font-family: "Newsreader", Georgia, serif !important;
}

/* Card grid: 3-column on desktop, 1-column on mobile */
.ep-card-group.ep-card-flex-3,
.ep-card-flex.ep-card-flex-3,
.ep-card-group.ep-card-flex {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 24px !important;
}
@media (min-width: 706px) {
  .ep-card-group.ep-card-flex-3,
  .ep-card-flex.ep-card-flex-3,
  .ep-card-group.ep-card-flex {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.ep-card-group.ep-card-flex-3 > .ep-card,
.ep-card-flex.ep-card-flex-3 > .ep-card,
.ep-card-group.ep-card-flex > .ep-card {
  max-width: 100% !important;
  flex: none !important;
  width: 100% !important;
}
a.ep-card { text-decoration: none; color: inherit; display: block; }

/* Header restoration — keep photo banner full + white italic title */
section#header,
#header {
  background-image:
    linear-gradient(306deg, rgba(56,40,28,0.32) 51%, rgba(0,0,0,0) 86%),
    url("/user-content/uploads/CC-hero-home.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  min-height: 260px !important;
  text-align: center;
}
#site-title,
#site-title a {
  font-family: "Libre Baskerville", Baskerville, "Times New Roman", Times, serif !important;
  font-style: italic !important;
  font-size: 51px !important;
  line-height: 78px !important;
  font-weight: 400 !important;
  color: #FAF1DC !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.55);
}
#site-title::after {
  content: "by Damyanti Gajjar";
  display: block;
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  color: #FAF1DC;
  margin-top: 2px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.55);
}

/* ========================================================
 * Ayurveda block (Tastes / Suits / Digestion) + related-recipes
 * Per Agent 4 design: small-caps labels, paper-tone fields
 * ======================================================== */

.standfirst {
  font-family: "Newsreader", "Source Serif Pro", Georgia, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 33px;
  color: #2A1F15;
  max-width: 680px;
  margin: 0 auto 24px;
  text-align: center;
}
.see-also {
  text-align: center;
  font-family: "Libre Baskerville", Baskerville, serif;
  font-variant: small-caps;
  letter-spacing: 0.12em;
  font-size: 13px;
  margin: 16px auto 36px;
}
.see-also a {
  color: #5C7A3A;
  text-decoration: none;
  border-bottom: 1px solid rgba(92,122,58,0.4);
  padding-bottom: 2px;
}
.see-also a:hover { color: #2A1F15; border-bottom-color: #2A1F15; }

.ayurveda-note {
  background: #FAF1DC;
  border-top: 1px solid rgba(42,31,21,0.18);
  border-bottom: 1px solid rgba(42,31,21,0.18);
  padding: 28px 32px;
  margin: 36px 0;
  font-family: "Newsreader", "Source Serif Pro", Georgia, serif;
}
.ayurveda-note h3 {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 22px;
  margin-top: 0 !important;
  margin-bottom: 16px;
  text-align: center;
  color: #2A1F15;
}
.ayurveda-note p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
  color: #2A1F15;
}
.ayurveda-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 22px;
  row-gap: 14px;
  margin: 0;
  padding: 0;
}
.ayurveda-grid dt {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-variant: small-caps;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 400;
  color: #7A6650;
  padding-top: 4px;
  white-space: nowrap;
}
.ayurveda-grid dd {
  margin: 0;
  color: #2A1F15;
  font-size: 16px;
  line-height: 26px;
}
.ayurveda-grid dd strong { font-weight: 500; }
.ayurveda-grid dd em {
  display: block;
  color: #7A6650;
  font-size: 14px;
  margin-top: 4px;
  font-style: italic;
}

.related-recipes {
  margin: 48px 0 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(42,31,21,0.18);
}
.related-recipes h3 {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 22px;
  margin: 0 0 20px;
  text-align: center;
  color: #2A1F15;
}
.related-recipes ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 32px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  text-align: center;
}
.related-recipes li {
  padding: 4px 0;
  list-style: none;
}
.related-recipes li.current-recipe a {
  color: #7A6650;
  pointer-events: none;
  font-style: italic;
}
.related-recipes a {
  color: #5C7A3A;
  text-decoration: none;
  border-bottom: 1px solid rgba(92,122,58,0.25);
}
.related-recipes a:hover { color: #2A1F15; border-bottom-color: #2A1F15; }

@media (max-width: 706px) {
  .related-recipes ul { grid-template-columns: 1fr; }
}

/* Print stylesheet — recipe sites must print well */
@media print {
  body { background: white !important; color: black !important; font-size: 12pt; }
  #header, #nav, section#footer, .related-recipes, .see-also, .ep-contact-form-wrapper { display: none !important; }
  #content, section#content { background: white !important; }
  .ayurveda-note { background: #fafafa !important; border: 1px solid #ccc !important; page-break-inside: avoid; }
  h1, h2, h3 { page-break-after: avoid; }
  a { color: black !important; text-decoration: none !important; }
  img { max-width: 100% !important; page-break-inside: avoid; }
}

/* ========================================================
 * Content enhancement pass (2026-05-12):
 *   .recipe-headnote / .recipe-method / .recipe-hero-still
 *   .seasonal-note / .spice-index
 * ======================================================== */

.recipe-headnote {
  font-family: "Newsreader", "Source Serif Pro", Georgia, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 33px;
  color: #2A1F15;
  max-width: 680px;
  margin: 24px auto 36px;
  text-align: center;
  padding: 0 20px;
}

.recipe-hero-still {
  margin: 24px auto 36px;
  max-width: 720px;
}
.recipe-hero-still img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.recipe-hero-still figcaption {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-variant: small-caps;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: #7A6650;
  text-align: center;
  margin-top: 10px;
}

.recipe-method {
  font-family: "Newsreader", "Source Serif Pro", Georgia, serif;
  font-size: 18px;
  line-height: 30px;
  color: #2A1F15;
  max-width: 720px;
  margin: 24px auto;
  padding-left: 28px;
}
.recipe-method li {
  margin-bottom: 18px;
  padding-left: 8px;
}
.recipe-method li::marker {
  color: #5C7A3A;
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-weight: 400;
}

.seasonal-note {
  font-family: "Newsreader", "Source Serif Pro", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  color: #2A1F15;
  background: #FAF1DC;
  border-top: 1px solid rgba(42,31,21,0.18);
  border-bottom: 1px solid rgba(42,31,21,0.18);
  padding: 20px 28px;
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}
.seasonal-note a {
  color: #5C7A3A;
  text-decoration: none;
  border-bottom: 1px solid rgba(92,122,58,0.4);
}
.seasonal-note a:hover { color: #2A1F15; border-bottom-color: #2A1F15; }

.spice-index {
  max-width: 720px;
  margin: 36px auto;
}
.spice-index h3 {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  color: #2A1F15;
}
.spice-index ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(42,31,21,0.12);
}
.spice-index li {
  border-bottom: 1px solid rgba(42,31,21,0.12);
  margin: 0;
  padding: 0;
}
.spice-index a {
  display: block;
  padding: 14px 20px;
  color: #2A1F15;
  text-decoration: none;
  font-family: "Newsreader", Georgia, serif;
  font-size: 17px;
  line-height: 26px;
  transition: background-color 0.15s ease;
}
.spice-index a:hover {
  background: #FAF1DC;
  color: #5C7A3A;
}
.spice-index a strong {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-weight: 400;
  color: #2A1F15;
  margin-right: 6px;
}

/* ====================================================================== */
/* Tier 1 imagery (May 2026 — spice library + seasonal + hands + six-tastes) */
/* ====================================================================== */

.spice-hero {
  margin: 24px auto 36px;
  max-width: 480px;
}
.spice-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.spice-hero figcaption {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 14px;
  color: #7A6650;
  text-align: center;
  margin-top: 12px;
}

.six-tastes-hero {
  margin: 0 auto 36px;
  max-width: 960px;
}
.six-tastes-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.six-tastes-hero figcaption {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 14px;
  color: #7A6650;
  text-align: center;
  margin-top: 12px;
}

.seasonal-hero {
  margin: 0 auto;
  max-width: 720px;
}
.seasonal-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0;
}
.seasonal-hero + .seasonal-note {
  margin-top: 0;
  border-top: none;
  border-radius: 0 0 2px 2px;
}

.editorial-figure {
  margin: 28px auto 36px;
  max-width: 540px;
}
.editorial-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.editorial-figure figcaption {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-variant: small-caps;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: #7A6650;
  text-align: center;
  margin-top: 10px;
}

/* ====================================================================== */
/* Tier 2 imagery (May 2026 — Akhni contact sheet)                        */
/* ====================================================================== */

.method-contact-sheet {
  margin: 32px auto 40px;
  max-width: 1000px;
}
.method-contact-sheet img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.method-contact-sheet figcaption {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 14px;
  color: #7A6650;
  text-align: center;
  margin-top: 12px;
}

/* ====================================================================== */
/* Akhni Interactive Cooking Guide (May 2026)                             */
/* ====================================================================== */

.akhni-interactive-guide {
  max-width: 920px;
  margin: 48px auto 36px;
  padding: 0 16px;
  position: relative;
}

.akhni-guide-intro {
  font-family: "Newsreader", "Source Serif Pro", Georgia, serif;
  font-style: italic;
  font-size: 19px;
  line-height: 31px;
  color: #2A1F15;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 24px 28px;
  background: #FAF1DC;
  border-top: 1px solid rgba(42, 31, 21, 0.18);
  border-bottom: 1px solid rgba(42, 31, 21, 0.18);
}

.akhni-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
  margin-bottom: 56px;
  scroll-margin-top: 32px;
  position: relative;
}

.akhni-step-figure {
  margin: 0;
  grid-column: 1;
}
.akhni-step-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.akhni-step-body {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 8px;
}

.akhni-step-num {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: #5C7A3A;
  margin-bottom: 8px;
}

.akhni-step-title {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  color: #2A1F15;
  margin: 0 0 16px 0;
}

.akhni-step-prose {
  font-family: "Newsreader", "Source Serif Pro", Georgia, serif;
  font-size: 17px;
  line-height: 28px;
  color: #2A1F15;
}
.akhni-step-prose p { margin: 0 0 14px 0; }
.akhni-step-prose p:last-child { margin-bottom: 0; }

/* Even-numbered steps flip image to the right for visual rhythm */
.akhni-step:nth-child(even) .akhni-step-figure { grid-column: 2; grid-row: 1; }
.akhni-step:nth-child(even) .akhni-step-body { grid-column: 1; grid-row: 1; text-align: right; }

/* Sticky step navigator on the right (desktop only) */
.akhni-step-nav {
  position: fixed;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 50;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.akhni-step-nav.visible {
  opacity: 1;
  pointer-events: auto;
}
.akhni-step-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.85);
  border: 1px solid rgba(42, 31, 21, 0.22);
  color: #7A6650;
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.akhni-step-nav a:hover {
  background: #FFFCF7;
  color: #2A1F15;
  border-color: #5C7A3A;
}
.akhni-step-nav a.active {
  background: #5C7A3A;
  color: #FFFCF7;
  border-color: #5C7A3A;
  transform: scale(1.1);
}

/* Closing note */
.akhni-guide-closing {
  font-family: "Newsreader", "Source Serif Pro", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  line-height: 28px;
  color: #5C4937;
  text-align: center;
  max-width: 600px;
  margin: 24px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(42, 31, 21, 0.18);
}

/* Mobile: stack image + body, hide sticky nav */
@media (max-width: 720px) {
  .akhni-step {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }
  .akhni-step:nth-child(even) .akhni-step-figure,
  .akhni-step:nth-child(even) .akhni-step-body {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
  }
  .akhni-step-figure { grid-row: 1; }
  .akhni-step-body { grid-row: 2; }
  .akhni-step-num { font-size: 44px; }
  .akhni-step-title { font-size: 22px; }
  .akhni-step-nav { display: none; }
}

@media print {
  .akhni-step-nav { display: none !important; }
  .akhni-step {
    grid-template-columns: 1fr 2fr;
    page-break-inside: avoid;
    margin-bottom: 24px;
  }
  .akhni-step:nth-child(even) .akhni-step-figure { grid-column: 1; }
  .akhni-step:nth-child(even) .akhni-step-body { grid-column: 2; text-align: left; }
  .akhni-step-num { color: black !important; font-size: 36px; }
  .akhni-step-title { color: black !important; }
}

/* ====================================================================== */
/* Tier 3 polish (May 2026 — 404 + dividers + favicon + global gestures)  */
/* ====================================================================== */

/* 404 hero still-life */
.error-hero {
  margin: 0 auto 32px;
  max-width: 720px;
}
.error-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

/* Botanical section dividers — used as quiet visual pauses between sections */
.botanical-divider {
  display: block;
  margin: 40px auto;
  height: auto;
  opacity: 0.85;
}
.botanical-divider.size-small  { max-width: 140px; }
.botanical-divider.size-medium { max-width: 200px; }
.botanical-divider.size-large  { max-width: 280px; }

/* Footer flourish — small motif above the © line */
section#footer .botanical-divider,
.footer-flourish {
  margin-top: 32px;
  margin-bottom: 16px;
  max-width: 140px;
}

/* Global gestures: smooth in-page anchor scroll + subtle body fade-in */
html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body { animation: none !important; }
}

@keyframes cc-body-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
body {
  animation: cc-body-fade-in 0.45s ease-out;
}

/* Skip-to-content link (accessibility) — visible only on keyboard focus */
.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 16px;
  z-index: 1000;
  padding: 10px 16px;
  background: #2A1F15;
  color: #FFFCF7;
  text-decoration: none;
  font-family: "Libre Baskerville", Baskerville, serif;
  font-style: italic;
  font-size: 14px;
  border-radius: 2px;
}
.skip-to-content:focus {
  left: 16px;
}

/* Print polish for recipe pages — kitchen-friendly */
@media print {
  .akhni-interactive-guide, .recipe-method, .recipe-headnote, .ayurveda-note {
    max-width: 100% !important;
  }
  /* Hide the seasonal home note + decorative dividers when printing a recipe */
  .seasonal-note, .seasonal-hero, .botanical-divider,
  .akhni-step-nav, .spice-hero, .six-tastes-hero,
  .editorial-figure, .method-contact-sheet figcaption {
    display: none !important;
  }
  /* Keep the page header tight */
  h1, h2 { margin-top: 0 !important; }
  /* Strong ingredient/method legibility */
  .recipe-method { font-size: 13pt !important; line-height: 1.6 !important; }
  .recipe-method li { margin-bottom: 10pt !important; }
  /* Page break hints — keep each step together, allow breaks between */
  .akhni-step, .ayurveda-note, figure { page-break-inside: avoid; }
  h3 + p, h3 + ul, h3 + ol { page-break-before: avoid; }
  /* Render hero images at sensible print width */
  .recipe-hero-still img, .akhni-step-figure img { max-width: 60% !important; margin: 0 auto; }
  /* No long URLs in printout (the related-recipes list) */
  a[href]:after { content: "" !important; }
}

/* WordPress-legacy alignment class — centers floated/inline images that came from the WP translator */
.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
