/*
Theme Name: Anastasia Bicycle Rental
Theme URI: https://anastasiabicyclerental.com/
Author: Anastasia Bicycle Rental
Description: A fast, mobile-first theme for Anastasia Bicycle Rental in St. Augustine, Florida.
Version: 1.0.3
Text Domain: anastasia-bicycle-rental
*/

:root {
  --navy: #123b55;
  --ocean: #0799c6;
  --sun: #f6b51b;
  --coral: #f45b2a;
  --sand: #fffaf0;
  --ink: #18313f;
  --white: #fff;
  --shadow: 0 14px 38px rgba(18,59,85,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid #e9eef0; }
.topbar { background: var(--coral); color: var(--white); font-weight: 700; font-size: .92rem; }
.topbar .wrap { min-height: 38px; display: flex; justify-content: center; gap: 22px; align-items: center; }
.topbar a { text-decoration: none; }
.navrow { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; color: var(--navy); }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.nav { display: flex; gap: 24px; align-items: center; font-weight: 750; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border-radius: 12px; background: var(--sun); color: #17252c; text-decoration: none; font-weight: 900; box-shadow: 0 8px 22px rgba(246,181,27,.28); }
.button:hover { transform: translateY(-1px); }
.button.secondary { background: var(--white); color: var(--navy); box-shadow: none; border: 2px solid rgba(255,255,255,.65); }
.hero { min-height: 680px; display: grid; align-items: center; color: var(--white); background: linear-gradient(90deg,rgba(8,35,51,.87),rgba(8,35,51,.38)), url('assets/images/slide.jpg') center/cover no-repeat; }
.hero-copy { width: min(700px, 100%); padding: 86px 0; }
.eyebrow { display: inline-block; margin: 0 0 14px; color: var(--sun); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
h1,h2,h3 { line-height: 1.08; color: var(--navy); }
h1 { margin: 0 0 18px; color: var(--white); font-size: clamp(2.65rem,7vw,5.4rem); letter-spacing: -.045em; }
h2 { margin: 0 0 18px; font-size: clamp(2rem,4vw,3.45rem); letter-spacing: -.03em; }
h3 { font-size: 1.28rem; }
.hero p { font-size: clamp(1.08rem,2vw,1.3rem); max-width: 610px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trustline { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; font-weight: 750; }
.section { padding: 82px 0; }
.section.alt { background: var(--sand); }
.center { text-align: center; }
.intro { max-width: 760px; margin: 0 auto 38px; font-size: 1.1rem; }
.steps,.prices,.features { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.card { padding: 28px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.stepnum { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ocean); color: var(--white); font-size: 1.25rem; font-weight: 900; }
.prices { grid-template-columns: repeat(4,1fr); }
.price { text-align: center; border-top: 6px solid var(--ocean); }
.price strong { display: block; color: var(--coral); font-size: 2.3rem; line-height: 1; margin: 12px 0 6px; }
.included { margin: 28px auto 0; max-width: 780px; padding: 18px 22px; border-radius: 14px; background: #e7f8fc; font-weight: 750; text-align: center; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split img { border-radius: 22px; box-shadow: var(--shadow); }
.service-area { background: var(--navy); color: var(--white); }
.service-area h2 { color: var(--white); }
.videos { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.video { aspect-ratio: 16/9; width: 100%; border: 0; border-radius: 14px; box-shadow: var(--shadow); }
.video-card { position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; border-radius: 14px; background: var(--navy); box-shadow: var(--shadow); }
.video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.video-card:hover img { transform: scale(1.025); }
.play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: rgba(244,91,42,.95); color: white; font-size: 29px; padding-left: 4px; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.cta { padding: 72px 0; color: var(--white); background: linear-gradient(135deg,var(--ocean),var(--navy)); text-align: center; }
.cta h2 { color: var(--white); }
.site-footer { padding: 36px 0; background: #0b293a; color: var(--white); }
.footer-row { display: flex; justify-content: space-between; gap: 25px; align-items: center; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: var(--white); }
.mobile-rent { display: none; }
.entry { padding: 64px 0; max-width: 820px; }
@media (max-width: 820px) {
  .nav { display: none; }
  .navrow { min-height: 70px; }
  .brand span { font-size: .95rem; }
  .brand img { width: 50px; height: 50px; }
  .hero { min-height: 620px; background-position: 62% center; }
  .hero-copy { padding: 60px 0 88px; }
  .steps,.features,.prices,.videos,.split { grid-template-columns: 1fr; }
  .prices { grid-template-columns: repeat(2,1fr); }
  .section { padding: 62px 0; }
  .mobile-rent { display: block; position: fixed; z-index: 60; left: 14px; right: 14px; bottom: 12px; text-align: center; }
  .mobile-rent .button { width: 100%; }
  .site-footer { padding-bottom: 92px; }
}
@media (max-width: 480px) {
  .topbar .wrap { gap: 12px; font-size: .78rem; }
  .prices { grid-template-columns: 1fr 1fr; gap: 12px; }
  .card { padding: 20px; }
}


@media (max-width: 820px) {
  .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
	  padding: 12px;
	}
}