@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}

:root{--ink:#17291f;--acid:#e5ef4b;--pink:#ff8dc6;--paper:#faf9f5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:18px/1.55 'DM Sans',Arial,sans-serif}a{color:inherit}a:focus-visible,video:focus-visible{outline:3px solid #b22068;outline-offset:5px}header{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:25px 4.5%;border-bottom:1px solid var(--ink)}.brand{font-size:25px;font-weight:700;letter-spacing:-1.2px;text-decoration:none;white-space:nowrap}.brand span{margin-left:9px}nav{display:flex;gap:30px}nav a,.social{text-decoration:none;font-size:15px;font-weight:600}.social{border-bottom:1px solid}.hero{display:grid;grid-template-columns:1.08fr 1fr;background:var(--acid);min-height:760px}.hero-copy{padding:65px 8% 55px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;margin:0 0 22px}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;line-height:.94;letter-spacing:-2px;margin:0;font-weight:700}h1{font-size:clamp(80px,8.8vw,146px)}em{font-style:normal;color:inherit}h1 em{color:var(--paper);text-shadow:1px 1px 0 var(--ink),-1px -1px 0 var(--ink),1px -1px 0 var(--ink),-1px 1px 0 var(--ink)}.intro{font-size:18px;max-width:440px;margin:25px 0}.button{display:inline-flex;gap:35px;align-items:center;padding:17px 22px;text-decoration:none;font-size:15px;font-weight:600}.dark{background:var(--ink);color:white}.button:hover{background:#304b39}.hero-photo{position:relative;margin:0;min-width:0;overflow:hidden}.hero-photo img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:50% 55%}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;background:var(--ink);color:white;padding:15px 22px;font-size:12px;letter-spacing:1.3px}.photo-note{position:absolute;right:25px;top:30px;transform:rotate(6deg);background:var(--pink);padding:12px 18px;font-weight:700;font-size:16px}.roadline{display:flex;justify-content:space-around;gap:24px;flex-wrap:wrap;background:var(--ink);color:var(--acid);padding:22px 4%;font-size:12px;letter-spacing:1.6px;font-weight:600}.section{padding:100px 7%}.story{display:grid;grid-template-columns:1fr 1fr;gap:9%}h2{font-size:clamp(52px,5.5vw,84px)}.story-copy p:first-child{margin-top:0}.story-copy p{max-width:560px}.photo-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;padding:0 4.5% 90px}.photo-strip figure{margin:0}.photo-strip img{width:100%;height:420px;object-fit:cover}.photo-strip figure:nth-child(2){padding-top:65px}.photo-strip figure:nth-child(3){padding-top:20px}.photo-strip figure:nth-child(3) img{object-position:50% 50%}.photo-strip figcaption{font-size:12px;letter-spacing:1px;padding-top:12px;font-weight:700}.photo-strip figcaption span{display:block;font-size:16px;letter-spacing:0;font-weight:400}.trip{background:var(--ink);color:white;display:grid;grid-template-columns:1fr .7fr;gap:13%;align-items:center}.trip h2 em{color:var(--pink)}.trip p{max-width:480px}.trip .eyebrow{color:var(--acid)}.trip-facts{display:flex;gap:50px;margin-top:40px;font-size:12px;letter-spacing:1px}.trip-facts strong{font-size:36px;display:block;line-height:1.4;color:var(--acid);letter-spacing:-1px}.film{margin:0;max-width:350px;width:100%;justify-self:center}.film video{width:100%;aspect-ratio:9/16;display:block;background:#000;object-fit:contain}.film figcaption{padding-top:14px;font-size:12px;letter-spacing:1.4px}.lesson{display:grid;grid-template-columns:.7fr 1fr;gap:13%;align-items:center;background:#f9a8d1}.lesson h2 em{color:white}.text-link{font-weight:600;text-underline-offset:6px}.together{display:grid;grid-template-columns:.85fr 1fr;gap:10%;align-items:center}.together img{width:100%;max-height:480px;object-fit:cover}.together p{max-width:530px}footer{border-top:1px solid var(--ink);padding:35px 4.5%;display:flex;justify-content:space-between;align-items:center;gap:20px}footer p,footer>a:last-child{font-size:14px}.skip{position:fixed;left:10px;top:-100px;z-index:9;background:white;padding:12px}.skip:focus{top:10px}@media(max-width:760px){header{padding:20px 6%;flex-wrap:wrap;gap:15px}.brand{font-size:22px}nav{order:3;width:100%;justify-content:space-between;gap:12px}nav a,.social{font-size:14px}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:45px 6%}.eyebrow{font-size:12px;letter-spacing:1px}h1{font-size:94px}.hero-photo{height:560px}.photo-note{font-size:14px;right:18px}.section{padding:65px 6%}.story,.trip,.lesson,.together{grid-template-columns:1fr;gap:35px}.photo-strip{padding:0 6% 60px;gap:12px;grid-template-columns:1fr 1fr}.photo-strip img{height:270px}.photo-strip figure:nth-child(2){padding-top:35px}.photo-strip figure:nth-child(3){grid-column:1/-1;padding-top:10px}.photo-strip figure:nth-child(3) img{height:310px}.lesson .film{order:2}.film{max-width:340px}h2{font-size:60px}.together img{max-height:350px}footer{flex-direction:column;align-items:flex-start;padding:30px 6%;gap:10px}footer p{margin:0}.roadline{justify-content:center;gap:12px 22px}.intro{max-width:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* The story and the experience behind it */
.story-aside{font-size:16px;max-width:330px;margin-top:30px}.experience{display:grid;grid-template-columns:1fr 1fr;gap:9%;background:var(--pink)}.experience h2 em{color:var(--ink)}.experience-copy p:first-child{margin-top:0;font-size:24px;line-height:1.4;font-weight:600}.experience-end{font-weight:600;margin-top:30px}.press{background:var(--paper)}.press-heading{display:grid;grid-template-columns:1fr 1fr;column-gap:9%;align-items:end}.press-heading .eyebrow{grid-column:1/-1}.press-heading>p:last-child{max-width:430px;margin:0 0 4px}.press-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:45px}.press-card{display:flex;flex-direction:column;text-decoration:none;border:1px solid var(--ink);padding:30px;transition:background .15s}.press-card:hover{background:var(--acid)}.press-source{font-size:23px;letter-spacing:-1px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:15px}.press-source>span{font-size:12px;letter-spacing:1px}.press-card h3{font-family:'Barlow Condensed',Impact,sans-serif;font-size:40px;line-height:1.05;margin:30px 0 8px}.press-card p{font-size:16px;max-width:430px}.press-link{font-size:14px;font-weight:600;margin-top:auto;padding-top:18px;text-decoration:underline;text-underline-offset:5px}.photo-strip figure:nth-child(3) img{object-position:50% 55%}@media(max-width:760px){.experience,.press-heading,.press-grid{grid-template-columns:1fr;gap:28px}.press-heading .eyebrow{margin:0}.press-card{padding:25px}.press-card h3{font-size:36px}.experience-copy p:first-child{font-size:22px}.story-aside{margin-bottom:0}}
/* Warm sunflower details and the travel chapters */
:root{--acid:#f6cb45}summary:focus-visible{outline:3px solid #b22068;outline-offset:5px}.hero-copy{position:relative;isolation:isolate}.hero-copy:before{content:'';position:absolute;right:0;top:10%;width:290px;height:290px;background:url('assets/sunflower.svg') center/contain no-repeat;opacity:.08;z-index:-1}.chapter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:45px}.chapter-card{position:relative;padding:32px 55px 35px 30px;min-height:200px;text-decoration:none;border-top:1px solid var(--ink);background:#f3eddd}.chapter-card:first-child{background:var(--acid)}.chapter-card:nth-child(3){background:#f7deea}.chapter-card>span:first-child{font-size:13px;text-transform:uppercase;letter-spacing:2px}.chapter-card h3{font-family:'Barlow Condensed',Impact,sans-serif;font-size:44px;line-height:1;margin:25px 0 0;max-width:340px}.chapter-arrow{position:absolute;right:25px;bottom:25px;font-size:28px}.chapter-card:hover{box-shadow:inset 0 -4px var(--ink)}.testimonial{margin:30px 0;padding:28px;background:var(--paper);border-radius:2px;box-shadow:5px 5px 0 #17291f20}.testimonial p:first-child{font-size:19px;font-weight:400}.testimonial cite{font-style:normal;font-size:13px}.testimonial small{font-size:12px}.press-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.press-card{padding:24px;border:0;border-top:3px solid var(--ink);background:#f1eee6}.press-card h3{font-size:32px;margin-top:22px}.press-card small{font-size:11px}.press-source{font-family:Georgia,serif;font-size:32px;color:#a51e2a}.press-source>span{font-family:'DM Sans',sans-serif;color:var(--ink);font-size:10px}.footer-links{display:flex;flex-wrap:wrap;max-width:550px;gap:15px 24px;font-size:14px}footer small{font-size:12px}.chapter-page{max-width:1200px;margin:auto}.chapter-page>.eyebrow{margin-top:50px}.chapter-page h1,.simple-page h1{font-size:clamp(60px,7vw,110px);max-width:850px}.chapter-image{width:100%;max-height:600px;object-fit:cover;object-position:center;margin:45px 0 0}.chapter-prose{max-width:680px;margin-top:40px}.chapter-prose p{margin:0 0 25px;font-size:20px}.simple-page{min-height:65vh}.chapter-prose .button{margin-top:20px}.chapters{background-image:url('assets/sunflower.svg');background-position:95% 45px;background-size:90px;background-repeat:no-repeat}@media(max-width:900px){header{flex-wrap:wrap}nav{gap:18px}.press-grid{grid-template-columns:1fr}.press-card h3{max-width:none}.chapter-card h3{font-size:38px}}@media(max-width:500px){.chapter-grid{grid-template-columns:1fr}.chapter-card{min-height:165px}.chapter-page h1,.simple-page h1{font-size:60px}nav{flex-wrap:wrap;justify-content:flex-start;gap:12px 22px}.hero-copy:before{width:210px;height:210px}.chapters{background-size:60px}.chapter-prose p{font-size:18px}}
/* Approved photo-led chapters, September 2026 */
.social-icons{display:flex;align-items:center;gap:5px;flex-shrink:0}.social-icons a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #17291f40;border-radius:50%;transition:background .15s}.social-icons a:hover{background:var(--acid)}.social-icons img{width:22px;height:22px;object-fit:contain}.footer-right{display:flex;flex-direction:column;gap:22px}.footer-links{max-width:none}.hero-copy{padding-top:50px;padding-bottom:50px}.intro-close{font-size:16px}.journey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:45px 30px;margin-top:45px}.journey-card{text-decoration:none;display:block;min-width:0}.journey-photo{overflow:hidden;background:var(--ink);aspect-ratio:4/3}.journey-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.journey-card:hover img{transform:scale(1.025)}.journey-card.sri-lanka img{object-position:center 58%}.journey-card.thailand img{object-position:center 52%}.journey-caption{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #17291f60;padding:18px 0}.journey-caption h3{font:700 44px/.95 'Barlow Condensed',sans-serif;margin:0}.journey-caption p{margin:9px 0 0;font-size:17px}.journey-caption>span{font-size:32px}.testimonials-grid{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:20px}.message-card{margin:0;min-width:0}.message-card>a{display:block}.message-card img{display:block;width:100%;height:auto;border-radius:4px}.message-card figcaption{font-size:14px;padding:12px 0}.message-card details{font-size:16px}.message-card summary{cursor:pointer;font-weight:600;text-underline-offset:4px}.message-card blockquote{margin:15px 0;line-height:1.6}.message-card small{font-size:12px}.press-image{display:flex;align-items:center;justify-content:center;background:white;margin:-24px -24px 24px;aspect-ratio:3/2;overflow:hidden}.press-image img{display:block;width:100%;height:100%;object-fit:contain}.press-card h3{margin-top:20px}.press-card small{font-size:12px}.chapter-map{margin:50px 0 0;max-width:680px}.chapter-map img{display:block;width:100%;height:auto}.chapter-map figcaption{font-size:14px;margin-top:12px}.chapter-page .chapter-image{max-height:650px}.chapter-page .chapter-prose{margin-left:auto;margin-right:auto}.chapter-map{margin-left:auto;margin-right:auto}.chapter-extra{max-width:680px;margin:45px auto 0}.chapter-extra img{width:100%;height:auto}.chapter-extra h2{font-size:44px}.chapter-page.sri-lanka .chapter-image{max-width:650px;max-height:800px;object-fit:contain;display:block;margin-left:auto;margin-right:auto}header{gap:20px}header nav{gap:22px}.eyebrow{font-size:13px}@media(max-width:1050px){header nav{order:3;width:100%;justify-content:space-between}header{flex-wrap:wrap}}@media(max-width:760px){.journey-grid,.testimonials-grid{grid-template-columns:1fr;gap:30px}.journey-photo{aspect-ratio:4/3}.journey-caption h3{font-size:40px}.social-icons{gap:5px}.social-icons a{width:40px;height:40px}.social-icons img{width:21px;height:21px}.hero-copy{padding:42px 6%}.press-grid{gap:35px}.press-image{margin:-25px -25px 22px}.testimonials-grid{margin-top:0}.experience{gap:30px}.chapter-page .chapter-image{max-height:none}.footer-right{width:100%}}@media(max-width:420px){header .brand{font-size:21px}header .social-icons{width:100%;justify-content:flex-start}header nav{gap:10px 18px;justify-content:flex-start}h1{font-size:clamp(72px,23vw,94px)}}@media(prefers-reduced-motion:reduce){.journey-photo img{transition:none}.journey-card:hover img{transform:none}}
.chapters>.eyebrow{padding-right:85px}
/* Final local review: compact mobile opening and card decks */
.chapters>.eyebrow{text-transform:none;letter-spacing:.2px;font-size:16px;max-width:550px}.deck-active{display:block;position:relative;max-width:460px;width:calc(100% - 22px);margin:32px auto 0;isolation:isolate}.deck-active:before,.deck-active:after{content:'';position:absolute;inset:0;border:1px solid #17291f35;border-radius:5px;background:#fff8e9;z-index:-1;transform:rotate(-3deg)}.deck-active:after{transform:rotate(3deg);background:#f9e7b8;z-index:-2}.deck-active>[hidden]{display:none!important}.deck-active>.current-card{animation:card-in .22s ease-out;background:var(--paper);border-radius:4px}.deck-controls{display:flex;gap:25px;justify-content:center;align-items:center;grid-column:1/-1;margin:20px 0 0}.deck-controls[hidden]{display:none}.deck-controls button,.viewer-close{font:inherit;cursor:pointer;background:var(--ink);color:white;border:0;padding:10px 18px;min-width:44px;min-height:44px}.deck-controls span{font-size:15px}.testimonials-grid.deck{grid-column:1/-1}.message-card img{width:100%;height:auto}.press-grid.deck-active .press-card{margin:0}.press-grid.deck-active .press-image{margin:0 0 20px}.press-grid.deck-active .press-card{padding:20px}.press-grid.deck-active .press-card h3{font-size:30px}.press-grid.deck-active .press-card p{margin:12px 0}.press-grid.deck-active .press-link{padding-top:12px}#image-viewer{border:0;padding:55px 15px 15px;max-width:95vw;max-height:95dvh;background:var(--paper)}#image-viewer::backdrop{background:#102019dd}#image-viewer img{display:block;max-width:100%;max-height:78dvh;width:auto;height:auto;object-fit:contain;margin:auto}.viewer-close{position:absolute;right:10px;top:8px;font-size:14px}.experience{row-gap:25px}button:focus-visible{outline:3px solid #b22068;outline-offset:4px}@keyframes card-in{from{opacity:.5;transform:translateX(10px) rotate(1deg)}to{opacity:1;transform:none}}@media(min-width:761px){.press-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){header{padding:14px 6%;gap:12px}header .brand{font-size:20px}header .social-icons{width:auto;margin-left:auto;gap:3px}header .social-icons a{width:32px;height:32px}header .social-icons img{width:18px;height:18px}header nav{gap:10px;justify-content:space-between}header nav a{font-size:13px}.hero{display:grid;grid-template-columns:1fr;background:var(--acid)}.hero-copy{display:contents}.hero-copy>.eyebrow{order:0;margin:24px 6% 12px;font-size:11px}.hero h1{order:1;margin:0 6% 22px;font-size:clamp(60px,17vw,88px)}.hero h1 br{display:none}.hero-photo{order:2;height:300px;margin:0 6% 22px}.hero-photo img{object-position:50% 47%}.hero-photo figcaption{font-size:10px;padding:10px}.photo-note{font-size:12px;padding:8px;top:16px}.hero .intro{order:3;margin:0 6% 20px;font-size:17px}.hero .button{order:4;margin:0 6% 30px;justify-self:start}.hero-copy:before{display:none}.deck-active{max-width:380px}.experience .deck-controls{margin-top:0}.press-grid.deck-active{margin-top:35px}.press-card .press-source{font-size:25px}.press-card small{font-size:12px}}@media(prefers-reduced-motion:reduce){.deck-active>.current-card{animation:none}}
