* { box-sizing: border-box; }
body { margin: 0; }
:root {
  --maxw: 1120px;
  --bg: #f2eadd; --surface: #fbf7f0; --chip: #e8ddca;
  --ink: #241c14; --body: #5c5147; --muted: #6f6252;
  --gold: #b0864b; --gold-soft: #c9a65e; --line: #ddd0bc;
  --free: #5e8c6a; --busy: #b5734a;
  --serif: Georgia, "Times New Roman", serif;
  --script: "Segoe Script", "Brush Script MT", "Snell Roundhand", cursive;
  --sans: "Segoe UI", system-ui, -apple-system, sans-serif;
}
body { font-family: var(--sans); line-height: 1.65; color: var(--body); background: var(--bg); -webkit-font-smoothing: antialiased; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; position: relative; }
.serif { font-family: var(--serif); color: var(--ink); }
.script { font-family: var(--script); color: var(--gold); font-weight: 400; }
.eyebrow { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.eyebrow-lg { font-size: clamp(20px, 2.8vw, 28px); letter-spacing: .14em; }
a { color: inherit; }
.sun { color: var(--gold); display: block; }

a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

/* SOL — lockup */
.sol { display: inline-flex; flex-direction: column; align-items: center; }
.sol .row { display: flex; align-items: center; justify-content: center; gap: .04em; line-height: 1; }
.sol .ltr { font-family: var(--serif); font-weight: 600; color: var(--ink); letter-spacing: .02em; font-size: 1em; }
.sol .sun { color: var(--gold); display: block; width: .92em; height: .92em; margin: 0 .02em; }
.sol .rule { display: flex; align-items: center; gap: 10px; margin-top: .16em; color: var(--gold); width: 82%; }
.sol .rule::before, .sol .rule::after { content: ""; height: 1px; background: currentColor; flex: 1; opacity: .7; }
.sol .rule .dia { width: 7px; height: 7px; background: currentColor; transform: rotate(45deg); flex: none; }
.sol .tag { margin-top: .5em; font-size: .135em; letter-spacing: .42em; text-transform: uppercase; color: var(--gold); text-indent: .42em; white-space: nowrap; }
.sol-nav { font-size: 40px; }
.sol-hero { font-size: 64px; align-items: flex-start; margin-bottom: 10px; }
.sol-foot { font-size: 40px; }

/* logo (raster, przezroczyste) */
.logo-img { display: block; width: auto; }
.logo-nav { height: 56px; }
.logo-foot { height: 96px; margin: 0 auto; }
.hero-sun { display: block; margin-bottom: 10px; }
.hero-sun .sun { width: 56px; height: 56px; }

/* nav */
.topbar { display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: var(--maxw); margin: 0 auto; padding: 24px 24px 18px; }
.navlinks { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.navlink { color: var(--body); text-decoration: none; font-size: 14px; }
.navlink:hover { color: var(--gold); }
.hr-line { border-top: 1px solid var(--line); }
.topswitch { display: flex; justify-content: center; padding: 6px 24px 10px; }
.topswitch .locbar { padding: 0; }

/* hero */
.hero { display: grid; grid-template-columns: 1.02fr .98fr; gap: 44px; align-items: stretch; padding: 32px 0 44px; }
.hero-text { display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.hero-right { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.hero-right .locbar { padding: 0; }
.hero .script.hi { font-size: 27px; line-height: 1; margin: 6px 0 0; }
.hero h1 { font-family: var(--serif); color: var(--ink); font-size: clamp(30px, 4.4vw, 48px); line-height: 1.08; margin: 0; text-wrap: balance; font-weight: 500; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero p.lead { font-size: 17px; max-width: 46ch; margin: 0; }
.hero .cta { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { font: inherit; cursor: pointer; border-radius: 999px; padding: 13px 24px; font-weight: 600; text-decoration: none; border: 1px solid transparent; transition: transform .12s, box-shadow .2s; display: inline-block; }
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 26px -12px var(--gold); }
.btn-ghost { border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.arch-wrap { display: flex; justify-content: center; }
.arch { position: relative; width: 100%; max-width: 330px; aspect-ratio: 4/5; border-radius: 120px 120px 20px 20px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 40px 70px -34px rgba(80,55,25,.55); background: var(--chip); }
.arch img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

/* sekcje */
section { position: relative; padding: 34px 0; }
.divline { border-top: 1px solid var(--line); }
.sec-head { text-align: center; max-width: 62ch; margin: 0 auto 28px; }
.sec-head h2 { font-family: var(--serif); color: var(--ink); font-size: clamp(26px, 3.2vw, 34px); margin: 6px 0 0; font-weight: 500; }
.sec-head p { margin: 10px 0 0; color: var(--body); }

/* status widget */
.status-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 22px; box-shadow: 0 26px 50px -30px rgba(80,55,25,.4); max-width: 620px; margin: 0 auto; }
.status-head { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 4px; }
.status-head .t { font-family: var(--serif); color: var(--ink); font-size: 19px; }
.live { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.live .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--free); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--free) 55%, transparent); } 70% { box-shadow: 0 0 0 9px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
.grp { padding: 15px 2px 5px; margin-top: 4px; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.status-head + .grp { border-top: 0; margin-top: 6px; }
.grp + .bed { border-top: 0; }
.bed { display: flex; align-items: center; gap: 13px; padding: 13px 2px; border-top: 1px solid var(--line); }
.bed .chip { width: 40px; height: 40px; border-radius: 50%; background: var(--chip); color: var(--gold); display: grid; place-items: center; flex: none; font-family: var(--serif); font-weight: 600; font-size: 15px; }
.bed .meta { flex: 1; min-width: 0; }
.bed .meta .name { display: block; font-weight: 600; color: var(--ink); font-size: 14.5px; }
.bed .meta .sub { display: block; margin-top: 2px; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.badge { font-size: 13px; font-weight: 700; padding: 6px 13px; border-radius: 999px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.badge.free { color: var(--free); background: color-mix(in srgb, var(--free) 15%, transparent); }
.badge.busy { color: var(--busy); background: color-mix(in srgb, var(--busy) 15%, transparent); }
.badge.unknown { color: var(--muted); background: color-mix(in srgb, var(--muted) 14%, transparent); }
.status-foot { margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); text-align: center; }

/* nasze solaria */
.grouplbl { text-align: center; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 4px 0 16px; }
.devgrid { display: grid; gap: 30px; grid-template-columns: repeat(auto-fit, minmax(220px, 244px)); justify-content: center; }
.devgrid + .grouplbl { margin-top: 36px; }
.dev { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.dev .img { aspect-ratio: 1/1; overflow: hidden; background: #17120e; }
.dev .img img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.dev .db { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.dev .type { align-self: flex-start; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); background: color-mix(in srgb, var(--gold) 12%, transparent); padding: 4px 11px; border-radius: 999px; font-weight: 600; }
.dev .dh { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.dev .dn { font-family: var(--serif); color: var(--ink); font-size: 17px; font-weight: 600; line-height: 1.2; }
.dev .price { font-family: var(--serif); color: var(--gold); font-size: 19px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.dev .price i { font-style: normal; font-family: var(--sans); font-size: 11px; color: var(--muted); display: block; text-align: right; margin-top: 1px; }
.dev .dd { font-size: 13px; color: var(--body); margin: 0; }
.cennik-note { text-align: center; margin-top: 26px; font-size: 13.5px; color: var(--muted); }
.legal { max-width: 900px; margin: 24px auto 0; border: 1px solid var(--line); border-radius: 14px; padding: 14px 20px; display: flex; gap: 12px; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 12.5px; color: var(--muted); text-align: center; }
.legal b { color: var(--ink); }

/* trust (o nas) */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 28px auto 0; }
.tcard { text-align: center; padding: 8px 10px; }
.tcard .ic { width: 46px; height: 46px; border-radius: 50%; background: var(--chip); color: var(--gold); display: grid; place-items: center; margin: 0 auto 12px; }
.tcard .th { font-weight: 600; color: var(--ink); }
.tcard .tp { font-size: 13.5px; margin-top: 4px; }

/* godziny + kontakt */
.kontakt-part { margin-top: 40px; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 900px; margin: 0 auto; align-items: start; }
.framed { position: relative; border: 1px solid var(--gold-soft); border-radius: 18px; padding: 30px 26px 20px; }
.framed > .cap { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background: var(--bg); padding: 0 14px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.hours { list-style: none; margin: 0; padding: 0; }
.hrow { display: flex; align-items: center; gap: 16px; padding: 16px 2px; border-top: 1px solid var(--line); }
.hrow:first-child { border-top: 0; }
.hrow .cico { width: 46px; height: 46px; border-radius: 50%; background: var(--chip); color: var(--gold); display: grid; place-items: center; flex: none; }
.hrow .d { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.hrow .h { font-family: var(--serif); color: var(--ink); font-size: 20px; font-variant-numeric: tabular-nums; }
.hrow .h.closed { color: var(--busy); }
.contact .subl { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.contact p { margin: 0 0 14px; color: var(--ink); }
.contact .lab { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.map { margin-top: 6px; aspect-ratio: 16/9; border-radius: 16px; border: 1px solid var(--line); overflow: hidden; background: var(--surface); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.maplink { display: inline-block; margin-top: 10px; font-size: 13px; color: var(--gold); text-decoration: none; font-weight: 600; }
.maplink:hover { text-decoration: underline; }

/* przełącznik lokalizacji */
.locbar { display: flex; justify-content: center; padding: 8px 0 0; }
.loctabs { display: inline-flex; gap: 6px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 5px; }
.loctabs button { font: inherit; cursor: pointer; border: 0; background: transparent; color: var(--body); padding: 10px 22px; border-radius: 999px; font-weight: 600; transition: all .15s; text-align: center; }
.loctabs button .a { display: block; font-size: 11px; color: var(--muted); font-weight: 400; letter-spacing: .02em; margin-top: 1px; }
.loctabs button[aria-pressed="true"] { background: var(--gold); color: #fff; }
.loctabs button[aria-pressed="true"] .a { color: rgba(255,255,255,.8); }

/* pasek wybranego salonu */
.salonhead { text-align: center; padding: 4px 0 16px; }
.salonhead .nm { font-family: var(--serif); color: var(--ink); font-size: clamp(24px,3.2vw,32px); font-weight: 500; }
.salonhead .ad { color: var(--muted); font-size: 14px; margin-top: 4px; }

/* karty salonów */
.saloncards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.scard { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.scard .img { aspect-ratio: 3/2; overflow: hidden; background: var(--chip); }
.scard .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scard .b { padding: 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.scard .nm { font-family: var(--serif); color: var(--ink); font-size: 21px; font-weight: 600; }
.scard .ad { color: var(--body); font-size: 14px; }
.scard .hr { color: var(--muted); font-size: 13px; }
.scard .ph { color: var(--ink); font-weight: 600; font-size: 14px; }
.scard .btn { margin-top: 12px; text-align: center; }

footer.ft { text-align: center; padding: 22px 0 34px; border-top: 1px solid var(--line); }
footer.ft .sol { margin: 0 auto; }
footer.ft .meta { margin-top: 14px; font-size: 12.5px; color: var(--muted); }

@media (max-width: 720px) {
  .hero { grid-template-columns: 1fr; gap: 28px; }
  .hero-right { order: -1; }
  .trust, .two, .saloncards { grid-template-columns: 1fr; }
  .sol-nav { font-size: 34px; }
  .sol-hero { font-size: 54px; }
  .logo-nav { height: 44px; }
  .topbar { padding: 16px 18px 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .live .pulse { animation: none; }
  .btn-primary:hover { transform: none; }
  .btn { transition: none; }
}
