.lt-archive,.lt-single {
    --lt-ink: #203b30;
    --lt-muted: #657452;
    --lt-accent: #355d3e;
    --lt-line: #e5e8e1;
    --lt-yellow: #f7fac3;
    color: var(--lt-ink);
    font-family: inherit;
    line-height: 1.9;
    text-align: right;
}

.lt-archive *,.lt-single * {
    box-sizing: border-box;
}

.lt-archive h1,.lt-archive h2,.lt-archive h3,.lt-archive h4,.lt-single h1,.lt-single h2,.lt-single h3,.lt-single h4 {
    color: var(--lt-ink);
    font-family: inherit;
    letter-spacing: 0;
    line-height: 1.65;
    margin: 0;
    font-weight: 700;
}

.lt-archive a,.lt-single a {
    color: inherit;
    text-decoration: none;
}

.lt-archive a:hover,.lt-single a:hover {
    color: var(--lt-accent);
}

.lt-archive p,.lt-single p {
    font-family: inherit;
    color: inherit;
    line-height: 2;
    margin: 0;
}

.lt-archive button,.lt-archive input,.lt-archive select,.lt-single button {
    font: inherit;
}

.lt-archive :focus-visible,.lt-single :focus-visible {
    outline: 3px solid #8aaf5a;
    outline-offset: 4px;
}

.lt-archive img,.lt-single img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.lt-container {
    max-width: 1200px;
    padding: 0 28px;
    margin: auto;
}

.lt-breadcrumb {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 11px;
    color: #657452;
    padding: 25px 0 22px;
}

.lt-breadcrumb a:hover {
    text-decoration: underline;
}

.lt-eyebrow {
    display: block;
    font-size: 11px;
    color: #657452;
    letter-spacing: .3px;
    margin-bottom: 8px;
}

.lt-archive {
    background: #f6f7f4;
    padding-bottom: 80px;
}

.lt-archive-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0 32px;
}

.lt-archive-heading h1 {
    font-size: 38px;
    line-height: 1.7;
    margin-bottom: 7px;
}

.lt-archive-heading h1 span {
    color: #78916b;
}

.lt-archive-heading p {
    font-size: 13px;
    color: var(--lt-muted);
}

.lt-heading-stamp {
    width: 96px;
    height: 96px;
    border: 1px solid #d7dece;
    outline: 1px dashed #c6cebe;
    outline-offset: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transform: rotate(-12deg);
    color: #8e9b7a;
    flex: none;
    margin-left: 12px;
}

.lt-heading-stamp>i {
    font-size: 30px;
}

.lt-heading-stamp>span {
    font-size: 10px;
    line-height: 1.9;
}

.lt-featured {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    margin-bottom: 44px;
}

.lt-feature {
    position: relative;
    display: block;
    aspect-ratio: 1.34;
    isolation: isolate;
    overflow: hidden;
    border-radius: 9px;
    background: #294334;
}

.lt-feature:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,#08251705 22%,#082517b0 75%,#082517e6);
    z-index: 0;
    pointer-events: none;
}

.lt-feature>img {
    height: 100%;
    transition: transform .5s;
}

.lt-feature:hover>img {
    transform: scale(1.045);
}

.lt-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #f2e69f;
    color: #394527;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 4px;
    z-index: 1;
    line-height: 1.9;
    max-width: calc(100% - 32px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lt-feature-body {
    position: absolute;
    right: 23px;
    left: 23px;
    bottom: 22px;
    z-index: 1;
}

.lt-feature .lt-overline {
    font-size: 10px;
    color: #e6edce;
}

.lt-feature h2 {
    font-size: 19px;
    color: #fff;
    line-height: 1.85;
    margin: 7px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.lt-feature-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    color: #e2e9df;
}

.lt-feature-meta>i {
    margin-right: auto;
    border: 1px solid #ffffff4d;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
}

.lt-archive-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 275px;
    gap: 28px;
    align-items: start;
}

.lt-results {
    min-width: 0;
}

.lt-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.lt-section-heading h2 {
    font-size: 19px;
}

.lt-count {
    font-size: 11px;
    color: #657452;
    white-space: nowrap;
}

.lt-search {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--lt-line);
    border-radius: 7px;
    padding: 6px;
    gap: 7px;
    margin-bottom: 22px;
}

.lt-search-input {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 0;
    flex: 1;
    padding-right: 10px;
}

.lt-search-input>i {
    color: #849377;
    font-size: 15px;
}

.lt-search input {
    font-size: 12px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    min-width: 0;
    width: 100%;
    height: 40px;
    padding: 4px;
    color: var(--lt-ink);
    outline-offset: 0;
}

.lt-search input::placeholder {
    color: #657452;
}

.lt-search select {
    border: 0;
    border-right: 1px solid #e6e9e1;
    background-color: #fff;
    color: #657452;
    border-radius: 0;
    font-size: 11px;
    height: 33px;
    width: 96px;
    padding: 0 8px;
    appearance: auto;
    flex: none;
}

.lt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid #24492f;
    background: #24492f;
    color: #fff!important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px!important;
    line-height: 1.8!important;
    transition: background .2s;
    cursor: pointer;
}

.lt-button:hover {
    background: #396142;
    border-color: #396142;
    color: #fff!important;
}

.lt-search .lt-button {
    padding: 9px 14px;
    gap: 9px;
}

.lt-active-filters {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 15px;
    background: #edf1e6;
    font-size: 11px;
    border-radius: 5px;
    margin-bottom: 18px;
}

.lt-active-filters>a {
    flex: none;
    text-decoration: underline;
}

.lt-active-filters>span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.lt-story-list {
    display: grid;
    gap: 17px;
}

.lt-story-card {
    display: grid;
    grid-template-columns: 39% minmax(0,1fr);
    background: #fff;
    border: 1px solid #e8ebe4;
    border-radius: 8px;
    overflow: hidden;
    min-height: 225px;
    box-shadow: 0 3px 5px #203b3003;
    transition: box-shadow .2s,border-color .2s;
}

.lt-story-card:hover {
    box-shadow: 0 5px 20px #203b300a;
    border-color: #ced9c8;
}

.lt-story-image {
    position: relative;
    overflow: hidden;
    min-height: 225px;
    background: #e4eadd;
}

.lt-story-image>img {
    height: 100%;
    position: absolute;
    inset: 0;
    transition: transform .4s;
}

.lt-story-card:hover .lt-story-image>img {
    transform: scale(1.035);
}

.lt-story-image .lt-tag {
    top: 12px;
    right: 12px;
}

.lt-story-body {
    display: flex;
    flex-direction: column;
    padding: 20px 23px 17px;
    min-width: 0;
}

.lt-story-kicker {
    font-size: 9px;
    color: #657452;
    margin-bottom: 7px;
}

.lt-story-kicker>span {
    margin: 0 5px;
    color: #c5cbbb;
}

.lt-story-body h3 {
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 9px;
    overflow-wrap: anywhere;
}

.lt-story-body h3 a:hover {
    color: #668441;
}

.lt-story-body>p {
    font-size: 11px;
    line-height: 2.05;
    color: #657452;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 17px;
}

.lt-story-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 9px;
    color: #657452;
    margin-top: auto;
    border-top: 1px solid #f0f2ec;
    padding-top: 12px;
}

.lt-read-time {
    white-space: nowrap;
}

.lt-read-time i {
    margin-left: 4px;
}

.lt-story-date {
    white-space: nowrap;
}

.lt-side-panel {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--lt-line);
    border-radius: 8px;
    margin-bottom: 20px;
}

.lt-side-panel h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    margin-bottom: 18px;
}

.lt-side-panel h2 i {
    color: #899c78;
}

.lt-side-panel h2:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e9ece4;
    min-width: 12px;
}

.lt-destination-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    border-radius: 4px;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.lt-destination-all.is-active {
    background: #f0f3e9;
    color: #51703e;
}

.lt-destinations {
    max-height: 540px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #d8decc transparent;
}

.lt-destination {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid #f0f2ed;
}

.lt-destination:last-child {
    border-bottom: 0;
}

.lt-destination>img {
    width: 56px;
    height: 48px;
    border-radius: 5px;
    flex: none;
}

.lt-destination>span {
    font-size: 12px;
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
}

.lt-destination small {
    display: block;
    font-size: 9px;
    color: #657452;
}

.lt-destination>i {
    font-size: 12px;
    color: #9ba98d;
}

.lt-destination.is-active>span {
    color: #577138;
    font-weight: 700;
}

.lt-destination.is-active>img {
    outline: 2px solid #9ab277;
    outline-offset: 2px;
}

.lt-recommended>a {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border-bottom: 1px solid #edf0e7;
    padding: 14px 0;
    font-size: 11px;
    line-height: 1.9;
}

.lt-recommended>a:last-child {
    border: 0;
    padding-bottom: 0;
}

.lt-recommended-number {
    font-size: 24px;
    line-height: 1.2;
    color: #c7d1bb;
    font-weight: 300;
    flex: none;
}

.lt-recommended small {
    display: block;
    font-size: 9px;
    color: #657452;
    margin-top: 7px;
}

.lt-recommended>a>span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.lt-side-note {
    padding: 30px 24px;
    background: #eaf0db;
    border: 1px solid #dce5c8;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.lt-side-note>i {
    position: absolute;
    left: -10px;
    top: 35px;
    font-size: 125px;
    color: #dbe4c8;
    transform: rotate(-12deg);
    pointer-events: none;
}

.lt-side-note>*:not(i) {
    position: relative;
}

.lt-side-note .lt-eyebrow {
    font-size: 10px;
}

.lt-side-note h2 {
    font-size: 23px;
    line-height: 1.85;
    margin: 10px 0 15px;
}

.lt-side-note p {
    font-size: 11px;
    color: #657452;
    margin-bottom: 22px;
    max-width: 170px;
}

.lt-side-note>a {
    font-size: 12px;
    display: flex;
    gap: 18px;
    align-items: center;
    font-weight: 600;
}

.lt-service-links>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #edf0e7;
    padding: 12px 0;
    font-size: 11px;
    color: #657452;
}

.lt-service-links>a:last-child {
    padding-bottom: 0;
}

.lt-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin: 30px 0 0;
}

.lt-pagination>a,.lt-pagination>span {
    min-width: 34px;
    height: 36px;
    display: grid;
    place-items: center;
    background: #ecefe7;
    border-radius: 4px;
    font-size: 12px;
    color: #657452;
}

.lt-pagination .is-current {
    background: #d7e4ac;
    color: #365333;
    font-weight: 700;
}

.lt-pagination>a:hover {
    background: #e0e8d2;
}

.lt-pagination>[aria-disabled=true] {
    opacity: .4;
}

.lt-empty {
    border: 1px dashed #cdd7bf;
    border-radius: 9px;
    background: #fff;
    text-align: center;
    padding: 65px 25px;
}

.lt-empty>i {
    font-size: 50px;
    color: #a3b48b;
}

.lt-empty h3 {
    font-size: 22px;
    margin: 22px 0 12px;
}

.lt-empty p {
    max-width: 400px;
    margin: 0 auto 25px;
    color: #657452;
    font-size: 12px;
}


/* A wide visual story with a quiet, narrow reading column. */
.lt-single {
    background: #fff;
    --band: #fff;
}

.lt-story-container {
    max-width: 970px;
    margin: auto;
    padding: 0 28px;
}

.lt-reading {
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.lt-hero {
    position: relative;
    height: clamp(400px,46vw,650px);
    background: #345a40;
    isolation: isolate;
    --band: #fff;
}

.lt-hero-image {
    position: absolute;
    inset: 0;
    height: 100%;
    object-position: center;
}

.lt-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(#092a2945,transparent 45%,#082c2540);
}

.lt-hero-inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lt-hero .lt-breadcrumb {
    color: #ffffffe0;
    padding-top: 28px;
}

.lt-hero .lt-breadcrumb a:hover {
    color: #fff;
}

.lt-hero-signature {
    align-self: center;
    display: flex;
    align-items: center;
    gap: 22px;
    color: #fff;
    margin-top: 20px;
}

.lt-hero-signature>span:first-child {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
}

.lt-hero-signature>span:last-child {
    font-size: 10px;
    line-height: 1.8;
}

.lt-hero-signature strong {
    font-size: 15px;
    color: #fff;
}

.lt-hero-divider {
    width: 1px;
    height: 40px;
    background: #ffffff8a;
}

.lt-hero-scroll {
    margin: auto auto 38px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 11px;
    color: #fff!important;
    border: 1px solid #ffffff6b;
    background: #1c423721;
    padding: 8px 16px;
    border-radius: 25px;
    backdrop-filter: blur(5px);
}

.lt-wave:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 26px;
    background: var(--band);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='26' viewBox='0 0 120 26'%3E%3Cpath d='M0 13 Q30 0 60 13 T120 13 V26 H0Z' fill='black'/%3E%3C/svg%3E") center bottom/120px 26px repeat-x;
    pointer-events: none;
    z-index: 2;
}

.lt-intro {
    padding-top: 48px;
    padding-bottom: 52px;
    scroll-margin-top: 120px;
}

.lt-kicker {
    font-size: 11px;
    color: #657452!important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
}

.lt-intro h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.7;
    margin-bottom: 18px;
    overflow-wrap: anywhere;
}

.lt-subtitle {
    font-size: 17px!important;
    color: #5e7352!important;
    margin-bottom: 24px!important;
}

.lt-byline {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 24px 0 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8ebdf;
}

.lt-author-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f0f3e4;
    color: #879969;
    flex: none;
}

.lt-byline>div>strong {
    font-size: 11px;
    font-weight: 600;
}

.lt-byline>div>span {
    font-size: 10px;
    display: block;
    color: #657452;
}

.lt-share {
    width: 37px;
    height: 37px;
    border: 1px solid #dce3d1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #6d8257;
    margin-right: auto;
    cursor: pointer;
}

.lt-single [hidden] {
    display: none!important;
}

.lt-share-status {
    display: block;
    font-size: 11px;
    color: #587342;
}

.lt-share-status:not(:empty) {
    margin-bottom: 18px;
}

.lt-prose {
    font-size: 14px;
    line-height: 2.25;
    color: #5d6e54;
}

.lt-prose .lt-paragraph {
    line-height: 2.3;
    margin-bottom: 20px;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.lt-prose .lt-paragraph:last-child {
    margin-bottom: 0;
}

.lt-contents {
    border-top: 1px solid #e3e9d8;
    margin-top: 30px;
    padding-top: 21px;
}

.lt-contents>span {
    font-size: 11px;
    color: #657452;
    display: block;
    margin-bottom: 13px;
}

.lt-contents ol {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: chapter;
}

.lt-contents li {
    counter-increment: chapter;
}

.lt-contents a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #e0e6d4;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 11px;
    background: #fcfdf9;
}

.lt-contents a:before {
    content: counter(chapter,decimal-leading-zero);
    color: #657452;
    font-size: 10px;
}

.lt-contents a:hover {
    background: #f0f5e2;
    border-color: #b7c799;
}

.lt-chapter {
    padding: 44px 0 46px;
    scroll-margin-top: 95px;
    --band: #fff;
}

.lt-chapter--tinted {
    background: var(--lt-yellow);
    --band: var(--lt-yellow);
}

.lt-chapter-figure {
    margin: 0 0 28px;
}

.lt-chapter-image {
    position: relative;
    aspect-ratio: 1.75;
    overflow: hidden;
}

.lt-chapter-image>img {
    height: 100%;
}

.lt-chapter-figure figcaption {
    font-size: 10px;
    color: #657452;
    text-align: center;
    margin-top: 8px;
}

.lt-chapter-copy {
    padding: 4px 0 12px;
}

.lt-chapter-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 9px;
    color: #657452;
    margin-bottom: 9px;
}

.lt-chapter-label>span {
    font-size: 20px;
    letter-spacing: 1px;
    border-left: 1px solid #cfdab3;
    padding-left: 10px;
    line-height: 1;
}

.lt-chapter-copy h2 {
    font-size: 26px;
    margin: 13px 0 16px;
}

.lt-stops-heading {
    margin: 34px 0 17px;
}

.lt-stops-heading h3 {
    font-size: 14px;
    margin-bottom: 3px;
}

.lt-stops-heading p {
    font-size: 10px;
    color: #657452;
}

.lt-stops {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 17px;
}

.lt-stop {
    min-width: 0;
}

.lt-stop-image {
    position: relative;
    aspect-ratio: 1.47;
    background: #e2e8ce;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 11px;
}

.lt-stop-image>img {
    height: 100%;
}

.lt-stop-image>span {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fffffff2;
    color: #53713f;
    font-size: 10px;
}

.lt-stop h4 {
    font-size: 13px;
    margin-bottom: 5px;
}

.lt-stop p {
    font-size: 10px;
    color: #657452;
    line-height: 2;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.lt-story-end {
    text-align: center;
    padding: 52px 28px 58px;
    background: #f5f7e9;
    border-top: 1px solid #e5eacd;
}

.lt-end-symbol {
    display: block;
    font-size: 31px;
    color: #849b57;
    line-height: 1;
    margin-bottom: 17px;
}

.lt-story-end h2 {
    font-size: 25px;
    margin: 13px 0 11px;
}

.lt-story-end p {
    font-size: 12px;
    color: #657452;
    margin-bottom: 24px;
}

.lt-story-end .lt-button {
    min-width: 250px;
}

.lt-related {
    padding-top: 52px;
    padding-bottom: 64px;
}

.lt-related .lt-section-heading> a {
    font-size: 11px;
    white-space: nowrap;
}

.lt-related .lt-section-heading> a>i {
    margin-right: 8px;
}

.lt-related-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 22px;
}

.lt-related-image {
    position: relative;
    aspect-ratio: 1.5;
    border-radius: 5px;
    overflow: hidden;
}

.lt-related-image img {
    height: 100%;
    transition: transform .4s;
}

.lt-related a:hover img {
    transform: scale(1.04);
}

.lt-related h3 {
    font-size: 16px;
    margin: 14px 0 8px;
}

.lt-related article>p {
    font-size: 10px;
    color: #657452;
}

@media(min-width:1450px) {
    .lt-container {
        max-width: 1250px;
    }
    .lt-archive-layout {
        grid-template-columns: minmax(0,1fr) 285px;
        gap: 30px;
    }
    .lt-story-card {
        min-height: 245px;
    }
    .lt-story-body {
        padding: 25px;
    }
    .lt-story-body h3 {
        font-size: 19px;
    }
    .lt-story-body>p {
        font-size: 12px;
    }
}

@media(max-width:1100px) {
    .lt-container {
        padding: 0 24px;
    }
    .lt-archive-layout {
        grid-template-columns: minmax(0,1fr) 240px;
        gap: 20px;
    }
    .lt-side-panel {
        padding: 18px;
    }
    .lt-story-card {
        grid-template-columns: 37% minmax(0,1fr);
    }
    .lt-story-body {
        padding: 16px;
    }
    .lt-story-body h3 {
        font-size: 15px;
    }
    .lt-story-footer {
        flex-wrap: wrap;
        gap: 3px;
    }
    .lt-feature h2 {
        font-size: 17px;
    }
    .lt-feature-body {
        left: 17px;
        right: 17px;
        bottom: 17px;
    }
    .lt-feature {
        aspect-ratio: 1.15;
    }
    .lt-feature-meta {
        flex-wrap: wrap;
        gap: 3px;
    }
    .lt-feature-meta>i {
        display: none;
    }
}

@media(max-width:850px) {
    .lt-archive-layout {
        grid-template-columns: minmax(0,1fr);
    }
    .lt-sidebar {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 20px;
        align-items: start;
    }
    .lt-side-panel,.lt-side-note {
        margin-bottom: 0;
    }
    .lt-featured {
        gap: 12px;
        margin-bottom: 32px;
    }
    .lt-feature {
        aspect-ratio: .85;
    }
    .lt-feature-body {
        right: 14px;
        left: 14px;
    }
    .lt-feature h2 {
        font-size: 16px;
    }
    .lt-feature-meta {
        font-size: 9px;
    }
    .lt-archive-heading h1 {
        font-size: 33px;
    }
    .lt-story-card {
        grid-template-columns: 37% minmax(0,1fr);
    }
    .lt-story-body h3 {
        font-size: 18px;
    }
    .lt-story-body>p {
        font-size: 12px;
    }
    .lt-intro {
        max-width: 650px;
        padding: 35px 24px 40px;
    }
    .lt-story-container {
        padding: 0 24px;
    }
    .lt-hero {
        height: 460px;
    }
    .lt-related {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .lt-intro h1 {
        font-size: 30px;
    }
}

@media(max-width:600px) {
    .lt-container {
        padding: 0 18px;
    }
    .lt-breadcrumb {
        font-size: 10px;
        padding: 19px 0;
        gap: 8px;
    }
    .lt-archive-heading {
        margin: 6px 0 26px;
        gap: 20px;
    }
    .lt-archive-heading h1 {
        font-size: 26px;
    }
    .lt-archive-heading p {
        font-size: 11px;
        max-width: 245px;
    }
    .lt-archive-heading .lt-eyebrow {
        font-size: 9px;
    }
    .lt-heading-stamp {
        width: 61px;
        height: 61px;
        outline-offset: 3px;
        margin-left: 5px;
    }
    .lt-heading-stamp>i {
        font-size: 22px;
    }
    .lt-heading-stamp>span {
        display: none;
    }
    .lt-featured {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-bottom: 32px;
    }
    .lt-feature {
        aspect-ratio: 1.85;
    }
    .lt-feature-body {
        bottom: 17px;
        right: 20px;
        left: 20px;
    }
    .lt-feature h2 {
        font-size: 21px;
        margin: 3px 0 7px;
        line-height: 1.7;
        -webkit-line-clamp: 2;
    }
    .lt-feature-meta {
        font-size: 10px;
    }
    .lt-feature-meta>i {
        display: grid;
    }
    .lt-tag {
        top: 14px;
        right: 14px;
    }
    .lt-section-heading {
        margin-bottom: 16px;
    }
    .lt-section-heading h2 {
        font-size: 17px;
    }
    .lt-search {
        flex-wrap: wrap;
        gap: 8px;
        padding: 9px;
    }
    .lt-search-input {
        flex-basis: 100%;
        padding: 0 4px;
        border-bottom: 1px solid #eef0e7;
    }
    .lt-search select {
        width: auto;
        flex: 1;
        border: 0;
        font-size: 12px;
    }
    .lt-search .lt-button {
        padding: 8px 18px;
    }
    .lt-story-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .lt-story-image {
        min-height: 0;
        aspect-ratio: 1.8;
    }
    .lt-story-body {
        padding: 19px 20px;
    }
    .lt-story-body h3 {
        font-size: 18px;
    }
    .lt-story-body>p {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
    .lt-story-footer {
        font-size: 10px;
        flex-wrap: nowrap;
        gap: 8px;
    }
    .lt-story-date {
        display: none;
    }
    .lt-sidebar {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 15px;
    }
    .lt-destinations {
        max-height: 300px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 18px;
    }
    .lt-side-panel {
        padding: 22px;
    }
    .lt-side-note h2 br {
        display: none;
    }
    .lt-side-note p {
        max-width: 100%;
    }
    .lt-side-note>i {
        left: 16px;
        top: 16px;
    }
    .lt-active-filters {
        font-size: 10px;
    }
    .lt-archive {
        padding-bottom: 45px;
    }
    .lt-hero {
        height: 390px;
    }
    .lt-hero-signature {
        margin-top: 12px;
        gap: 16px;
    }
    .lt-hero-signature>span:first-child {
        font-size: 20px;
    }
    .lt-hero-scroll {
        font-size: 10px;
        margin-bottom: 33px;
    }
    .lt-intro {
        padding: 30px 23px 36px;
    }
    .lt-intro h1 {
        font-size: 28px;
        line-height: 1.7;
        margin-bottom: 14px;
    }
    .lt-subtitle {
        font-size: 15px!important;
    }
    .lt-byline {
        margin: 20px 0 24px;
        padding-bottom: 20px;
    }
    .lt-prose {
        font-size: 13px;
    }
    .lt-prose .lt-paragraph {
        line-height: 2.35;
    }
    .lt-contents a {
        font-size: 10px;
        padding: 5px 9px;
    }
    .lt-story-container {
        padding: 0 18px;
    }
    .lt-chapter {
        padding: 28px 0 32px;
    }
    .lt-chapter-image {
        aspect-ratio: 1.45;
        margin: 0 -18px;
    }
    .lt-chapter-figure {
        margin-bottom: 23px;
    }
    .lt-chapter-copy {
        padding: 0 6px 8px;
    }
    .lt-chapter-copy h2 {
        font-size: 23px;
        margin: 12px 0 14px;
    }
    .lt-chapter-figure figcaption {
        font-size: 9px;
    }
    .lt-stops {
        display: flex;
        overflow-x: auto;
        gap: 13px;
        scroll-snap-type: x mandatory;
        padding-bottom: 14px;
        scrollbar-width: thin;
        scrollbar-color: #bfce97 transparent;
    }
    .lt-stop {
        flex: 0 0 75%;
        scroll-snap-align: start;
    }
    .lt-stop:only-child {
        flex-basis: 100%;
    }
    .lt-stop-image {
        aspect-ratio: 1.6;
    }
    .lt-stop h4 {
        font-size: 14px;
    }
    .lt-stop p {
        font-size: 11px;
    }
    .lt-stops-heading {
        margin: 24px 6px 15px;
    }
    .lt-story-end {
        padding: 38px 22px 42px;
    }
    .lt-story-end h2 {
        font-size: 22px;
    }
    .lt-related {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .lt-related .lt-section-heading {
        align-items: flex-end;
        gap: 9px;
    }
    .lt-related .lt-section-heading h2 {
        font-size: 17px;
    }
    .lt-related .lt-eyebrow {
        font-size: 10px;
    }
    .lt-related .lt-section-heading>a {
        font-size: 9px;
    }
    .lt-related-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .lt-related-image {
        aspect-ratio: 1.8;
    }
    .lt-related h3 {
        font-size: 18px;
        margin-top: 12px;
    }
    .lt-related article>p {
        font-size: 11px;
    }
}

@media(prefers-reduced-motion:reduce) {
    .lt-archive *,.lt-single * {
        transition: none!important;
        scroll-behavior: auto!important;
    }
}

.lt-story-body>p {
    font-size: 13px;
}

.lt-story-footer {
    font-size: 10px;
}

.lt-prose {
    font-size: 15px;
}

.lt-byline>div>span {
    font-size: 11px;
}

.lt-stop p {
    font-size: 12px;
}

.lt-recommended small,.lt-destination small {
    font-size: 10px;
}

@media(max-width:600px) {
    .lt-prose {
        font-size: 14px;
    }
    .lt-story-body>p {
        font-size: 13px;
    }
}
