:root {
  --ink: #173a2c;
  --ink-soft: #3e5c50;
  --cream: #f7f6ed;
  --paper: #fffefa;
  --lime: #c9ef73;
  --lime-deep: #9bd338;
  --mint: #dff4e7;
  --blue: #dceff3;
  --orange: #f9dfbb;
  --line: rgba(23, 58, 44, .15);
  --shadow: 0 22px 60px rgba(35, 70, 54, .12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: relative; height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 20px; text-decoration: none; letter-spacing: -.04em; }
.brand > span:last-child > span { color: #67a322; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50% 50% 45% 55%; background: var(--ink); color: var(--lime); font-size: 16px; transform: rotate(-7deg); }
.brand-mark::first-letter { transform: rotate(7deg); }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
nav a { text-decoration: none; }
nav a:hover { color: #52861a; }
.nav-cta { padding: 10px 18px; border: 1px solid var(--ink); border-radius: 99px; }
.mobile-menu { display: none; position: relative; z-index: 60; }
.mobile-menu summary { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 16px; border: 1px solid var(--ink); border-radius: 99px; font-weight: 700; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu[open] summary { background: var(--ink); color: white; }
.mobile-menu-panel { position: absolute; top: calc(100% + 10px); right: 0; width: min(260px, calc(100vw - 28px)); padding: 10px; display: grid; gap: 3px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.mobile-menu-panel a { padding: 11px 13px; border-radius: 12px; }
.mobile-menu-panel a:hover, .mobile-menu-panel a[aria-current="page"] { background: #edf4df; color: var(--ink); }
.mobile-menu-panel .mobile-menu-cta { margin-top: 4px; background: var(--ink); color: white; text-align: center; }
.mobile-menu-panel .mobile-menu-cta:hover { background: #24533f; color: white; }

.hero { min-height: 620px; padding: 78px 0 90px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.eyebrow { margin: 0 0 22px; color: #66806f; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 27px; height: 2px; margin: 0 9px 3px 0; background: var(--lime-deep); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.055em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6.1vw, 78px); }
h1 em, h2 em { color: #659f26; font-style: normal; }
.hero-lead { max-width: 580px; margin: 28px 0; color: var(--ink-soft); font-size: 18px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 99px; font-weight: 700; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 28px rgba(23, 58, 44, .18); }
.button-primary:hover { background: #24533f; transform: translateY(-1px); }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--line); }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 24px; padding: 0; margin: 42px 0 0; color: #66806f; font-size: 12px; list-style: none; }
.trust-list span { color: #699e2b; font-weight: 800; }

.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; isolation: isolate; }
.sun { position: absolute; width: 350px; height: 350px; border-radius: 50%; background: var(--lime); box-shadow: inset 0 0 0 35px rgba(255,255,255,.15); z-index: -2; }
.orbit { position: absolute; border: 1px solid rgba(23,58,44,.17); border-radius: 50%; z-index: -1; }
.orbit-one { width: 445px; height: 320px; transform: rotate(16deg); }
.orbit-two { width: 370px; height: 445px; transform: rotate(-32deg); }
.habit-card { width: min(360px, 83%); padding: 28px; background: rgba(255,255,250,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 28px; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.habit-topline { display: flex; justify-content: space-between; color: #72887c; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.habit-status { padding: 4px 9px; border-radius: 99px; background: var(--mint); color: #3d7b52; letter-spacing: 0; text-transform: none; }
.habit-score { display: flex; align-items: center; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.score-ring { width: 76px; height: 76px; display: grid; grid-template-columns: auto auto; align-content: center; justify-content: center; border: 8px solid var(--lime); border-right-color: #e7edd9; border-radius: 50%; transform: rotate(-20deg); }
.score-ring > * { transform: rotate(20deg); }
.score-ring strong { font-size: 26px; line-height: 1; }
.score-ring small { align-self: end; color: #7d9187; }
.habit-score div { display: grid; }
.habit-score div strong { font-family: "Manrope"; font-size: 17px; }
.habit-score div span { color: #71877c; font-size: 13px; }
.habit-items { display: grid; gap: 15px; padding-top: 22px; font-size: 13px; }
.habit-items span { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 10px; }
.habit-items b { color: #63a32a; }
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot-green { background: #8ecb3b; }.dot-blue { background: #65b7c7; }.dot-orange { background: #efad55; }
.floating-note { position: absolute; min-width: 148px; display: grid; grid-template-columns: 36px 1fr; padding: 14px 16px; background: var(--paper); border-radius: 17px; box-shadow: 0 15px 35px rgba(23,58,44,.14); font-size: 13px; }
.floating-note > span { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; align-self: center; border-radius: 50%; background: var(--mint); color: #51892b; }
.floating-note strong { line-height: 1.3; }
.floating-note small { color: #71877c; }
.note-left { left: -18px; bottom: 43px; transform: rotate(2deg); }
.note-right { right: -10px; top: 48px; transform: rotate(3deg); }
.note-right > span { background: #fbe2dc; color: #dc6b55; }

.quick-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 110px; border-block: 1px solid var(--line); }
.quick-strip p { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 23px; margin: 0; border-right: 1px solid var(--line); }
.quick-strip p:last-child { border: 0; }
.quick-strip strong { font-family: "Manrope"; font-size: 26px; }
.quick-strip span { max-width: 120px; color: #6d8277; font-size: 12px; line-height: 1.3; }

.tools-section { padding-bottom: 120px; scroll-margin-top: 40px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .principles h2, .closing-cta h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); }
.section-heading > p { max-width: 490px; margin: 0 0 5px; color: var(--ink-soft); }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tool-card { position: relative; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 8px 30px rgba(23,58,44,.045); }
.tool-card::before { content: ""; position: absolute; top: -65px; right: -55px; width: 150px; height: 150px; border-radius: 50%; opacity: .65; }
.tool-bmi::before { background: var(--mint); }.tool-water::before { background: var(--blue); }.tool-protein::before { background: var(--orange); }
.tool-icon { position: relative; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.tool-kicker { margin: 28px 0 7px; color: #799082; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.tool-card h3 { margin: 0; font-size: 30px; }
.tool-card > p:not(.tool-kicker) { min-height: 52px; color: var(--ink-soft); font-size: 14px; }
.calculator { display: grid; gap: 9px; margin-top: 25px; }
.calculator label { display: flex; min-height: 50px; justify-content: space-between; align-items: center; gap: 12px; padding: 8px 12px 8px 15px; border: 1px solid var(--line); border-radius: 13px; color: #60766a; font-size: 13px; }
.calculator label > span { display: flex; align-items: center; gap: 5px; color: #819187; }
.calculator input { width: 74px; padding: 4px 7px; border: 0; border-bottom: 1px solid var(--line); outline: none; background: transparent; color: var(--ink); font-weight: 700; text-align: right; }
.calculator input:focus { border-color: #72a73b; }
.select-wrap { min-width: 130px; }
.calculator select { width: 100%; border: 0; outline: none; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; }
.calculator button { min-height: 47px; margin-top: 4px; border: 0; border-radius: 13px; background: var(--ink); color: white; font-weight: 700; cursor: pointer; }
.calculator button:hover { background: #28513f; }
.result { margin-top: 14px; padding: 16px; border-radius: 13px; background: #edf6e0; color: #3e6128; font-size: 13px; }
.result strong { display: block; margin-bottom: 2px; font-family: "Manrope"; color: var(--ink); font-size: 22px; }
.result.is-error { background: #fff0eb; color: #934f3d; }
.result-actions { display: grid; gap: 7px; margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(62, 97, 40, .16); }
.result-share { justify-self: start; padding: 8px 13px; border: 1px solid rgba(23, 58, 44, .24); border-radius: 99px; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.result-share:hover { background: rgba(255, 255, 255, .55); }
.result-share:disabled, [data-share-page]:disabled { cursor: wait; opacity: .7; }
.result-actions small { color: #6c806f; font-size: 10px; }
.clipboard-helper { position: fixed; left: -10000px; top: 0; width: 1px; height: 1px; opacity: 0; }
.medical-note { max-width: 820px; margin: 28px auto 0; color: #788b81; font-size: 12px; text-align: center; }

.notes-page { padding-bottom: 100px; }
.notes-hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; min-height: 540px; padding: 70px 0 90px; }
.notes-hero h1 { font-size: clamp(48px, 6vw, 76px); }
.notes-hero .hero-lead { max-width: 650px; }
.daily-note-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); transform: rotate(1deg); }
.daily-note-link { display: block; color: inherit; text-decoration: none; }
.daily-note-link:hover .daily-note-card { transform: rotate(0) translateY(-3px); }
.daily-note-card time { color: #71877c; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.daily-note-card h2 { margin: 20px 0 14px; font-size: 36px; }
.daily-note-card p { color: var(--ink-soft); }
.note-tags { display: flex; gap: 8px; margin-top: 24px; }
.note-tags span { padding: 6px 11px; border-radius: 99px; background: var(--mint); color: #51782d; font-size: 11px; font-weight: 700; }
.note-read-more { display: inline-block; margin-top: 25px; color: var(--ink); font-size: 13px; font-weight: 800; }
.notes-archive { padding: 0 0 85px; }
.notes-archive h2 { margin: 0 0 30px; font-size: 42px; }
.notes-archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.archive-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.archive-card time { color: #71877c; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.archive-card h3 { margin: 17px 0 10px; font-size: 28px; }
.archive-card p { margin: 0; color: var(--ink-soft); }
.notes-format { padding: 85px 0; border-top: 1px solid var(--line); }
.notes-format > .section-heading { margin-bottom: 42px; }
.prompt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.prompt-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 250, .74); }
.prompt-card > span { color: #6f9d32; font-family: "Manrope"; font-size: 13px; font-weight: 800; }
.prompt-card h3 { margin: 22px 0 11px; font-size: 27px; }
.prompt-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.notes-share { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 55px; border-radius: 28px; background: var(--ink); color: white; }
.notes-share h2 { margin: 0 0 12px; font-size: 38px; }
.notes-share p { margin: 0; color: #b9c8c0; }
.notes-share .button { background: var(--lime); color: var(--ink); box-shadow: none; }
.notes-share .button:hover { background: #d7ed98; }

.post-page { padding-bottom: 100px; }
.post-hero { max-width: 880px; padding: 90px 0 60px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-bottom: 26px; color: #71877c; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.post-hero h1 { font-size: clamp(48px, 6.5vw, 78px); }
.post-summary { max-width: 720px; margin: 30px 0 0; color: var(--ink-soft); font-size: 20px; }
.post-layout { display: grid; grid-template-columns: minmax(0, 720px) 260px; gap: 85px; align-items: start; }
.post-body { font-size: 18px; line-height: 1.8; }
.post-body > p:first-child { color: var(--ink); font-size: 24px; line-height: 1.55; }
.post-section { padding: 35px 0; border-top: 1px solid var(--line); }
.post-section h2 { margin: 0 0 18px; font-size: 35px; }
.post-section p { color: var(--ink-soft); }
.post-takeaway { margin: 35px 0; padding: 30px; border-radius: 20px; background: var(--mint); color: #355624; font-size: 20px; font-weight: 650; }
.post-aside { position: sticky; top: 28px; display: grid; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.post-aside strong { font-family: "Manrope"; font-size: 18px; }
.post-aside p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.post-aside .button { width: 100%; padding-inline: 17px; }
.post-related { margin-top: 55px; padding-top: 35px; border-top: 1px solid var(--line); }
.post-related h2 { margin: 0 0 22px; font-size: 28px; }
.post-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.related-card { display: grid; gap: 9px; padding: 19px; border: 1px solid var(--line); border-radius: 16px; color: inherit; text-decoration: none; }
.related-card:hover { border-color: #9fbd77; background: rgba(237, 246, 224, .55); }
.related-card span { color: #71877c; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.related-card strong { font-family: "Manrope"; font-size: 16px; line-height: 1.35; }
.post-back { display: inline-block; margin-top: 22px; color: #66806f; font-size: 13px; font-weight: 700; }

.shareables-page { padding-bottom: 110px; }
.shareables-hero { max-width: 780px; padding: 80px 0 52px; }
.shareables-hero h1 { margin-bottom: 24px; }
.shareables-hero .hero-lead { margin-bottom: 0; }
.shareables-grid { display: grid; gap: 28px; }
.shareable-card { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(340px, 1.18fr); overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.shareable-media { margin: 0; background: #eef2dd; }
.shareable-media img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.shareable-media--contain img { object-fit: contain; background: #f7f6ed; }
.shareable-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 64px); }
.shareable-meta { margin: 0 0 18px; color: #66806f; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.shareable-content h2 { margin: 0 0 20px; font-size: clamp(34px, 4vw, 52px); }
.shareable-caption { margin: 0 0 28px; color: var(--ink-soft); white-space: pre-line; }
.shareable-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-secondary { min-height: 52px; background: transparent; color: var(--ink); border: 1px solid var(--line); }
.button-secondary:hover { background: #edf4df; }
.shareable-note { margin: 22px 0 0; color: #708479; font-size: 12px; }

.principles { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; margin-bottom: 28px; padding: 82px; border-radius: 34px; background: var(--ink); color: white; }
.eyebrow-light { color: #a8bdb0; }
.principles h2 em { color: var(--lime); }
.principle-list { display: grid; }
.principle-list article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.principle-list article:first-child { padding-top: 0; }
.principle-list article:last-child { border: 0; padding-bottom: 0; }
.principle-list article > span { color: var(--lime); font-family: "Manrope"; font-weight: 800; }
.principle-list h3 { margin: 0 0 7px; font-size: 21px; letter-spacing: -.03em; }
.principle-list p { margin: 0; color: #b9c8c0; font-size: 14px; }
.closing-cta { padding: 115px 20px; text-align: center; }
.closing-cta h2 { margin-bottom: 32px; }

footer { min-height: 105px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: #6e8377; font-size: 12px; }
footer p:last-child { text-align: right; }
.brand-footer { color: var(--ink); font-size: 17px; }
.brand-footer .brand-mark { width: 29px; height: 29px; font-size: 13px; }

.error-page { min-height: 100vh; display: grid; place-content: center; justify-items: start; padding-block: 60px; }
.error-page .brand { margin-bottom: 80px; }
.error-page h1 { font-size: clamp(48px, 7vw, 82px); }
.error-page .hero-lead { max-width: 540px; }
.error-page .button { margin-top: 10px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 50px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .trust-list { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-card > p:not(.tool-kicker) { min-height: 0; }
  .principles { grid-template-columns: 1fr; gap: 60px; padding: 60px; }
  .notes-hero { grid-template-columns: 1fr; gap: 35px; }
  .prompt-grid { grid-template-columns: 1fr; }
  .post-layout { grid-template-columns: 1fr; gap: 35px; }
  .post-aside { position: static; }
}

@media (max-width: 700px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 76px; }
  .site-header > nav { display: none; }
  .mobile-menu { display: block; }
  .brand { font-size: 18px; }
  .hero { padding: 48px 0 65px; gap: 35px; }
  h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 380px; transform: scale(.93); }
  .sun { width: 290px; height: 290px; }
  .orbit-one { width: 355px; height: 270px; }
  .orbit-two { width: 310px; height: 360px; }
  .note-left { left: -16px; bottom: 20px; }
  .note-right { right: -16px; top: 24px; }
  .quick-strip { grid-template-columns: 1fr; margin-bottom: 85px; }
  .quick-strip p { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .tool-card { padding: 26px; }
  .principles { padding: 42px 27px; border-radius: 24px; }
  .principles h2 { font-size: 38px; }
  footer { grid-template-columns: 1fr; padding: 30px 0; text-align: center; }
  footer p { margin: 0; }
  footer p:last-child { text-align: center; }
  .brand-footer { justify-self: center; }
  .notes-hero { padding-top: 45px; }
  .daily-note-card { padding: 27px; }
  .notes-share { grid-template-columns: 1fr; padding: 36px 27px; text-align: center; }
  .notes-share .button { justify-self: center; }
  .notes-archive-grid { grid-template-columns: 1fr; }
  .post-hero { padding-top: 55px; }
  .post-summary { font-size: 17px; }
  .post-body { font-size: 16px; }
  .post-related-grid { grid-template-columns: 1fr; }
  .shareables-hero { padding-top: 48px; }
  .shareable-card { grid-template-columns: 1fr; border-radius: 24px; }
  .shareable-media img { height: auto; }
  .shareable-content { padding: 28px; }
  .shareable-actions { display: grid; }
  .shareable-actions .button { width: 100%; }
}

@media (max-width: 460px) {
  .brand { font-size: 16px; }
}

@media (prefers-reduced-motion: no-preference) {
  .button, .tool-card, .daily-note-card { transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
  .tool-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(23,58,44,.09); }
}

/* TMII wisata aktif feature */
.post-hero--destination em { color: #659f26; font-style: normal; }
.post-featured-image,
.post-inline-image { margin: 0 0 54px; overflow: hidden; border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.post-featured-image img,
.post-inline-image img { display: block; width: 100%; height: auto; }
.post-featured-image figcaption,
.post-inline-image figcaption { padding: 13px 18px; color: #687d72; font-size: 12px; line-height: 1.5; }
.post-featured-image figcaption a,
.post-inline-image figcaption a,
.article-sources a { color: #426f25; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.post-inline-image { margin-block: 38px; }
.post-inline-image--portrait img { max-height: 720px; object-fit: cover; object-position: center 52%; }
.article-fact-box { margin: 36px 0; padding: 26px 28px; border: 1px solid rgba(101, 159, 38, .25); border-radius: 22px; background: #edf4df; }
.article-fact-box > strong { display: block; margin-bottom: 10px; font-family: "Manrope", sans-serif; font-size: 19px; }
.article-fact-box ul,
.article-checklist,
.article-sources ul { margin: 0; padding-left: 22px; }
.article-fact-box li,
.article-checklist li,
.article-sources li { margin-block: 8px; }
.route-options { display: grid; gap: 12px; margin-top: 24px; }
.route-options article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.route-options article > span { color: #659f26; font-family: "Manrope", sans-serif; font-weight: 800; }
.route-options h3 { margin: 0 0 6px; font-size: 19px; letter-spacing: -.03em; }
.route-options p { margin: 0; }
.article-sources { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.article-sources h2 { font-size: 25px; }
.featured-destination-link { margin-bottom: 24px; }
.featured-destination-card { border-color: rgba(101, 159, 38, .32); background: linear-gradient(135deg, #fffefa, #edf4df); }
@media (max-width: 700px) {
  .post-featured-image,
  .post-inline-image { margin-inline: -7px; border-radius: 20px; }
  .post-inline-image--portrait img { max-height: 560px; }
  .article-fact-box { padding: 22px; }
}
