:root {
  --navy: #0d2b4e; --navy-light: #163a66; --red: #c0392b; --red-light: #e74c3c;
  --white: #ffffff; --off-white: #f8f9fc; --light-blue: #e8f0fb;
  --gray: #64748b; --light-gray: #f1f5f9; --border: #dde4f0;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--navy); background: var(--white); overflow-x: hidden; padding-top: 70px; }
h1, h2, h3, .brand-name { font-family: 'Playfair Display', serif; }
a { text-decoration: none; }

/* NAV */
nav#main-nav { position: fixed; top: 0; left: 0; right: 0; background: var(--white); border-bottom: 2px solid var(--border); z-index: 1000; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 70px; box-shadow: 0 2px 20px rgba(13,43,78,0.08); }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-logo { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.brand-text .brand-name { display: block; font-size: 1.05rem; color: var(--navy); line-height: 1.1; }
.brand-text .brand-sub { font-size: 0.72rem; color: var(--gray); font-weight: 400; letter-spacing: 0.04em; }
.nav-links { display: flex; gap: 0; list-style: none; }
.nav-links a { display: block; padding: 0 1.1rem; font-size: 0.88rem; font-weight: 500; color: var(--navy); line-height: 70px; border-bottom: 3px solid transparent; transition: color 0.2s, border-color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--red); border-bottom-color: var(--red); }
.nav-cta { background: var(--navy) !important; color: var(--white) !important; padding: 0 1.4rem !important; border-radius: 6px; line-height: 42px !important; margin-left: 1rem; font-weight: 600 !important; transition: background 0.2s !important; display: inline-flex !important; align-items: center; gap: 7px; border-bottom: none !important; }
.nav-cta:hover { background: var(--red) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { width: 24px; height: 2px; background: var(--navy); display: block; transition: 0.3s; }

/* BUTTONS */
.btn-primary { background: var(--navy); color: var(--white); padding: 0.85rem 1.8rem; border-radius: 8px; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s, transform 0.1s; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.btn-primary:hover { background: var(--red); transform: translateY(-1px); color: var(--white); }
.btn-secondary { background: transparent; color: var(--navy); padding: 0.85rem 1.8rem; border-radius: 8px; border: 2px solid var(--navy); font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.btn-secondary:hover { background: var(--navy); color: var(--white); }

/* HERO */
.hero-wrap { background: var(--off-white); padding-bottom: 0; }
.hero { padding: 5rem 2rem 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1200px; margin: 0 auto; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--light-blue); color: var(--navy); font-size: 0.8rem; font-weight: 600; padding: 6px 14px; border-radius: 20px; margin-bottom: 1.5rem; letter-spacing: 0.03em; }
.hero-h1 { font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1.12; color: var(--navy); margin-bottom: 1.2rem; }
.hero-h1 em { color: var(--red); font-style: normal; }
.hero-sub { font-size: 1.1rem; color: var(--gray); line-height: 1.65; margin-bottom: 2rem; font-weight: 300; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stars { margin-top: 2rem; display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: var(--gray); }
.stars { color: var(--red); font-size: 1rem; letter-spacing: 2px; }
.hero-image { position: relative; }
.hero-image img { width: 100%; border-radius: 16px; box-shadow: 0 20px 60px rgba(13,43,78,0.18); object-fit: cover; aspect-ratio: 4/3; display: block; }
.hero-image-badge { position: absolute; bottom: -18px; left: 24px; background: var(--white); border: 2px solid var(--border); border-radius: 12px; padding: 12px 18px; display: flex; align-items: center; gap: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); font-size: 0.85rem; font-weight: 600; color: var(--navy); }

/* TRUST */
.trust-strip { background: var(--navy); padding: 2.5rem 2rem; margin-top: 2rem; }
.trust-strip-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.trust-item { display: flex; align-items: flex-start; gap: 16px; color: var(--white); }
.trust-icon { width: 44px; height: 44px; background: rgba(255,255,255,0.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-item h4 { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 0.95rem; margin-bottom: 4px; }
.trust-item p { font-size: 0.82rem; opacity: 0.75; line-height: 1.5; font-weight: 300; }

/* SECTIONS */
.section { padding: 5rem 2rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-alt { background: var(--light-gray); }
.section-tag { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 0.6rem; display: block; }
.section h2, h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--navy); line-height: 1.2; margin-bottom: 1rem; }
.section-lead { font-size: 1.05rem; color: var(--gray); line-height: 1.7; max-width: 640px; font-weight: 300; }

/* PHOTOS */
.photos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.photos-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; transition: transform 0.3s; display: block; }
.photos-grid img:hover { transform: scale(1.02); }

/* MACHINES GRID */
.machines-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; margin-top: 3rem; }
.machine-card { background: var(--off-white); border: 2px solid var(--border); border-radius: 12px; padding: 1.6rem; transition: border-color 0.2s, box-shadow 0.2s; }
.machine-card:hover { border-color: var(--navy); box-shadow: 0 8px 24px rgba(13,43,78,0.1); }
.machine-type { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 0.4rem; }
.machine-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--navy); margin-bottom: 0.3rem; }
.machine-count { font-size: 0.82rem; color: var(--gray); margin-bottom: 0.8rem; }
.machine-best { font-size: 0.82rem; color: var(--navy); background: var(--light-blue); padding: 6px 10px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 7px; }

/* BENEFITS */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.benefit-card { background: var(--white); border: 2px solid var(--border); border-radius: 14px; padding: 2rem 1.5rem; text-align: center; transition: border-color 0.2s, transform 0.2s; }
.benefit-card:hover { border-color: var(--red); transform: translateY(-4px); }
.benefit-icon { width: 52px; height: 52px; background: var(--light-blue); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.benefit-card h3 { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 0.5rem; }
.benefit-card p { font-size: 0.85rem; color: var(--gray); line-height: 1.6; }

/* REVIEWS */
.reviews-section { background: var(--light-gray); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; margin-top: 3rem; }
.review-card { background: var(--white); border-radius: 14px; padding: 1.8rem; box-shadow: 0 2px 16px rgba(0,0,0,0.05); }
.review-stars { color: var(--red); font-size: 0.95rem; margin-bottom: 0.8rem; letter-spacing: 2px; }
.review-text { font-size: 0.9rem; color: #374151; line-height: 1.65; margin-bottom: 1rem; font-style: italic; }
.review-author { font-size: 0.8rem; font-weight: 600; color: var(--gray); }

/* CTA */
.cta-banner { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 5rem 2rem; text-align: center; color: var(--white); }
.cta-banner h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 2.5rem; font-weight: 300; }
.cta-banner .btn-primary { background: var(--red); font-size: 1rem; padding: 1rem 2.5rem; }
.cta-banner .btn-primary:hover { background: var(--red-light); }

/* ABOUT */
.about-hero { background: var(--navy); padding: 5rem 2rem 4rem; color: var(--white); text-align: center; }
.about-hero h1 { color: var(--white); margin-bottom: 1rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.about-hero p { color: rgba(255,255,255,0.75); max-width: 600px; margin: 0 auto; font-size: 1.05rem; font-weight: 300; line-height: 1.7; }
.about-content { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.about-content h2 { margin-bottom: 1.2rem; }
.about-content p { color: var(--gray); line-height: 1.8; font-size: 0.98rem; font-weight: 300; margin-bottom: 1rem; }
.about-values { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 1.5rem; }
.value-row { display: flex; gap: 14px; align-items: flex-start; }
.value-icon { width: 40px; height: 40px; background: var(--light-blue); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.value-row h4 { font-family: 'DM Sans', sans-serif; font-weight: 600; color: var(--navy); margin-bottom: 3px; font-size: 0.95rem; }
.value-row p { font-size: 0.85rem; color: var(--gray); margin: 0; }
.about-images { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.about-images img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 12px; display: block; }
.about-images img:first-child { grid-column: 1 / -1; aspect-ratio: 16/9; }

/* PAGE HERO */
.page-hero { background: var(--off-white); padding: 4rem 2rem 3rem; text-align: center; border-bottom: 2px solid var(--border); }
.page-hero h1 { font-size: clamp(2rem, 3.5vw, 3rem); }
.page-hero p { color: var(--gray); margin-top: 0.8rem; font-size: 1rem; font-weight: 300; }

/* MACHINES PAGE */
.machines-full { max-width: 1100px; margin: 0 auto; padding: 4rem 2rem; }
.machines-category { margin-bottom: 3.5rem; }
.machines-category h2 { font-size: 1.6rem; margin-bottom: 0.4rem; display: flex; align-items: center; gap: 12px; }
.machines-category > p { color: var(--gray); font-size: 0.9rem; margin-bottom: 1.5rem; font-weight: 300; }
.cat-icon { width: 36px; height: 36px; background: var(--light-blue); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.machine-row { background: var(--off-white); border: 2px solid var(--border); border-radius: 12px; padding: 1.4rem 1.6rem; display: grid; grid-template-columns: 2fr 1fr 2fr; gap: 1rem; align-items: center; margin-bottom: 0.8rem; transition: border-color 0.2s; }
.machine-row:hover { border-color: var(--navy); }
.machine-row-name { font-weight: 600; color: var(--navy); }
.machine-row-sub { font-size: 0.8rem; color: var(--gray); margin-top: 3px; }
.machine-row-count { font-size: 0.85rem; background: var(--navy); color: var(--white); padding: 4px 12px; border-radius: 20px; text-align: center; font-weight: 600; width: fit-content; }
.machine-row-best { font-size: 0.85rem; color: var(--gray); }
.pricing-note { background: var(--navy); color: var(--white); border-radius: 14px; padding: 2rem 2.5rem; margin-top: 3rem; display: flex; align-items: center; gap: 1.5rem; }
.pricing-note-icon { width: 52px; height: 52px; background: rgba(255,255,255,0.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pricing-note h3 { font-family: 'DM Sans', sans-serif; font-weight: 600; margin-bottom: 0.4rem; }
.pricing-note p { font-size: 0.88rem; opacity: 0.8; line-height: 1.6; }

/* LOCATION */
.location-layout { max-width: 1100px; margin: 0 auto; padding: 4rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.location-info h2 { margin-bottom: 1.5rem; }
.info-block { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 1.5rem; }
.info-icon { width: 40px; height: 40px; background: var(--light-blue); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-block h4 { font-family: 'DM Sans', sans-serif; font-weight: 600; color: var(--navy); margin-bottom: 3px; font-size: 0.9rem; }
.info-block p { font-size: 0.9rem; color: var(--gray); line-height: 1.6; margin: 0; }
.map-container { border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(13,43,78,0.12); border: 2px solid var(--border); }
.map-container iframe { width: 100%; height: 450px; border: none; display: block; }
.traveler-note { background: var(--light-blue); border-radius: 12px; padding: 1.5rem; margin-top: 1.2rem; display: flex; gap: 12px; align-items: flex-start; }
.traveler-note h5 { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; }
.traveler-note p { font-size: 0.85rem; color: var(--gray); line-height: 1.6; margin: 0; }

/* CONTACT */
.contact-layout { max-width: 900px; margin: 0 auto; padding: 4rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-info h2 { margin-bottom: 1.5rem; }
.contact-info > p { color: var(--gray); font-size: 0.95rem; line-height: 1.75; margin-bottom: 2rem; font-weight: 300; }
.contact-detail { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 1.2rem; }
.contact-detail-icon { width: 36px; height: 36px; background: var(--light-blue); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail h4 { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); margin-bottom: 3px; }
.contact-detail p { font-size: 0.9rem; color: var(--navy); font-weight: 500; margin: 0; }
.contact-box { background: var(--off-white); border: 2px solid var(--border); border-radius: 16px; padding: 2.5rem; }
.contact-box h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.contact-box > p { color: var(--gray); font-size: 0.9rem; margin-bottom: 2rem; font-weight: 300; }
.hours-row { display: flex; justify-content: space-between; font-size: 0.88rem; padding: 0.6rem 0; border-bottom: 1px solid var(--border); color: var(--navy); }
.hours-row:last-of-type { border-bottom: none; }
.hours-row span { font-weight: 600; }
.open-badge { display: inline-flex; align-items: center; gap: 6px; background: #dcfce7; color: #166534; font-size: 0.78rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 1.5rem; }
.open-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; }
.pro-tip { margin-top: 1.5rem; background: var(--light-blue); border-radius: 10px; padding: 1rem 1.2rem; display: flex; gap: 10px; align-items: flex-start; }
.pro-tip p { font-size: 0.85rem; color: var(--navy); font-weight: 500; margin: 0; }

/* FOOTER */
footer { background: var(--navy); color: var(--white); padding: 3rem 2rem 2rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; }
.footer-logo { width: 50px; height: 50px; border-radius: 50%; }
.footer-brand-text .brand-name { color: var(--white); font-size: 1.1rem; display: block; }
.footer-brand-text .brand-sub { color: rgba(255,255,255,0.6); font-size: 0.75rem; display: block; }
footer p { color: rgba(255,255,255,0.65); font-size: 0.88rem; line-height: 1.7; }
.footer-heading { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: rgba(255,255,255,0.75); font-size: 0.88rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-contact-row { display: flex; align-items: center; gap: 8px; margin-bottom: 0.6rem; color: rgba(255,255,255,0.75); font-size: 0.88rem; }
.footer-bottom { max-width: 1100px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; color: rgba(255,255,255,0.4); display: flex; justify-content: space-between; align-items: center; }

/* MOBILE */
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: 70px; left: 0; right: 0; background: var(--white); padding: 1rem; border-bottom: 2px solid var(--border); box-shadow: 0 8px 20px rgba(0,0,0,0.1); z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { line-height: 2.8; border-bottom: 1px solid var(--border) !important; }
  .nav-cta { margin-left: 0; }
  .hamburger { display: flex; }
  .hero { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.5rem; }
  .hero-image { order: -1; }
  .hero-image-badge { display: none; }
  .trust-strip-inner { grid-template-columns: 1fr; }
  .about-content { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.5rem; }
  .about-images { grid-template-columns: 1fr 1fr; }
  .about-images img:first-child { grid-column: 1 / -1; }
  .photos-grid { grid-template-columns: 1fr 1fr; }
  .location-layout { grid-template-columns: 1fr; padding: 3rem 1.5rem; }
  .contact-layout { grid-template-columns: 1fr; padding: 3rem 1.5rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
  .machine-row { grid-template-columns: 1fr 1fr; }
  .machine-row-best { grid-column: 1 / -1; }
  .pricing-note { flex-direction: column; }
  .benefits-grid { grid-template-columns: 1fr; }
}
