:root{--paper: #f6f1e3;--paper-deep: #eee7d2;--screen: #fbf7ec;--card: #fffdf6;--ink: #2e2921;--ink-2: #57503e;--mut: #8f8670;--line: #d9cfb4;--line-strong: #c8bb99;--rust: #b0521f;--amber: #c1862b;--serif: "Fraunces", "Iowan Old Style", Georgia, serif;--sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--hand: "Caveat", "Segoe Script", cursive}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:after{content:"";position:fixed;inset:0;z-index:90;pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.28 0 0 0 0 0.23 0 0 0 0 0.14 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)'/%3E%3C/svg%3E")}img{display:block;max-width:100%}button{font-family:inherit;color:inherit;background:none;border:none;cursor:pointer}a{color:inherit}ul,ol{list-style:none}figure{margin:0}::selection{background:#ead9b4}:focus-visible{outline:2.5px solid var(--rust);outline-offset:2px;border-radius:4px}.container{width:100%;max-width:1480px;margin:0 auto;padding-left:44px;padding-right:44px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-family:var(--sans);font-weight:600;font-size:14.5px;padding:13px 24px;color:var(--ink);text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}.btn-primary{background:var(--ink);color:#f8f3e6;box-shadow:0 14px 26px -14px #2b251a8c}.btn-primary:hover{background:#1d1913;transform:translateY(-1.5px);box-shadow:0 18px 30px -14px #2b251a99}.btn-primary:active{transform:none}.btn-primary svg{transition:transform .16s ease}.btn-primary:hover svg{transform:translate(3px)}.btn-outline{background:transparent;border:1.5px solid #a89b7c;color:var(--ink)}.btn-outline:hover{border-color:var(--ink);background:#2e29210d}.btn-xs{padding:7px 13px;font-size:11px;gap:5px;box-shadow:0 8px 16px -10px #2b251a80}.heart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:#998e74;transition:color .15s ease,transform .15s ease}.heart svg.heart-shape{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.heart:hover{color:var(--ink);transform:scale(1.08)}.heart.is-saved{color:var(--rust)}.heart.is-saved svg.heart-shape{fill:currentColor;animation:heart-pop .32s cubic-bezier(.3,1.6,.5,1)}.heart--sm svg.heart-shape{width:15px;height:15px}.heart-burst{position:absolute;left:50%;top:50%;width:46px;height:46px;margin:-23px 0 0 -23px;pointer-events:none;fill:none;stroke:var(--rust);stroke-width:2.4;stroke-linecap:round;animation:burst .55s ease-out forwards}@keyframes fade{0%{opacity:0}}@keyframes fade-rise{0%{opacity:0;transform:translateY(8px)}}@keyframes heart-pop{0%{transform:scale(.55)}55%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes burst{0%{opacity:.95;transform:scale(.4)}to{opacity:0;transform:scale(1.15)}}@keyframes pin-drop{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes pin-drop-lg{0%{opacity:0;transform:translateY(-16px) scale(1.16)}to{opacity:1;transform:translateY(0) scale(1.16)}}@keyframes route-dash{to{stroke-dashoffset:-180}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media(max-width:900px){.container{padding-left:24px;padding-right:24px}}@media(max-width:560px){.container{padding-left:20px;padding-right:20px}}.site-header{position:sticky;top:0;z-index:50;background:#f6f1e3e0;background:color-mix(in srgb,var(--paper) 86%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #ddd3ba}.header-in{display:flex;align-items:center;gap:40px;height:66px}.brand{display:flex;align-items:center;gap:9px;font-family:var(--serif);font-weight:600;font-size:20px;letter-spacing:.01em;text-decoration:none}.site-nav{display:flex;gap:30px;margin:0 auto}.site-nav a{position:relative;padding:6px 0;font-size:13.5px;font-weight:500;color:#6b6350;text-decoration:none;transition:color .15s ease}.site-nav a:hover{color:var(--ink)}.site-nav a.is-active{color:var(--ink);font-weight:600}.site-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:2px;background:var(--ink)}.btn-signin{padding:8px 16px;font-size:13px;gap:7px;border-width:1.4px}.hero{display:flex;align-items:flex-start;justify-content:space-between;gap:48px;padding-top:54px;padding-bottom:20px}.hero-copy{flex:0 1 520px;min-width:0;padding-top:10px}.hero-copy h1{font-family:var(--serif);font-size:clamp(40px,4.4vw,61px);line-height:1.03;font-weight:600;letter-spacing:-.01em}.lede{margin-top:22px;font-size:16.5px;line-height:1.68;color:var(--ink-2);max-width:44ch}.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.note{position:relative;font-family:var(--hand);font-weight:600;font-size:19px;line-height:1.14;color:#5e5540}.note>span{display:inline-block;transform:rotate(-2deg)}.note .note-arrow{color:#6d6450;flex:none}.note .note-heart{display:inline-block;vertical-align:-1px;stroke-width:2}.hero-note{display:flex;gap:9px;margin:18px 0 0 46px;max-width:300px}.hero-note .note-arrow{margin-top:-6px}.u{text-decoration:underline;text-decoration-thickness:1.4px;text-underline-offset:3.5px;text-decoration-color:#8d8168}.features{display:flex;margin-top:48px}.features li{flex:1;padding:0 22px}.features li:first-child{padding-left:0}.features li:last-child{padding-right:0}.features li+li{border-left:1px solid var(--line)}.feat-icn{display:inline-flex;color:var(--ink)}.features p{margin-top:10px;font-size:13px;line-height:1.55;color:var(--ink-2)}.feat-name{display:block;margin-top:9px;font-family:var(--serif);font-style:italic;font-size:16.5px;font-weight:500}.testimonial{position:relative;margin-top:44px}.quote-card{display:flex;align-items:center;flex-wrap:wrap;gap:14px;min-height:128px;padding:18px 20px;border:1.5px solid var(--line);border-radius:20px;background:#fffdf68c}.quote-open{font-family:var(--serif);font-size:46px;line-height:.6;color:#8b8069;align-self:flex-start;margin-top:10px;-webkit-user-select:none;user-select:none}.quote-body{flex:1;min-width:200px;animation:fade .4s ease both}.quote-body p{font-size:14px;line-height:1.6;color:var(--ink-2)}.quote-body cite{display:block;margin-top:7px;font-style:normal;font-size:11.5px;font-weight:600;letter-spacing:.02em;color:var(--mut)}.quote-avatars{display:flex;padding-left:8px}.quote-avatars img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2.5px solid var(--paper);box-shadow:0 2px 6px #2b251a40}.quote-avatars img+img{margin-left:-11px}.quote-dots{display:flex;justify-content:center;gap:10px;margin-top:14px}.quote-dots button{width:9px;height:9px;border-radius:50%;border:1.5px solid #8d8168;background:transparent;padding:0;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}.quote-dots button:hover{border-color:var(--ink)}.quote-dots button.is-active{background:var(--ink);border-color:var(--ink);transform:scale(1.2)}.testimonial-note{position:absolute;right:-184px;top:34px;width:172px;display:flex;gap:7px;align-items:flex-start}.testimonial-note .note-arrow{margin-top:3px}.site-footer{margin-top:30px;padding:40px 20px 46px;display:flex;flex-direction:column;align-items:center;gap:12px;color:#7b7259}.site-footer p{font-size:12.5px;letter-spacing:.02em}@media(max-width:1159px){.hero{flex-direction:column;align-items:stretch}.hero-copy{flex-basis:auto;max-width:620px}.testimonial-note{position:static;width:auto;margin-top:12px;justify-content:center}.testimonial-note .note-arrow{display:none}}@media(max-width:840px){.site-nav{display:none}.header-in{justify-content:space-between;gap:16px}}@media(max-width:640px){.features{flex-direction:column;gap:20px}.features li{padding:0}.features li+li{border-left:none;border-top:1px solid var(--line);padding-top:20px}.hero-note{margin-left:24px}}.showcase{--s: 1;flex:none;width:calc(820px * var(--s));height:calc(724px * var(--s))}.showcase-inner{position:relative;width:820px;height:724px;transform:scale(var(--s));transform-origin:top left}.ph-wrap{position:absolute}.ph-wrap--home{left:0;top:6px;z-index:3}.ph-wrap--map{left:268px;top:40px;z-index:1}.ph-wrap--day{left:556px;top:66px;z-index:2}.ph-wrap--home .phone{transform:rotate(-1.3deg)}.ph-wrap--map .phone{transform:rotate(.8deg)}.ph-wrap--day .phone{transform:rotate(1.5deg)}.phone{position:relative;background:#241f18;border-radius:44px;padding:10px;box-shadow:0 34px 60px -28px #2b251a80,0 6px 16px -8px #2b251a4d}.phone:after{content:"";position:absolute;top:4px;left:50%;width:44px;height:3px;margin-left:-22px;border-radius:2px;background:#4c453a}.phone-screen{height:100%;border-radius:34px;background:var(--screen);overflow:hidden;display:flex;flex-direction:column}.phone--home{width:300px;height:640px}.phone--map{width:264px;height:540px}.phone--day{width:256px;height:612px}.scr{flex:1;min-height:0;display:flex;flex-direction:column;padding:16px 14px 14px}.scr-top{display:grid;grid-template-columns:30px 1fr 30px;align-items:center}.scr-title{text-align:center;font-size:12.5px;font-weight:600;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icn-btn{width:30px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);transition:background-color .15s ease}.icn-btn:hover{background:#2e292112}.icn-btn svg{width:17px;height:17px}.scr-label{margin:14px 2px 8px;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--mut)}.trip-card{position:relative;display:flex;gap:11px;margin-top:12px;padding:10px;border:1.5px solid var(--line-strong);border-radius:18px;background:var(--card);box-shadow:0 12px 22px -18px #2b251a80}.trip-card img{width:84px;height:84px;border-radius:12px;object-fit:cover;flex:none}.trip-meta{min-width:0;padding-top:2px}.trip-meta h3{font-family:var(--serif);font-size:15px;font-weight:600;line-height:1.22;padding-right:24px}.meta-row{display:flex;align-items:center;gap:6px;margin-top:5px;font-size:10.5px;font-weight:500;color:var(--ink-2)}.meta-row svg{color:var(--mut);flex:none}.trip-heart{position:absolute;top:7px;right:7px}.date-row{display:flex;gap:6px;margin-top:14px}.date-pill{flex:1;display:flex;flex-direction:column;align-items:center;gap:1px;padding:8px 0 7px;border:1.4px solid var(--line);border-radius:13px;background:transparent;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.date-pill b{font-size:14.5px;font-weight:700}.date-pill small{font-size:8px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--mut)}.date-pill:hover{border-color:#a99d80}.date-pill.is-selected{background:var(--ink);border-color:var(--ink);color:var(--paper);box-shadow:0 7px 14px -6px #2e29218c}.date-pill.is-selected small{color:#f6f1e3bf}.stop-list{display:flex;flex-direction:column;gap:8px}.stop-row{display:flex;align-items:center;gap:10px;padding:8px 9px;border:1.4px solid var(--line);border-radius:15px;background:var(--card);animation:fade-rise .3s ease both}.stop-icn{width:38px;height:38px;flex:none;display:inline-flex;align-items:center;justify-content:center;border:1.3px solid #d8cbaa;border-radius:12px;background:#f4edd9;color:#5c5442}.stop-body{flex:1;min-width:0}.stop-body h4{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stop-body p{display:flex;align-items:center;gap:4px;margin-top:3px;font-size:10px;color:var(--mut);white-space:nowrap;overflow:hidden}.stop-body .sep{margin:0 1px}.tabbar{margin-top:auto;display:flex;justify-content:space-around;padding:6px;border:1.4px solid var(--line-strong);border-radius:17px;background:var(--card)}.tabbar button{position:relative;width:46px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;color:#a2977c;transition:color .15s ease,background-color .15s ease}.tabbar button:hover{color:var(--ink-2);background:#2e29210d}.tabbar button.is-active{color:var(--ink)}.tabbar button.is-active:after{content:"";position:absolute;bottom:2px;left:50%;width:4px;height:4px;margin-left:-2px;border-radius:50%;background:var(--rust)}.scr--map{padding-bottom:0}.chip-row{display:flex;align-items:center;gap:6px;margin-top:12px}.chips-scroll{display:flex;gap:6px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.chips-scroll::-webkit-scrollbar{display:none}.chip{flex:none;display:inline-flex;align-items:center;gap:4px;padding:6px 11px;font-size:10.5px;font-weight:600;border:1.3px solid #d3c7a9;border-radius:999px;color:var(--ink-2);background:transparent;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.chip:hover{border-color:#a99d80}.chip.is-selected{background:var(--ink);border-color:var(--ink);color:var(--paper)}.chip--icon{width:29px;height:29px;padding:0;justify-content:center;border-radius:10px}.map-area{position:relative;flex:1;min-height:0;margin:12px -14px 0;border-top:1.4px solid #e3d8bd}.map-svg{position:absolute;inset:0;width:100%;height:100%}.map-river{fill:none;stroke:#d4dccb;stroke-width:26}.map-river-line{fill:none;stroke:#bfcdb2;stroke-width:1.6;stroke-dasharray:12 16;opacity:.8}.map-road{fill:none;stroke:#ded4b8;stroke-width:5;stroke-linecap:round}.map-road--thin{stroke:#e6dcc2;stroke-width:3}.map-tree path:first-child{fill:#ece3c9;stroke:#b0a482;stroke-width:1.3;stroke-linejoin:round}.map-tree .map-trunk{stroke:#b0a482;stroke-width:1.3;stroke-linecap:round}.map-route{fill:none;stroke:#443c2d;stroke-width:2;stroke-linecap:round;stroke-dasharray:.5 7.5;animation:route-dash 26s linear infinite}.map-pin-in{animation:pin-drop .5s cubic-bezier(.2,1.1,.35,1) both;transform-box:fill-box;transform-origin:50% 100%}.map-pin--primary .map-pin-in{animation-name:pin-drop-lg}.map-pin-shadow{fill:#3c321e2e}.map-pin-body{fill:var(--ink)}.map-pin-dot{fill:var(--screen)}.map-pin--primary .map-pin-dot{fill:var(--rust)}.peek{position:absolute;top:414px;left:32px;z-index:4;width:256px;padding:12px;border:1.5px solid var(--line-strong);border-radius:20px;background:var(--card);box-shadow:0 30px 55px -22px #2b251a8c;transform:rotate(-.5deg);animation:fade-rise .32s ease both}.peek-head{position:relative;display:flex;gap:10px;padding-right:22px}.peek-head img{width:72px;height:72px;border-radius:12px;object-fit:cover;flex:none}.peek-meta{min-width:0;padding-top:1px}.peek-meta h4{font-family:var(--serif);font-size:14.5px;font-weight:600;line-height:1.15}.peek-kind{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:10.5px;font-weight:500;color:var(--mut)}.peek-stars{display:flex;align-items:center;gap:2px;margin-top:6px}.peek-stars .star-on{color:var(--amber)}.peek-stars .star-off{color:#cfc3a2}.peek-stars span{margin-left:4px;font-size:9.5px;color:var(--mut)}.peek-heart{position:absolute;top:-3px;right:-4px}.peek-desc{margin:9px 2px 10px;font-size:11px;line-height:1.55;color:var(--ink-2)}.peek-foot{display:flex;align-items:center;justify-content:space-between}.peek-hours{display:flex;align-items:center;gap:5px;font-size:10.5px;font-weight:500;color:var(--mut)}.day-head{display:flex;align-items:baseline;justify-content:space-between;margin:14px 2px 4px}.day-head h3{font-family:var(--serif);font-size:21px;font-weight:600}.day-wx{display:flex;align-items:center;gap:5px;font-size:10.5px;font-weight:500;color:var(--mut)}.day-wx svg{color:var(--amber)}.flow{position:relative;display:flex;flex-direction:column;gap:18px;margin-top:12px}.flow:before{content:"";position:absolute;left:17px;top:22px;bottom:26px;border-left:2px dotted #cbbf9f}.flow-item{position:relative;display:flex;gap:11px}.flow-item:not(:last-child):after{content:"";position:absolute;left:13.5px;bottom:-13px;width:6px;height:6px;border:1.5px solid #b8ab88;border-radius:50%;background:var(--screen)}.flow-icn{position:relative;z-index:1;width:36px;height:36px;flex:none;display:inline-flex;align-items:center;justify-content:center;border:1.4px solid #d5c8a8;border-radius:50%;background:#f4edd9;color:#5c5442}.flow-body{flex:1;min-width:0}.flow-time{font-size:9.5px;font-weight:700;letter-spacing:.1em;color:var(--mut)}.flow-body h4{margin-top:2px;font-size:12.5px;font-weight:600}.flow-body p{margin-top:2px;font-size:10.5px;line-height:1.45;color:var(--mut)}.flow-item .heart{margin-top:2px}.flow-item--new{animation:fade-rise .35s ease both}.add-stop{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;padding:11px;border:1.6px dashed #bfb190;border-radius:15px;font-size:11.5px;font-weight:600;color:var(--ink-2);background:transparent;transition:border-color .16s ease,color .16s ease,background-color .16s ease}button.add-stop:hover{border-color:var(--ink);color:var(--ink);background:var(--card)}.add-stop--done{border-style:solid;color:var(--mut);animation:fade .3s ease both}.an-planned{position:absolute;top:-58px;left:30px;width:230px;z-index:5}.an-planned .note-arrow{position:absolute;left:-10px;top:24px}.an-planned>span{margin-left:30px}.an-peek{position:absolute;top:646px;left:48px;display:flex;gap:7px;z-index:5;width:170px}.an-peek .note-arrow{margin-top:-16px}.an-flow{position:absolute;top:618px;right:0;display:flex;gap:7px;z-index:5;width:170px}.an-flow .note-arrow{margin-top:-18px}@media(max-width:1479px){.showcase{--s: .84}}@media(max-width:1279px){.showcase{--s: .7}}@media(max-width:1159px){.showcase{--s: .88;margin:40px auto 0}}@media(max-width:800px){.showcase{--s: .75}}@media(max-width:719px){.showcase{width:calc(100% + 40px);height:auto;margin:22px -20px 0}.showcase-inner{width:auto;height:auto;transform:none;display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 24px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.showcase-inner::-webkit-scrollbar{display:none}.ph-wrap{position:relative;left:auto;top:auto;flex:none;scroll-snap-align:center}.ph-wrap .phone{transform:none}.ph-wrap--home{padding:56px 0 18px}.ph-wrap--map{padding:56px 0 178px}.ph-wrap--day{padding:56px 0 66px}.peek{top:auto;bottom:34px;left:4px}.an-peek{top:auto;bottom:0;left:36px}.an-planned{top:0;left:8px}.an-flow{top:auto;bottom:8px;right:4px}}
