:root {
  --ink: #17241d;
  --ink-2: #24352b;
  --forest: #1f4b37;
  --forest-dark: #102d22;
  --paper: #f5f0e6;
  --cream: #fffdf8;
  --terracotta: #b95e3d;
  --yellow: #e8bd4c;
  --blue: #537d89;
  --plum: #765365;
  --line: rgba(23, 36, 29, .17);
  --muted: #6e786f;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Libre Franklin", Helvetica, sans-serif;
  --shell: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.edition-bar { background: var(--paper); border-bottom: 1px solid rgba(23,36,29,.1); color: #516056; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.edition-bar .shell { min-height: 33px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.edition-bar a { color: var(--forest); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-shell { height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 27px; font-weight: 650; line-height: 1; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--paper); background: var(--forest); border-radius: 50% 50% 50% 8px; font-family: var(--serif); font-size: 20px; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.primary-nav a { font-size: 12px; font-weight: 600; color: #36483d; padding: 28px 0 24px; border-bottom: 3px solid transparent; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a.is-current { color: var(--terracotta); border-bottom-color: var(--terracotta); }
.search-link { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; border-left: 1px solid var(--line); padding-left: 20px; }
.search-link span { font-size: 22px; line-height: 1; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.home-hero { min-height: 690px; position: relative; background-image: var(--hero); background-size: cover; background-position: center; color: white; display: flex; align-items: flex-end; }
.hero-shade, .destination-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,14,.83) 0%, rgba(8,20,14,.45) 52%, rgba(8,20,14,.08) 78%), linear-gradient(0deg, rgba(8,20,14,.58), transparent 60%); }
.home-hero-copy { position: relative; z-index: 2; padding: 100px 0 135px; }
.hero-edition, .eyebrow { display: block; font-size: 11px; font-weight: 700; line-height: 1.3; text-transform: uppercase; letter-spacing: .13em; color: var(--terracotta); margin-bottom: 16px; }
.hero-edition { color: #f4d57e; }
.eyebrow.light { color: #f1d179; }
.home-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-weight: 550; font-size: clamp(52px, 6vw, 88px); line-height: .98; letter-spacing: 0; }
.home-hero-copy > p { max-width: 660px; margin: 24px 0 16px; font-family: var(--serif); font-size: 22px; line-height: 1.45; color: rgba(255,255,255,.9); }
.hero-meta { font-size: 12px; color: rgba(255,255,255,.72); margin-bottom: 30px; }
.hero-button { display: inline-flex; align-items: center; gap: 18px; padding: 14px 20px; background: var(--yellow); color: var(--ink); font-weight: 700; font-size: 13px; }
.hero-button span { font-size: 19px; }
.destination-search { position: absolute; z-index: 3; left: 50%; bottom: -48px; transform: translateX(-50%); width: min(1000px, calc(100% - 64px)); background: var(--cream); color: var(--ink); padding: 22px 26px; box-shadow: 0 18px 50px rgba(14,30,21,.22); }
.destination-search label { display: block; font-family: var(--serif); font-size: 17px; font-weight: 550; margin-bottom: 10px; }
.destination-search div { display: flex; border-bottom: 2px solid var(--ink); }
.destination-search input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 10px 0 11px; outline: 0; font-size: 17px; }
.destination-search button { border: 0; background: transparent; font-weight: 700; color: var(--terracotta); cursor: pointer; }
.trending-bar { margin-top: 48px; background: var(--paper); border-bottom: 1px solid var(--line); }
.trending-bar .shell { min-height: 54px; display: flex; align-items: center; gap: 28px; overflow: hidden; white-space: nowrap; font-size: 12px; }
.trending-bar b { color: var(--terracotta); text-transform: uppercase; letter-spacing: .08em; }
.trending-bar a { border-left: 1px solid var(--line); padding-left: 28px; }

.section { padding: 90px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 36px; }
.section-heading h2, .planning-band h2, .latest-band h2, .region-band h2 { font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 550; line-height: 1.02; margin: 0; }
.section-heading p { max-width: 430px; margin: 0; color: rgba(255,255,255,.72); }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 13px; font-weight: 700; }
.light-link { color: white; }

.destination-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr 1.15fr; gap: 16px; }
.destination-card { min-height: 420px; position: relative; overflow: hidden; background: var(--ink); }
.destination-card:nth-child(2), .destination-card:nth-child(3) { min-height: 360px; margin-top: 60px; }
.destination-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s ease; }
.destination-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,20,13,.9), rgba(7,20,13,.06) 72%); }
.destination-card:hover img { transform: scale(1.035); }
.destination-overlay { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; color: white; }
.destination-overlay small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #f3d578; }
.destination-overlay b { display: block; font-family: var(--serif); font-size: 31px; line-height: 1.1; margin: 5px 0 8px; }
.destination-overlay em { display: block; font-style: normal; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.5; }

.planning-band { background: var(--forest-dark); color: white; padding: 90px 0; }
.section-heading.inverse { color: white; }
.planning-grid { display: grid; border-top: 1px solid rgba(255,255,255,.16); }
.planning-link { display: grid; grid-template-columns: 70px 1fr 100px; gap: 26px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.planning-link > span { font-family: var(--serif); font-size: 26px; color: rgba(255,255,255,.35); }
.planning-link small { color: #e8cb74; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.planning-link h3 { display: inline; font-family: var(--serif); font-size: 31px; font-weight: 500; margin: 0 18px 0 0; }
.planning-link p { display: inline; color: rgba(255,255,255,.62); font-size: 13px; }
.planning-link > b { text-align: right; font-size: 12px; color: #e8cb74; }
.planning-link:hover h3 { color: #f2d779; }

.top-stories { display: grid; grid-template-columns: 1.45fr 1fr; gap: 42px; }
.top-story-stack { display: grid; border-top: 1px solid var(--line); }
.story-card { min-width: 0; }
.card-image { display: block; overflow: hidden; background: #d9ddd8; }
.card-image img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s ease; }
.story-card:hover .card-image img { transform: scale(1.025); }
.card-copy { padding-top: 17px; }
.card-kicker { display: flex; gap: 10px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; color: var(--terracotta); }
.card-kicker span + span::before { content: "·"; margin-right: 10px; color: var(--muted); }
.story-card h3 { font-family: var(--serif); font-weight: 550; line-height: 1.14; font-size: 27px; margin: 9px 0 10px; }
.story-card h3 a:hover { color: var(--terracotta); }
.story-card p { color: #5f6c63; font-size: 13px; line-height: 1.6; margin: 0 0 14px; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; font-size: 10px; color: #788178; border-top: 1px solid var(--line); padding-top: 10px; }
.story-feature h3 { font-size: 45px; }
.story-feature .card-image img { aspect-ratio: 16 / 10; }
.story-row { display: grid; grid-template-columns: 155px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.story-row .card-image img { aspect-ratio: 1 / 1; }
.story-row .card-copy { padding: 0; }
.story-row h3 { font-size: 21px; margin-top: 6px; }
.story-row p { display: none; }
.story-row .card-meta { border: 0; padding: 0; }
.story-compact h3 { font-size: 23px; }
.story-compact p { font-size: 12px; }
.story-grid { display: grid; gap: 26px; }
.four-up { grid-template-columns: repeat(4, 1fr); }
.three-up { grid-template-columns: repeat(3, 1fr); }
.compact-grid { grid-template-columns: repeat(3, 1fr); }
.stay-band { background: var(--paper); }

.latest-band { padding: 90px 0; background: var(--ink); color: white; }
.latest-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 46px; }
.latest-band .story-row { border-color: rgba(255,255,255,.18); }
.latest-band .story-row p { color: rgba(255,255,255,.65); }
.latest-band .card-meta { color: rgba(255,255,255,.48); }
.latest-band .card-kicker { color: #eecb69; }
.latest-band .story-card h3 a:hover { color: #f1d278; }

.writers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.writer-card { display: grid; grid-template-columns: 43% 1fr; min-height: 310px; background: var(--paper); }
.writer-card img { height: 100%; object-fit: cover; filter: saturate(.86); }
.writer-card div { padding: 28px 24px; }
.writer-card span { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; color: var(--terracotta); font-weight: 700; }
.writer-card h3 { font-family: var(--serif); font-size: 31px; line-height: 1.05; margin: 10px 0 15px; }
.writer-card p { font-family: var(--serif); font-size: 16px; line-height: 1.45; }
.writer-card small { display: block; margin-top: 20px; color: var(--muted); font-size: 10px; }

.newsletter-band { background: var(--terracotta); color: white; padding: 70px 0; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; }
.newsletter-inner h2 { font-family: var(--serif); font-size: 50px; line-height: 1; margin: 0 0 12px; }
.newsletter-inner p { margin: 0; color: rgba(255,255,255,.76); }
.newsletter-form { display: flex; border-bottom: 2px solid white; }
.newsletter-form input { flex: 1; min-width: 0; padding: 13px 0; color: white; background: transparent; border: 0; outline: 0; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.65); }
.newsletter-form button { border: 0; background: transparent; color: white; font-weight: 700; cursor: pointer; }
.site-footer { background: #0d2017; color: white; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 42px; }
.footer-brand p { max-width: 300px; color: rgba(255,255,255,.57); font-size: 12px; }
.footer-grid h3 { color: #e6c968; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 18px; }
.footer-grid > div > a:not(.brand) { display: block; color: rgba(255,255,255,.7); font-size: 12px; margin: 9px 0; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); margin-top: 55px; padding-top: 20px; color: rgba(255,255,255,.4); font-size: 10px; }

.credits-page { padding: 70px 0 110px; }
.credits-page section { padding: 38px 0 55px; border-bottom: 1px solid var(--line); }
.credits-page h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 48px; line-height: 1; }
.credits-page section > p { max-width: 720px; color: var(--muted); }
.credit-list { list-style: none; padding: 0; margin: 34px 0 0; border-top: 2px solid var(--ink); }
.credit-list li { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.credit-list li > span { display: block; }
.credit-list b { display: block; font-family: var(--serif); font-size: 17px; line-height: 1.25; }
.credit-list small { display: block; margin-top: 4px; color: var(--muted); line-height: 1.45; }
.credit-list a { color: var(--terracotta); text-decoration: underline; text-underline-offset: 3px; }

.page-hero { padding: 100px 0 45px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(64px, 9vw, 120px); line-height: .9; font-weight: 550; margin: 0; }
.page-hero > p { max-width: 700px; font-family: var(--serif); font-size: 24px; line-height: 1.45; color: #55625a; margin: 30px 0 0; }
.destination-index-grid { grid-template-columns: repeat(4, 1fr); }
.destination-index-grid .destination-card, .destination-index-grid .destination-card:nth-child(2), .destination-index-grid .destination-card:nth-child(3) { min-height: 460px; margin-top: 0; }
.region-band { background: var(--forest-dark); color: white; padding: 90px 0; }
.region-list { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.17); }
.region-row { display: grid; grid-template-columns: 180px 1fr 140px; gap: 30px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.region-row span { font-family: var(--serif); font-size: 28px; }
.region-row p { color: rgba(255,255,255,.65); margin: 0; }
.region-row b { color: #edcf70; font-size: 12px; text-align: right; }

.destination-hero { min-height: 650px; position: relative; color: white; display: flex; align-items: end; }
.destination-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.destination-hero .shell { position: relative; z-index: 2; padding-bottom: 70px; }
.destination-hero h1 { font-family: var(--serif); font-size: clamp(70px, 10vw, 132px); line-height: .85; margin: 0; font-weight: 550; }
.destination-hero .shell > p { max-width: 680px; font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.destination-stats { display: flex; gap: 55px; margin-top: 32px; font-size: 13px; }
.destination-stats span { display: grid; }
.destination-stats small { color: #f0d171; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.city-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.city-strip .shell { display: flex; gap: 26px; align-items: center; min-height: 56px; overflow: hidden; white-space: nowrap; font-size: 12px; }
.city-strip b { color: var(--terracotta); }
.country-lead { display: grid; grid-template-columns: 1.15fr 1fr; gap: 38px; }
.country-side-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.destination-planning { background: var(--blue); color: white; padding: 70px 0; }
.destination-planning .shell { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 50px; align-items: center; }
.destination-planning h2 { font-family: var(--serif); font-size: 45px; margin: 0; line-height: 1; }
.destination-planning p { color: rgba(255,255,255,.78); }
.destination-planning a { color: #fff2b6; font-weight: 700; border-bottom: 1px solid; white-space: nowrap; }

.category-hero { padding: 105px 0 75px; border-bottom: 1px solid var(--line); }
.category-hero h1 { max-width: 850px; font-family: var(--serif); font-size: clamp(70px, 9vw, 120px); line-height: .88; margin: 0; font-weight: 550; }
.category-hero p { max-width: 700px; font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.article-count { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.accent-bg-terracotta { background: #f1d4c8; }
.accent-bg-blue { background: #d6e5e8; }
.accent-bg-yellow { background: #f4e9b6; }
.accent-bg-forest { background: #d3dfd6; }
.accent-bg-plum { background: #e5d8df; }

.writer-profile-grid { display: grid; gap: 34px; }
.writer-profile-card { display: grid; grid-template-columns: 350px 1fr; min-height: 390px; background: var(--paper); }
.writer-profile-card img { height: 100%; object-fit: cover; }
.writer-profile-card div { padding: 50px; }
.writer-profile-card span { color: var(--terracotta); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.writer-profile-card h2 { font-family: var(--serif); font-size: 54px; line-height: 1; margin: 12px 0 20px; }
.writer-profile-card p { max-width: 700px; }
.writer-profile-card small, .writer-profile-card b { display: block; margin-top: 25px; }
.writer-profile-card small { color: var(--muted); }
.writer-profile-card b { color: var(--terracotta); }
.author-hero { background: var(--forest-dark); color: white; padding: 80px 0; }
.author-hero .shell { display: grid; grid-template-columns: 380px 1fr; gap: 75px; align-items: center; }
.author-hero img { aspect-ratio: 4 / 5; object-fit: cover; }
.author-hero h1 { font-family: var(--serif); font-size: clamp(65px, 8vw, 110px); line-height: .88; font-weight: 550; margin: 0 0 25px; }
.author-hero p { max-width: 700px; font-family: var(--serif); font-size: 21px; color: rgba(255,255,255,.78); }
.author-location { margin-top: 24px; color: #edcf70; font-size: 12px; }
.author-notes { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; padding: 50px 0; border-bottom: 1px solid var(--line); align-items: center; }
.author-notes div { display: grid; }
.author-notes span { color: var(--terracotta); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.author-notes blockquote { font-family: var(--serif); font-size: 27px; line-height: 1.35; margin: 0; }

.article-breadcrumb { padding-top: 28px; color: var(--muted); font-size: 11px; display: flex; gap: 10px; }
.article-breadcrumb a:hover { color: var(--terracotta); }
.article-header { padding-top: 75px; max-width: 1030px; }
.article-label { color: var(--terracotta); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.article-header h1 { font-family: var(--serif); font-size: clamp(58px, 7vw, 94px); line-height: .96; font-weight: 550; margin: 18px 0 25px; }
.article-dek { max-width: 850px; font-family: var(--serif); font-size: 24px; line-height: 1.45; color: #536158; }
.article-byline { display: flex; align-items: center; gap: 35px; margin: 36px 0 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; }
.author-chip { display: flex; align-items: center; gap: 12px; }
.author-chip img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.author-chip span { display: grid; }
.author-chip b { font-size: 12px; }
.author-chip small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.publication-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--muted); font-size: 10px; }
.publication-meta a { color: var(--forest); font-weight: 700; }
.article-hero { max-width: 1320px; }
.hero-figure img { aspect-ratio: 16 / 8.5; object-fit: cover; }
figcaption { margin-top: 9px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 70px; padding-top: 70px; padding-bottom: 100px; }
.article-toc { position: sticky; top: 125px; align-self: start; display: grid; border-top: 3px solid var(--ink); }
.article-toc > span { font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; padding: 15px 0; }
.article-toc a { padding: 9px 0; border-top: 1px solid var(--line); font-size: 11px; color: #657068; line-height: 1.4; }
.article-toc a:hover { color: var(--terracotta); }
.quick-answer { background: var(--paper); border-left: 5px solid var(--terracotta); padding: 28px 32px; margin-bottom: 30px; }
.quick-answer span { color: var(--terracotta); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.quick-answer p { font-family: var(--serif); font-size: 23px; line-height: 1.45; margin: 8px 0 0; color: var(--ink); }
.quick-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin: 30px 0 55px; }
.quick-facts div { display: grid; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-facts span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.quick-facts b { font-family: var(--serif); font-size: 18px; margin-top: 4px; }
.route-strip { display: flex; align-items: flex-start; justify-content: space-between; position: relative; margin: 20px 0 65px; }
.route-strip::before { content: ""; position: absolute; left: 7%; right: 7%; top: 18px; height: 1px; background: var(--terracotta); }
.route-strip span { position: relative; z-index: 1; width: 23%; text-align: center; font-size: 11px; font-weight: 700; }
.route-strip i { width: 36px; height: 36px; display: grid; place-items: center; margin: 0 auto 9px; border-radius: 50%; background: var(--terracotta); color: white; font-style: normal; }
.article-section { position: relative; padding: 52px 0 20px; border-top: 1px solid var(--line); }
.section-number { position: absolute; top: 58px; left: -55px; color: var(--terracotta); font-family: var(--serif); font-size: 20px; }
.article-section h2, .faq-section h2 { font-family: var(--serif); font-size: 43px; line-height: 1.08; font-weight: 550; margin: 0 0 25px; }
.article-section p, .faq-section p, .prose-page p { font-family: Georgia, serif; font-size: 18px; line-height: 1.85; color: #2e3c33; }
.article-inline-image { margin: 38px 0; }
.article-inline-image img { max-height: 560px; object-fit: cover; }
.editor-note { margin: 32px 0; padding: 22px 25px; background: #eef2ed; border-top: 3px solid var(--forest); }
.editor-note b { color: var(--forest); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.editor-note ul { margin: 10px 0 0; padding-left: 20px; }
.editor-note li { margin: 7px 0; }
.faq-section { margin-top: 70px; }
.faq-section details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { font-family: var(--serif); font-size: 20px; font-weight: 550; cursor: pointer; }
.faq-section p { font-size: 16px; }
.author-about { background: var(--paper); padding: 65px 0; }
.author-about-inner { max-width: 920px; display: grid; grid-template-columns: 180px 1fr; gap: 42px; align-items: center; }
.author-about-inner img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 50%; }
.author-about h2 { font-family: var(--serif); font-size: 42px; margin: 0 0 8px; }
.author-about p { font-family: var(--serif); font-size: 17px; }

.guide-search { display: block; max-width: 650px; margin-top: 35px; }
.guide-search input { width: 100%; border: 0; border-bottom: 2px solid var(--ink); background: transparent; padding: 14px 0; outline: 0; font-size: 18px; }
.search-empty { padding: 30px; background: var(--paper); text-align: center; }
.prose-page { max-width: 780px; padding: 30px 0 100px; }
.prose-page section { padding: 42px 0; border-top: 1px solid var(--line); }
.prose-page h2 { font-family: var(--serif); font-size: 38px; margin: 0 0 18px; }

.writers-hero { background: var(--forest-dark); color: white; padding: 110px 0 90px; }
.writers-hero h1 { font-family: var(--serif); font-size: clamp(64px, 9vw, 120px); line-height: .9; font-weight: 550; margin: 12px 0 0; }
.writers-hero > .shell > p { max-width: 720px; font-family: var(--serif); font-size: 24px; line-height: 1.45; color: rgba(255,255,255,.78); margin: 26px 0 0; }
.writers-hero .eyebrow.light { color: #edcf70; }

.accent-terracotta > span, .accent-terracotta small, .accent-terracotta > b { color: var(--terracotta); }
.accent-forest > span, .accent-forest small, .accent-forest > b { color: #86c0a6; }
.accent-blue > span, .accent-blue small, .accent-blue > b { color: var(--blue); }
.accent-yellow > span, .accent-yellow small, .accent-yellow > b { color: var(--yellow); }
.accent-plum > span, .accent-plum small, .accent-plum > b { color: #c9a3b7; }

@media (max-width: 1120px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: 10px; }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .destination-card:nth-child(2), .destination-card:nth-child(3) { margin-top: 0; min-height: 420px; }
  .four-up { grid-template-columns: 1fr 1fr; }
  .writers-grid { grid-template-columns: 1fr; }
  .writer-card { min-height: 280px; }
  .country-lead { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .shell { width: min(100% - 36px, var(--shell)); }
  .edition-bar { display: none; }
  .nav-shell { height: 66px; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 66px; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 12px 18px 22px; }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .search-link { margin-left: 0; }
  .home-hero { min-height: 620px; }
  .home-hero-copy { padding-bottom: 125px; }
  .home-hero h1 { font-size: 53px; }
  .destination-search { width: calc(100% - 36px); bottom: -58px; }
  .trending-bar { margin-top: 58px; }
  .trending-bar .shell { overflow-x: auto; }
  .section { padding: 70px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .destination-grid, .destination-index-grid { grid-template-columns: 1fr 1fr; }
  .destination-card, .destination-index-grid .destination-card, .destination-index-grid .destination-card:nth-child(2), .destination-index-grid .destination-card:nth-child(3) { min-height: 380px; }
  .planning-link { grid-template-columns: 50px 1fr; }
  .planning-link > b { display: none; }
  .planning-link p { display: block; margin-top: 7px; }
  .top-stories { grid-template-columns: 1fr; }
  .latest-grid { grid-template-columns: 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .destination-hero { min-height: 590px; }
  .destination-stats { gap: 24px; flex-wrap: wrap; }
  .destination-planning .shell { grid-template-columns: 1fr; gap: 18px; }
  .writer-profile-card { grid-template-columns: 280px 1fr; }
  .author-hero .shell { grid-template-columns: 280px 1fr; gap: 40px; }
  .article-layout { grid-template-columns: 1fr; padding-top: 50px; }
  .article-toc { position: static; }
  .section-number { position: static; display: block; margin-bottom: 10px; }
}
@media (max-width: 600px) {
  .brand { font-size: 24px; }
  .search-link { font-size: 0; border: 0; padding-left: 0; }
  .search-link span { font-size: 25px; }
  .home-hero { min-height: 560px; background-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,20,14,.83), rgba(8,20,14,.2)); }
  .home-hero-copy { padding: 90px 0 120px; }
  .home-hero h1 { font-size: 45px; }
  .home-hero-copy > p { font-size: 18px; }
  .destination-search { padding: 18px; }
  .destination-search div { display: block; border: 0; }
  .destination-search input { width: 100%; border-bottom: 2px solid var(--ink); }
  .destination-search button { padding: 10px 0 0; }
  .trending-bar { margin-top: 92px; }
  .section-heading h2, .planning-band h2, .latest-band h2, .region-band h2 { font-size: 42px; }
  .destination-grid, .destination-index-grid { grid-template-columns: 1fr; }
  .destination-card, .destination-card:nth-child(2), .destination-card:nth-child(3), .destination-index-grid .destination-card, .destination-index-grid .destination-card:nth-child(2), .destination-index-grid .destination-card:nth-child(3) { min-height: 390px; }
  .planning-link { grid-template-columns: 38px 1fr; gap: 12px; }
  .planning-link h3 { font-size: 26px; }
  .story-feature h3 { font-size: 35px; }
  .story-row { grid-template-columns: 115px 1fr; }
  .story-row h3 { font-size: 18px; }
  .four-up, .three-up, .compact-grid { grid-template-columns: 1fr; }
  .writer-card { grid-template-columns: 42% 1fr; }
  .newsletter-inner h2 { font-size: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { padding-top: 70px; }
  .page-hero h1 { font-size: 70px; }
  .page-hero > p { font-size: 20px; }
  .region-row { grid-template-columns: 1fr; gap: 8px; }
  .region-row b { text-align: left; }
  .destination-hero { min-height: 540px; }
  .destination-hero h1 { font-size: 69px; }
  .destination-hero .shell > p { font-size: 18px; }
  .destination-stats { display: grid; grid-template-columns: 1fr 1fr; }
  .country-side-grid { grid-template-columns: 1fr; }
  .category-hero h1 { font-size: 68px; }
  .writer-profile-card { grid-template-columns: 1fr; }
  .writer-profile-card img { max-height: 420px; object-position: center 25%; }
  .writer-profile-card div { padding: 30px 24px; }
  .writer-profile-card h2 { font-size: 44px; }
  .author-hero .shell { grid-template-columns: 1fr; }
  .author-hero img { max-height: 470px; object-position: center 20%; }
  .author-hero h1 { font-size: 67px; }
  .author-notes { grid-template-columns: 1fr; }
  .article-header { padding-top: 55px; }
  .article-header h1 { font-size: clamp(43px, 11.5vw, 48px); }
  .article-dek { font-size: 20px; }
  .article-byline { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-figure img { aspect-ratio: 4 / 3; }
  .article-layout { padding-bottom: 70px; }
  .quick-answer { padding: 24px 22px; }
  .quick-answer p { font-size: 20px; }
  .quick-facts { grid-template-columns: 1fr; }
  .article-section h2, .faq-section h2 { font-size: 36px; }
  .article-section p { font-size: 17px; }
  .author-about-inner { grid-template-columns: 110px 1fr; gap: 24px; }
  .credit-list li { grid-template-columns: 1fr; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
