<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gulf Coast Mariner Services & Logistics LLC | Aransas Pass, TX</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Professional captain services, boat handling training, and marine logistics on the Texas Gulf Coast.">
<style>
body {
margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: #0b1b2b;
color: #f5f5f5;
}
header {
background: #07121f;
border-bottom: 1px solid #1f3b5c;
position: sticky;
top: 0;
z-index: 10;
}
.nav {
max-width: 1100px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.75rem 1rem;
}
.logo {
font-weight: 700;
letter-spacing: 0.05em;
font-size: 0.95rem;
text-transform: uppercase;
}
.nav a {
color: #f5f5f5;
text-decoration: none;
margin-left: 1rem;
font-size: 0.9rem;
}
.nav a:hover {
color: #4fc3f7;
}
.btn-primary {
display: inline-block;
padding: 0.7rem 1.4rem;
border-radius: 999px;
background: #4fc3f7;
color: #07121f;
font-weight: 600;
text-decoration: none;
border: none;
cursor: pointer;
}
.btn-primary:hover {
background: #29b6f6;
}
.btn-outline {
display: inline-block;
padding: 0.6rem 1.2rem;
border-radius: 999px;
border: 1px solid #4fc3f7;
color: #4fc3f7;
text-decoration: none;
font-size: 0.9rem;
}
.btn-outline:hover {
background: #4fc3f7;
color: #07121f;
}
main {
max-width: 1100px;
margin: 0 auto;
padding: 1.5rem 1rem 3rem;
}
.hero {
display: grid;
grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
gap: 2rem;
padding: 2.5rem 0 2rem;
border-bottom: 1px solid #1f3b5c;
}
.hero h1 {
font-size: 2.2rem;
margin-bottom: 0.75rem;
}
.hero p {
font-size: 1rem;
line-height: 1.6;
color: #cfd8dc;
}
.hero-tag {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 0.16em;
color: #90caf9;
margin-bottom: 0.5rem;
}
.hero-actions {
margin-top: 1.5rem;
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.hero-card {
background: radial-gradient(circle at top left, #1f3b5c, #07121f);
border-radius: 1rem;
padding: 1.5rem;
border: 1px solid #1f3b5c;
font-size: 0.9rem;
color: #cfd8dc;
}
section {
padding: 2rem 0 1.5rem;
border-bottom: 1px solid #1f3b5c;
}
section:last-of-type {
border-bottom: none;
}
section h2 {
font-size: 1.4rem;
margin-bottom: 0.75rem;
}
section p {
font-size: 0.95rem;
color: #cfd8dc;
line-height: 1.6;
}
.grid-3 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.25rem;
margin-top: 1rem;
}
.card {
background: #07121f;
border-radius: 0.75rem;
border: 1px solid #1f3b5c;
padding: 1rem;
font-size: 0.9rem;
color: #cfd8dc;
}
.card h3 {
font-size: 1rem;
margin-bottom: 0.5rem;
color: #e3f2fd;
}
.pill {
display: inline-block;
padding: 0.15rem 0.6rem;
border-radius: 999px;
border: 1px solid #455a64;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #b0bec5;
margin-bottom: 0.4rem;
}
.list {
margin: 0.5rem 0 0;
padding-left: 1.1rem;
font-size: 0.9rem;
color: #cfd8dc;
}
.list li {
margin-bottom: 0.25rem;
}
.about-layout {
display: grid;
grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.3fr);
gap: 1.5rem;
}
.contact-grid {
display: grid;
grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.5fr);
gap: 1.5rem;
}
.contact-item {
margin-bottom: 0.5rem;
font-size: 0.95rem;
}
.contact-item span {
display: inline-block;
width: 90px;
color: #90caf9;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.12em;
}
footer {
border-top: 1px solid #1f3b5c;
padding: 1rem;
text-align: center;
font-size: 0.8rem;
color: #b0bec5;
background: #07121f;
}
a {
color: #4fc3f7;
}
a:hover {
color: #29b6f6;
}
@media (max-width: 800px) {
.hero {
grid-template-columns: 1fr;
}
.about-layout,
.contact-grid {
grid-template-columns: 1fr;
}
.nav {
flex-wrap: wrap;
gap: 0.5rem;
}
}
</style>
</head>
<body>
<header>
<div class="nav">
<div class="logo">Gulf Coast Mariner Services & Logistics LLC</div>
<nav>
<a href="#services">Services</a>
<a href="#training">Training</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
<a href="#book" class="btn-outline">Book Now</a>
</nav>
</div>
</header>
<main>
<!-- HERO -->
<section class="hero">
<div>
<div class="hero-tag">Texas Gulf Coast • Aransas Pass, TX</div>
<h1>Professional Captain Services, Boat Training & Marine Logistics</h1>
<p>
Gulf Coast Mariner Services & Logistics LLC provides hands-on boat handling instruction,
captain services, and marine support across the Texas Coastal Bend. From new boat owners
learning the basics to seasoned mariners refining skills, we focus on safety, confidence,
and real-world seamanship.
</p>
<div class="hero-actions">
<a href="https://gulfcoastmarinerservices.square.site/" class="btn-primary" target="_blank" rel="noopener">
Book Training or Services
</a>
<a href="#services" class="btn-outline">View Services</a>
</div>
</div>
<div class="hero-card">
<strong>Serving:</strong><br>
Aransas Pass • Port Aransas • Rockport • Corpus Christi • Coastal Bend marinas<br><br>
<strong>Specialties:</strong><br>
- Private boat handling lessons<br>
- On-the-water safety and navigation<br>
- Captain services and vessel moves<br>
- Marine logistics and support<br><br>
<strong>Focus:</strong><br>
Practical, patient instruction tailored to each student, with an emphasis on building
confidence and respect for the water.
</div>
</section>
<!-- SERVICES -->
<section id="services">
<h2>Services</h2>
<p>
Gulf Coast Mariner Services offers a range of on-the-water and dockside services designed
to support boat owners, marinas, and coastal operations.
</p>
<div class="grid-3">
<div class="card">
<div class="pill">Boat Handling Lessons</div>
<h3>Private On-the-Water Instruction</h3>
<p>
One-on-one training aboard your vessel or a training vessel. We cover docking, close-quarters
maneuvering, channel navigation, basic rules of the road, and situational awareness.
</p>
<ul class="list">
<li>New boat owner orientation</li>
<li>Docking and undocking practice</li>
<li>Wind, current, and tide considerations</li>
</ul>
</div>
<div class="card">
<div class="pill">Captain Services</div>
<h3>Professional Captain & Vessel Moves</h3>
<p>
Licensed captain services for vessel relocations, sea trials, and support runs along the
Texas Gulf Coast.
</p>
<ul class="list">
<li>Vessel delivery and repositioning</li>
<li>Sea trials and shakedown runs</li>
<li>Support for marina and yard operations</li>
</ul>
</div>
<div class="card">
<div class="pill">Marine Logistics</div>
<h3>Operational Support & Consulting</h3>
<p>
Practical guidance for boat owners and small marine operations, including safety planning,
basic procedures, and workflow improvements.
</p>
<ul class="list">
<li>Safety and equipment walk-throughs</li>
<li>Basic checklists and procedures</li>
<li>Coordination with local marinas and services</li>
</ul>
</div>
</div>
</section>
<!-- TRAINING -->
<section id="training">
<h2>Training & Student Programs</h2>
<p>
Training is built around real-world scenarios, with a focus on safety, confidence, and
repeatable skills. Sessions can be tailored for individuals, families, or small groups.
</p>
<div class="grid-3">
<div class="card">
<div class="pill">Foundations</div>
<h3>Intro to Boat Handling</h3>
<p>
Ideal for new boat owners or those returning to the water. Covers vessel familiarization,
basic controls, and core safety concepts.
</p>
<ul class="list">
<li>Pre-departure checks</li>
<li>Basic maneuvering and turns</li>
<li>Understanding markers and channels</li>
</ul>
</div>
<div class="card">
<div class="pill">Skill Building</div>
<h3>Docking & Close-Quarters Control</h3>
<p>
Focused practice in marinas and tight spaces, with coaching on line handling, approach
angles, and communication.
</p>
<ul class="list">
<li>Approach planning and setup</li>
<li>Working with wind and current</li>
<li>Crew roles and communication</li>
</ul>
</div>
<div class="card">
<div class="pill">Confidence</div>
<h3>Custom Training Sessions</h3>
<p>
Sessions tailored to your vessel, experience level, and goals. Great for families, new
partners, or crew members learning the ropes.
</p>
<ul class="list">
<li>Scenario-based training</li>
<li>Emergency preparedness basics</li>
<li>Route planning and local knowledge</li>
</ul>
</div>
</div>
</section>
<!-- ABOUT -->
<section id="about">
<h2>About Gulf Coast Mariner Services</h2>
<div class="about-layout">
<div>
<p>
Gulf Coast Mariner Services & Logistics LLC is rooted in the Texas Gulf Coast community,
serving Aransas Pass and the surrounding Coastal Bend. With professional captain
experience and a focus on patient, practical instruction, the goal is simple: help
boaters feel capable, prepared, and confident on the water.
</p>
<p>
Instruction is tailored to each student’s pace and background. Whether you’re stepping
onto your first boat or refining skills after years on the water, training is built
around respect for the environment, clear communication, and safety-first decision making.
</p>
</div>
<div class="card">
<h3>Captain Profile</h3>
<p>
<strong>Licensed 100 Ton U.S. Coast Guard Master</strong><br>
Experience across Gulf Coast waters, with a blend of operational work, training, and
support for local marinas and services.
</p>
<p>
Known for patient, encouraging coaching and a practical approach to seamanship, every
session is designed to build confidence and leave students with skills they can rely on.
</p>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact">
<h2>Contact & Service Area</h2>
<div class="contact-grid">
<div>
<p>
For questions, scheduling, or custom training requests, reach out directly. Most sessions
are scheduled in advance and tailored to your vessel, location, and goals.
</p>
<div class="contact-item">
<span>Phone</span> <a href="tel:">[Your phone number here]</a>
</div>
<div class="contact-item">
<span>Email</span> <a href="mailto:">[Your email here]</a>
</div>
<div class="contact-item">
<span>Location</span> Aransas Pass, Texas • Coastal Bend
</div>
</div>
<div class="card">
<h3>Service Area</h3>
<ul class="list">
<li>Aransas Pass</li>
<li>Port Aransas</li>
<li>Rockport</li>
<li>Corpus Christi</li>
<li>Surrounding Gulf Coast marinas</li>
</ul>
<p style="margin-top:0.75rem;">
Travel for vessel moves and training may be available outside the immediate area by
arrangement.
</p>
</div>
</div>
</section>
<!-- BOOKING -->
<section id="book">
<h2>Book Training or Services</h2>
<p>
Online booking and payments are handled securely through Square. Use the button below to
view available services, request dates, and confirm your session.
</p>
<p style="margin-top:1rem;">
<a
href="https://gulfcoastmarinerservices.square.site/"
class="btn-primary"
target="_blank"
rel="noopener"
>
Book Now via Square
</a>
</p>
<p style="font-size:0.85rem;color:#b0bec5;margin-top:0.75rem;">
After booking, you’ll receive confirmation details and any pre-session information needed
for your training or service.
</p>
</section>
</main>
<footer>
© <span id="year"></span> Gulf Coast Mariner Services & Logistics LLC • Aransas Pass, TX • All rights reserved.
</footer>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
</body>
</html>