/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
}
:root {
  --olp-ink: #28172d;
  --olp-paper: #fffdf9;
  --olp-cream: #f7f0e8;
  --olp-line: #eadde4;
  --olp-muted: #756976;
  --olp-accent: #f25763;
  --olp-accent-soft: #ffe7e6;
  --olp-dark: #211720;
  --olp-dark-soft: #30202f;
  --olp-gold: #d4a84e;
  --olp-sage: #5f7d68;
  --olp-shell: 1240px;
  --olp-serif: "Newsreader",Georgia,serif;
  --olp-sans: "DM Sans",sans-serif;
  --olp-shadow: 0 28px 80px rgba(40,23,45,.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 86px;
}
body {
  min-width: 320px;
  color: var(--olp-ink);
  background: var(--olp-paper);
  font: 16px/1.65 var(--olp-sans);
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .olp-site-header {
  top: 32px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,textarea,select {
  font: inherit;
}
.olp-shell {
  width: min(var(--olp-shell),calc(100% - 48px));
  margin-inline: auto;
}
.olp-main {
  overflow: hidden;
}
.olp-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--olp-accent);
  transform: translateY(-120px);
}
.olp-skip:focus {
  transform: none;
}
.olp-eyebrow {
  margin: 0 0 10px;
  color: var(--olp-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.olp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  transition: .2s;
}
.olp-button:hover {
  transform: translateY(-2px);
}
.olp-button-primary {
  color: #fff;
  background: var(--olp-accent);
  box-shadow: 0 12px 28px var(--olp-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 12px 28px color-mix(in srgb,var(--olp-accent) 28%,transparent);
  }
}
.olp-button-ghost {
  border-color: var(--olp-ink);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb,var(--olp-ink) 18%,transparent);
  }
  background: rgba(255,255,255,.65);
}
.olp-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: #fff;
  background: rgba(32,18,37,.96);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.olp-header-shell {
  width: min(1320px,calc(100% - 48px));
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 38px;
  margin-inline: auto;
}
.olp-logo {
  width: 192px;
  min-width: 192px;
}
.olp-logo img {
  width: 100%;
}
.olp-desktop-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
}
.olp-desktop-nav a {
  position: relative;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
}
.olp-desktop-nav a:after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: var(--olp-accent);
  transition: .2s;
}
.olp-desktop-nav a:hover {
  color: #fff;
}
.olp-desktop-nav a:hover:after {
  right: 0;
}
.olp-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.olp-search-toggle,.olp-menu-toggle {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.olp-search-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.olp-header-cta {
  padding: 11px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--olp-accent);
  font-size: 11px;
  font-weight: 800;
}
.olp-menu-toggle {
  display: none;
  gap: 4px;
  padding: 11px;
}
.olp-menu-toggle span {
  width: 18px;
  height: 2px;
  background: #fff;
}
.olp-search-panel {
  position: absolute;
  inset: 82px 0 auto;
  padding: 24px;
  background: #fffdf9;
  border-bottom: 1px solid var(--olp-line);
  box-shadow: var(--olp-shadow);
}
.olp-search-inner {
  width: min(760px,calc(100% - 32px));
  margin-inline: auto;
}
.olp-search-inner form {
  display: flex;
  gap: 10px;
}
.olp-search-inner label {
  flex: 1;
}
.olp-search-inner input[type=search] {
  width: 100%;
  min-height: 52px;
  padding: 10px 18px;
  border: 1px solid var(--olp-line);
  border-radius: 999px;
  background: #fff;
}
.olp-search-inner input[type=submit] {
  min-height: 52px;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--olp-ink);
  font-weight: 800;
}
.olp-search-inner p {
  margin: 8px 16px 0;
  color: var(--olp-muted);
  font-size: 12px;
}
.olp-mobile-nav {
  display: none;
  padding: 16px 24px 28px;
  background: #201225;
}
.olp-mobile-nav a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-weight: 700;
}
.olp-hero {
  position: relative;
  overflow: hidden;
  background: var(--olp-paper);
}
.olp-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 5%,var(--olp-accent-soft),transparent 34%),radial-gradient(circle at 88% 88%,rgba(212,168,78,.12),transparent 34%);
  pointer-events: none;
}
.olp-hero-grid {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 82px;
  padding-block: 72px 88px;
}
.olp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--olp-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.olp-breadcrumbs span {
  color: var(--olp-accent);
}
.olp-hero h1 {
  max-width: 720px;
  margin: 0;
  font: 500 clamp(56px,6.5vw,94px)/.91 var(--olp-serif);
  letter-spacing: -.055em;
  text-wrap: balance;
}
.olp-hero-intro {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--olp-muted);
  font-size: 17px;
  line-height: 1.75;
}
.olp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}
.olp-hero-stats {
  display: flex;
  gap: 34px;
  margin-top: 40px;
  color: var(--olp-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.olp-hero-stats strong {
  display: block;
  margin-bottom: 4px;
  color: var(--olp-ink);
  font: 600 25px/1 var(--olp-serif);
}
.olp-hero-art {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.olp-hero-image {
  position: relative;
  width: min(100%,520px);
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid var(--olp-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb,var(--olp-accent) 25%,var(--olp-line));
  }
  border-radius: 34px;
  background: var(--olp-cream);
  box-shadow: var(--olp-shadow);
  transform: rotate(2deg);
}
.olp-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.olp-hero-image:after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent,rgba(30,16,34,.5));
}
.olp-hero-image span {
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 17px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: var(--olp-ink);
  background: #ffd45d;
  font: 700 11px/1.1 var(--olp-sans);
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.olp-hero-fallback {
  position: relative;
  width: min(100%,500px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle,var(--olp-accent-soft),transparent 66%);
}
.olp-hero-fallback:before,.olp-hero-fallback:after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid var(--olp-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb,var(--olp-accent) 24%,transparent);
  }
  border-radius: 44% 56% 63% 37%;
  transform: rotate(18deg);
}
.olp-hero-fallback:after {
  inset: 22%;
  transform: rotate(-31deg);
}
.olp-hero-fallback b {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border-radius: 46% 54% 50% 50%;
  color: #fff;
  background: var(--olp-ink);
  font: 500 84px/1 var(--olp-serif);
}
.olp-hero-fallback span {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 15%;
  width: 185px;
  padding: 20px;
  color: var(--olp-ink);
  background: #fff;
  box-shadow: var(--olp-shadow);
  font: italic 18px/1.35 var(--olp-serif);
  transform: rotate(-4deg);
}
.olp-layout-breakup {
  --olp-accent: #e38a97;
  --olp-accent-soft: #3b2737;
}
.olp-layout-sexy {
  --olp-accent: #e94d6d;
  --olp-accent-soft: #351522;
}
.olp-layout-smiling {
  --olp-accent: #f25763;
  --olp-accent-soft: #fff0dd;
}
.olp-layout-heart {
  --olp-accent: #d4a84e;
  --olp-accent-soft: #f7ecd0;
}
.olp-dark-page .olp-hero {
  color: #fff;
  background: var(--olp-dark);
}
.olp-dark-page .olp-hero:before {
  background: radial-gradient(circle at 12% 30%,var(--olp-accent),transparent 34%),linear-gradient(115deg,transparent 0 58%,rgba(255,255,255,.025) 58% 59%,transparent 59%);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at 12% 30%,color-mix(in srgb,var(--olp-accent) 15%,transparent),transparent 34%),linear-gradient(115deg,transparent 0 58%,rgba(255,255,255,.025) 58% 59%,transparent 59%);
  }
}
.olp-dark-page .olp-breadcrumbs,.olp-dark-page .olp-hero-intro,.olp-dark-page .olp-hero-stats {
  color: rgba(255,255,255,.62);
}
.olp-dark-page .olp-hero-stats strong {
  color: #fff;
}
.olp-dark-page .olp-button-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.2);
  background: transparent;
}
.olp-dark-page .olp-hero-image {
  background: #3a2736;
  border-color: rgba(255,255,255,.12);
  clip-path: polygon(0 0,100% 0,100% 96%,94% 99%,86% 96%,77% 99%,67% 96%,58% 99%,48% 96%,38% 99%,28% 96%,18% 99%,9% 96%,0 98%);
  border-radius: 0;
}
.olp-layout-sexy .olp-hero-fallback b {
  background: transparent;
  border: 2px solid var(--olp-accent);
  color: var(--olp-accent);
  font-size: 62px;
}
.olp-layout-smiling .olp-hero-fallback b {
  border-radius: 48% 48% 10px 10px;
  color: var(--olp-ink);
  background: #ead8c7;
}
.olp-layout-heart .olp-hero-fallback b {
  width: 205px;
  height: 185px;
  border-radius: 50% 50% 45% 45%;
  background: linear-gradient(#858780 0 48%,#d4a84e 48%);
}
.olp-top-ad {
  padding-block: 24px;
}
.olp-ad {
  width: 100%;
  text-align: center;
}
.olp-ad-label {
  display: block;
  margin-bottom: 7px;
  color: #9a8f98;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.olp-ad-preview {
  min-height: 96px;
  display: grid;
  place-items: center;
  border: 1px dashed #cbbdc6;
  color: #897b86;
  background: repeating-linear-gradient(135deg,#faf6f2,#faf6f2 8px,#f5eee8 8px,#f5eee8 16px);
  font-size: 12px;
}
.olp-ad-inline {
  margin: 14px 0;
}
.olp-ad-inline .olp-ad-preview {
  min-height: 126px;
}
.olp-ad-sidebar .olp-ad-preview {
  min-height: 420px;
}
.olp-reading-section {
  padding-block: 92px 112px;
}
.olp-reading-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 310px;
  gap: 56px;
}
.olp-section-head {
  max-width: 720px;
  margin-bottom: 38px;
}
.olp-section-head h2 {
  margin: 0;
  font: 500 clamp(40px,4.5vw,62px)/1 var(--olp-serif);
  letter-spacing: -.035em;
  text-wrap: balance;
}
.olp-section-head>p:not(.olp-eyebrow) {
  max-width: 620px;
  margin: 15px 0 0;
  color: var(--olp-muted);
}
.olp-poem-list {
  display: grid;
  gap: 24px;
}
.olp-poem-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  overflow: hidden;
  border: 1px solid var(--olp-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(40,23,45,.055);
  transition: .24s;
}
.olp-poem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(40,23,45,.11);
}
.olp-poem-number {
  display: grid;
  place-items: start center;
  padding-top: 31px;
  border-right: 1px solid var(--olp-line);
  color: #aaa0a8;
  font: 600 14px/1 var(--olp-serif);
}
.olp-poem-number:after {
  content: "";
  width: 6px;
  height: 46px;
  margin-top: 15px;
  border-radius: 999px;
  background: var(--olp-accent);
}
.olp-poem-card-body {
  padding: 31px 34px 27px;
}
.olp-poem-kicker {
  margin: 0 0 7px;
  color: var(--olp-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.olp-poem-card h3 {
  margin: 0;
  font: 500 clamp(29px,3vw,40px)/1.08 var(--olp-serif);
  letter-spacing: -.025em;
}
.olp-poem-author {
  margin: 6px 0 0;
  color: var(--olp-muted);
  font: italic 14px/1.35 var(--olp-serif);
}
.olp-poem-text {
  margin-top: 25px;
  font: 18px/1.72 var(--olp-serif);
}
.olp-poem-text p {
  margin: 0 0 15px;
}
.olp-poem-text h2 {
  margin: 30px 0 13px;
  font: 500 28px/1.1 var(--olp-serif);
}
.olp-poem-text hr {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid var(--olp-line);
}
.olp-poem-card footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid var(--olp-line);
}
.olp-poem-card footer button {
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  color: var(--olp-ink);
  background: var(--olp-cream);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.olp-poem-card footer button:hover,.olp-poem-card footer button.is-saved {
  color: #fff;
  background: var(--olp-accent);
}
.olp-sidebar {
  display: grid;
  align-content: start;
  gap: 24px;
  position: sticky;
  top: 110px;
  height: max-content;
}
.olp-sidebar-note {
  padding: 29px;
  border: 1px solid var(--olp-line);
  border-radius: 25px;
  background: var(--olp-cream);
}
.olp-sidebar-note h2 {
  margin: 0;
  font: 500 32px/1.04 var(--olp-serif);
}
.olp-sidebar-note p:last-child {
  margin: 14px 0 0;
  color: var(--olp-muted);
  font-size: 13px;
}
.olp-sidebar-links {
  display: grid;
  border-top: 1px solid var(--olp-line);
}
.olp-sidebar-links a {
  padding: 13px 2px;
  border-bottom: 1px solid var(--olp-line);
  font-size: 12px;
  font-weight: 700;
}
.olp-sidebar-links a:hover {
  color: var(--olp-accent);
}
.olp-layout-breakup .olp-reading-section,.olp-layout-sexy .olp-reading-section {
  background: #f8f1e9;
}
.olp-layout-breakup .olp-poem-card {
  grid-template-columns: 1fr;
  border-radius: 2px;
  background: #fffaf3;
  transform: rotate(-.25deg);
  box-shadow: 0 15px 35px rgba(52,34,46,.09);
}
.olp-layout-breakup .olp-poem-number {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  border: 0;
}
.olp-layout-breakup .olp-poem-number:after {
  display: none;
}
.olp-layout-breakup .olp-poem-card-body {
  padding: 40px 38px 31px;
}
.olp-layout-breakup .olp-poem-card:nth-of-type(even) {
  background: #f3e8df;
  transform: rotate(.35deg);
}
.olp-layout-sexy .olp-poem-card {
  color: #f7e9ee;
  border-color: rgba(255,255,255,.12);
  background: #21131b;
  box-shadow: 0 22px 55px rgba(27,8,17,.2);
}
.olp-layout-sexy .olp-poem-number,.olp-layout-sexy .olp-poem-card footer {
  border-color: rgba(255,255,255,.12);
}
.olp-layout-sexy .olp-poem-author {
  color: #bdaab3;
}
.olp-layout-sexy .olp-poem-card footer button {
  color: #fff;
  background: rgba(255,255,255,.08);
}
.olp-layout-smiling .olp-poem-card {
  border-radius: 25px;
}
.olp-layout-heart .olp-reading-grid {
  grid-template-columns: minmax(0,820px);
  justify-content: center;
}
.olp-layout-heart .olp-sidebar {
  display: none;
}
.olp-layout-heart .olp-poem-card {
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.olp-layout-heart .olp-poem-number {
  display: none;
}
.olp-layout-heart .olp-poem-card-body {
  padding: 54px clamp(24px,7vw,82px);
  border-block: 1px solid var(--olp-line);
  background: #fffaf3;
}
.olp-layout-heart .olp-poem-card h3 {
  text-align: center;
  font-size: clamp(42px,6vw,68px);
}
.olp-layout-heart .olp-poem-author {
  text-align: center;
}
.olp-layout-heart .olp-poem-text {
  font-size: 21px;
  line-height: 1.85;
  text-align: center;
}
.olp-closing {
  padding-block: 88px;
  color: #fff;
  background: var(--olp-ink);
}
.olp-closing-inner {
  display: grid;
  grid-template-columns: 140px minmax(0,1fr) auto;
  align-items: center;
  gap: 42px;
}
.olp-closing .olp-eyebrow {
  margin: 0;
}
.olp-closing h2 {
  max-width: 780px;
  margin: 0;
  font: 500 clamp(34px,4vw,52px)/1.05 var(--olp-serif);
}
.olp-closing a {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--olp-accent);
  font-size: 12px;
  font-weight: 800;
}
.olp-related-categories,.olp-related-posts,.olp-home-categories,.olp-home-latest {
  padding-block: 92px;
}
.olp-related-posts,.olp-home-latest {
  background: var(--olp-cream);
}
.olp-category-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.olp-category-card {
  position: relative;
  min-height: 235px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--olp-ink);
  box-shadow: 0 12px 35px rgba(40,23,45,.1);
}
.olp-category-card:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent,rgba(28,15,32,.82));
}
.olp-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s;
}
.olp-category-card span {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: #fff;
  font: 500 28px/1.02 var(--olp-serif);
}
.olp-category-card:hover img {
  transform: scale(1.06);
}
.olp-post-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 21px;
}
.olp-post-card {
  overflow: hidden;
  border: 1px solid var(--olp-line);
  border-radius: 24px;
  background: #fff;
  transition: .24s;
}
.olp-post-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--olp-shadow);
}
.olp-post-card>img,.olp-post-placeholder {
  width: 100%;
  aspect-ratio: 16/10;
  display: block;
  object-fit: cover;
  background: radial-gradient(circle at 30% 30%,var(--olp-accent-soft),transparent 40%),linear-gradient(145deg,var(--olp-cream),#eadde4);
}
.olp-post-card>div {
  padding: 23px;
}
.olp-post-card small {
  color: var(--olp-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.olp-post-card h3,.olp-post-card h2 {
  margin: 8px 0 9px;
  font: 500 29px/1.05 var(--olp-serif);
}
.olp-post-card p {
  margin: 0;
  color: var(--olp-muted);
  font-size: 13px;
}
.olp-grid-ad {
  grid-column: 1/-1;
}
.pagination,.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 46px;
}
.page-numbers {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--olp-line);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}
.page-numbers.current {
  color: #fff;
  border-color: var(--olp-accent);
  background: var(--olp-accent);
}
.olp-archive-hero,.olp-page-hero {
  padding-block: 82px 72px;
  background: radial-gradient(circle at 12% 0,var(--olp-accent-soft),transparent 35%),var(--olp-paper);
}
.olp-archive-hero-grid {
  display: grid;
  grid-template-columns: 1fr 450px;
  align-items: center;
  gap: 72px;
}
.olp-archive-hero h1,.olp-page-hero h1 {
  margin: 0;
  font: 500 clamp(54px,6vw,88px)/.93 var(--olp-serif);
  letter-spacing: -.05em;
}
.olp-archive-description,.olp-page-hero p {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--olp-muted);
  font-size: 17px;
}
.olp-archive-hero img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--olp-shadow);
  transform: rotate(1.5deg);
}
.olp-archive-list {
  padding-block: 82px 105px;
}
.olp-post-grid-archive {
  grid-template-columns: repeat(3,1fr);
}
.olp-page-content {
  max-width: 900px;
  padding-block: 74px 100px;
}
.olp-page-content figure {
  margin: 0 0 42px;
}
.olp-page-content figure img {
  width: 100%;
  border-radius: 30px;
}
.olp-prose {
  font: 18px/1.78 var(--olp-serif);
}
.olp-prose h2,.olp-prose h3 {
  margin: 1.5em 0 .55em;
  font-family: var(--olp-serif);
  line-height: 1.08;
}
.olp-prose a {
  color: var(--olp-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.olp-home-hero {
  padding-block: 74px 88px;
  background: radial-gradient(circle at 12% 5%,#ffe7e6,transparent 34%),radial-gradient(circle at 88% 92%,#f7ecd0,transparent 34%);
}
.olp-home-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr .95fr;
  align-items: center;
  gap: 80px;
}
.olp-home-hero h1 {
  max-width: 730px;
  margin: 0;
  font: 500 clamp(62px,7vw,104px)/.89 var(--olp-serif);
  letter-spacing: -.06em;
}
.olp-home-hero p:not(.olp-eyebrow) {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--olp-muted);
  font-size: 18px;
}
.olp-home-art {
  position: relative;
}
.olp-home-art img {
  width: 100%;
  aspect-ratio: 4/4.2;
  object-fit: cover;
  border-radius: 38% 38% 18px 18px;
  box-shadow: var(--olp-shadow);
}
.olp-home-art blockquote {
  position: absolute;
  left: -40px;
  bottom: -25px;
  width: 280px;
  margin: 0;
  padding: 24px;
  background: #fff;
  box-shadow: var(--olp-shadow);
  font: italic 19px/1.42 var(--olp-serif);
  transform: rotate(-4deg);
}
.olp-submit-hero {
  padding-block: 90px;
  background: radial-gradient(circle at 85% 20%,#ffe7e6,transparent 30%),var(--olp-paper);
}
.olp-submit-hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 80px;
}
.olp-submit-hero h1 {
  margin: 0;
  font: 500 clamp(62px,7vw,100px)/.9 var(--olp-serif);
  letter-spacing: -.055em;
}
.olp-submit-hero p:not(.olp-eyebrow) {
  max-width: 650px;
  color: var(--olp-muted);
  font-size: 18px;
}
.olp-submit-note {
  padding: 38px;
  background: #fff;
  box-shadow: var(--olp-shadow);
  transform: rotate(2deg);
}
.olp-submit-note span,.olp-submit-note small {
  display: block;
  color: var(--olp-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.olp-submit-note strong {
  display: block;
  margin: 17px 0;
  font: 500 34px/1.05 var(--olp-serif);
}
.olp-submit-form-section {
  padding-block: 88px 110px;
  background: var(--olp-cream);
}
.olp-submit-grid {
  display: grid;
  grid-template-columns: minmax(0,760px) 320px;
  gap: 68px;
}
.olp-submit-form {
  display: grid;
  gap: 20px;
  padding: 38px;
  border: 1px solid var(--olp-line);
  border-radius: 30px;
  background: #fff;
}
.olp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.olp-submit-form label {
  display: grid;
  gap: 8px;
  color: var(--olp-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.olp-submit-form input,.olp-submit-form textarea,.olp-submit-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d9ccd4;
  border-radius: 13px;
  color: var(--olp-ink);
  background: #fff;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  outline: 0;
}
.olp-submit-form input:focus,.olp-submit-form textarea:focus,.olp-submit-form select:focus {
  border-color: var(--olp-accent);
  box-shadow: 0 0 0 3px var(--olp-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb,var(--olp-accent) 15%,transparent);
  }
}
.olp-check {
  grid-template-columns: 20px 1fr !important;
  align-items: start;
}
.olp-check input {
  width: 18px;
  height: 18px;
  padding: 0;
}
.olp-check span {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}
.olp-form-status {
  margin: 0;
  color: var(--olp-accent);
  font-size: 13px;
  font-weight: 700;
}
.olp-submit-grid>aside {
  align-self: start;
  position: sticky;
  top: 110px;
}
.olp-submit-grid>aside h2 {
  margin: 0;
  font: 500 40px/1.03 var(--olp-serif);
}
.olp-submit-grid>aside>p:not(.olp-eyebrow) {
  color: var(--olp-muted);
}
.olp-submit-grid>aside>a {
  display: inline-block;
  margin: 10px 0 28px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--olp-accent);
  font-size: 12px;
  font-weight: 800;
}
.olp-site-footer {
  position: relative;
  padding: 72px 0 22px;
  color: rgba(255,255,255,.66);
  background: #171018;
  border-top: 1px solid rgba(255,255,255,.1);
}
.olp-footer-shell,.olp-footer-bottom {
  width: min(1240px,calc(100% - 48px));
  margin-inline: auto;
}
.olp-footer-shell {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 75px;
  align-items: end;
  padding-bottom: 48px;
}
.olp-footer-logo {
  display: block;
  width: 215px;
  margin-bottom: 27px;
}
.olp-footer-lead h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font: 500 clamp(40px,4.8vw,64px)/.96 var(--olp-serif);
  letter-spacing: -.045em;
}
.olp-footer-lead p {
  max-width: 600px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.52);
  font-size: 14px;
}
.olp-footer-links {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
}
.olp-footer-links div {
  display: grid;
  gap: 10px;
}
.olp-footer-links strong {
  margin-bottom: 5px;
  color: var(--olp-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.olp-footer-links a {
  font-size: 12px;
  font-weight: 700;
}
.olp-footer-links a:hover {
  color: #fff;
}
.olp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-top: 21px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.4);
  font-size: 10px;
}
.olp-footer-bottom a {
  color: rgba(255,255,255,.68);
  font-weight: 800;
}
@media (max-width:1050px) {
  .olp-desktop-nav {
    gap: 18px;
  }
  .olp-desktop-nav a:nth-child(3) {
    display: none;
  }
  .olp-hero-grid,.olp-home-hero-grid {
    gap: 45px;
  }
  .olp-reading-grid {
    grid-template-columns: minmax(0,1fr) 270px;
    gap: 32px;
  }
  .olp-category-grid,.olp-post-grid,.olp-post-grid-archive {
    grid-template-columns: repeat(2,1fr);
  }
  .olp-archive-hero-grid {
    grid-template-columns: 1fr 360px;
  }
  .olp-submit-grid {
    grid-template-columns: minmax(0,1fr) 280px;
    gap: 38px;
  }
}
@media (max-width:780px) {
  body.admin-bar .olp-site-header {
    top: 46px;
  }
  .olp-shell,.olp-footer-shell,.olp-footer-bottom {
    width: min(100% - 28px,var(--olp-shell));
  }
  .olp-header-shell {
    width: min(100% - 28px,1320px);
    min-height: 72px;
    gap: 12px;
  }
  .olp-logo {
    width: 165px;
    min-width: 165px;
  }
  .olp-desktop-nav,.olp-search-toggle,.olp-header-cta {
    display: none;
  }
  .olp-header-actions {
    margin-left: auto;
  }
  .olp-menu-toggle {
    display: grid;
  }
  .olp-mobile-nav {
    display: block;
  }
  .olp-search-panel {
    top: 72px;
  }
  .olp-hero-grid,.olp-home-hero-grid,.olp-archive-hero-grid,.olp-submit-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    min-height: 0;
    padding-block: 54px 68px;
  }
  .olp-hero-copy,.olp-home-hero-grid>div:first-child {
    text-align: center;
  }
  .olp-breadcrumbs,.olp-hero-actions,.olp-hero-stats {
    justify-content: center;
  }
  .olp-hero-intro,.olp-home-hero h1,.olp-home-hero p {
    margin-inline: auto;
  }
  .olp-hero-art {
    min-height: 420px;
  }
  .olp-hero-image {
    max-width: 420px;
  }
  .olp-reading-grid,.olp-submit-grid {
    grid-template-columns: 1fr;
  }
  .olp-sidebar,.olp-submit-grid>aside {
    position: static;
  }
  .olp-sidebar {
    grid-template-columns: 1fr 1fr;
  }
  .olp-sidebar .olp-ad-sidebar {
    display: none;
  }
  .olp-closing-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .olp-category-grid,.olp-post-grid,.olp-post-grid-archive {
    grid-template-columns: repeat(2,1fr);
  }
  .olp-archive-hero img {
    max-width: 560px;
  }
  .olp-home-art {
    max-width: 560px;
    margin-inline: auto;
  }
  .olp-submit-note {
    max-width: 520px;
  }
  .olp-footer-shell {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .olp-form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width:540px) {
  .olp-hero h1,.olp-home-hero h1,.olp-archive-hero h1,.olp-page-hero h1,.olp-submit-hero h1 {
    font-size: clamp(46px,14vw,66px);
  }
  .olp-hero-art {
    min-height: 330px;
  }
  .olp-hero-fallback b {
    width: 145px;
    height: 145px;
    font-size: 62px;
  }
  .olp-hero-fallback span {
    width: 150px;
    padding: 16px;
    font-size: 15px;
  }
  .olp-reading-section {
    padding-block: 62px 76px;
  }
  .olp-poem-card {
    grid-template-columns: 46px 1fr;
    border-radius: 20px;
  }
  .olp-poem-number {
    padding-top: 24px;
    font-size: 11px;
  }
  .olp-poem-number:after {
    width: 5px;
    height: 34px;
  }
  .olp-poem-card-body {
    padding: 24px 19px 20px;
  }
  .olp-poem-card h3 {
    font-size: 28px;
  }
  .olp-poem-text {
    font-size: 16px;
  }
  .olp-layout-breakup .olp-poem-card-body {
    padding: 31px 23px 24px;
  }
  .olp-layout-heart .olp-poem-card-body {
    padding-inline: 18px;
  }
  .olp-sidebar {
    grid-template-columns: 1fr;
  }
  .olp-category-grid,.olp-post-grid,.olp-post-grid-archive {
    grid-template-columns: 1fr;
  }
  .olp-category-card {
    min-height: 220px;
  }
  .olp-home-art blockquote {
    left: 8px;
    width: 230px;
  }
  .olp-submit-form {
    padding: 24px;
  }
  .olp-footer-links {
    grid-template-columns: repeat(2,1fr);
  }
  .olp-footer-links div:last-child {
    grid-column: 1/-1;
  }
  .olp-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .olp-footer-lead {
    text-align: center;
  }
  .olp-footer-logo {
    margin-inline: auto;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
