<!doctype html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Orange Blossom Land Co. | Where Possibility Takes Root</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="/_sdk/element_sdk.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
box-sizing: border-box;
}
:root {
--botanical-green: #4F6F52;
--deep-olive: #2F3E34;
--ivory: #FBF9F4;
--stone-taupe: #6E6A5E;
--soft-citrus: #E6A857;
}
html, body {
height: 100%;
width: 100%;
}
.font-display {
font-family: 'Playfair Display', Georgia, serif;
letter-spacing: -0.02em;
font-weight: 500;
}
.font-body {
font-family: 'Inter', system-ui, sans-serif;
letter-spacing: 0;
font-weight: 400;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(40px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.animate-fade-in-up {
animation: fadeInUp 1s ease-out forwards;
}
.animate-fade-in {
animation: fadeIn 1.2s ease-out forwards;
}
.animate-delay-1 { animation-delay: 0.2s; }
.animate-delay-2 { animation-delay: 0.4s; }
.animate-delay-3 { animation-delay: 0.6s; }
.animate-delay-4 { animation-delay: 0.8s; }
.animate-delay-5 { animation-delay: 1s; }
.bg-ivory {
background-color: var(--ivory);
}
.bg-deep-olive {
background-color: var(--deep-olive);
}
.text-botanical-green {
color: var(--botanical-green);
}
.text-stone-taupe {
color: var(--stone-taupe);
}
.text-deep-olive {
color: var(--deep-olive);
}
.text-soft-citrus {
color: var(--soft-citrus);
}
.border-botanical-green {
border-color: var(--botanical-green);
}
.bg-botanical-green {
background-color: var(--botanical-green);
}
.bg-soft-citrus {
background-color: var(--soft-citrus);
}
.accent-line {
height: 1px;
background: linear-gradient(90deg, transparent, var(--botanical-green), transparent);
}
.card-refined {
transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
border: 1px solid rgba(79, 111, 82, 0.1);
background-color: var(--ivory);
}
.card-refined:hover {
transform: translateY(-12px);
border-color: var(--soft-citrus);
box-shadow: 0 20px 50px rgba(79, 111, 82, 0.08);
background: linear-gradient(135deg, rgba(79, 111, 82, 0.02), rgba(230, 168, 87, 0.02));
}
.button-primary {
background-color: var(--botanical-green);
color: var(--ivory);
border: none;
padding: 14px 32px;
font-size: 14px;
letter-spacing: 0.08em;
font-weight: 600;
text-transform: uppercase;
transition: all 0.4s ease;
cursor: pointer;
font-family: 'Inter', system-ui, sans-serif;
}
.button-primary:hover {
background-color: var(--deep-olive);
transform: translateY(-2px);
}
.heading-1 {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(2.8rem, 8vw, 3.5rem);
font-weight: 500;
line-height: 1.1;
letter-spacing: -0.02em;
color: var(--deep-olive);
}
.heading-2 {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(2rem, 5.5vw, 2.4rem);
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.02em;
color: var(--deep-olive);
}
.heading-3 {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(1.5rem, 3.5vw, 1.75rem);
font-weight: 500;
line-height: 1.3;
letter-spacing: -0.01em;
color: var(--deep-olive);
}
.body-text {
font-family: 'Inter', system-ui, sans-serif;
font-size: clamp(1rem, 2.5vw, 1.125rem);
line-height: 1.7;
color: var(--stone-taupe);
}
.body-text-lg {
font-family: 'Inter', system-ui, sans-serif;
font-size: clamp(1.05rem, 2.8vw, 1.2rem);
line-height: 1.75;
color: var(--stone-taupe);
}
.gradient-backdrop {
background: linear-gradient(135deg, rgba(79, 111, 82, 0.03) 0%, rgba(230, 168, 87, 0.03) 100%);
}
.nav-link {
font-size: 13px;
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: 500;
color: var(--stone-taupe);
transition: color 0.3s ease;
cursor: pointer;
}
.nav-link:hover {
color: var(--botanical-green);
}
.accordion-btn {
transition: color 0.3s ease;
}
.accordion-btn:hover {
color: var(--botanical-green);
}
.icon-small {
width: 20px;
height: 20px;
stroke: currentColor;
stroke-width: 1.5;
fill: none;
}
</style>
<style>@view-transition { navigation: auto; }</style>
<script src="/_sdk/data_sdk.js" type="text/javascript"></script>
</head>
<body class="h-full bg-ivory text-stone-taupe">
<div id="app-wrapper" class="w-full h-full overflow-auto"><!-- Navigation -->
<nav class="fixed top-0 left-0 right-0 z-50 bg-ivory/95 backdrop-blur-sm border-b border-botanical-green/10">
<div class="max-w-7xl mx-auto px-6 md:px-8 py-4 flex items-center justify-between"><a href="#" onclick="showPage('home')" class="flex items-center gap-3 cursor-pointer group">
<svg width="32" height="32" viewbox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg" class="transition-opacity duration-300 group-hover:opacity-80"><circle cx="30" cy="30" r="28" fill="none" stroke="#4F6F52" stroke-width="1.2" /> <g transform="translate(30, 30)">
<ellipse cx="0" cy="-10" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" />
<ellipse cx="9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(72)" />
<ellipse cx="5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(144)" />
<ellipse cx="-5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(216)" />
<ellipse cx="-9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(288)" />
<circle cx="0" cy="0" r="4.5" fill="#4F6F52" />
</g>
</svg>
<div class="flex flex-col leading-tight"><span class="font-display text-sm font-semibold text-deep-olive">Orange Blossom</span> <span class="text-[8px] tracking-[0.15em] uppercase text-botanical-green font-light">Land Co.</span>
</div></a>
<div class="hidden lg:flex items-center gap-10"><a href="#" onclick="showPage('home')" class="nav-link">Home</a> <a href="#" onclick="showPage('approach')" class="nav-link">Our Approach</a> <a href="#" onclick="showPage('available')" class="nav-link">Available Land</a> <a href="#" onclick="showPage('who-serve')" class="nav-link">Who We Serve</a> <a href="#" onclick="showPage('faq')" class="nav-link">FAQ</a> <a href="#" onclick="showPage('contact')" class="button-primary cursor-pointer">Contact</a>
</div><button id="mobile-menu-btn" class="lg:hidden p-2 text-stone-taupe" aria-label="Toggle menu">
<svg width="20" height="20" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><line x1="3" y1="6" x2="21" y2="6" /> <line x1="3" y1="12" x2="21" y2="12" /> <line x1="3" y1="18" x2="21" y2="18" />
</svg></button>
</div>
<div id="mobile-menu" class="hidden lg:hidden bg-ivory border-t border-botanical-green/10">
<div class="px-6 py-4 flex flex-col gap-3"><a href="#" onclick="showPage('home')" class="nav-link py-2">Home</a> <a href="#" onclick="showPage('approach')" class="nav-link py-2">Our Approach</a> <a href="#" onclick="showPage('available')" class="nav-link py-2">Available Land</a> <a href="#" onclick="showPage('who-serve')" class="nav-link py-2">Who We Serve</a> <a href="#" onclick="showPage('faq')" class="nav-link py-2">FAQ</a> <button onclick="showPage('contact')" class="button-primary w-full text-center mt-2">Contact</button>
</div>
</div>
</nav><!-- ========== HOME PAGE ========== -->
<div id="page-home"><!-- HERO SECTION -->
<section class="min-h-screen flex items-center justify-center pt-20 pb-12 bg-ivory gradient-backdrop relative overflow-hidden">
<div class="absolute inset-0 opacity-20 pointer-events-none">
<div class="absolute top-32 right-1/4 w-96 h-96 rounded-full bg-botanical-green/5 blur-3xl"></div>
<div class="absolute bottom-20 left-1/4 w-80 h-80 rounded-full bg-soft-citrus/5 blur-3xl"></div>
</div>
<div class="relative z-10 max-w-5xl mx-auto px-6 md:px-8 text-center">
<div class="opacity-0 animate-fade-in-up">
<p class="text-soft-citrus text-xs md:text-sm tracking-[0.2em] uppercase font-semibold mb-6 md:mb-10">Quiet Luxury in Land Stewardship</p>
</div>
<div class="opacity-0 animate-fade-in-up animate-delay-1 mb-8 md:mb-16">
<h1 id="brand-tagline" class="heading-1">Where Possibility Takes Root</h1>
</div>
<div class="opacity-0 animate-fade-in-up animate-delay-2 mb-12 md:mb-20">
<p id="tagline-subtitle" class="body-text-lg max-w-2xl mx-auto">Thoughtfully curated land for enduring value and future vision.</p>
</div>
<div class="opacity-0 animate-fade-in-up animate-delay-3 mb-12 md:mb-16">
<div class="accent-line max-w-xs mx-auto"></div>
</div>
<div class="opacity-0 animate-fade-in-up animate-delay-4"><a href="#" onclick="showPage('available')" class="inline-block button-primary group"> <span class="flex items-center gap-3"> Explore Available Land
<svg width="16" height="16" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" class="transition-transform duration-300 group-hover:translate-x-1"><path d="M5 12h14M12 5l7 7-7 7" />
</svg></span> </a>
</div>
</div>
<div class="absolute bottom-10 left-1/2 transform -translate-x-1/2 opacity-0 animate-fade-in-up animate-delay-5">
<div class="flex flex-col items-center gap-2">
<p class="text-stone-taupe/40 text-xs tracking-[0.08em] uppercase font-medium">Scroll to Discover</p>
<svg width="18" height="18" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" class="text-stone-taupe/40 animate-bounce"><path d="M12 5v14M19 12l-7 7-7-7" />
</svg>
</div>
</div>
</section><!-- PHILOSOPHY SECTION -->
<section class="py-24 md:py-40 bg-ivory">
<div class="max-w-5xl mx-auto px-6 md:px-8">
<div class="mb-16 md:mb-24">
<p class="text-soft-citrus text-xs tracking-[0.2em] uppercase font-semibold mb-5">Our Philosophy</p>
<h2 class="heading-2 mb-8">Built on Vision and Integrity</h2>
<div class="accent-line max-w-12"></div>
</div>
<p id="mission-text" class="body-text-lg max-w-3xl mb-20 leading-relaxed">Orange Blossom Land Co. exists for stewards who see land as legacy, not transaction. We identify extraordinary properties and guide partnerships rooted in mutual respect, clarity, and enduring value. Every property deserves an owner who honors its potential.</p>
<div class="grid md:grid-cols-3 gap-10">
<div class="card-refined p-8 md:p-10 rounded-lg">
<div class="inline-flex items-center justify-center w-12 h-12 rounded-full bg-botanical-green/10 text-botanical-green mb-6">
<svg width="20" height="20" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z" />
</svg>
</div>
<h3 class="heading-3 mb-3">Vision-Driven</h3>
<p class="body-text">We see possibility in land. Every property tells a story; every partner deserves authenticity.</p>
</div>
<div class="card-refined p-8 md:p-10 rounded-lg">
<div class="inline-flex items-center justify-center w-12 h-12 rounded-full bg-botanical-green/10 text-botanical-green mb-6">
<svg width="20" height="20" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" />
</svg>
</div>
<h3 class="heading-3 mb-3">Integrity First</h3>
<p class="body-text">Transparency, honesty, and long-term thinking guide every decision we make.</p>
</div>
<div class="card-refined p-8 md:p-10 rounded-lg">
<div class="inline-flex items-center justify-center w-12 h-12 rounded-full bg-botanical-green/10 text-botanical-green mb-6">
<svg width="20" height="20" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11z" />
</svg>
</div>
<h3 class="heading-3 mb-3">Stewardship</h3>
<p class="body-text">Land deserves partners who think in decades, not quarters. We are stewards of possibility.</p>
</div>
</div>
</div>
</section><!-- APPROACH SECTION -->
<section class="py-24 md:py-40 bg-white">
<div class="max-w-5xl mx-auto px-6 md:px-8">
<div class="mb-16 md:mb-24">
<p class="text-soft-citrus text-xs tracking-[0.2em] uppercase font-semibold mb-5">How We Work</p>
<h2 class="heading-2">Our Approach</h2>
</div>
<div class="grid md:grid-cols-3 gap-12 md:gap-16">
<div class="group">
<div class="flex items-center justify-center w-14 h-14 rounded-full bg-botanical-green text-ivory mb-8 group-hover:bg-soft-citrus transition-all duration-300"><span class="font-display text-2xl font-semibold">1</span>
</div>
<h3 class="heading-3 mb-4">Identify</h3>
<p class="body-text-lg leading-relaxed">We search for extraordinary properties with enduring potential, keeping your vision and values at the center of our evaluation.</p>
</div>
<div class="group">
<div class="flex items-center justify-center w-14 h-14 rounded-full bg-botanical-green text-ivory mb-8 group-hover:bg-soft-citrus transition-all duration-300"><span class="font-display text-2xl font-semibold">2</span>
</div>
<h3 class="heading-3 mb-4">Guide</h3>
<p class="body-text-lg leading-relaxed">We navigate the complexities of land stewardship with clarity, expertise, and a commitment to your long-term success.</p>
</div>
<div class="group">
<div class="flex items-center justify-center w-14 h-14 rounded-full bg-botanical-green text-ivory mb-8 group-hover:bg-soft-citrus transition-all duration-300"><span class="font-display text-2xl font-semibold">3</span>
</div>
<h3 class="heading-3 mb-4">Steward</h3>
<p class="body-text-lg leading-relaxed">We remain your partner in success, supporting thoughtful management and growth of your land portfolio over time.</p>
</div>
</div>
</div>
</section><!-- CTA SECTION -->
<section class="py-24 md:py-40 bg-deep-olive text-ivory relative overflow-hidden">
<div class="absolute inset-0 opacity-10 pointer-events-none">
<div class="absolute -bottom-32 -right-32 w-96 h-96 rounded-full bg-soft-citrus blur-3xl"></div>
<div class="absolute -top-32 -left-32 w-80 h-80 rounded-full bg-botanical-green blur-3xl"></div>
</div>
<div class="relative z-10 max-w-4xl mx-auto px-6 md:px-8 text-center">
<h2 class="heading-2 text-ivory mb-6">Ready to Explore Possibilities?</h2>
<p class="body-text-lg max-w-2xl mx-auto mb-12 text-ivory/80">Let's begin a conversation about your vision for land ownership and stewardship.</p><a href="#" onclick="showPage('contact')" class="inline-block px-8 py-4 bg-soft-citrus text-deep-olive text-sm tracking-[0.08em] uppercase font-semibold hover:bg-ivory transition-all duration-300 cursor-pointer"> Get in Touch </a>
</div>
</section><!-- FOOTER -->
<footer class="py-16 md:py-24 bg-ivory border-t border-botanical-green/10">
<div class="max-w-6xl mx-auto px-6 md:px-8">
<div class="grid md:grid-cols-4 gap-12 mb-12">
<div class="md:col-span-2">
<div class="flex items-center gap-3 mb-4">
<svg width="24" height="24" viewbox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="28" fill="none" stroke="#4F6F52" stroke-width="1.2" /> <g transform="translate(30, 30)">
<ellipse cx="0" cy="-10" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" />
<ellipse cx="9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(72)" />
<ellipse cx="5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(144)" />
<ellipse cx="-5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(216)" />
<ellipse cx="-9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(288)" />
<circle cx="0" cy="0" r="4.5" fill="#4F6F52" />
</g>
</svg><span class="font-display text-base font-semibold text-deep-olive">Orange Blossom</span>
</div>
<p class="body-text max-w-sm">A land company rooted in vision, integrity, and the belief that possibility takes root in thoughtful stewardship.</p>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Navigation</h4>
<nav class="space-y-2"><a href="#" onclick="showPage('home')" class="text-stone-taupe text-sm hover:text-botanical-green transition-colors cursor-pointer font-medium">Home</a> <a href="#" onclick="showPage('approach')" class="text-stone-taupe text-sm hover:text-botanical-green transition-colors cursor-pointer font-medium">Our Approach</a> <a href="#" onclick="showPage('available')" class="text-stone-taupe text-sm hover:text-botanical-green transition-colors cursor-pointer font-medium">Available Land</a>
</nav>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Contact</h4>
<div class="space-y-1 text-stone-taupe text-sm">
<p><a href="mailto:[email protected]" class="hover:text-botanical-green transition-colors">[email protected]</a></p>
<p><a href="tel:+15551234567" class="hover:text-botanical-green transition-colors">(555) 123-4567</a></p>
<p class="text-xs mt-2">By Appointment</p>
</div>
</div>
</div>
<div class="accent-line mb-8"></div>
<div class="flex flex-col md:flex-row justify-between items-center gap-4 text-xs text-stone-taupe">
<p>© 2024 Orange Blossom Land Co. All rights reserved.</p>
<div class="flex gap-6"><a href="#" class="hover:text-botanical-green transition-colors font-medium">Privacy</a> <a href="#" class="hover:text-botanical-green transition-colors font-medium">Terms</a>
</div>
</div>
</div>
</footer>
</div><!-- ========== APPROACH PAGE ========== -->
<div id="page-approach" class="hidden">
<section class="pt-28 pb-12 md:pb-20 bg-ivory">
<div class="max-w-5xl mx-auto px-6 md:px-8">
<p class="text-soft-citrus text-xs tracking-[0.2em] uppercase font-semibold mb-5">Our Philosophy</p>
<h1 class="heading-1 mb-8">Our Approach</h1>
<div class="accent-line max-w-12 mb-10"></div>
<p id="approach-intro" class="body-text-lg max-w-3xl">We approach land with intention — seeing possibility, value, and long-term purpose where others may only see open space.</p>
</div>
</section>
<section class="py-24 md:py-40 bg-ivory">
<div class="max-w-5xl mx-auto px-6 md:px-8">
<div class="grid md:grid-cols-2 gap-14 md:gap-20 items-center mb-32">
<div class="flex justify-center">
<div class="w-44 h-44 rounded-full bg-botanical-green/10 flex items-center justify-center">
<svg width="72" height="72" viewbox="0 0 24 24" fill="none" stroke="#4F6F52" stroke-width="1.2"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z" /> <circle cx="12" cy="10" r="3" fill="#4F6F52" />
</svg>
</div>
</div>
<div class="space-y-8">
<h2 class="heading-2">Thoughtful Selection</h2>
<div class="accent-line max-w-12"></div>
<p class="body-text-lg leading-relaxed">Not every property is right for every owner. We invest time in understanding your vision, values, and long-term goals before we begin searching. We evaluate each parcel through a lens of quality, potential, and alignment with your purpose.</p>
<p class="body-text-lg leading-relaxed">Our team knows the market deeply. We identify properties with enduring value—land that will strengthen in meaning and worth over time, reflecting both its natural qualities and its fit within your legacy.</p>
</div>
</div>
<div class="grid md:grid-cols-2 gap-14 md:gap-20 items-center mb-32">
<div class="space-y-8 order-2 md:order-1">
<h2 class="heading-2">Integrity & Transparency</h2>
<div class="accent-line max-w-12"></div>
<p class="body-text-lg leading-relaxed">Every conversation we have is grounded in honesty. We disclose fully, explain clearly, and never pressure. Our role is to provide expert guidance while respecting your autonomy and authority over your own decisions.</p>
<p class="body-text-lg leading-relaxed">We believe transparency builds trust. We walk through due diligence processes carefully, ensuring you understand every aspect of the property and partnership before moving forward.</p>
</div>
<div class="flex justify-center order-1 md:order-2">
<div class="w-44 h-44 rounded-full bg-soft-citrus/10 flex items-center justify-center">
<svg width="72" height="72" viewbox="0 0 24 24" fill="none" stroke="#E6A857" stroke-width="1.2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" /> <path d="M9 12l2 2 4-4" stroke-width="1.5" />
</svg>
</div>
</div>
</div>
<div class="grid md:grid-cols-2 gap-14 md:gap-20 items-center">
<div class="flex justify-center">
<div class="w-44 h-44 rounded-full bg-botanical-green/10 flex items-center justify-center">
<svg width="72" height="72" viewbox="0 0 24 24" fill="none" stroke="#4F6F52" stroke-width="1.2"><circle cx="12" cy="12" r="9" /> <circle cx="12" cy="12" r="3" /> <path d="M12 2v8M12 14v8M2 12h8m8 0h-8" />
</svg>
</div>
</div>
<div class="space-y-8">
<h2 class="heading-2">Long-Term Vision</h2>
<div class="accent-line max-w-12"></div>
<p class="body-text-lg leading-relaxed">We think in decades, not quarters. The partnerships we build are designed to thrive across generations. We support thoughtful stewardship, value preservation, and growth that reflects your values—not short-term market pressures.</p>
<p class="body-text-lg leading-relaxed">After the deal closes, our relationship continues. We remain available for strategic guidance, market insights, and support as your land portfolio evolves.</p>
</div>
</div>
</div>
</section>
<footer class="py-16 md:py-24 bg-ivory border-t border-botanical-green/10">
<div class="max-w-6xl mx-auto px-6 md:px-8">
<div class="grid md:grid-cols-4 gap-12 mb-12">
<div class="md:col-span-2">
<div class="flex items-center gap-3 mb-4">
<svg width="24" height="24" viewbox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="28" fill="none" stroke="#4F6F52" stroke-width="1.2" /> <g transform="translate(30, 30)">
<ellipse cx="0" cy="-10" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" />
<ellipse cx="9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(72)" />
<ellipse cx="5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(144)" />
<ellipse cx="-5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(216)" />
<ellipse cx="-9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(288)" />
<circle cx="0" cy="0" r="4.5" fill="#4F6F52" />
</g>
</svg><span class="font-display text-base font-semibold text-deep-olive">Orange Blossom</span>
</div>
<p class="body-text max-w-sm">A land company rooted in vision and integrity.</p>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Links</h4>
<nav class="space-y-2 text-sm"><a href="#" onclick="showPage('home')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Home</a> <a href="#" onclick="showPage('available')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Properties</a> <a href="#" onclick="showPage('contact')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Contact</a>
</nav>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Contact</h4>
<div class="space-y-1 text-stone-taupe text-sm">
<p><a href="mailto:[email protected]" class="hover:text-botanical-green transition-colors">[email protected]</a></p>
<p><a href="tel:+15551234567" class="hover:text-botanical-green transition-colors">(555) 123-4567</a></p>
</div>
</div>
</div>
<div class="accent-line mb-8"></div>
<p class="text-xs text-stone-taupe">© 2024 Orange Blossom Land Co.</p>
</div>
</footer>
</div><!-- ========== AVAILABLE LAND PAGE ========== -->
<div id="page-available" class="hidden">
<section class="pt-28 pb-12 md:pb-20 bg-ivory">
<div class="max-w-5xl mx-auto px-6 md:px-8">
<p class="text-soft-citrus text-xs tracking-[0.2em] uppercase font-semibold mb-5">Properties</p>
<h1 id="available-land-title" class="heading-1 mb-8">Available Land</h1>
<div class="accent-line max-w-12 mb-10"></div>
<p id="available-land-subtitle" class="body-text-lg max-w-3xl">Places where possibility takes root.</p>
</div>
</section>
<section class="py-24 md:py-40 bg-ivory">
<div class="max-w-6xl mx-auto px-6 md:px-8">
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-10">
<div class="group card-refined rounded-lg overflow-hidden">
<div class="aspect-[4/3] bg-botanical-green/10 flex items-center justify-center relative overflow-hidden">
<svg width="80" height="80" viewbox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg" class="opacity-30 group-hover:scale-110 transition-transform duration-500"><path d="M50 150L100 50L150 150Z" fill="#4F6F52" />
</svg>
</div>
<div class="p-8">
<h3 class="heading-3 mb-2">Meadowstone Valley</h3>
<p class="text-soft-citrus text-xs tracking-[0.08em] uppercase font-semibold mb-4">65 acres • Southern exposure</p>
<p class="body-text mb-6">A gently rolling parcel with native growth and a natural spring. Ideal for long-term stewardship.</p><a href="#" onclick="showPage('home')" class="text-botanical-green text-sm tracking-[0.08em] uppercase font-semibold hover:text-deep-olive transition-colors flex items-center gap-2 cursor-pointer"> Learn More
<svg width="12" height="12" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7" />
</svg></a>
</div>
</div>
<div class="group card-refined rounded-lg overflow-hidden">
<div class="aspect-[4/3] bg-soft-citrus/10 flex items-center justify-center relative overflow-hidden">
<svg width="80" height="80" viewbox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg" class="opacity-30 group-hover:scale-110 transition-transform duration-500"><rect x="40" y="60" width="120" height="80" fill="#E6A857" />
</svg>
</div>
<div class="p-8">
<h3 class="heading-3 mb-2">Ridgeline Estates</h3>
<p class="text-soft-citrus text-xs tracking-[0.08em] uppercase font-semibold mb-4">48 acres • Mountain views</p>
<p class="body-text mb-6">Elevated parcel with panoramic vistas and rare mature timber. A legacy property.</p><a href="#" onclick="showPage('home')" class="text-botanical-green text-sm tracking-[0.08em] uppercase font-semibold hover:text-deep-olive transition-colors flex items-center gap-2 cursor-pointer"> Learn More
<svg width="12" height="12" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7" />
</svg></a>
</div>
</div>
<div class="group card-refined rounded-lg overflow-hidden">
<div class="aspect-[4/3] bg-botanical-green/10 flex items-center justify-center relative overflow-hidden">
<svg width="80" height="80" viewbox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg" class="opacity-30 group-hover:scale-110 transition-transform duration-500"><path d="M30 100Q80 50 130 100T230 100" stroke="#4F6F52" stroke-width="8" fill="none" />
</svg>
</div>
<div class="p-8">
<h3 class="heading-3 mb-2">Clearwater Springs</h3>
<p class="text-soft-citrus text-xs tracking-[0.08em] uppercase font-semibold mb-4">32 acres • Water access</p>
<p class="body-text mb-6">Scenic parcel adjoining protected lands with direct water rights.</p><a href="#" onclick="showPage('home')" class="text-botanical-green text-sm tracking-[0.08em] uppercase font-semibold hover:text-deep-olive transition-colors flex items-center gap-2 cursor-pointer"> Learn More
<svg width="12" height="12" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7" />
</svg></a>
</div>
</div>
<div class="group card-refined rounded-lg overflow-hidden">
<div class="aspect-[4/3] bg-soft-citrus/10 flex items-center justify-center relative overflow-hidden">
<svg width="80" height="80" viewbox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg" class="opacity-30 group-hover:scale-110 transition-transform duration-500"><polygon points="100,30 170,170 30,170" fill="#E6A857" />
</svg>
</div>
<div class="p-8">
<h3 class="heading-3 mb-2">Orchard Lane</h3>
<p class="text-soft-citrus text-xs tracking-[0.08em] uppercase font-semibold mb-4">28 acres • Agricultural zoning</p>
<p class="body-text mb-6">Rich soil with existing heritage plantings and excellent road access.</p><a href="#" onclick="showPage('home')" class="text-botanical-green text-sm tracking-[0.08em] uppercase font-semibold hover:text-deep-olive transition-colors flex items-center gap-2 cursor-pointer"> Learn More
<svg width="12" height="12" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7" />
</svg></a>
</div>
</div>
<div class="group card-refined rounded-lg overflow-hidden">
<div class="aspect-[4/3] bg-botanical-green/10 flex items-center justify-center relative overflow-hidden">
<svg width="80" height="80" viewbox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg" class="opacity-30 group-hover:scale-110 transition-transform duration-500"><path d="M50 150Q100 80 150 150" stroke="#4F6F52" stroke-width="12" fill="none" stroke-linecap="round" />
</svg>
</div>
<div class="p-8">
<h3 class="heading-3 mb-2">Westfield Commons</h3>
<p class="text-soft-citrus text-xs tracking-[0.08em] uppercase font-semibold mb-4">55 acres • Mixed terrain</p>
<p class="body-text mb-6">Diverse landscape combining meadow, woodlands, and creek access.</p><a href="#" onclick="showPage('home')" class="text-botanical-green text-sm tracking-[0.08em] uppercase font-semibold hover:text-deep-olive transition-colors flex items-center gap-2 cursor-pointer"> Learn More
<svg width="12" height="12" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7" />
</svg></a>
</div>
</div>
<div class="group card-refined rounded-lg overflow-hidden">
<div class="aspect-[4/3] bg-soft-citrus/10 flex items-center justify-center relative overflow-hidden">
<svg width="80" height="80" viewbox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg" class="opacity-30 group-hover:scale-110 transition-transform duration-500"><circle cx="100" cy="100" r="50" fill="#E6A857" />
</svg>
</div>
<div class="p-8">
<h3 class="heading-3 mb-2">Hilltop Reserve</h3>
<p class="text-soft-citrus text-xs tracking-[0.08em] uppercase font-semibold mb-4">71 acres • Privacy, elevation</p>
<p class="body-text mb-6">Secluded hilltop setting with 360-degree views. A rare sanctuary.</p><a href="#" onclick="showPage('home')" class="text-botanical-green text-sm tracking-[0.08em] uppercase font-semibold hover:text-deep-olive transition-colors flex items-center gap-2 cursor-pointer"> Learn More
<svg width="12" height="12" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7" />
</svg></a>
</div>
</div>
</div>
</div>
</section>
<footer class="py-16 md:py-24 bg-ivory border-t border-botanical-green/10">
<div class="max-w-6xl mx-auto px-6 md:px-8">
<div class="grid md:grid-cols-4 gap-12 mb-12">
<div class="md:col-span-2">
<div class="flex items-center gap-3 mb-4">
<svg width="24" height="24" viewbox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="28" fill="none" stroke="#4F6F52" stroke-width="1.2" /> <g transform="translate(30, 30)">
<ellipse cx="0" cy="-10" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" />
<ellipse cx="9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(72)" />
<ellipse cx="5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(144)" />
<ellipse cx="-5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(216)" />
<ellipse cx="-9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(288)" />
<circle cx="0" cy="0" r="4.5" fill="#4F6F52" />
</g>
</svg><span class="font-display text-base font-semibold text-deep-olive">Orange Blossom</span>
</div>
<p class="body-text max-w-sm">A land company rooted in vision and integrity.</p>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Links</h4>
<nav class="space-y-2 text-sm"><a href="#" onclick="showPage('home')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Home</a> <a href="#" onclick="showPage('approach')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Approach</a> <a href="#" onclick="showPage('contact')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Contact</a>
</nav>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Contact</h4>
<div class="space-y-1 text-stone-taupe text-sm">
<p><a href="mailto:[email protected]" class="hover:text-botanical-green transition-colors">[email protected]</a></p>
<p><a href="tel:+15551234567" class="hover:text-botanical-green transition-colors">(555) 123-4567</a></p>
</div>
</div>
</div>
<div class="accent-line mb-8"></div>
<p class="text-xs text-stone-taupe">© 2024 Orange Blossom Land Co.</p>
</div>
</footer>
</div><!-- ========== WHO WE SERVE PAGE ========== -->
<div id="page-who-serve" class="hidden">
<section class="pt-28 pb-12 md:pb-20 bg-ivory">
<div class="max-w-5xl mx-auto px-6 md:px-8">
<p class="text-soft-citrus text-xs tracking-[0.2em] uppercase font-semibold mb-5">Our Community</p>
<h1 class="heading-1 mb-8">Who We Serve</h1>
<div class="accent-line max-w-12 mb-10"></div>
<p id="who-we-serve-intro" class="body-text-lg max-w-3xl">For those who see possibilities where others see open land.</p>
</div>
</section>
<section class="py-24 md:py-40 bg-ivory">
<div class="max-w-5xl mx-auto px-6 md:px-8 space-y-32">
<div class="grid md:grid-cols-2 gap-14 md:gap-20 items-center">
<div class="flex justify-center">
<div class="w-52 h-52 rounded-full bg-botanical-green/10 flex items-center justify-center">
<svg width="80" height="80" viewbox="0 0 24 24" fill="none" stroke="#4F6F52" stroke-width="1.2"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z" />
</svg>
</div>
</div>
<div>
<h2 class="heading-2 mb-6">Vision-Driven Buyers</h2>
<p class="body-text-lg leading-relaxed mb-4">You don't see land as a commodity. You see it as a canvas for your values and a foundation for legacy. You seek partners who respect your intention and expertise paired with genuine listening.</p>
<p class="body-text-lg leading-relaxed">We specialize in finding properties that align with your specific vision, not just what's available at any given moment.</p>
</div>
</div>
<div class="grid md:grid-cols-2 gap-14 md:gap-20 items-center">
<div>
<h2 class="heading-2 mb-6">Families Planning for the Future</h2>
<p class="body-text-lg leading-relaxed mb-4">Land is a generational asset. You're thinking beyond the moment—about family gatherings, shared values, and what you'll pass forward.</p>
<p class="body-text-lg leading-relaxed">We understand the stakes are high. We work with transparency and patience, ensuring every decision reflects your family's values and long-term interests.</p>
</div>
<div class="flex justify-center">
<div class="w-52 h-52 rounded-full bg-soft-citrus/10 flex items-center justify-center">
<svg width="80" height="80" viewbox="0 0 24 24" fill="none" stroke="#E6A857" stroke-width="1.2"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" /> <polyline points="9 22 9 12 15 12 15 22" />
</svg>
</div>
</div>
</div>
<div class="grid md:grid-cols-2 gap-14 md:gap-20 items-center">
<div class="flex justify-center">
<div class="w-52 h-52 rounded-full bg-botanical-green/10 flex items-center justify-center">
<svg width="80" height="80" viewbox="0 0 24 24" fill="none" stroke="#4F6F52" stroke-width="1.2"><circle cx="12" cy="12" r="1" /> <path d="M12 1v6m0 6v6" /> <path d="M4.22 4.22l4.24 4.24m2.12 2.12l4.24 4.24" /> <path d="M1 12h6m6 0h6" /> <path d="M4.22 19.78l4.24-4.24m2.12-2.12l4.24-4.24" /> <path d="M12 23v-6m0-6v-6" /> <path d="M19.78 19.78l-4.24-4.24m-2.12-2.12l-4.24-4.24" /> <path d="M23 12h-6m-6 0H5" /> <path d="M19.78 4.22l-4.24 4.24m-2.12 2.12l-4.24 4.24" />
</svg>
</div>
</div>
<div>
<h2 class="heading-2 mb-6">Individuals Seeking Meaning</h2>
<p class="body-text-lg leading-relaxed mb-4">You believe land ownership carries purpose. Whether you're drawn to conservation, creative endeavors, or simply a connection to place, you're seeking more than a transaction—you're seeking alignment.</p>
<p class="body-text-lg leading-relaxed">We partner with individuals who understand that the best land deals are built on clear communication, mutual respect, and shared values.</p>
</div>
</div>
</div>
</section>
<footer class="py-16 md:py-24 bg-ivory border-t border-botanical-green/10">
<div class="max-w-6xl mx-auto px-6 md:px-8">
<div class="grid md:grid-cols-4 gap-12 mb-12">
<div class="md:col-span-2">
<div class="flex items-center gap-3 mb-4">
<svg width="24" height="24" viewbox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="28" fill="none" stroke="#4F6F52" stroke-width="1.2" /> <g transform="translate(30, 30)">
<ellipse cx="0" cy="-10" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" />
<ellipse cx="9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(72)" />
<ellipse cx="5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(144)" />
<ellipse cx="-5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(216)" />
<ellipse cx="-9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(288)" />
<circle cx="0" cy="0" r="4.5" fill="#4F6F52" />
</g>
</svg><span class="font-display text-base font-semibold text-deep-olive">Orange Blossom</span>
</div>
<p class="body-text max-w-sm">A land company rooted in vision and integrity.</p>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Links</h4>
<nav class="space-y-2 text-sm"><a href="#" onclick="showPage('home')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Home</a> <a href="#" onclick="showPage('approach')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Approach</a> <a href="#" onclick="showPage('available')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Properties</a>
</nav>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Contact</h4>
<div class="space-y-1 text-stone-taupe text-sm">
<p><a href="mailto:[email protected]" class="hover:text-botanical-green transition-colors">[email protected]</a></p>
<p><a href="tel:+15551234567" class="hover:text-botanical-green transition-colors">(555) 123-4567</a></p>
</div>
</div>
</div>
<div class="accent-line mb-8"></div>
<p class="text-xs text-stone-taupe">© 2024 Orange Blossom Land Co.</p>
</div>
</footer>
</div><!-- ========== FAQ PAGE ========== -->
<div id="page-faq" class="hidden">
<section class="pt-28 pb-12 md:pb-20 bg-ivory">
<div class="max-w-5xl mx-auto px-6 md:px-8">
<p class="text-soft-citrus text-xs tracking-[0.2em] uppercase font-semibold mb-5">Clarity</p>
<h1 id="faq-title" class="heading-1 mb-8">Questions We Hear Often</h1>
<div class="accent-line max-w-12 mb-10"></div>
<p class="body-text-lg max-w-3xl">We believe transparency builds trust. Here are answers to questions we hear most.</p>
</div>
</section>
<section class="py-24 md:py-40 bg-ivory">
<div class="max-w-4xl mx-auto px-6 md:px-8 space-y-5">
<div class="bg-white rounded-lg overflow-hidden accordion-item border border-botanical-green/10"><button class="accordion-btn w-full px-8 md:px-10 py-6 md:py-8 text-left heading-3 hover:text-botanical-green transition-colors flex justify-between items-center group" data-faq="1"> <span>How do you find properties that align with specific visions?</span>
<svg width="18" height="18" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" class="transition-transform duration-300 flex-shrink-0"><polyline points="6 9 12 15 18 9" />
</svg></button>
<div id="faq-1" class="accordion-content hidden px-8 md:px-10 py-6 md:py-8 body-text-lg leading-relaxed border-t border-botanical-green/10">
<p>We start by deeply understanding your vision, values, and long-term goals. We leverage our network and market insights to identify parcels that genuinely align with your intention. We never pressure you into a property—we wait for the right match.</p>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden accordion-item border border-botanical-green/10"><button class="accordion-btn w-full px-8 md:px-10 py-6 md:py-8 text-left heading-3 hover:text-botanical-green transition-colors flex justify-between items-center group" data-faq="2"> <span>What makes your approach different?</span>
<svg width="18" height="18" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" class="transition-transform duration-300 flex-shrink-0"><polyline points="6 9 12 15 18 9" />
</svg></button>
<div id="faq-2" class="accordion-content hidden px-8 md:px-10 py-6 md:py-8 body-text-lg leading-relaxed border-t border-botanical-green/10">
<p>We're relationship-focused, not transaction-focused. We think in decades, not quarters. We prioritize transparency, education, and genuine partnership. We turn down deals that don't feel right and only work with partners whose vision we genuinely believe in.</p>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden accordion-item border border-botanical-green/10"><button class="accordion-btn w-full px-8 md:px-10 py-6 md:py-8 text-left heading-3 hover:text-botanical-green transition-colors flex justify-between items-center group" data-faq="3"> <span>How is property pricing determined?</span>
<svg width="18" height="18" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" class="transition-transform duration-300 flex-shrink-0"><polyline points="6 9 12 15 18 9" />
</svg></button>
<div id="faq-3" class="accordion-content hidden px-8 md:px-10 py-6 md:py-8 body-text-lg leading-relaxed border-t border-botanical-green/10">
<p>We work with owners and market comparables to establish fair market value. We believe in transparency throughout the pricing process and will explain the rationale for any property's valuation. We're not here to exploit either party—we facilitate partnerships built on equity and trust.</p>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden accordion-item border border-botanical-green/10"><button class="accordion-btn w-full px-8 md:px-10 py-6 md:py-8 text-left heading-3 hover:text-botanical-green transition-colors flex justify-between items-center group" data-faq="4"> <span>What does the due diligence process look like?</span>
<svg width="18" height="18" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" class="transition-transform duration-300 flex-shrink-0"><polyline points="6 9 12 15 18 9" />
</svg></button>
<div id="faq-4" class="accordion-content hidden px-8 md:px-10 py-6 md:py-8 body-text-lg leading-relaxed border-t border-botanical-green/10">
<p>We walk through everything step by step: title research, surveys, environmental assessments, zoning verification. We don't rush. We ensure you have every piece of information you need to make a confident decision. We're available to answer every question.</p>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden accordion-item border border-botanical-green/10"><button class="accordion-btn w-full px-8 md:px-10 py-6 md:py-8 text-left heading-3 hover:text-botanical-green transition-colors flex justify-between items-center group" data-faq="5"> <span>Do you work with first-time land buyers?</span>
<svg width="18" height="18" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" class="transition-transform duration-300 flex-shrink-0"><polyline points="6 9 12 15 18 9" />
</svg></button>
<div id="faq-5" class="accordion-content hidden px-8 md:px-10 py-6 md:py-8 body-text-lg leading-relaxed border-t border-botanical-green/10">
<p>Absolutely. Many of our clients are first-time land buyers with clear vision but little experience. We see this as an opportunity to educate and guide. We work at your pace, explain everything thoroughly, and ensure you feel confident at every stage.</p>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden accordion-item border border-botanical-green/10"><button class="accordion-btn w-full px-8 md:px-10 py-6 md:py-8 text-left heading-3 hover:text-botanical-green transition-colors flex justify-between items-center group" data-faq="6"> <span>What happens after we close?</span>
<svg width="18" height="18" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" class="transition-transform duration-300 flex-shrink-0"><polyline points="6 9 12 15 18 9" />
</svg></button>
<div id="faq-6" class="accordion-content hidden px-8 md:px-10 py-6 md:py-8 body-text-lg leading-relaxed border-t border-botanical-green/10">
<p>Our partnership doesn't end at closing. We remain available for strategic guidance, market insights, and support as you steward your land. Whether you have questions about management, future development, or market changes, we're here to help you think through possibilities over the long term.</p>
</div>
</div>
</div>
</section>
<footer class="py-16 md:py-24 bg-ivory border-t border-botanical-green/10">
<div class="max-w-6xl mx-auto px-6 md:px-8">
<div class="grid md:grid-cols-4 gap-12 mb-12">
<div class="md:col-span-2">
<div class="flex items-center gap-3 mb-4">
<svg width="24" height="24" viewbox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="28" fill="none" stroke="#4F6F52" stroke-width="1.2" /> <g transform="translate(30, 30)">
<ellipse cx="0" cy="-10" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" />
<ellipse cx="9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(72)" />
<ellipse cx="5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(144)" />
<ellipse cx="-5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(216)" />
<ellipse cx="-9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(288)" />
<circle cx="0" cy="0" r="4.5" fill="#4F6F52" />
</g>
</svg><span class="font-display text-base font-semibold text-deep-olive">Orange Blossom</span>
</div>
<p class="body-text max-w-sm">A land company rooted in vision and integrity.</p>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Links</h4>
<nav class="space-y-2 text-sm"><a href="#" onclick="showPage('home')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Home</a> <a href="#" onclick="showPage('approach')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Approach</a> <a href="#" onclick="showPage('available')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Properties</a>
</nav>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Contact</h4>
<div class="space-y-1 text-stone-taupe text-sm">
<p><a href="mailto:[email protected]" class="hover:text-botanical-green transition-colors">[email protected]</a></p>
<p><a href="tel:+15551234567" class="hover:text-botanical-green transition-colors">(555) 123-4567</a></p>
</div>
</div>
</div>
<div class="accent-line mb-8"></div>
<p class="text-xs text-stone-taupe">© 2024 Orange Blossom Land Co.</p>
</div>
</footer>
</div><!-- ========== CONTACT PAGE ========== -->
<div id="page-contact" class="hidden">
<section class="pt-28 pb-12 md:pb-20 bg-ivory">
<div class="max-w-5xl mx-auto px-6 md:px-8">
<p class="text-soft-citrus text-xs tracking-[0.2em] uppercase font-semibold mb-5">Let's Talk</p>
<h1 id="contact-intro" class="heading-1">Begin the Conversation</h1>
</div>
</section>
<section class="py-24 md:py-40 bg-ivory">
<div class="max-w-5xl mx-auto px-6 md:px-8">
<div class="grid md:grid-cols-2 gap-14 md:gap-20">
<div class="space-y-12">
<div>
<p id="contact-subtext" class="body-text-lg leading-relaxed mb-10">Every vision starts somewhere. We'd love to learn more about yours.</p>
<div class="accent-line max-w-12 mb-10"></div>
</div>
<div class="space-y-10">
<div>
<h3 class="font-display text-sm font-semibold text-deep-olive mb-3 tracking-tight">Email</h3><a href="mailto:[email protected]" class="text-botanical-green text-lg font-semibold hover:text-deep-olive transition-colors"> [email protected] </a>
</div>
<div>
<h3 class="font-display text-sm font-semibold text-deep-olive mb-3 tracking-tight">Phone</h3><a href="tel:+15551234567" class="text-botanical-green text-lg font-semibold hover:text-deep-olive transition-colors"> (555) 123-4567 </a>
</div>
<div>
<h3 class="font-display text-sm font-semibold text-deep-olive mb-3 tracking-tight">Availability</h3>
<p class="body-text-lg leading-relaxed">By appointment only. We take time to understand each partnership opportunity.</p>
</div>
</div>
</div>
<div class="bg-white rounded-lg p-10 md:p-12 border border-botanical-green/10">
<form id="contact-form-page" class="space-y-6">
<div class="grid md:grid-cols-2 gap-6">
<div><label for="contact-first-name" class="block text-xs tracking-[0.08em] uppercase mb-3 text-deep-olive font-semibold">First Name</label> <input type="text" id="contact-first-name" name="first-name" required class="w-full px-5 py-3 bg-ivory border border-botanical-green/20 text-stone-taupe placeholder-stone-taupe/40 focus:border-botanical-green focus:outline-none transition-all rounded-lg body-text" placeholder="Your name">
</div>
<div><label for="contact-last-name" class="block text-xs tracking-[0.08em] uppercase mb-3 text-deep-olive font-semibold">Last Name</label> <input type="text" id="contact-last-name" name="last-name" required class="w-full px-5 py-3 bg-ivory border border-botanical-green/20 text-stone-taupe placeholder-stone-taupe/40 focus:border-botanical-green focus:outline-none transition-all rounded-lg body-text" placeholder="Your surname">
</div>
</div>
<div><label for="contact-email" class="block text-xs tracking-[0.08em] uppercase mb-3 text-deep-olive font-semibold">Email</label> <input type="email" id="contact-email" name="email" required class="w-full px-5 py-3 bg-ivory border border-botanical-green/20 text-stone-taupe placeholder-stone-taupe/40 focus:border-botanical-green focus:outline-none transition-all rounded-lg body-text" placeholder="[email protected]">
</div>
<div><label for="contact-message" class="block text-xs tracking-[0.08em] uppercase mb-3 text-deep-olive font-semibold">Tell us about your vision</label> <textarea id="contact-message" name="message" rows="6" class="w-full px-5 py-3 bg-ivory border border-botanical-green/20 text-stone-taupe placeholder-stone-taupe/40 focus:border-botanical-green focus:outline-none transition-all rounded-lg resize-none body-text" placeholder="What does your ideal land ownership look like?"></textarea>
</div><button type="submit" class="w-full button-primary rounded-lg mt-8"> Connect With Us </button>
<p id="contact-form-message" class="mt-4 text-center text-sm hidden"></p>
</form>
</div>
</div>
</div>
</section>
<footer class="py-16 md:py-24 bg-ivory border-t border-botanical-green/10">
<div class="max-w-6xl mx-auto px-6 md:px-8">
<div class="grid md:grid-cols-4 gap-12 mb-12">
<div class="md:col-span-2">
<div class="flex items-center gap-3 mb-4">
<svg width="24" height="24" viewbox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="28" fill="none" stroke="#4F6F52" stroke-width="1.2" /> <g transform="translate(30, 30)">
<ellipse cx="0" cy="-10" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" />
<ellipse cx="9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(72)" />
<ellipse cx="5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(144)" />
<ellipse cx="-5.9" cy="8.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(216)" />
<ellipse cx="-9.5" cy="-3.1" rx="3.5" ry="7.5" fill="var(--ivory)" stroke="#4F6F52" stroke-width="0.8" transform="rotate(288)" />
<circle cx="0" cy="0" r="4.5" fill="#4F6F52" />
</g>
</svg><span class="font-display text-base font-semibold text-deep-olive">Orange Blossom</span>
</div>
<p class="body-text max-w-sm">A land company rooted in vision and integrity.</p>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Links</h4>
<nav class="space-y-2 text-sm"><a href="#" onclick="showPage('home')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Home</a> <a href="#" onclick="showPage('approach')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Approach</a> <a href="#" onclick="showPage('available')" class="text-stone-taupe hover:text-botanical-green transition-colors cursor-pointer font-medium">Properties</a>
</nav>
</div>
<div>
<h4 class="font-display text-sm font-semibold text-deep-olive mb-4">Contact</h4>
<div class="space-y-1 text-stone-taupe text-sm">
<p><a href="mailto:[email protected]" class="hover:text-botanical-green transition-colors">[email protected]</a></p>
<p><a href="tel:+15551234567" class="hover:text-botanical-green transition-colors">(555) 123-4567</a></p>
</div>
</div>
</div>
<div class="accent-line mb-8"></div>
<p class="text-xs text-stone-taupe">© 2024 Orange Blossom Land Co.</p>
</div>
</footer>
</div>
<script>
function showPage(pageName) {
document.getElementById('page-home').classList.add('hidden');
document.getElementById('page-approach').classList.add('hidden');
document.getElementById('page-available').classList.add('hidden');
document.getElementById('page-who-serve').classList.add('hidden');
document.getElementById('page-faq').classList.add('hidden');
document.getElementById('page-contact').classList.add('hidden');
document.getElementById(`page-${pageName}`).classList.remove('hidden');
document.getElementById('mobile-menu').classList.add('hidden');
window.scrollTo(0, 0);
}
const mobileMenuBtn = document.getElementById('mobile-menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
document.querySelectorAll('.accordion-btn').forEach(btn => {
btn.addEventListener('click', () => {
const faqId = btn.getAttribute('data-faq');
const content = document.getElementById(`faq-${faqId}`);
const svg = btn.querySelector('svg');
document.querySelectorAll('.accordion-content').forEach(el => {
if (el.id !== `faq-${faqId}`) {
el.classList.add('hidden');
}
});
content.classList.toggle('hidden');
if (content.classList.contains('hidden')) {
svg.style.transform = 'rotate(0deg)';
} else {
svg.style.transform = 'rotate(180deg)';
}
});
});
const contactFormPage = document.getElementById('contact-form-page');
const contactFormMessage = document.getElementById('contact-form-message');
if (contactFormPage) {
contactFormPage.addEventListener('submit', (e) => {
e.preventDefault();
contactFormMessage.textContent = 'Thank you for connecting. We look forward to exploring possibilities together.';
contactFormMessage.classList.remove('hidden');
contactFormMessage.classList.add('text-botanical-green', 'font-semibold');
contactFormPage.reset();
setTimeout(() => contactFormMessage.classList.add('hidden'), 5000);
});
}
const defaultConfig = {
brand_tagline: 'Land of Possibility.',
tagline_subtitle: 'Thoughtfully curated land for enduring value and future vision.',
approach_intro: 'We approach land with intention — seeing possibility, value, and long-term purpose where others may only see open space.',
available_land_title: 'Available Land',
available_land_subtitle: 'Places where possibility takes root.',
who_we_serve_intro: 'For those who see possibilities where others see open land.',
faq_title: 'Questions We Hear Often',
contact_intro: 'Begin the Conversation',
contact_subtext: 'Every vision starts somewhere. We\'d love to learn more about yours.'
};
let config = { ...defaultConfig };
async function onConfigChange(newConfig) {
config = { ...defaultConfig, ...newConfig };
if (config.brand_tagline) {
const taglineEl = document.getElementById('brand-tagline');
if (taglineEl) taglineEl.textContent = config.brand_tagline;
}
if (config.tagline_subtitle) {
const subtitleEl = document.getElementById('tagline-subtitle');
if (subtitleEl) subtitleEl.textContent = config.tagline_subtitle;
}
if (config.approach_intro) {
const approachEl = document.getElementById('approach-intro');
if (approachEl) approachEl.textContent = config.approach_intro;
}
if (config.available_land_title) {
const titleEl = document.getElementById('available-land-title');
if (titleEl) titleEl.textContent = config.available_land_title;
}
if (config.available_land_subtitle) {
const subtitleEl = document.getElementById('available-land-subtitle');
if (subtitleEl) subtitleEl.textContent = config.available_land_subtitle;
}
if (config.who_we_serve_intro) {
const introEl = document.getElementById('who-we-serve-intro');
if (introEl) introEl.textContent = config.who_we_serve_intro;
}
if (config.faq_title) {
const titleEl = document.getElementById('faq-title');
if (titleEl) titleEl.textContent = config.faq_title;
}
if (config.contact_intro) {
const introEl = document.getElementById('contact-intro');
if (introEl) introEl.textContent = config.contact_intro;
}
if (config.contact_subtext) {
const subtextEl = document.getElementById('contact-subtext');
if (subtextEl) subtextEl.textContent = config.contact_subtext;
}
}
function mapToCapabilities(cfg) {
return {
recolorables: [],
borderables: [],
fontEditable: undefined,
fontSizeable: undefined
};
}
function mapToEditPanelValues(cfg) {
return new Map([
['brand_tagline', cfg.brand_tagline || defaultConfig.brand_tagline],
['tagline_subtitle', cfg.tagline_subtitle || defaultConfig.tagline_subtitle],
['approach_intro', cfg.approach_intro || defaultConfig.approach_intro],
['available_land_title', cfg.available_land_title || defaultConfig.available_land_title],
['available_land_subtitle', cfg.available_land_subtitle || defaultConfig.available_land_subtitle],
['who_we_serve_intro', cfg.who_we_serve_intro || defaultConfig.who_we_serve_intro],
['faq_title', cfg.faq_title || defaultConfig.faq_title],
['contact_intro', cfg.contact_intro || defaultConfig.contact_intro],
['contact_subtext', cfg.contact_subtext || defaultConfig.contact_subtext]
]);
}
if (window.elementSdk) {
window.elementSdk.init({
defaultConfig,
onConfigChange,
mapToCapabilities,
mapToEditPanelValues
});
}
</script>
</div>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9c8dd8e45747b52d',t:'MTc3MDI0NjY4Ny4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>
This website uses cookies to improve your experience. We\'ll assume you\'re ok with this, but you can opt-out if you wish. Read More
In case of sale of your personal information, you may opt out by using the link Do Not Sell My Personal Information