/*
Theme Name: Wioslem po Bobrze
Theme URI: https://wioslempobobrze.pl/
Author: Tomasz Waniewski
Author URI: https://wioslempobobrze.pl/
Description: Jednostronicowy motyw firmowy — spływy kajakowe po Bobrze i Kwisie w okolicach Żagania. Wynajem kajaków, dowóz sprzętu, spływy grupowe z ogniskiem.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wioslem-po-bobrze
Tags: one-page, business
*/

*{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0;}
  @keyframes wpb-float{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}
  input,textarea,button,select{font-family:inherit;}
  input::placeholder,textarea::placeholder{color:#A9A28C;}

  /* ---- Tablet & mobile ---- */
  @media (max-width: 900px){
    /* fixed backgrounds are janky / broken on mobile — pin them normally */
    [style*="background-attachment:fixed"], [style*="background-attachment: fixed"]{ background-attachment: scroll !important; }
  }
  @media (max-width: 680px){
    /* nav drops to its own full-width row, centered, under the logo + call button */
    header nav{ width:100%; order:3; justify-content:center; gap:12px 18px !important; padding-top:4px; }
  }
  @media (max-width: 460px){
    header nav{ font-size:.9rem; }
    /* stack hero CTAs full-width so they never crowd */
    .wpb-hero-cta{ width:100%; }
    .wpb-hero-cta > a{ flex:1 1 100%; justify-content:center; }
  }
