@charset "UTF-8";
:root{--paper:#f5f1e8;--ink:#29382c;--muted:#64685d;--accent:#ad452d;--line:#d3d4c7;--green:#e5e7db}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:6px}::selection{background:#e9bd9b;color:var(--ink)}.wrap{width:min(1200px,calc(100% - 96px));margin-inline:auto}.header{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line)}.brand{font-size:31px;font-weight:800;letter-spacing:-1.6px;display:inline-flex;align-items:center;gap:10px}.brand-symbol{background:var(--accent);color:var(--paper);width:36px;height:38px;line-height:32px;border-radius:9px;text-align:center;font-family:Georgia,serif;font-size:31px}.brand-dot{font-size:11px;align-self:flex-start;padding-top:9px;letter-spacing:0;margin-left:-6px}.header nav{display:flex;gap:38px;align-items:center;font-size:14px}.header nav a:hover,.footer a:hover{color:var(--accent)}.nav-contact{border-bottom:1px solid var(--ink);padding:9px 0}.nav-contact span{margin-left:20px}.hero{display:grid;grid-template-columns:1.04fr 1fr;gap:65px;align-items:center;padding-block:72px 80px}.eyebrow{font-size:12px;font-weight:bold;letter-spacing:1.8px;margin:0 0 24px}.small-star{font-size:24px;color:var(--accent);vertical-align:middle;margin-right:10px}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3{font-weight:400;line-height:1.05;letter-spacing:-2px}h1{font-size:clamp(56px,5.8vw,82px);margin-bottom:28px}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--accent)}.intro{max-width:430px;color:var(--muted);font-size:17px;line-height:1.8;margin-bottom:30px}.button{display:inline-flex;align-items:center;gap:35px;background:var(--ink);color:#fff;padding:17px 22px;font-size:14px;transition:background .2s}.button:hover{background:var(--accent)}.button span{font-size:23px;line-height:1}.hero-note{font-size:14px;margin-top:24px;color:var(--muted)}.hero-note span{font-size:23px;margin-right:8px}.hero-visual{position:relative;min-width:0}.hero-visual figure{margin:0}.hero-visual img{display:block;width:100%;height:465px;object-fit:cover;border-radius:180px 180px 3px 3px;filter:saturate(.78)}figcaption{display:flex;justify-content:space-between;gap:12px;margin-top:17px;font-size:10px;letter-spacing:1.4px}.round-note{position:absolute;left:-43px;bottom:54px;width:124px;height:124px;border-radius:50%;background:#e4ba73;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;font-family:Georgia,serif;font-size:20px;line-height:1.1;transform:rotate(-12deg)}.round-note span{font-family:Arial,sans-serif;margin-top:7px}.manifesto{border-block:1px solid var(--line)}.manifesto-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;font-weight:600;letter-spacing:1.8px}.manifesto-inner span:nth-child(even){font-size:23px;color:var(--accent)}.section{padding-block:90px}.section-top{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:42px}h2{font-size:clamp(38px,4vw,54px);margin-bottom:0}.section-top>p{color:var(--muted);font-size:15px;margin-bottom:3px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tour{border:1px solid var(--line);padding:28px;display:flex;flex-direction:column;min-width:0;background:#f8f5ee}.tour.featured{background:var(--green)}.tour-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:34px}.tour-number{font-family:Georgia,serif;font-size:32px;color:var(--accent)}.tag{font-size:9px;letter-spacing:.9px;border:1px solid #b7bdad;padding:5px 8px;border-radius:30px;text-align:center}.tour h3{font-size:35px;letter-spacing:-1px;margin-bottom:21px}.tour>p{color:var(--muted);font-size:15px;line-height:1.8;margin-bottom:24px}.stops{font-size:12px;color:var(--muted);margin-top:auto;padding-bottom:24px}.tour-bottom{border-top:1px solid #cdd0c0;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.tour-bottom a{display:grid;place-items:center;width:40px;height:40px;border:1px solid #afb5a5;border-radius:50%;font-size:22px}.tour-bottom a:hover{background:var(--ink);color:white}.walks-note{font-size:12px;color:var(--muted);margin:22px 0 0}.about{background:var(--green)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about h2{margin-bottom:29px}.about h2 em{color:var(--ink)}.about-grid>div>p:not(.eyebrow){max-width:440px;color:var(--muted);font-size:15px}.principles>div{display:flex;gap:26px;padding:23px 0;border-bottom:1px solid #c3c9b8}.principles>div:first-child{padding-top:4px}.principles>div>span{font-size:12px;color:var(--accent);padding-top:3px;white-space:nowrap}.principles h3{font-size:23px;letter-spacing:-.5px;margin-bottom:12px}.principles p{font-size:14px;color:var(--muted);margin-bottom:0}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.questions{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;font-size:16px}summary::-webkit-details-marker{display:none}summary span{font-size:24px;font-weight:400;transition:transform .2s}details[open] summary span{transform:rotate(45deg)}details p{font-size:14px;color:var(--muted);padding-right:32px;margin-bottom:24px}.contact{background:var(--accent);color:var(--paper);padding-block:75px}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.contact .eyebrow{font-size:10px;letter-spacing:1.5px}.contact h2{font-size:70px}.contact h2 em{color:#efca9b}.contact h2>span{font-family:Arial,sans-serif;font-size:62px;margin-left:12px}.contact-copy>p:first-child{font-size:17px;max-width:380px}.email-label{font-size:10px;letter-spacing:1.5px;margin:26px 0 6px}.email{font-size:clamp(22px,2.6vw,34px);letter-spacing:-.6px;margin-bottom:17px;overflow-wrap:anywhere;user-select:all}.contact-note{font-size:13px;max-width:370px;color:#f0d7c9}.location{font-size:12px;display:inline-block;border-top:1px solid #cd806b;padding-top:14px;margin-top:10px}.footer{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-block:32px}.footer .brand{font-size:25px}.footer p,.footer>a:last-child{font-size:11px;margin:0}.skip{position:absolute;top:-100px;left:15px;background:var(--ink);color:#fff;padding:12px 20px;z-index:10}.skip:focus{top:10px}
@media(min-width:1500px){.hero{padding-block:90px}.hero-visual img{height:500px}}
@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.hero{gap:38px}.hero-visual img{height:430px}.round-note{width:100px;height:100px;left:-25px;font-size:17px}.about-grid,.contact-inner{gap:50px}.tour{padding:21px}.tour-top{align-items:flex-start;gap:8px}.tag{font-size:8px}.tour h3{font-size:30px}.manifesto-inner{letter-spacing:.8px;font-size:10px}.faq{gap:40px}.contact h2{font-size:60px}}
@media(max-width:720px){.header{min-height:90px;align-items:center}.brand{font-size:27px}.header nav{gap:18px}.header nav a{font-size:12px}.header nav a:nth-child(2){display:none}.nav-contact span{margin-left:5px}.brand-symbol{display:none}.hero{grid-template-columns:1fr;gap:36px;padding-block:45px}.hero h1{font-size:64px}.hero .intro{max-width:100%}.hero-visual{padding-left:20px}.hero-visual img{height:400px;border-radius:160px 160px 2px 2px}.round-note{left:0;bottom:48px}.manifesto-inner{display:grid;grid-template-columns:1fr 1fr;gap:14px;text-align:center;padding-block:20px}.manifesto-inner span:nth-child(even){display:none}.section{padding-block:58px}.section-top{display:block;margin-bottom:30px}.section-top>p{margin-top:24px}.cards{grid-template-columns:1fr;gap:18px}.tour{padding:28px}.tour-top{margin-bottom:20px}.tag{font-size:10px}.tour h3{font-size:36px}.tour>p{font-size:16px}.tour-bottom{font-size:14px}.about-grid,.faq,.contact-inner{grid-template-columns:1fr;gap:35px}.about h2{font-size:41px}.contact{padding-block:55px}.contact h2{font-size:64px}.contact-copy>p:first-child{max-width:100%}.email{font-size:31px}.footer{flex-wrap:wrap;gap:15px}.footer p{order:3;flex-basis:100%}.footer>a:last-child{margin-left:auto}.eyebrow{font-size:10px;letter-spacing:1.3px}.hero .eyebrow{font-size:10px}}
@media(max-width:380px){.wrap{width:calc(100% - 32px)}.header nav{gap:12px}.hero h1{font-size:54px}.hero-visual img{height:330px}.button{gap:15px}.contact h2{font-size:54px}.contact h2>span{font-size:40px}.tour{padding:23px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.photo-credit{font-size:11px;color:var(--muted);padding-bottom:20px}.photo-credit a{text-decoration:underline;text-underline-offset:3px}.hero-visual img{object-position:39% center}
