Gear Rental: Complete with Board/Foil/Wing/Wetsuit/Pump

Gear Rental: Complete with Board/Foil/Wing/Wetsuit/Pump

Rent your own Wingfoil complete setup!

Duration

<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>Wingfoil Gear Rental | SF Wing Foil Academy</title>
<meta name=”description” content=”Rent a complete wingfoil setup from SF Wing Foil Academy — F-One Rocket board, F-One Gravity foil, inflatable wing, wetsuit, and pump. Daily $165 · Weekly $699. Tiburon, San Francisco Bay.”>
<link href=”https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap” rel=”stylesheet”>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
–night: #0c1520;
–deep: #0f2235;
–ocean: #0b5178;
–sky: #1a8ab5;
–sky-lt: #dff0fa;
–teal: #0d9172;
–teal-lt: #dbf5ed;
–gold: #d4980f;
–gold-lt: #fef5dc;
–ink: #0c1520;
–body: #3a4f62;
–muted: #6e8498;
–rule: #dde8f0;
–fog: #f5f9fc;
–white: #ffffff;
–warn: #7a3c00;
–warn-bg: #fff3e0;
–warn-bd: #f0a830;
}

html { scroll-behavior: smooth; }

body {
font-family: ‘DM Sans’, sans-serif;
font-weight: 300;
color: var(–body);
background: var(–white);
overflow-x: hidden;
line-height: 1.8;
}

/* ════════════════════════════
HERO
════════════════════════════ */
.hero {
background: var(–night);
min-height: 72vh;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding-bottom: 4rem;
position: relative;
overflow: hidden;
}

/* Subtle wave pattern bg */
.hero-waves-bg {
position: absolute;
inset: 0;
pointer-events: none;
opacity: 0.06;
}

.hero-top-strip {
position: absolute; top: 0; left: 0; right: 0;
padding: 1.2rem 2.5rem;
display: flex; justify-content: space-between; align-items: center;
border-bottom: 1px solid rgba(255,255,255,0.05);
z-index: 3;
}

.hero-school {
font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
text-transform: uppercase; color: rgba(255,255,255,0.35);
}

.hero-badge {
font-size: 11px; font-weight: 500; letter-spacing: 1.5px;
text-transform: uppercase; color: var(–sky);
border: 1px solid rgba(26,138,181,0.35);
padding: 4px 12px; border-radius: 2px;
}

.hero-content {
position: relative; z-index: 2;
max-width: 900px; margin: 0 auto;
padding: 0 2.5rem; width: 100%;
}

.hero-label {
font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
text-transform: uppercase; color: var(–gold);
margin-bottom: 1rem;
display: flex; align-items: center; gap: 10px;
}
.hero-label::before {
content: ”; width: 28px; height: 1px;
background: var(–gold); display: inline-block;
}

.hero h1 {
font-family: ‘DM Serif Display’, serif;
font-size: clamp(38px, 6vw, 72px);
color: var(–white); line-height: 1.08;
letter-spacing: -1px; margin-bottom: 1.25rem;
}

.hero h1 em {
font-style: italic; color: rgba(255,255,255,0.5);
display: block; font-size: 0.55em; margin-bottom: 0.2em;
}

.hero-tagline {
font-size: clamp(14px, 1.7vw, 17px);
color: rgba(255,255,255,0.5);
max-width: 540px; line-height: 1.7; margin-bottom: 2rem;
}

/* Price pills in hero */
.hero-prices {
display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 2rem;
}

.price-pill {
display: flex; align-items: baseline; gap: 6px;
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.1);
padding: 10px 20px; border-radius: 4px;
}
.price-pill.featured { background: rgba(212,152,15,0.12); border-color: rgba(212,152,15,0.3); }

.pp-amount {
font-family: ‘DM Serif Display’, serif;
font-size: 26px; color: var(–white); line-height: 1;
}
.price-pill.featured .pp-amount { color: var(–gold); }

.pp-period { font-size: 12px; color: rgba(255,255,255,0.4); }

.hero-cta {
display: inline-flex; align-items: center; gap: 8px;
background: var(–sky); color: var(–white);
font-weight: 600; font-size: 14px; letter-spacing: 0.3px;
padding: 13px 30px; border-radius: 3px;
text-decoration: none; transition: opacity 0.2s;
}
.hero-cta:hover { opacity: 0.9; }

/* ════════════════════════════
GEAR INCLUDED STRIP
════════════════════════════ */
.gear-strip {
background: var(–deep);
padding: 2rem 2.5rem;
display: flex; gap: 2px; flex-wrap: wrap; max-width: 900px;
margin: 0 auto;
}

.gs-item {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.07);
padding: 10px 18px;
flex: 1; min-width: 140px;
display: flex; align-items: center; gap: 10px;
}

.gs-icon { font-size: 18px; flex-shrink: 0; }
.gs-name { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.3; }
.gs-name strong { display: block; color: rgba(255,255,255,0.88); font-weight: 500; font-size: 13px; }

/* Wave SVG */
.wave-div { display: block; width: 100%; }

/* ════════════════════════════
MAIN CONTENT
════════════════════════════ */
.page-body {
max-width: 900px; margin: 0 auto;
padding: 4rem 2rem 5rem;
}

/* ════════════════════════════
INTRO TEXT
════════════════════════════ */
.intro-text {
font-family: ‘DM Serif Display’, serif;
font-size: clamp(17px, 2.3vw, 22px);
color: var(–ocean);
line-height: 1.65; margin-bottom: 3rem;
padding-bottom: 2.5rem;
border-bottom: 2px solid var(–sky-lt);
}

p { font-size: 16px; line-height: 1.85; color: var(–body); margin-bottom: 1.3rem; }

/* ════════════════════════════
WHAT’S INCLUDED CARDS
════════════════════════════ */
.section-head {
display: flex; align-items: baseline; gap: 12px; margin-bottom: 1.5rem;
}
.sh-line { flex: 1; height: 1px; background: var(–rule); }

.sec-kicker {
font-size: 10px; font-weight: 600; letter-spacing: 2.5px;
text-transform: uppercase; color: var(–sky); margin-bottom: 4px;
}

h2 {
font-family: ‘DM Serif Display’, serif;
font-size: clamp(24px, 3.5vw, 36px);
color: var(–ink); letter-spacing: -0.3px;
line-height: 1.15; margin: 3rem 0 0.25rem;
}

.gear-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1px;
background: var(–rule);
border: 1px solid var(–rule);
border-radius: 8px;
overflow: hidden;
margin: 1.5rem 0 3rem;
}

.gear-card {
background: var(–white);
padding: 1.5rem 1.75rem;
position: relative;
}

.gc-icon { font-size: 28px; margin-bottom: 10px; }

.gc-tag {
font-size: 9px; font-weight: 700; letter-spacing: 2px;
text-transform: uppercase; color: var(–sky);
background: var(–sky-lt); padding: 2px 8px;
border-radius: 2px; display: inline-block; margin-bottom: 8px;
}

.gc-name {
font-family: ‘DM Serif Display’, serif;
font-size: 17px; color: var(–ink);
margin-bottom: 6px; line-height: 1.2;
}

.gc-desc { font-size: 13.5px; color: var(–muted); line-height: 1.6; margin: 0; }

.gc-highlight {
position: absolute; top: 0; left: 0;
width: 3px; height: 100%;
background: var(–sky);
border-radius: 0;
}

/* ════════════════════════════
PRICING CARDS
════════════════════════════ */
.pricing-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
margin: 1.5rem 0 3rem;
}

@media (max-width: 520px) { .pricing-grid { grid-template-columns: 1fr; } }

.pricing-card {
border-radius: 8px; padding: 2rem 2.25rem;
position: relative; overflow: hidden;
}

.pricing-card.daily { background: var(–fog); border: 1px solid var(–rule); }
.pricing-card.weekly { background: var(–night); border: 1px solid rgba(255,255,255,0.08); }

.pc-label {
font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
text-transform: uppercase; margin-bottom: 0.75rem;
}
.pricing-card.daily .pc-label { color: var(–sky); }
.pricing-card.weekly .pc-label { color: var(–gold); }

.pricing-card.weekly::before {
content: ‘BEST VALUE’;
position: absolute; top: 16px; right: -28px;
background: var(–gold); color: var(–night);
font-size: 9px; font-weight: 700; letter-spacing: 1.5px;
padding: 4px 36px; transform: rotate(45deg);
transform-origin: center;
}

.pc-price {
font-family: ‘DM Serif Display’, serif;
font-size: 52px; line-height: 1;
margin-bottom: 4px;
}
.pricing-card.daily .pc-price { color: var(–ink); }
.pricing-card.weekly .pc-price { color: var(–gold); }

.pc-period { font-size: 14px; margin-bottom: 1rem; }
.pricing-card.daily .pc-period { color: var(–muted); }
.pricing-card.weekly .pc-period { color: rgba(255,255,255,0.4); }

.pc-what { font-size: 13px; line-height: 1.65; }
.pricing-card.daily .pc-what { color: var(–body); }
.pricing-card.weekly .pc-what { color: rgba(255,255,255,0.55); }

.pc-savings {
display: inline-block; background: rgba(212,152,15,0.15);
color: var(–gold); font-size: 11px; font-weight: 600;
letter-spacing: 0.5px; padding: 4px 10px; border-radius: 3px;
margin-top: 0.75rem;
}

/* ════════════════════════════
WHAT YOU NEED
════════════════════════════ */
.checklist-section {
background: var(–sky-lt);
border: 1px solid #b8ddf0;
border-left: 4px solid var(–sky);
border-radius: 4px;
padding: 1.5rem 1.75rem;
margin: 2rem 0;
}

.checklist-section h4 {
font-size: 11px; font-weight: 700; letter-spacing: 2px;
text-transform: uppercase; color: var(–sky); margin-bottom: 1rem;
}

.check-cols {
display: grid; grid-template-columns: 1fr 1fr;
gap: 8px 2rem;
}
@media (max-width: 480px) { .check-cols { grid-template-columns: 1fr; } }

.check-item {
display: flex; gap: 8px; align-items: flex-start;
font-size: 14px; color: var(–body); line-height: 1.5;
}
.check-item::before { content: ‘✓’; color: var(–teal); font-weight: 700; flex-shrink: 0; font-size: 13px; margin-top: 1px; }

/* ════════════════════════════
HOW TO BOOK
════════════════════════════ */
.how-to-book {
background: var(–night);
border-radius: 8px; padding: 2.5rem 2.75rem;
margin: 3rem 0;
display: grid; grid-template-columns: 1fr 1fr;
gap: 2rem; align-items: center;
}
@media (max-width: 560px) {
.how-to-book { grid-template-columns: 1fr; padding: 2rem 1.5rem; }
}

.htb-left h3 {
font-family: ‘DM Serif Display’, serif;
font-size: clamp(20px, 2.8vw, 28px);
color: var(–white); margin-bottom: 0.75rem; line-height: 1.2;
}
.htb-left p { font-size: 14.5px; color: rgba(255,255,255,0.5); margin: 0; line-height: 1.65; }

.htb-right { display: flex; flex-direction: column; gap: 10px; }

.contact-btn {
display: flex; align-items: center; gap: 10px;
padding: 14px 20px; border-radius: 4px;
text-decoration: none; font-weight: 500; font-size: 14px;
transition: opacity 0.2s;
}
.contact-btn:hover { opacity: 0.88; }
.contact-btn.phone { background: var(–sky); color: var(–white); }
.contact-btn.email { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.75); border: 1px solid rgba(255,255,255,0.12); }
.contact-btn .cb-icon { font-size: 18px; flex-shrink: 0; }
.contact-btn .cb-text { display: flex; flex-direction: column; }
.contact-btn .cb-label { font-size: 10px; opacity: 0.6; letter-spacing: 1px; text-transform: uppercase; }
.contact-btn .cb-val { font-size: 15px; font-weight: 600; }

/* ════════════════════════════
TERMS & WAIVER SECTION
════════════════════════════ */
.waiver-notice {
background: var(–warn-bg);
border: 1px solid var(–warn-bd);
border-left: 4px solid #e07800;
border-radius: 4px; padding: 1.5rem 1.75rem;
margin: 2rem 0;
}

.waiver-notice h4 {
font-size: 12px; font-weight: 700; letter-spacing: 2px;
text-transform: uppercase; color: #b85c00; margin-bottom: 0.75rem;
display: flex; align-items: center; gap: 8px;
}

.waiver-notice p { font-size: 14.5px; color: var(–warn); margin-bottom: 0.6rem; line-height: 1.65; }
.waiver-notice p:last-child { margin-bottom: 0; }

.waiver-notice a {
color: var(–ocean); font-weight: 500;
text-underline-offset: 2px;
}

/* ════════════════════════════
FULL DISCLAIMER
════════════════════════════ */
.disclaimer-block {
background: var(–fog);
border: 1px solid var(–rule);
border-radius: 6px; padding: 2rem 2.25rem;
margin: 3rem 0;
}

.disclaimer-block h4 {
font-size: 11px; font-weight: 700; letter-spacing: 2px;
text-transform: uppercase; color: var(–muted); margin-bottom: 1rem;
}

.disclaimer-block p {
font-size: 13px; color: var(–muted); line-height: 1.75;
margin-bottom: 0.75rem;
}
.disclaimer-block p:last-child { margin-bottom: 0; }
.disclaimer-block a { color: var(–ocean); }

/* ════════════════════════════
FOOTER CTA
════════════════════════════ */
.footer-cta {
background: linear-gradient(135deg, var(–ocean), #0c6fa0);
border-radius: 8px; padding: 3rem 2.5rem;
text-align: center; margin-top: 2rem;
position: relative; overflow: hidden;
}
.footer-cta::after {
content: ”;
position: absolute; top: -40%; right: -5%;
width: 320px; height: 320px; border-radius: 50%;
border: 50px solid rgba(255,255,255,0.05);
pointer-events: none;
}

.footer-cta h2 {
font-family: ‘DM Serif Display’, serif;
font-size: clamp(22px, 3.5vw, 36px);
color: var(–white); margin: 0 0 0.75rem; position: relative;
}
.footer-cta p {
color: rgba(255,255,255,0.6); font-size: 15px;
max-width: 460px; margin: 0 auto 1.75rem; position: relative;
}

.footer-cta-btn {
display: inline-block; background: var(–white); color: var(–ocean);
font-weight: 600; font-size: 14px; padding: 13px 32px;
border-radius: 3px; text-decoration: none;
transition: opacity 0.2s; position: relative;
}
.footer-cta-btn:hover { opacity: 0.9; }

.footer-cta-note { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 1rem; position: relative; }

@keyframes fadeUp { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
.hero-label { animation: fadeUp .4s ease both; }
.hero h1 { animation: fadeUp .4s .1s ease both; }
.hero-tagline{ animation: fadeUp .4s .2s ease both; }
.hero-prices { animation: fadeUp .4s .3s ease both; }
.hero-cta { animation: fadeUp .4s .4s ease both; }

@media (max-width: 600px) {
.gear-cards { grid-template-columns: 1fr; }
.page-body { padding: 3rem 1.25rem 4rem; }
}
</style>
</head>
<body>

<!– ════════════════════════════
HERO
════════════════════════════ –>
<header class=”hero”>
<svg class=”hero-waves-bg” viewBox=”0 0 900 600″ preserveAspectRatio=”xMidYMid slice” xmlns=”http://www.w3.org/2000/svg”>
<path d=”M0 150 Q225 80 450 150 Q675 220 900 150 L900 0 L0 0 Z” fill=”rgba(26,138,181,1)”/>
<path d=”M0 300 Q225 230 450 300 Q675 370 900 300 L900 150 Q675 220 450 150 Q225 80 0 150 Z” fill=”rgba(26,138,181,0.6)”/>
<path d=”M0 450 Q225 380 450 450 Q675 520 900 450 L900 300 Q675 370 450 300 Q225 230 0 300 Z” fill=”rgba(26,138,181,0.3)”/>
<path d=”M0 600 Q225 530 450 600 Q675 670 900 600 L900 450 Q675 520 450 450 Q225 380 0 450 Z” fill=”rgba(26,138,181,0.15)”/>
</svg>

<div class=”hero-top-strip”>
<span class=”hero-school”>SF Wing Foil Academy</span>
<span class=”hero-badge”>Gear Rental</span>
</div>

<div class=”hero-content”>
<div class=”hero-label”>Everything You Need to Hit the Water</div>
<h1>
<em>Complete Wingfoil Setup</em>
Gear Rental
</h1>
<p class=”hero-tagline”>No gear? No problem. Rent a fully-equipped, ready-to-ride wingfoil setup directly from Captain Josh Waldman at SF Wing Foil Academy — everything included, nothing to source separately.</p>

<div class=”hero-prices”>
<div class=”price-pill”>
<span class=”pp-amount”>$165</span>
<span class=”pp-period”>/ 24 hours</span>
</div>
<div class=”price-pill featured”>
<span class=”pp-amount”>$699</span>
<span class=”pp-period”>/ 7-day week</span>
</div>
</div>

<a href=”tel:+14153505524″ class=”hero-cta”>
📞 Call to Book: (415) 350-5524
</a>
</div>
</header>

<!– Gear strip –>
<div style=”background: var(–deep); width: 100%;”>
<div class=”gear-strip”>
<div class=”gs-item”>
<span class=”gs-icon”>🪁</span>
<div class=”gs-name”><strong>Inflatable Wing</strong>Beginner-friendly handheld wing</div>
</div>
<div class=”gs-item”>
<span class=”gs-icon”>🏄</span>
<div class=”gs-name”><strong>F-One Rocket 140L</strong>High-volume beginner foil board</div>
</div>
<div class=”gs-item”>
<span class=”gs-icon”>⚙️</span>
<div class=”gs-name”><strong>F-One Gravity Foil</strong>1800 cm² — forgiving & stable</div>
</div>
<div class=”gs-item”>
<span class=”gs-icon”>🌊</span>
<div class=”gs-name”><strong>4/3mm Wetsuit</strong>Warm & ready for SF Bay</div>
</div>
<div class=”gs-item”>
<span class=”gs-icon”>💨</span>
<div class=”gs-name”><strong>Wing Pump</strong>Everything you need, nothing else</div>
</div>
</div>
</div>

<svg class=”wave-div” viewBox=”0 0 1440 40″ fill=”none” xmlns=”http://www.w3.org/2000/svg” style=”background:var(–deep)”>
<path d=”M0 20 C480 40 960 0 1440 20 L1440 40 L0 40Z” fill=”#ffffff”/>
</svg>

<!– ════════════════════════════
PAGE BODY
════════════════════════════ –>
<main class=”page-body”>

<p class=”intro-text”>Whether you’ve just completed your wingfoil lessons and aren’t ready to invest in a full setup yet, or you’re a visiting rider who doesn’t want to travel with gear — this rental programme gives you everything you need for a complete, independent session on San Francisco Bay.</p>

<!– WHAT’S INCLUDED –>
<div class=”sec-kicker”>What’s Included</div>
<h2>Your Complete Rental Kit</h2>
<p>Every rental includes a professionally maintained, current-year setup matched and checked by Captain Josh before each booking. No sourcing different items from different shops — one call gets you everything.</p>

<div class=”gear-cards”>
<div class=”gear-card”>
<div class=”gc-highlight”></div>
<div class=”gc-icon”>🪁</div>
<div class=”gc-tag”>Wing</div>
<div class=”gc-name”>Inflatable Wing</div>
<p class=”gc-desc”>A quality beginner-to-intermediate inflatable handheld wing — correctly sized for SF Bay’s consistent 15–22 knot afternoon thermals. Fully inflated and ready at pickup.</p>
</div>

<div class=”gear-card”>
<div class=”gc-highlight”></div>
<div class=”gc-icon”>🏄</div>
<div class=”gc-tag”>Board</div>
<div class=”gc-name”>F-One Rocket Wing 140L</div>
<p class=”gc-desc”>The F-One Rocket Wing at 140 litres is one of the most respected beginner foil boards on the market. High-volume, stable, and wide — designed to give you the best possible takeoff platform while you build confidence.</p>
</div>

<div class=”gear-card”>
<div class=”gc-highlight”></div>
<div class=”gc-icon”>⚙️</div>
<div class=”gc-tag”>Foil</div>
<div class=”gc-name”>F-One Gravity Foil — 1800 cm²</div>
<p class=”gc-desc”>The F-One Gravity with a 1800 cm² front wing is a purpose-built beginner foil — large enough to lift easily at low speeds, stable enough to forgive the learning wobbles. Paired with the Rocket board, this is a setup that puts you in the air faster than almost anything else available.</p>
</div>

<div class=”gear-card”>
<div class=”gc-highlight”></div>
<div class=”gc-icon”>🌊</div>
<div class=”gc-tag”>Protection</div>
<div class=”gc-name”>4/3mm Wetsuit</div>
<p class=”gc-desc”>SF Bay water averages 54–58°F year-round — a proper 4/3mm full suit is non-negotiable. A clean, correctly fitted wetsuit is included with every rental so you stay warm and ride longer.</p>
</div>

<div class=”gear-card”>
<div class=”gc-highlight”></div>
<div class=”gc-icon”>💨</div>
<div class=”gc-tag”>Accessory</div>
<div class=”gc-name”>Wing Pump</div>
<p class=”gc-desc”>A quality double-action pump to inflate your wing before each session. No hunting for an air compressor — everything is self-contained in your rental kit from the moment you pick up.</p>
</div>

<div class=”gear-card” style=”background: var(–night);”>
<div class=”gc-icon”>📋</div>
<div class=”gc-tag” style=”background:rgba(26,138,181,0.15); color: var(–sky);”>Note</div>
<div class=”gc-name” style=”color: var(–white);”>What’s Not Included</div>
<p class=”gc-desc” style=”color:rgba(255,255,255,0.45);”>Helmet and impact vest are not included in the rental kit — riders must provide their own. Both are mandatory for any independent session on SF Bay. Leashes are the rider’s responsibility.</p>
</div>
</div>

<!– CHECKLIST –>
<div class=”checklist-section”>
<h4>✓ What You’ll Have Ready to Ride</h4>
<div class=”check-cols”>
<span class=”check-item”>F-One Rocket Wing 140L foil board</span>
<span class=”check-item”>F-One Gravity foil — 1800 cm²</span>
<span class=”check-item”>Inflatable wing (sized for SF Bay conditions)</span>
<span class=”check-item”>4/3mm full wetsuit</span>
<span class=”check-item”>Double-action wing pump</span>
<span class=”check-item”>Gear professionally checked before handover</span>
</div>
</div>

<!– PRICING –>
<div class=”sec-kicker”>Rental Rates</div>
<h2>Simple, All-Inclusive Pricing</h2>
<p>Both rates include the complete kit described above — board, foil, wing, wetsuit, and pump. No hidden extras, no deposit surprises. Call to confirm availability and arrange pickup.</p>

<div class=”pricing-grid”>
<div class=”pricing-card daily”>
<div class=”pc-label”>Daily Rate</div>
<div class=”pc-price”>$165</div>
<div class=”pc-period”>per 24-hour rental period</div>
<p class=”pc-what”>Perfect for a single session, a weekend day trip, or testing your skills at a new spot. Pickup and return within 24 hours of the agreed start time.</p>
</div>

<div class=”pricing-card weekly”>
<div class=”pc-label”>Weekly Rate</div>
<div class=”pc-price”>$699</div>
<div class=”pc-period”>per 7-day rental period</div>
<p class=”pc-what”>Ideal for a full week of independent riding, a visiting rider in town for a work trip, or building momentum across multiple sessions without re-booking daily.</p>
<span class=”pc-savings”>Save $456 vs. 7 daily rentals</span>
</div>
</div>

<!– HOW TO BOOK –>
<div class=”how-to-book”>
<div class=”htb-left”>
<h3>Call Captain Josh to Book & Get Details</h3>
<p>Availability is limited — all rentals are managed directly by Captain Josh Waldman. Call or email to check availability, arrange pickup, ask about specific sizing, and get any questions answered before you arrive.</p>
</div>
<div class=”htb-right”>
<a href=”tel:+14153505524″ class=”contact-btn phone”>
<span class=”cb-icon”>📞</span>
<span class=”cb-text”>
<span class=”cb-label”>Call Now</span>
<span class=”cb-val”>(415) 350-5524</span>
</span>
</a>
<a href=”mailto:sfwingfoilacademy@gmail.com” class=”contact-btn email”>
<span class=”cb-icon”>✉️</span>
<span class=”cb-text”>
<span class=”cb-label”>Email</span>
<span class=”cb-val”>sfwingfoilacademy@gmail.com</span>
</span>
</a>
</div>
</div>

<!– WAIVER NOTICE –>
<div class=”waiver-notice”>
<h4>⚠ Waiver Required — Read Before Booking</h4>
<p><strong>All renters must read and sign SF Wing Foil Academy’s liability waiver in full before taking possession of any rental equipment.</strong> The waiver must be completed and returned prior to pickup — no exceptions. Rental will not be released without a signed waiver on file.</p>
<p>The waiver is available on our website at <a href=”https://sfwingfoilacademy.com/blog/”>sfwingfoilacademy.com/waiver</a> or can be provided by Captain Josh when you call to book. Please read it carefully before your rental date — questions about the waiver terms should be directed to Captain Josh directly at (415) 350-5524.</p>
</div>

<!– FULL DISCLAIMER –>
<div class=”disclaimer-block”>
<h4>⚠ Rental Disclaimer & Limitation of Liability</h4>

<p><strong>Important — Please Read in Full.</strong> By renting equipment from SF Wing Foil Academy / Captain San Francisco LLC (“the Academy”), you acknowledge and agree to the following terms as a condition of rental.</p>

<p><strong>Assumption of Risk:</strong> Wingfoiling is an inherently dangerous outdoor water sport. Participation — including the use of rental equipment on or near San Francisco Bay — involves real and serious risks, including but not limited to: injury, drowning, hypothermia, collision with vessels or submerged hazards, equipment failure, and death. Renting equipment from the Academy does not reduce or eliminate these risks. You assume full responsibility for all risks associated with your use of the rental equipment.</p>

<p><strong>Skill Requirement:</strong> Rental equipment is provided exclusively to riders who are able to demonstrate, at minimum, the ability to wingfoil independently, perform a self-rescue in open water, and operate the equipment safely. Renters are solely responsible for honestly assessing their own skill level and fitness. The Academy reserves the right to decline a rental at its sole discretion if a renter’s skill level is assessed as insufficient for safe independent use.</p>

<p><strong>Equipment Use:</strong> All rental equipment is provided “as is” in the condition available at time of handover, inspected to a reasonable standard of safety. The Academy makes no warranty — express or implied — regarding the fitness of the equipment for any particular purpose or condition. Renters are responsible for inspecting all equipment before use and are encouraged to report any concerns to Captain Josh before launching. Use of the equipment constitutes acceptance of its condition.</p>

<p><strong>Damage and Loss:</strong> Renters are financially liable for damage to or loss of rental equipment beyond normal wear and tear. Damage to the foil system, board, or wing caused by impact, misuse, or negligent storage is the renter’s responsibility. Any damage must be reported to Captain Josh immediately. Repair or replacement costs are the renter’s responsibility and are payable in full upon return of the equipment.</p>

<p><strong>Limitation of Liability:</strong> To the maximum extent permitted by applicable California law, SF Wing Foil Academy, Captain Joshua Waldman, and Captain San Francisco LLC shall not be liable for any injury, loss, death, or damage — whether direct, indirect, consequential, or incidental — arising from the rental, possession, or use of equipment. This limitation applies regardless of the nature of the claim.</p>

<p><strong>Mandatory Waiver:</strong> This disclaimer does not replace the full liability waiver, which must be read, understood, and signed before any equipment is released. By proceeding with a rental, you confirm you have read this disclaimer and agree to sign the full waiver prior to pickup. For the full waiver document, visit <a href=”https://sfwingfoilacademy.com/blog/”>sfwingfoilacademy.com/waiver</a> or contact us directly.</p>

<p><em>This disclaimer does not constitute legal advice. SF Wing Foil Academy recommends renters carry personal watercraft or watersports liability insurance. For questions, contact Captain Josh Waldman at <a href=”tel:+14153505524″>(415) 350-5524</a> or <a href=”mailto:sfwingfoilacademy@gmail.com”>sfwingfoilacademy@gmail.com</a>.</em></p>
</div>

<!– FOOTER CTA –>
<div class=”footer-cta”>
<h2>Ready to Hit the Bay?</h2>
<p>Call Captain Josh to check availability, ask any questions, and arrange your rental pickup. Everything else is handled.</p>
<a href=”tel:+14153505524″ class=”footer-cta-btn”>📞 Call (415) 350-5524</a>
<p class=”footer-cta-note”>SF Wing Foil Academy · Tiburon, San Francisco Bay · sfwingfoilacademy.com</p>
</div>

</main>

</body>
</html>

SF wingfoil academy now offers rentals!