+ From remote borderlands and high deserts to vibrant city backstreets, our tours are crafted for travelers who want more + than a checklist. We run set departures for small groups and design custom trips around your dates, interests, and comfort level. +
++ Expect immersive walks, local food, lived-in stays, and time for serendipity. Whether you’re after a deep-dive expedition + or a punchy day tour, we’ll keep it flexible, intimate, and full of good stories. +
++ Our itineraries are built by guides who’ve actually spent time on these routes—testing logistics, meeting people, and + learning the rhythms of each place. We balance safety with genuine adventure, so you can step off the beaten path + with confidence. +
++ We keep groups small, work with local partners, and stay transparent about what’s included. It’s travel designed to be + rewarding, respectful, and unforgettable. +
+
@@ -71,10 +117,25 @@ defineOptions({
text-align: center;
}
-/* Base "About" styling to match the Home page aesthetic */
+.company-blurb + .company-blurb {
+ margin-top: 1rem;
+}
+.section-block{
+ min-height: 45dvh;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}
+/* Ensure clear separation between SectionContainer blocks */
+.section-block + .section-block {
+ margin-top: 3rem;
+}
+
+/* Base "About" styling */
.about {
position: relative;
- padding: 5rem 0;
+ padding: 0 0 5rem 0; /* hero handles its own vertical space; keep bottom padding for rest */
background: var(--background);
overflow: hidden;
min-height: 90dvh;
diff --git a/resources/js/pages/Home.vue b/resources/js/pages/Home.vue
index 3ba708c..0793c8c 100644
--- a/resources/js/pages/Home.vue
+++ b/resources/js/pages/Home.vue
@@ -1,5 +1,13 @@
-