/* Sucharek — style wspólne (tokeny, header, stopka, przyciski, pasy) — wg STYLEGUIDE.md */
:root {
  --bg: #f8f5e9;            /* tło strony: krem */
  --surface: #fffdf6;       /* karty, panele */
  --ink: #2f2317;           /* ciemna czekolada */
  --muted: #8a7a68;
  --line: #eae3d2;
  --cookie: #d09a5a;        /* skórka sucharka */
  --cookie-dark: #a9743f;   /* przypieczony */
  --cookie-light: #edd6a0;  /* miękisz */
  --pore: #c39355;          /* pory/okruszki */
  --choc: #6b4a2f;          /* czekolada */
  --lime: #c9e265; --lime-strong: #aacc2a;
  --yellow: #ffd23f; --teal: #1fa88f; --danger: #c2411c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
::selection { background: var(--lime); color: var(--ink); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: 'Open Sans', sans-serif;
  font-size: 16px; line-height: 1.6; overflow-x: hidden; position: relative; }
.wrap { max-width: 1000px; margin: 0 auto; padding: 0 20px; position: relative; }
a { color: var(--teal); }
h1, h2, h3, .btn { font-family: 'Baloo 2', 'Open Sans', sans-serif; }
.hand { font-family: 'Caveat', cursive; font-size: 22px; color: var(--choc); }

/* zielone faliste podkreślenie (motyw z logo) */
.squig { padding-bottom: 11px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='9' viewBox='0 0 40 9'%3E%3Cpath d='M0 4.5 Q10 0 20 4.5 T40 4.5' fill='none' stroke='%23aacc2a' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x left bottom; background-size: 40px 9px; }

/* pasy sekcji — przełamania tła na pełną szerokość, krzywe rogi */
.band { position: relative; }
.band > .wrap { position: relative; z-index: 1; }
.band-white  { background: var(--surface); border-radius: 44px 20px 36px 24px / 24px 14px 20px 12px; padding: 4px 0 42px; }
.band-lime   { background: #eef4d6;        border-radius: 24px 44px 20px 40px / 14px 24px 12px 20px; padding: 4px 0 42px; }
.band-cookie { background: #f4ead7;        border-radius: 40px 26px 0 0 / 22px 14px 0 0; padding: 4px 0 12px; }
.band-cookie2 { background: #f4ead7;       border-radius: 26px 44px 22px 38px / 14px 22px 12px 20px; padding: 4px 0 8px; }

/* przyciski */
.btn { display: inline-block; cursor: pointer; border: 3px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff7ea;
  font-size: 16px; font-weight: 800; padding: 12px 28px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform: rotate(-2deg) scale(1.04); }
.btn-primary { background: var(--yellow); color: var(--ink); box-shadow: 5px 6px 0 var(--ink); }
.btn-primary:hover { background: #ffc914; box-shadow: 7px 8px 0 var(--ink); }
.btn-ghost { background: var(--surface); color: var(--ink); box-shadow: 5px 6px 0 var(--cookie); }
.btn-ghost:hover { box-shadow: 7px 8px 0 var(--cookie); transform: rotate(2deg) scale(1.04); }

/* header wspólny */
.site-header { position: relative; z-index: 2; }
.site-header .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-top: 20px; padding-bottom: 10px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 50px; width: auto; transform: rotate(-1.5deg); }
.logo:hover img { animation: logo-float 1s ease-in-out infinite; }
@keyframes logo-float { 0%,100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-6px); } }
.site-header .btn { padding: 9px 20px; font-size: 15px; }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav .nav-link { font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 16px; color: var(--ink);
  text-decoration: underline; text-decoration-color: var(--lime-strong); text-decoration-thickness: 2.5px;
  text-underline-offset: 4px; }
.site-nav .nav-link:hover { text-decoration-thickness: 4px; }

/* stopka wspólna */
footer { border-top: 3px dashed var(--line); margin-top: 30px; padding: 26px 0 46px; font-size: 13.5px; color: var(--muted); transform: rotate(-.4deg); }
footer a { text-decoration: none; }
footer .hand { font-size: 17px; }
.foot-nav { margin-bottom: 20px; }
.foot-nav b { display: block; font-family: 'Baloo 2', sans-serif; font-size: 16px; color: var(--ink); margin-bottom: 8px; }
.foot-nav a { display: block; width: fit-content; padding: 3px 0; font-size: 14px; color: var(--ink); font-weight: 600;
  text-decoration: underline; text-decoration-color: var(--lime-strong); text-decoration-thickness: 2.5px;
  text-underline-offset: 4px; transition: transform .15s ease; }
.foot-nav a::before { content: '🍞 '; font-size: 12px; }
.foot-nav a:hover { text-decoration-thickness: 4px; transform: rotate(-.6deg) translateX(3px); }
.foot-brand { padding-top: 14px; border-top: 1.5px dashed var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; align-items: center; }
.foot-brand a { color: var(--muted); text-decoration: underline; text-decoration-color: var(--lime-strong);
  text-decoration-thickness: 2px; text-underline-offset: 3px; }
.foot-brand a:hover { color: var(--ink); }

/* dostępność */
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--lime-strong); outline-offset: 2px; }
