:root{--paper:#f7f4ed;--ink:#222b29;--muted:#5d655f;--rust:#984431;--line:#d3d3c7;--serif:'Cormorant Garamond',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font:18px/1.7 var(--sans);-webkit-text-size-adjust:100%}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid var(--rust);outline-offset:6px}img{display:block;width:100%;height:auto}figure,p,h1,h2,h3{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.04;letter-spacing:-.035em}em{font-weight:400}p{margin-bottom:1.2em}button,summary{font:inherit}::selection{background:#d8dfb1;color:#18231f}.skip{position:fixed;left:20px;top:-100px;z-index:100;background:var(--paper);padding:12px}.skip:focus{top:10px}.masthead{max-width:1600px;margin:auto;padding:24px 4%;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font:600 48px/1 var(--serif);letter-spacing:-2px;white-space:nowrap}.brand i{font-weight:400;color:var(--rust)}.masthead>nav{display:flex;gap:36px;align-items:center;font-size:14px}.masthead>nav a{padding:10px 0}.masthead a:hover{color:var(--rust)}.social{margin-left:28px}.mobile-menu{display:none}.eyebrow{font:600 12px/1.5 var(--sans);letter-spacing:.13em;color:var(--rust);text-transform:uppercase;margin:0 0 20px}.intro{max-width:1500px;margin:0 auto;padding:48px 4% 44px;display:grid;grid-template-columns:2fr 1fr;align-items:center;gap:60px}.intro h1{font-size:clamp(54px,6.3vw,100px)}.intro>div{max-width:360px;justify-self:end}.intro>div p:not(.eyebrow){font-size:16px}.text-link{display:inline-block;font-size:14px;font-weight:500;color:var(--rust);padding-bottom:7px;border-bottom:1px solid currentColor}.cover{position:relative;max-width:1472px;margin:0 auto;background:#122420;height:640px;isolation:isolate}.cover>img{width:100%;height:100%;object-fit:cover;object-position:center 47%;position:absolute;z-index:-2}.cover:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(5,19,14,.8));z-index:-1}.cover-copy{position:absolute;bottom:48px;left:52px;color:#fff}.cover-copy .eyebrow{color:#dbe7bf}.cover h2{font-size:clamp(48px,5.3vw,80px);line-height:1.01}.light-link{display:flex;gap:80px;align-items:center;font-size:15px;border-bottom:1px solid #ffffff70;padding:17px 0 10px;margin-top:10px;width:fit-content}.light-link span{font-size:24px}.cover-note{position:absolute;bottom:50px;right:48px;color:white;font-size:12px;line-height:1.8;text-align:right;letter-spacing:.04em}.cover-details{max-width:1472px;display:flex;justify-content:space-between;padding:24px 0 30px;margin:auto;border-bottom:1px solid var(--line);font-size:14px}.cover-details p{margin:0}.cover-details p:last-child{text-align:right;font-size:12px;letter-spacing:.05em}.cover-details strong{font-weight:400;color:var(--muted);letter-spacing:0}.cover-details span{margin:0 14px;color:var(--rust)}.journal{max-width:1370px;margin:100px auto;padding:0 4%}.section-top{display:grid;grid-template-columns:1fr auto;align-items:end;margin-bottom:45px}.section-top .eyebrow{grid-column:1/-1;margin-bottom:10px}.section-top h2{font-size:68px}.section-top>span{font-size:12px;letter-spacing:.1em}.story-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:72px}.story{display:block}.story figure{position:relative;overflow:hidden;margin-bottom:26px}.story figure img{aspect-ratio:1.52;object-fit:cover;transition:transform .7s}.story-large figure img{aspect-ratio:.88}.story:hover img{transform:scale(1.025)}.photo-number{position:absolute;bottom:15px;left:18px;color:white;text-shadow:0 1px 5px #000;background:#16201f88;padding:4px 9px;font-size:11px;letter-spacing:.1em}.story .eyebrow{margin-bottom:12px}.story h3{font-size:46px;margin-bottom:20px}.story-large h3{font-size:64px}.story p:not(.eyebrow){font-size:16px;max-width:470px}.story-stack{display:flex;flex-direction:column;gap:44px}.planning-note{padding:28px 30px;background:#e9ebdf}.planning-note h3{font-size:38px;margin-bottom:24px}.planning-note a{display:flex;justify-content:space-between;font-size:14px;border-top:1px solid #c9cfc1;padding:13px 0}.planning-note a:hover{color:var(--rust)}.destinations{max-width:1270px;margin:0 auto 100px;padding:0 4%}.destinations>a{display:grid;grid-template-columns:48px 1fr 1fr 40px;align-items:center;gap:20px;padding:27px 0;border-top:1px solid var(--line)}.destinations>a:last-child{border-bottom:1px solid var(--line)}.destinations h2{font-size:60px}.destinations p{font-size:14px;margin:0}.destinations span{font-size:14px;color:var(--rust)}.destinations>a:hover h2{font-style:italic}.about{background:#e9ebdf;display:grid;grid-template-columns:1fr 1.1fr;gap:100px;padding:80px max(5%,calc((100vw - 1240px)/2));align-items:center}.about figure{max-width:420px}.about img{aspect-ratio:.8;object-fit:cover;object-position:center 45%}.about figcaption{font-size:11px;letter-spacing:.09em;margin-top:12px}.about h2{font-size:70px;margin-bottom:28px}.about p:not(.eyebrow){font-size:16px;max-width:470px}.footer{padding:60px 5% 25px;display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:35px;background:var(--ink);color:var(--paper)}.footer .brand{font-size:60px}.footer .brand i{color:#c6cfb4}.footer p{font-size:14px;margin:15px 0 0}.footer>div:nth-child(2){display:flex;gap:32px;justify-content:end;font-size:14px}.footer small{grid-column:1/-1;border-top:1px solid #ffffff30;padding-top:22px;font-size:11px;color:#d2d6ce;letter-spacing:.04em}.reading-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--rust);z-index:50}.article-page .title-block{max-width:1200px;margin:55px auto 45px;padding:0 30px}.breadcrumbs{font-size:12px;color:var(--muted);display:flex;gap:12px;margin-bottom:40px}.title-block h1{font-size:clamp(58px,7vw,104px);max-width:1100px;margin:0 0 25px}.title-block .deck{max-width:690px;font-size:19px;line-height:1.7}.byline{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted);margin-top:30px}.avatar{width:40px!important;height:40px!important;border-radius:50%;object-fit:cover;object-position:center 26%}.byline .season{margin-left:auto}.article-page .hero{max-width:1440px;margin:0 auto 0;position:relative}.hero>img{width:100%;height:580px;object-fit:cover;object-position:center 45%}.hero figcaption{display:flex;justify-content:space-between;gap:20px;padding:13px 20px;font-size:12px;color:var(--muted)}.hero figcaption span:first-child{letter-spacing:.1em}.fact-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:1140px;margin:35px auto 65px;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.fact-strip>div{padding:0 25px;border-right:1px solid var(--line)}.fact-strip>div:last-child{border:0}.fact-strip strong{display:block;font:500 48px/1.2 var(--serif)}.fact-strip span{font-size:12px;color:var(--muted);display:block;margin-top:5px}.reading-layout{display:grid;grid-template-columns:230px minmax(0,740px);gap:90px;max-width:1160px;margin:0 auto;padding:0 30px 80px}.reading-layout>aside{position:relative}.reading-layout>aside details{position:sticky;top:30px;max-height:90vh;overflow-y:auto;font-size:12px}.reading-layout summary{font-size:13px;font-weight:600;cursor:pointer;list-style:none;margin-bottom:14px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.reading-layout summary:after{content:'＋';float:right}.reading-layout details[open]>summary:after{content:'−'}.reading-layout aside a{display:flex;gap:10px;padding:7px 0;line-height:1.55;color:var(--muted)}.reading-layout aside a:hover{color:var(--rust)}.reading-layout aside a span{color:var(--rust);min-width:20px}article{min-width:0}article p{font-size:18px;line-height:1.85}article .eyebrow{font-size:12px;line-height:1.5}.opening>p:nth-child(2){font:400 31px/1.5 var(--serif);letter-spacing:-.015em}.chapter{margin-top:65px;padding-top:32px;border-top:1px solid var(--line);scroll-margin-top:30px}.chapter h2{font-size:48px;line-height:1.1;margin-bottom:28px}.chapter strong{font-weight:600}.chapter figure{margin:30px 0}.chapter figure img{max-height:680px;object-fit:cover}.chapter figcaption{font-size:12px;line-height:1.65;color:var(--muted);margin-top:10px}.chapter .photo-pair,.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.chapter table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.6;margin:30px 0;text-align:left}.chapter th{font-weight:600;background:#e9ebdf}.chapter th,.chapter td{padding:14px 16px;border-bottom:1px solid var(--line);vertical-align:top}.chapter th:first-child,.chapter td:first-child{width:43%}.chapter tr:last-child td{border-bottom:0}.chapter a,.opening a{text-decoration:underline;text-underline-offset:4px;text-decoration-color:#98443180}.map-frame{border:1px solid var(--line);background:#e9ebdf;min-height:450px;margin:28px 0;overflow:hidden}.map-frame iframe{width:100%;min-height:500px;border:0}.map-caption{font-size:13px!important;color:var(--muted)}.map-open{display:inline-block;font-size:14px;margin-bottom:24px;color:var(--rust)}.dm-callout{background:#e9ebdf;padding:25px 28px;margin:24px 0}.dm-callout h3{font-size:30px;margin-bottom:12px}.dm-callout p{font-size:15px}.dm-callout a{font-size:14px}.author-card,.author-intro{display:grid;grid-template-columns:190px 1fr;gap:30px;margin-top:65px;padding-top:35px;border-top:1px solid var(--line)}.author-card img,.author-intro img{max-height:280px;object-fit:cover}.author-card h2,.author-intro h2{font-size:44px;margin-bottom:20px}.author-card p,.author-intro p{font-size:16px}.author-card figcaption,.author-intro figcaption{font-size:12px;color:var(--muted)}.article-page main>section:not(.chapter){max-width:1160px;margin:60px auto;padding:0 30px}.article-page main>section h2{font-size:46px}.article-page main>section p{max-width:740px}.article-page .closing{margin-top:65px}.table-wrap{overflow-x:auto}blockquote{border-left:2px solid var(--rust);margin:30px 0;padding:0 25px;font-family:var(--serif);font-size:30px}
@media(min-width:1600px){.cover-details{padding-left:0;padding-right:0}.cover{height:690px}}@media(max-width:1500px){.cover,.cover-details{margin-left:4%;margin-right:4%}.cover{height:580px}.hero{margin-left:4%!important;margin-right:4%!important}}@media(max-width:1000px){.masthead>nav{gap:22px}.social{display:none}.intro{gap:30px}.intro h1{font-size:68px}.intro>div p:not(.eyebrow){font-size:14px}.cover{height:530px}.cover-copy{left:30px;bottom:30px}.cover h2{font-size:62px}.cover-note{right:30px;bottom:35px}.story-grid{gap:35px}.about{gap:45px}.about h2{font-size:56px}.reading-layout{display:block;max-width:800px;padding:0 25px 60px}.reading-layout>aside{margin-bottom:35px}.reading-layout>aside details{max-height:65vh;position:relative;background:var(--paper)}.reading-layout summary{font-size:14px;padding:15px}.reading-layout aside a{padding:9px 15px}.fact-strip{margin-left:25px;margin-right:25px}.hero>img{height:480px}}
@media(max-width:650px){body{font-size:17px}.masthead{padding:20px 22px;position:relative;z-index:10}.brand{font-size:36px;letter-spacing:-1.5px}.masthead>nav{display:none}.mobile-menu{display:block}.mobile-menu>summary{font-size:14px;cursor:pointer;list-style:none;min-height:44px;display:flex;align-items:center;gap:13px}.mobile-menu>summary::-webkit-details-marker{display:none}.mobile-menu nav{position:absolute;top:100%;left:0;right:0;padding:16px 24px 24px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 20px 20px #00000010;display:grid}.mobile-menu nav a{padding:12px 0;font-size:17px}.intro{display:block;padding:32px 23px 28px}.intro h1{font-size:56px;line-height:1.02;letter-spacing:-.04em}.intro>div{margin-top:25px;max-width:none}.intro .eyebrow{font-size:10px;margin-bottom:10px}.intro>div p:not(.eyebrow){font-size:15px;line-height:1.7;margin-bottom:15px}.intro>div p br{display:none}.intro .text-link{display:none}.cover{margin:0;height:525px}.cover>img{object-position:52% 45%}.cover:after{inset:35% 0 0;background:linear-gradient(transparent,rgba(5,19,14,.9))}.cover-copy{left:24px;right:24px;bottom:28px}.cover h2{font-size:49px;line-height:1.02}.cover-copy .eyebrow{font-size:10px;margin-bottom:14px}.cover-note{display:none}.light-link{font-size:14px;margin-top:14px;padding-top:8px}.cover-details{display:block;margin:0 23px;padding:21px 0;font-size:14px}.cover-details p:first-child{margin-bottom:15px}.cover-details p:last-child{text-align:left;font-size:11px;line-height:1.9}.cover-details strong{font-size:12px}.journal{margin:60px auto;padding:0 23px}.section-top{display:block;margin-bottom:30px}.section-top h2{font-size:48px}.section-top>span{display:none}.section-top .eyebrow{font-size:10px}.story-grid{display:block}.story-large{margin-bottom:46px}.story-large figure img{aspect-ratio:1.05}.story figure{margin-bottom:20px}.story h3,.story-large h3{font-size:43px;margin-bottom:15px}.story p:not(.eyebrow){font-size:16px}.story .eyebrow{font-size:10px}.story-stack{gap:36px}.planning-note{padding:25px}.planning-note .eyebrow{display:block;font-size:10px}.planning-note h3{font-size:36px}.planning-note a{font-size:13px;padding:15px 0}.destinations{margin-bottom:60px;padding:0 23px}.destinations>a{grid-template-columns:25px 1fr 20px;gap:10px;padding:22px 0}.destinations h2{font-size:45px}.destinations p{grid-column:2;grid-row:2;font-size:12px}.destinations>a>span:last-child{grid-column:3;grid-row:1}.destinations .eyebrow{font-size:10px}.about{display:flex;flex-direction:column;padding:40px 23px;gap:35px}.about figure{width:100%;max-width:none}.about img{aspect-ratio:1.05;object-position:center 34%}.about h2{font-size:50px}.about p:not(.eyebrow){font-size:16px}.about .eyebrow{font-size:10px}.footer{padding:40px 23px 20px;display:block}.footer .brand{font-size:50px}.footer>div:nth-child(2){justify-content:start;gap:25px;margin:28px 0;font-size:13px}.footer small{display:block;font-size:10px}.article-page .title-block{margin:24px 0 30px;padding:0 23px}.breadcrumbs{font-size:11px;margin-bottom:28px}.title-block>.eyebrow{font-size:10px;margin-bottom:18px}.title-block h1{font-size:55px;line-height:1.02;margin-bottom:22px}.title-block .deck{font-size:17px;line-height:1.75}.byline{font-size:11px;flex-wrap:wrap;gap:10px;margin-top:22px}.byline .season{margin:0 0 0 50px;width:100%;font-size:10px}.hero{margin:0!important}.hero>img{height:370px;object-position:51% center}.hero figcaption{font-size:10px;display:block;padding:12px 23px}.hero figcaption span{display:block}.fact-strip{grid-template-columns:1fr 1fr;gap:24px 0;margin:20px 23px 30px;padding:22px 0}.fact-strip>div{padding:0 15px}.fact-strip>div:nth-child(2){border:0}.fact-strip strong{font-size:40px}.fact-strip span{font-size:11px;line-height:1.5}.reading-layout{padding:0 23px 50px}.reading-layout>aside{margin-bottom:30px}.reading-layout summary{padding:15px 0}.reading-layout aside a{font-size:13px}.opening>p:nth-child(2){font-size:28px;line-height:1.5}article p{font-size:18px;line-height:1.85}article .eyebrow{font-size:10px;letter-spacing:.11em}.chapter{margin-top:44px;padding-top:25px}.chapter h2{font-size:38px;margin-bottom:23px}.chapter table{font-size:12px}.chapter th,.chapter td{padding:12px 9px}.chapter th:first-child,.chapter td:first-child{width:40%}.chapter .photo-pair,.photo-grid{gap:10px}.chapter figcaption{font-size:11px}.map-frame{min-height:400px;margin-left:-5px;margin-right:-5px}.map-frame iframe{min-height:450px}.dm-callout{padding:22px}.dm-callout h3{font-size:30px}.author-card,.author-intro{display:block}.author-card figure,.author-intro figure{max-width:250px;margin-bottom:25px}.author-card img,.author-intro img{max-height:310px}.article-page main>section:not(.chapter){padding:0 23px}.article-page main>section h2{font-size:38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.story figure img{transition:none}}
