@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
:root{--ink:#132c39;--accent:#b3492c;--paper:#fff;--soft:#f3f5f3;--muted:#52616a;--border:#d9dfdf}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.65;font-size:1rem}a{color:inherit;text-decoration:none}button{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #c7633d;outline-offset:6px}.skip{position:fixed;top:-100px;background:white;padding:1rem;z-index:20}.skip:focus{top:0}.header{height:106px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#fff;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:13px;font-family:Georgia,serif;font-weight:bold;letter-spacing:3px;font-size:1.25rem;line-height:1.1}.brand-icon{font-size:2.3rem;line-height:1;width:48px;height:53px;display:grid;place-items:center;border:1px solid var(--ink);letter-spacing:0}.brand-sub{display:block;font-family:'DM Sans',sans-serif;font-size:.7rem;letter-spacing:4.7px;margin-top:7px;font-weight:500}nav{display:flex;gap:2.1rem;align-items:center;font-size:.9rem;font-weight:500}nav a:hover{color:var(--accent)}.nav-contact{border-bottom:1px solid var(--ink);padding:10px 0}.nav-contact span{margin-left:16px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.04fr 1fr;min-height:685px}.hero-copy{padding:64px 7% 48px 9.6%;align-self:center}.eyebrow{font-size:.78rem;letter-spacing:2px;font-weight:600;line-height:1.6;margin:0 0 24px;display:flex;align-items:center;gap:13px}.line{width:28px;height:1px;background:var(--accent)}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;line-height:1.1;font-weight:400;margin:0}h1{font-size:clamp(3.8rem,6.6vw,6.8rem);letter-spacing:-3px}em{font-weight:400;color:var(--accent)}.intro{max-width:440px;font-size:1.05rem;color:var(--muted);margin:27px 0}.hero-actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:16px 23px;background:var(--accent);color:#fff;font-size:.9rem;font-weight:600;transition:background .2s}.button:hover{background:#8e3620}.text-link{font-weight:600;font-size:.9rem;border-bottom:1px solid;padding:5px 0;display:inline-block}.text-link:hover{color:var(--accent)}.byline{display:flex;gap:14px;align-items:center;font-size:.85rem;color:var(--muted);margin-top:43px;line-height:1.6}.byline strong{color:var(--ink);font-weight:500}.byline-symbol{border:1px solid var(--border);border-radius:50%;width:45px;height:45px;display:grid;place-items:center;font-family:Georgia,serif;color:var(--ink)}.hero-image{margin:0;position:relative;overflow:hidden;background:#bcc9ce;min-height:600px}.hero-image:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(7,26,36,.8));pointer-events:none}.hero-image img{height:100%;width:100%;object-fit:cover;position:absolute;object-position:center}.hero-image figcaption{position:absolute;bottom:42px;left:40px;color:white;z-index:1;display:grid;gap:6px;font-size:.85rem}.hero-image figcaption span:first-child{letter-spacing:2px;font-size:.75rem;margin-bottom:6px}.hero-image figcaption strong{font-family:Georgia,serif;font-size:1.7rem;font-weight:400}.chapter-strip{background:var(--ink);color:#fff;padding:21px 5%;display:flex;justify-content:space-between;gap:20px;font-size:.85rem}.chapter-strip b{font-weight:400;color:#dfaa83;padding:0 18px}.section{padding:100px 7%;max-width:1600px;margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:44px}h2{font-size:clamp(2.3rem,3.6vw,3.9rem);letter-spacing:-1px}.section-heading>p{max-width:325px;color:var(--muted);margin:0}.walk-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border)}.walk-description{padding:45px}.tag{font-size:.75rem;letter-spacing:1.6px;color:var(--accent);font-weight:600}h3{font-size:2.2rem;line-height:1.2}.walk-description h3{margin-top:24px}.walk-description>p{color:var(--muted);max-width:410px}.walk-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px;font-size:.85rem}.walk-meta span{padding:5px 11px;border:1px solid var(--border)}.muted{font-size:.85rem}.walk-description .button{margin-top:13px}.route{padding:43px 48px;background:var(--soft);border-left:1px solid var(--border)}.route .eyebrow{margin-bottom:23px}.route ol{list-style:none;padding:0;margin:0}.route li{display:flex;gap:20px;align-items:center;position:relative;min-height:57px;padding:10px 0}.route li:not(:last-child):after{content:'';position:absolute;left:15px;top:42px;bottom:-10px;width:1px;background:#c2cdce}.route li>span{border:1px solid #c2cdce;border-radius:50%;width:31px;height:31px;display:grid;place-items:center;font-size:.75rem;flex-shrink:0;background:var(--soft);z-index:1}.route strong{font-weight:500;font-size:.94rem}.route small{display:block;color:var(--muted);font-size:.8rem}.history{background:var(--soft);max-width:none}.stories{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.story{border-top:1px solid #aab9bd;padding-top:18px;min-width:0}.story-top{display:flex;justify-content:space-between;font-size:.75rem;letter-spacing:1.5px}.story-date{font-family:Georgia,serif;color:var(--accent);font-size:2.6rem;margin:40px 0 20px;line-height:1.2}.story-date small{font-size:1.25rem}.story h3{font-size:1.7rem;min-height:4.1rem}.story>p{color:var(--muted);min-height:5.2rem}.story summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #b6c2c5;padding:12px 0;font-size:.9rem;font-weight:600;list-style:none}.story summary::-webkit-details-marker{display:none}.story summary span{font-size:1.3rem}.story details[open] summary span{transform:rotate(45deg)}.story-body{font-size:.95rem;padding:8px 0 15px}.story-body a{font-size:.8rem;text-decoration:underline;display:block}.publication{border-top:1px solid var(--border);margin-top:60px;padding-top:38px;display:flex;justify-content:space-between;align-items:center;gap:40px}.publication .eyebrow{margin-bottom:12px}.publication h3{font-size:1.7rem}.publication p:not(.eyebrow){max-width:650px;color:var(--muted);margin-bottom:0}.publication .text-link{flex-shrink:0}.about{display:grid;grid-template-columns:.75fr 1.25fr;gap:85px;align-items:center}.about-monogram{background:var(--ink);color:#fff;min-height:365px;padding:43px;display:flex;flex-direction:column;justify-content:space-between}.about-monogram>span{font-family:'Playfair Display',Georgia,serif;font-size:4rem;line-height:1.2}.about-monogram em{color:#e5a87f}.about-monogram small{font-size:.75rem;letter-spacing:3px;margin-top:60px}.about-copy h2{font-size:clamp(2rem,2.8vw,3rem)}.about-copy>p:not(.eyebrow){color:var(--muted);max-width:580px}.about-copy .text-link{margin-top:10px}.contact{background:var(--ink);color:white;padding:75px 7%;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:65px}.contact .eyebrow{color:#c9d5d9}.contact h2{font-size:clamp(2.3rem,3.3vw,3.5rem)}.contact em{color:#e5a87f}.contact p:not(.eyebrow){max-width:475px;color:#cad3d5}.contact-action{display:flex;flex-direction:column;gap:16px;align-items:flex-start;min-width:0}.contact-email{font-size:clamp(1rem,1.6vw,1.55rem);border-bottom:1px solid #6b7d85;padding-bottom:16px;overflow-wrap:anywhere}.contact-email span{margin-left:12px}.contact-action>span{font-size:.85rem;color:#cad3d5}.copy-button{background:none;color:#fff;border:1px solid #71838b;padding:9px 16px;cursor:pointer;font-size:.85rem}.copy-button:hover{background:#294350}#copy-status:empty{display:none}footer{padding:35px 5% 22px;display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap;font-size:.8rem}footer p{margin:0;color:var(--muted)}.footer-brand{font-size:1rem}.footer-brand .brand-icon{width:37px;height:42px;font-size:1.8rem}.footer-brand .brand-sub{font-size:.6rem}.photo-credit{flex-basis:100%;font-size:.75rem;border-top:1px solid var(--border);padding-top:18px}.photo-credit a{text-decoration:underline}
@media(min-width:1600px){.hero{max-width:1600px;margin:auto}.hero-copy{padding-left:9%}}@media(max-width:1000px){nav{gap:1.2rem}.hero-copy{padding:45px 8%}.hero{min-height:640px}h1{font-size:4.8rem}.hero-actions{gap:15px}.section{padding:75px 5%}.walk-description,.route{padding:32px}.about{gap:40px}.contact{gap:35px;padding:65px 5%}.chapter-strip span:first-child{display:none}.story-date{font-size:2.15rem}.story h3{font-size:1.5rem}.story>p{min-height:7rem}}@media(max-width:720px){html{scroll-padding-top:1rem}.header{height:82px}.brand{font-size:1.05rem}.brand-icon{height:43px;width:39px;font-size:1.9rem}.menu-toggle{display:flex;align-items:center;gap:12px;border:1px solid var(--border);background:#fff;padding:8px 12px;color:var(--ink);font-size:.9rem}.header nav{display:none;position:absolute;left:0;right:0;top:82px;background:white;padding:20px 5% 30px;box-shadow:0 15px 20px #132c3912;flex-direction:column;align-items:stretch;gap:14px}.header nav.open{display:flex}.hero{display:flex;flex-direction:column}.hero-copy{padding:40px 6%}.eyebrow{font-size:.73rem;letter-spacing:1.5px}h1{font-size:4.4rem;letter-spacing:-2px}.intro{font-size:1rem}.byline{margin-top:30px}.hero-image{min-height:390px;max-height:490px}.hero-image img{object-position:center 45%}.hero-image figcaption{bottom:26px;left:6%}.chapter-strip{padding:19px 6%;font-size:.76rem}.chapter-strip b{padding:0 7px}.section{padding:60px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:22px;max-width:none}.walk-card{grid-template-columns:1fr}.walk-description,.route{padding:28px}.route{border-left:0;border-top:1px solid var(--border)}.walk-description h3{font-size:2rem}.stories{grid-template-columns:1fr;gap:38px}.story-date{margin:25px 0 14px;font-size:2.4rem}.story h3{min-height:0;font-size:1.8rem}.story>p{min-height:0}.publication{display:block;margin-top:45px}.publication .text-link{margin-top:22px}.about{grid-template-columns:1fr;gap:35px}.about-monogram{min-height:265px;padding:30px}.about-monogram>span{font-size:3.5rem}.about-monogram small{margin-top:28px}.contact{grid-template-columns:1fr;padding:60px 6%;gap:25px}.contact-email{font-size:1.15rem}.contact h2{font-size:2.5rem}.contact-action{gap:12px}footer{padding:30px 6%;gap:24px}footer .footer-brand{flex-basis:100%}.photo-credit{line-height:1.7}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.about-portrait{margin:0;position:relative;max-width:470px;width:100%;justify-self:center}.about-portrait img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}.about-portrait figcaption{padding:12px 0;border-bottom:1px solid var(--border);font-size:.875rem;color:var(--muted)}

.walk-card + .walk-card{margin-top:36px}

.lectures{border-top:1px solid var(--border)}.lecture-cycle h4{font-family:Georgia,serif;font-size:1.2rem;line-height:1.4;font-weight:400;margin:0 0 16px}.lecture-cycle ol+h4{border-top:1px solid var(--border);padding-top:24px;margin-top:24px}.lectures .walk-description{align-self:start}.lectures .route li{padding:12px 0}@media(min-width:721px) and (max-width:1000px){.header nav{gap:1rem;font-size:.82rem}}
