/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Source Sans 3", ui-sans-serif, sans-serif;
    --font-serif: "Cormorant Garamond", Georgia, 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);
    --color-primary: #0d3d47;
    --color-primary-100: #dceceb;
    --color-primary-700: #0d3d47;
    --color-primary-900: #082a31;
    --color-secondary: #7a2948;
    --color-secondary-100: #f3dfe7;
    --color-secondary-700: #7a2948;
    --color-copper: #d8895d;
    --color-ink: #16282d;
    --color-ivory: #fbf8f2;
    --color-paper: #f3ede3;
    --color-mist: #697d82;
  }
}
@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 {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    font-size: 16px;
  }
  body {
    margin: 0;
    background: var(--color-ivory);
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button, input, textarea, select {
    font: inherit;
  }
  button {
    cursor: pointer;
  }
  ::selection {
    background: #d8895d;
    color: #082a31;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: var(--font-serif);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.025em;
  }
  p {
    margin-top: 0;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  .screen-reader-text:focus {
    width: auto;
    height: auto;
    margin: 0;
    padding: .75rem 1rem;
    clip: auto;
    background: #fff;
    color: var(--color-ink);
    z-index: 99999;
  }
  .site-header {
    position: relative;
    z-index: 20;
    background: var(--color-ivory);
  }
  .brand-masthead {
    position: relative;
    min-height: 126px;
    display: grid;
    grid-template-columns: 1fr minmax(360px, 620px) 1fr;
    align-items: center;
    gap: 2rem;
    padding: 10px clamp(1.25rem, 4vw, 4rem);
    overflow: hidden;
    background: radial-gradient(circle at 72% 10%, rgba(216,137,93,.28), transparent 26%),	radial-gradient(circle at 18% 90%, rgba(31,101,113,.62), transparent 34%),	linear-gradient(113deg, #082a31 0%, #0d3d47 49%, #112f3a 100%);
    color: #fff;
  }
  .brand-masthead::before,	.brand-masthead::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42px;
    opacity: .18;
    background: linear-gradient(155deg, transparent 48%, #020f12 49% 53%, transparent 54%) 0 0 / 180px 65px repeat-x;
    pointer-events: none;
  }
  .brand-masthead::after {
    height: 26px;
    opacity: .16;
    background-size: 130px 45px;
    transform: translateY(9px);
  }
  .masthead-note {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .22em;
  }
  .masthead-note-left {
    justify-self: start;
    padding-left: 1rem;
    border-left: 2px solid var(--color-copper);
  }
  .masthead-note-right {
    justify-self: end;
  }
  .script-note {
    font-family: var(--font-serif);
    font-size: 1.65rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: .02em;
    transform: rotate(-3deg);
    color: #fff8ef;
  }
  .orbit-brand {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: 102px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .orbit-mark {
    position: absolute;
    inset: -4px 0 auto 50%;
    width: min(100%, 590px);
    height: 116px;
    transform: translateX(-50%);
    overflow: visible;
    pointer-events: none;
  }
  .orbit-stroke {
    fill: none;
    stroke: var(--color-copper);
    stroke-width: 2.15;
    stroke-linecap: round;
  }
  .orbit-top {
    opacity: .95;
  }
  .orbit-bottom {
    opacity: .66;
  }
  .orbit-spark {
    fill: #f3aa78;
    filter: drop-shadow(0 0 7px rgba(243,170,120,.4));
  }
  .brand-name {
    position: relative;
    z-index: 2;
    font-family: var(--font-serif);
    font-size: clamp(3.2rem, 5vw, 5.25rem);
    font-weight: 600;
    line-height: .82;
    letter-spacing: -.045em;
    text-shadow: 0 3px 18px rgba(0,0,0,.22);
  }
  .brand-tagline {
    position: relative;
    z-index: 2;
    margin-top: .42rem;
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.5vw, 1.35rem);
    font-weight: 500;
    font-style: italic;
    letter-spacing: .16em;
    color: #f4e8dc;
  }
  .navigation-bar {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto 42px;
    align-items: center;
    max-width: 1600px;
    min-height: 54px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2.25rem);
    border-bottom: 1px solid rgba(13,61,71,.14);
    background: rgba(251,248,242,.97);
  }
  .home-link, .search-toggle, .menu-toggle {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: var(--color-primary-900);
  }
  .home-link svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
  }
  .search-toggle svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }
  .login-link {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    height: 34px;
    margin-right: .35rem;
    padding: 0 .7rem;
    border: 1px solid rgba(13,61,71,.18);
    border-radius: 99px;
    color: var(--color-primary-900);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
  }
  .login-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
  }
  .login-link:hover, .login-link:focus {
    border-color: var(--color-copper);
    background: rgba(216,137,93,.12);
    color: var(--color-secondary);
  }
  .primary-navigation {
    min-width: 0;
  }
  .site-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(.8rem, 2.1vw, 2.2rem);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-menu > li {
    position: relative;
  }
  .site-menu .sub-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    z-index: 40;
    min-width: 210px;
    margin: 0;
    padding: .55rem .75rem;
    border: 1px solid rgba(13,61,71,.13);
    border-radius: 0 0 .35rem .35rem;
    background: #fff;
    box-shadow: 0 16px 30px rgba(8,42,49,.14);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, .45rem);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .site-menu li:hover > .sub-menu,	.site-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  .site-menu .sub-menu a {
    padding: .68rem .35rem;
    white-space: nowrap;
    font-size: .7rem;
  }
  .site-menu .sub-menu a::after {
    display: none;
  }
  .site-menu a {
    display: block;
    padding: 1.05rem 0 .95rem;
    color: #24383c;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .105em;
    text-transform: uppercase;
    transition: color .2s ease;
  }
  .site-menu a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: .72rem;
    left: 50%;
    height: 2px;
    background: var(--color-copper);
    transition: left .2s ease, right .2s ease;
  }
  .site-menu a:hover, .site-menu a:focus {
    color: var(--color-secondary);
  }
  .site-menu a:hover::after, .site-menu a:focus::after {
    right: 0;
    left: 0;
  }
  .menu-toggle {
    display: none;
    gap: 4px;
    align-content: center;
  }
  .menu-toggle > span:not(.screen-reader-text) {
    width: 22px;
    height: 2px;
    background: currentColor;
  }
  .header-search {
    position: absolute;
    right: clamp(1rem, 4vw, 4rem);
    bottom: -76px;
    width: min(420px, calc(100vw - 2rem));
    padding: 1rem;
    border: 1px solid rgba(13,61,71,.16);
    border-radius: .45rem;
    background: #fff;
    box-shadow: 0 18px 44px rgba(8,42,49,.18);
    z-index: 30;
  }
  .search-form {
    display: flex;
    gap: .55rem;
  }
  .search-form label {
    flex: 1;
  }
  .search-field {
    width: 100%;
    height: 45px;
    padding: 0 .9rem;
    border: 1px solid rgba(13,61,71,.24);
    border-radius: .3rem;
    background: #fff;
    color: var(--color-ink);
  }
  .search-submit {
    min-width: 92px;
    border: 0;
    border-radius: .3rem;
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
  }
  .site-main {
    min-height: 55vh;
  }
  .home-stage {
    max-width: 1600px;
    margin: 0 auto;
    padding: 12px clamp(.7rem, 1.6vw, 1.5rem) 2.5rem;
  }
  .feature-story {
    position: relative;
    min-height: clamp(430px, 42vw, 660px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: .55rem;
    background-color: var(--color-primary-900);
    background-image: var(--hero-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    box-shadow: 0 18px 45px rgba(8,42,49,.16);
  }
  .feature-story::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5,24,28,.92) 0%, rgba(6,31,36,.74) 31%, rgba(6,31,36,.1) 65%, rgba(6,31,36,.22) 100%),	linear-gradient(0deg, rgba(5,24,28,.35), transparent 55%);
  }
  .feature-content {
    position: relative;
    z-index: 2;
    width: min(650px, 54%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(2rem, 5vw, 5rem);
  }
  .eyebrow, .story-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 .8rem;
    border-radius: 99px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .eyebrow {
    padding: .38rem .72rem;
    background: rgba(216,137,93,.18);
    border: 1px solid rgba(243,170,120,.65);
    color: #ffd4b7;
  }
  .feature-title {
    max-width: 680px;
    font-size: clamp(3rem, 5.8vw, 6rem);
    text-wrap: balance;
  }
  .feature-excerpt {
    max-width: 590px;
    margin: 1rem 0 1.35rem;
    font-family: var(--font-serif);
    font-size: clamp(1.15rem, 1.65vw, 1.55rem);
    line-height: 1.35;
    color: #f4eee6;
  }
  .feature-meta, .story-meta {
    display: flex;
    align-items: center;
    gap: .62rem;
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .feature-author-avatar {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,.8);
    border-radius: 50%;
  }
  .feature-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .read-story {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: .6rem;
    margin-top: 1.35rem;
    padding: .7rem 1.15rem;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: .2rem;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }
  .read-story:hover, .read-story:focus {
    background: var(--color-copper);
    border-color: var(--color-copper);
    color: #082a31;
  }
  .story-lanes {
    display: grid;
    grid-template-columns: 1fr 1.06fr 1fr;
    gap: 12px;
    margin-top: 12px;
  }
  .lane {
    overflow: hidden;
    border: 1px solid rgba(13,61,71,.12);
    border-radius: .45rem;
    background: rgba(255,255,255,.78);
    box-shadow: 0 8px 28px rgba(8,42,49,.05);
  }
  .lane-header {
    position: relative;
    min-height: 94px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .9rem;
    padding: 1rem 1.2rem;
    color: #fff;
    overflow: hidden;
  }
  .lane-header::after {
    content: "";
    position: absolute;
    inset: auto -15% -35px;
    height: 62px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
  }
  .lane-joe .lane-header {
    background: linear-gradient(130deg, #0b3a35, #155246);
  }
  .lane-together .lane-header {
    background: linear-gradient(130deg, #bdd7e4, #e7f0f4);
    color: #15323a;
  }
  .lane-ladyship .lane-header {
    background: linear-gradient(130deg, #6f2543, #872f50);
  }
  .lane-avatar {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,.8);
    border-radius: 50%;
    overflow: hidden;
  }
  .lane-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lane-symbol {
    position: relative;
    z-index: 2;
    display: grid;
    width: 64px;
    height: 60px;
    place-items: center;
  }
  .lane-symbol svg {
    width: 58px;
    fill: none;
    stroke: #b07347;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .lane-heading {
    position: relative;
    z-index: 2;
    min-width: 0;
  }
  .lane-title {
    font-size: clamp(2rem, 2.6vw, 3rem);
    white-space: nowrap;
  }
  .lane-kicker {
    margin: .22rem 0 0;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .9;
  }
  .lane-body {
    padding: .7rem 1rem .35rem;
  }
  .story-card {
    display: grid;
    grid-template-columns: minmax(118px, 38%) 1fr;
    gap: .95rem;
    padding: .8rem 0;
    border-bottom: 1px solid rgba(13,61,71,.12);
  }
  .story-card:last-child {
    border-bottom: 0;
  }
  .story-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: .28rem;
    background: var(--color-paper);
  }
  .image-fallback {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #dbeaf1, #eee3d6);
  }
  .image-fallback::before, .image-fallback::after {
    content: "";
    position: absolute;
    right: 18%;
    left: 18%;
    border: 1px solid rgba(13,61,71,.26);
    border-radius: 50%;
  }
  .image-fallback::before {
    top: 30%;
    height: 38%;
    transform: rotate(-10deg);
  }
  .image-fallback::after {
    top: 38%;
    height: 24%;
    transform: rotate(12deg);
  }
  .image-fallback i {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%,-50%) rotate(45deg);
    background: var(--color-copper);
  }
  .story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
  }
  .story-card:hover .story-image img {
    transform: scale(1.035);
  }
  .story-copy {
    min-width: 0;
  }
  .story-category {
    margin-bottom: .38rem;
    padding: .18rem .48rem;
    background: var(--color-primary-100);
    color: var(--color-primary-700);
  }
  .lane-ladyship .story-category {
    background: var(--color-secondary-100);
    color: var(--color-secondary-700);
  }
  .lane-together .story-category {
    background: #dbeaf1;
    color: #24546a;
  }
  .story-title {
    font-size: clamp(1.25rem, 1.55vw, 1.65rem);
    line-height: 1.02;
  }
  .story-title a:hover, .story-title a:focus {
    color: var(--color-secondary);
  }
  .story-excerpt {
    display: -webkit-box;
    margin: .45rem 0 .55rem;
    overflow: hidden;
    color: #506266;
    font-size: .9rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .story-meta {
    color: #718084;
  }
  .meta-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color-copper);
  }
  .lane-more {
    display: block;
    padding: .85rem 1rem 1rem;
    text-align: center;
    color: var(--color-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .lane-more:hover {
    color: var(--color-secondary);
  }
  .listing-page, .single-page, .standard-page, .not-found-page,	.archive-stage, .single-stage, .page-stage, .not-found-stage {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 3rem);
  }
  .listing-header, .archive-hero {
    max-width: 780px;
    margin-bottom: 2.4rem;
  }
  .listing-kicker {
    margin-bottom: .45rem;
    color: var(--color-copper);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .listing-title, .archive-hero h1 {
    font-size: clamp(3.2rem, 6vw, 5.8rem);
    color: var(--color-primary-900);
  }
  .listing-description, .archive-hero > p, .archive-description {
    max-width: 650px;
    margin-top: .8rem;
    color: var(--color-mist);
    font-size: 1.05rem;
  }
  .archive-hero .eyebrow, .page-header .eyebrow, .not-found-card .eyebrow {
    color: var(--color-secondary);
    background: rgba(122,41,72,.08);
    border-color: rgba(122,41,72,.22);
  }
  .archive-hero .search-form {
    max-width: 620px;
    margin-top: 1.4rem;
  }
  .archive-excerpt {
    max-width: 700px;
    margin: 0 0 .7rem;
    color: #516469;
  }
  .archive-copy .story-meta {
    margin-bottom: .75rem;
  }
  .text-link {
    display: inline-flex;
    gap: .45rem;
    color: var(--color-secondary);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .text-link:hover {
    color: var(--color-primary);
  }
  .button-link {
    display: inline-flex;
    padding: .75rem 1rem;
    border-radius: .25rem;
    background: var(--color-primary);
    color: #fff;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .button-link:hover {
    background: var(--color-secondary);
    color: #fff;
  }
  .empty-state {
    padding: 3rem 0;
  }
  .archive-list {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(13,61,71,.15);
  }
  .archive-card {
    display: grid;
    grid-template-columns: minmax(220px, 340px) 1fr;
    gap: clamp(1.2rem, 3vw, 2.8rem);
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(13,61,71,.15);
  }
  .archive-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: .35rem;
    background: var(--color-paper);
  }
  .archive-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
  }
  .archive-card:hover .archive-thumb img {
    transform: scale(1.025);
  }
  .archive-card-title {
    margin: .32rem 0 .55rem;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
  }
  .archive-card-title a:hover {
    color: var(--color-secondary);
  }
  .archive-card-excerpt {
    max-width: 700px;
    margin-bottom: .7rem;
    color: #516469;
  }
  .pagination {
    margin-top: 2.5rem;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .45rem;
  }
  .page-numbers {
    display: grid;
    min-width: 38px;
    height: 38px;
    place-items: center;
    padding: 0 .65rem;
    border: 1px solid rgba(13,61,71,.18);
    border-radius: .25rem;
    background: #fff;
    color: var(--color-primary);
    font-size: .8rem;
    font-weight: 700;
  }
  .page-numbers.current, .page-numbers:hover {
    background: var(--color-primary);
    color: #fff;
  }
  .single-page, .single-story {
    max-width: 1040px;
    margin: 0 auto;
  }
  .single-header {
    max-width: 900px;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .single-title, .single-header h1 {
    font-size: clamp(3.1rem, 7vw, 6.5rem);
    color: var(--color-primary-900);
    text-wrap: balance;
  }
  .single-meta, .single-byline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .7rem;
    margin-top: 1.1rem;
    color: var(--color-mist);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .single-byline > span:last-child {
    display: grid;
    gap: .2rem;
    text-align: left;
  }
  .single-byline a {
    color: var(--color-primary);
  }
  .single-avatar {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(8,42,49,.14);
  }
  .single-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .single-featured {
    max-width: 1180px;
    margin: 0 auto 2.5rem;
    overflow: hidden;
    border-radius: .55rem;
    box-shadow: 0 16px 42px rgba(8,42,49,.12);
  }
  .single-featured img {
    width: 100%;
    max-height: 680px;
    object-fit: cover;
  }
  .entry-content, .story-content {
    max-width: 760px;
    margin: 0 auto;
    font-family: var(--font-serif);
    font-size: clamp(1.08rem, 1.5vw, 1.24rem);
    line-height: 1.72;
    color: #24383c;
  }
  .entry-content > *, .story-content > * {
    margin-top: 0;
    margin-bottom: 1.25em;
  }
  .entry-content h2, .entry-content h3, .entry-content h4,	.story-content h2, .story-content h3, .story-content h4 {
    margin-top: 1.65em;
    color: var(--color-primary-900);
  }
  .entry-content h2, .story-content h2 {
    font-size: clamp(2.15rem, 4vw, 3.25rem);
  }
  .entry-content h3, .story-content h3 {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
  }
  .entry-content a, .story-content a {
    color: var(--color-secondary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .entry-content blockquote, .story-content blockquote {
    position: relative;
    margin: 2rem 0;
    padding: 1.5rem 1.8rem 1.5rem 2rem;
    border-left: 4px solid var(--color-copper);
    background: linear-gradient(100deg, rgba(216,137,93,.11), rgba(219,234,241,.24));
    color: var(--color-primary-900);
    font-size: 1.15em;
    font-style: italic;
  }
  .entry-content blockquote::before {
    content: "“";
    position: absolute;
    top: -.35rem;
    left: .45rem;
    color: rgba(122,41,72,.2);
    font-size: 5rem;
    line-height: 1;
  }
  .entry-content img {
    border-radius: .35rem;
  }
  .entry-content .alignwide {
    width: min(1100px, 100vw - 2rem);
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .post-navigation, .story-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 3rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(13,61,71,.16);
  }
  .post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-content: stretch;
  }
  .post-navigation a, .story-navigation a {
    display: block;
    color: var(--color-primary);
    font-family: var(--font-serif);
    font-size: 1.3rem;
    font-weight: 600;
  }
  .story-navigation span {
    display: block;
    margin-bottom: .3rem;
    color: var(--color-copper);
    font-family: var(--font-sans);
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .nav-next {
    text-align: right;
  }
  .single-footer {
    max-width: 760px;
    margin: 2.4rem auto 0;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(13,61,71,.16);
    color: var(--color-mist);
    font-size: .82rem;
  }
  .single-topics span {
    margin-right: .5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .single-topics a {
    color: var(--color-secondary);
  }
  .standard-page .page-header, .content-page .page-header {
    max-width: 800px;
    margin-bottom: 2rem;
  }
  .standard-page .page-title, .content-page .page-header h1 {
    font-size: clamp(3rem, 6vw, 5.5rem);
    color: var(--color-primary-900);
  }
  .content-page {
    max-width: 1040px;
    margin: 0 auto;
  }
  .comments-area {
    max-width: 760px;
    margin: 3rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(13,61,71,.16);
  }
  .comments-title, .comment-reply-title {
    font-size: 2rem;
  }
  .comment-list {
    padding: 0;
    list-style: none;
  }
  .comment-body {
    margin: 1.2rem 0;
    padding: 1rem;
    border-radius: .4rem;
    background: #fff;
  }
  .comment-form input:not([type="submit"]), .comment-form textarea {
    width: 100%;
    border: 1px solid rgba(13,61,71,.2);
    border-radius: .3rem;
    background: #fff;
  }
  .comment-form input:not([type="submit"]) {
    height: 44px;
  }
  .comment-form textarea {
    padding: .8rem;
  }
  .comment-form .submit {
    border: 0;
    border-radius: .25rem;
    padding: .7rem 1.1rem;
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
  }
  .not-found-page, .not-found-card {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }
  .not-found-page .listing-title, .not-found-card h1 {
    margin-bottom: .8rem;
    font-size: clamp(3rem, 6vw, 5.3rem);
    color: var(--color-primary-900);
  }
  .not-found-page .search-form, .not-found-card .search-form {
    max-width: 520px;
    margin: 2rem auto;
  }
  .not-found-orbit {
    position: relative;
    display: block;
    width: 120px;
    height: 58px;
    margin: 0 auto 1.3rem;
    border: 1px solid rgba(13,61,71,.25);
    border-radius: 50%;
    transform: rotate(-9deg);
  }
  .not-found-orbit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    transform: translate(-50%,-50%) rotate(45deg);
    background: var(--color-copper);
  }
  .not-found-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
  }
  .site-footer {
    padding: 2.1rem clamp(1rem, 4vw, 4rem) 1.2rem;
    background: radial-gradient(circle at 20% 0, rgba(31,101,113,.36), transparent 30%),	linear-gradient(110deg, #082a31, #0d3d47);
    color: #e9f1ef;
  }
  .footer-orbit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
  }
  .footer-orbit span {
    width: min(160px, 18vw);
    height: 1px;
    background: rgba(216,137,93,.65);
  }
  .footer-orbit i {
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    background: var(--color-copper);
  }
  .footer-themes {
    margin: .8rem 0 1.7rem;
    text-align: center;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .footer-themes b {
    margin: 0 .45rem;
    color: var(--color-copper);
  }
  .footer-lower {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #bed1ce;
    font-size: .78rem;
  }
  .footer-lower p {
    margin: 0;
  }
  .footer-tagline {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    font-style: italic;
    color: #f3e8dd;
  }
  @media (max-width: 1120px) {
    .masthead-note {
      display: none;
    }
    .brand-masthead {
      grid-template-columns: 1fr;
    }
    .story-lanes {
      grid-template-columns: 1fr 1fr;
    }
    .lane-together {
      grid-column: 1 / -1;
      grid-row: 1;
    }
    .site-menu {
      gap: 1rem;
    }
    .site-menu a {
      font-size: .7rem;
    }
  }
  @media (max-width: 860px) {
    .brand-masthead {
      min-height: 105px;
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .orbit-brand {
      min-height: 88px;
    }
    .orbit-mark {
      height: 98px;
    }
    .brand-name {
      font-size: clamp(2.9rem, 11vw, 4.35rem);
    }
    .navigation-bar {
      grid-template-columns: 42px 42px minmax(0, 1fr) auto 42px;
    }
    .home-link {
      grid-column: 1;
    }
    .menu-toggle {
      grid-column: 2;
    }
    .login-link {
      grid-column: 4;
    }
    .search-toggle {
      grid-column: 5;
    }
    .menu-toggle {
      display: grid;
      justify-self: center;
    }
    .primary-navigation {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      display: none;
      padding: .7rem 1.2rem 1rem;
      background: #fff;
      box-shadow: 0 18px 35px rgba(8,42,49,.16);
    }
    .primary-navigation.is-open {
      display: block;
    }
    .site-menu {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
    .site-menu .sub-menu {
      position: static;
      min-width: 0;
      padding: 0 0 0 1rem;
      border: 0;
      background: transparent;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      transform: none;
    }
    .site-menu li:hover > .sub-menu,	.site-menu li:focus-within > .sub-menu {
      transform: none;
    }
    .site-menu .sub-menu a {
      padding: .6rem .72rem;
      white-space: normal;
      font-size: .72rem;
      opacity: .78;
    }
    .site-menu a {
      padding: .72rem;
      border-bottom: 1px solid rgba(13,61,71,.1);
      font-size: .8rem;
    }
    .site-menu a::after {
      display: none;
    }
    .feature-story {
      min-height: 560px;
      background-position: 62% center;
    }
    .feature-story::before {
      background: linear-gradient(0deg, rgba(5,24,28,.96) 0%, rgba(5,24,28,.76) 46%, rgba(5,24,28,.08) 78%);
    }
    .feature-content {
      width: 100%;
      padding: 1.6rem;
    }
    .feature-title {
      font-size: clamp(2.65rem, 10vw, 4.2rem);
    }
    .feature-excerpt {
      max-width: 100%;
    }
    .story-lanes {
      grid-template-columns: 1fr;
    }
    .lane-together {
      grid-column: auto;
      grid-row: auto;
    }
    .archive-card {
      grid-template-columns: 190px 1fr;
    }
  }
  @media (max-width: 620px) {
    .login-link {
      width: 38px;
      justify-content: center;
      padding: 0;
    }
    .login-link span {
      display: none;
    }
    .brand-masthead {
      min-height: 90px;
    }
    .orbit-brand {
      min-height: 76px;
    }
    .orbit-mark {
      height: 82px;
    }
    .brand-name {
      font-size: 3.05rem;
    }
    .brand-tagline {
      font-size: .9rem;
      letter-spacing: .11em;
    }
    .home-stage {
      padding-right: .45rem;
      padding-left: .45rem;
    }
    .feature-story {
      min-height: 530px;
      border-radius: .35rem;
    }
    .feature-content {
      padding: 1.2rem;
    }
    .feature-title {
      font-size: 2.75rem;
    }
    .feature-excerpt {
      font-size: 1.05rem;
    }
    .story-card {
      grid-template-columns: 118px 1fr;
      gap: .75rem;
    }
    .story-excerpt {
      -webkit-line-clamp: 2;
    }
    .lane-title {
      font-size: 2.05rem;
    }
    .listing-page, .single-page, .standard-page, .not-found-page, .archive-stage, .single-stage, .page-stage, .not-found-stage {
      padding-right: 1rem;
      padding-left: 1rem;
    }
    .archive-card {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .archive-thumb {
      aspect-ratio: 16 / 9;
    }
    .single-title {
      font-size: 3rem;
    }
    .single-meta {
      flex-wrap: wrap;
    }
    .post-navigation .nav-links, .story-navigation {
      grid-template-columns: 1fr;
      gap: 1.2rem;
    }
    .nav-next {
      text-align: left;
    }
    .footer-themes {
      line-height: 2;
    }
    .footer-lower {
      flex-direction: column;
      text-align: center;
    }
  }
}
@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;
  }
}
