@font-face {
  font-family: "JC Serif";
  src: url("assets/fonts/FreeSerif.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "JC Sans";
  src: url("assets/fonts/Lato-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "JC Sans";
  src: url("assets/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --navy: #0d1b3a;
  --navy-deep: #08142e;
  --navy-soft: #182847;
  --cream: #f8f5ee;
  --cream-deep: #eee8db;
  --paper: #fffefa;
  --gold: #b88920;
  --gold-bright: #e5b84e;
  --gold-pale: #f3d889;
  --gold-line: rgba(176, 141, 46, 0.4);
  --ink: #15223b;
  --muted: #6f716f;
  --serif: "JC Serif", "Times New Roman", serif;
  --sans: "JC Sans", Arial, sans-serif;
  --content: 1240px;
  /* Floor 64px (bylo 26px): na laptopach 1101-1320px tresc klejila sie do lewej
     krawedzi (uwaga Patryka); media <=1100/<=820 nadal nadpisuja na 38/22px. */
  --side: max(64px, calc((100vw - var(--content)) / 2));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: #fff;
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 92px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 max(28px, 4vw);
  border-bottom: 1px solid transparent;
  transition: height 250ms ease, background 250ms ease, border-color 250ms ease;
}

.site-header .brand {
  justify-self: start;
}

.site-header.is-scrolled,
.site-header.menu-open {
  height: 76px;
  border-color: rgba(189, 125, 9, 0.22);
  background: rgba(255, 254, 250, 0.96);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: block;
  width: 220px;
  height: 56px;
  overflow: hidden;
}

.brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  max-width: none;
  transform: translate(-50%, -50%);
}

.mobile-cta {
  display: none;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: clamp(22px, 2.6vw, 44px);
  color: var(--navy);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.primary-nav a {
  position: relative;
  padding: 8px 0;
}

.primary-nav a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 200ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  justify-self: end;
  min-height: 46px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #fff;
  background: var(--navy);
  box-shadow: inset 0 0 0 1px rgba(231, 181, 70, 0.14);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--navy-deep);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 3px auto;
  background: var(--navy);
  transition: transform 200ms ease, opacity 200ms ease;
}

.hero {
  position: relative;
  display: grid;
  /* Poprawka Patryka 2026-08-19: bylo min-height 940px + padding-top 170px -
     na laptopach dawalo ~130px pustki nad labelem i uciete CTA na dole. */
  min-height: 0;
  padding: 128px var(--side) 72px;
  grid-template-columns: 1.08fr 0.76fr;
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  background:
    radial-gradient(circle at 49% 36%, rgba(255, 255, 255, 0.9), transparent 33%),
    linear-gradient(115deg, var(--paper), var(--cream) 62%, #eee8da);
}

.hero::after,
.page-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-dna,
.edge-dna {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(72px, 7vw, 100px);
  background-image: url("assets/img/career-dna-cover-blank.png");
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: auto 122%;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.hero .hero-dna,
.page-hero .hero-dna {
  width: 115px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.32) 62%, transparent 76%);
  mask-image: linear-gradient(90deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.32) 62%, transparent 76%);
}

.hero-network {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
  padding-left: clamp(40px, 8vw, 125px);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.ornament {
  position: relative;
  height: 15px;
  margin: 0 0 30px;
}

.ornament::before,
.ornament::after {
  position: absolute;
  top: 7px;
  width: calc(50% - 8px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--gold-pale));
}

.ornament::before {
  left: 0;
}

.ornament::after {
  right: 0;
  transform: rotate(180deg);
}

.ornament i {
  position: absolute;
  top: 3px;
  left: calc(50% - 5px);
  width: 9px;
  height: 9px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.ornament-wide {
  width: min(100%, 470px);
}

.hero h1,
.page-hero h1,
.section-heading h2,
.closing h2,
.contact-copy h2,
.direct-path h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(54px, 4.6vw, 76px);
}

.hero h1 span,
.page-hero h1 span,
.contact-title span,
.closing h2 span {
  color: transparent;
  background: linear-gradient(112deg, #c89427 0%, #f3d477 24%, #c58f20 48%, #f7dc88 72%, #b9851c 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 610px;
  margin: 36px 0 0;
  color: #505766;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions,
.closing-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
  box-shadow: inset 0 0 0 1px rgba(231, 181, 70, 0.12);
}

.button-primary:hover {
  border-color: var(--gold);
  background: var(--navy-deep);
}

.button-outline-light {
  color: var(--cream);
  border-color: rgba(229, 174, 63, 0.72);
}

.button-outline-light:hover {
  color: var(--navy);
  background: var(--gold-pale);
}

.button-gold {
  color: var(--navy);
  border-color: #d9aa3b;
  background: linear-gradient(112deg, #c8952d 0%, #f4d77d 28%, #d5a436 52%, #f6db86 76%, #bf8b21 100%);
  box-shadow: 0 12px 30px rgba(229, 184, 78, 0.13);
}

.button-gold:hover {
  color: var(--navy-deep);
  border-color: var(--gold-pale);
  background: linear-gradient(112deg, #ddb453 0%, #f8e4a8 35%, #e1b755 65%, #f7df9a 100%);
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 11px;
  color: var(--gold);
  font-size: 18px;
  transition: transform 200ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.hero-facts {
  display: grid;
  max-width: 620px;
  margin: 46px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid var(--gold-line);
  grid-template-columns: repeat(3, 1fr);
}

.hero-facts div {
  display: grid;
  padding: 0 17px;
  border-right: 1px solid rgba(189, 125, 9, 0.28);
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}

.hero-facts div:first-child {
  padding-left: 0;
}

.hero-facts div:last-child {
  border: 0;
}

.hero-facts dt {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 39px;
  line-height: 1;
}

.hero-facts dd {
  margin: 0;
  color: #5c6170;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.cover-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 405px);
  margin: 25px auto 0;
}

.cover-frame {
  position: relative;
}

.cover-stage img {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid rgba(189, 125, 9, 0.21);
  box-shadow: 0 32px 70px rgba(13, 27, 58, 0.18), 0 5px 18px rgba(13, 27, 58, 0.11);
  transform: rotate(1.2deg);
}

.cover-frame::before {
  position: absolute;
  z-index: 0;
  top: 23px;
  right: -21px;
  bottom: -23px;
  left: 20px;
  content: "";
  border: 1px solid rgba(189, 125, 9, 0.34);
}

.cover-stage figcaption {
  margin-top: 52px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.cover-halo {
  position: absolute;
  top: 23%;
  left: 50%;
  width: 130%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 174, 63, 0.18), transparent 68%);
  transform: translate(-50%, -50%);
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  display: block;
  width: 1px;
  height: 34px;
  background: var(--gold);
}

.intro-strip {
  display: flex;
  min-height: 94px;
  padding: 25px var(--side);
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: var(--cream);
  background: var(--navy);
  text-align: center;
}

.intro-strip p {
  margin: 0;
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: 0.08em;
}

.intro-strip span {
  width: 6px;
  height: 6px;
  border: 1px solid var(--gold-bright);
  transform: rotate(45deg);
}

.section {
  position: relative;
  padding: 110px var(--side);
}

.section-marker {
  position: absolute;
  top: 80px;
  left: var(--side);
  color: rgba(13, 27, 58, 0.2);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.18em;
}

.section-marker::after {
  position: absolute;
  top: 50%;
  left: 34px;
  width: 62px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.section-marker.light {
  color: rgba(255, 255, 255, 0.45);
}

.section-heading {
  max-width: 940px;
  margin: 0 auto 64px;
  text-align: center;
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(43px, 4.5vw, 66px);
}

.section-heading > p:last-child {
  max-width: 740px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 17px;
}

.section-heading-light h2,
.section-heading-light > p:last-child,
.section-heading-light .eyebrow {
  color: var(--cream);
}

.section-heading-light .eyebrow {
  color: var(--gold-bright);
}

.report-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 20%, rgba(232, 177, 58, 0.08), transparent 24%),
    var(--cream);
}

.report-layout {
  display: grid;
  max-width: var(--content);
  margin: 0 auto;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(70px, 10vw, 145px);
  align-items: center;
}

.report-preview {
  position: relative;
  min-height: 710px;
}

.report-page {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 460px;
  min-height: 640px;
  padding: 35px 33px;
  border: 1px solid rgba(13, 27, 58, 0.12);
  background: var(--paper);
  box-shadow: 0 28px 65px rgba(13, 27, 58, 0.14);
}

.report-page-back {
  z-index: 1;
  top: 42px;
  left: 53px;
  border-color: var(--gold-line);
  box-shadow: none;
  transform: rotate(3deg);
}

.report-page header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 13px;
}

.report-page header b {
  color: var(--gold);
}

.report-page header small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 7px;
}

.report-rule {
  height: 1px;
  margin: 16px 0 26px;
  background: rgba(13, 27, 58, 0.2);
}

.report-page h3,
.report-page h4 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.report-page h4 {
  margin-top: 25px;
  font-size: 24px;
}

.report-subtitle {
  margin: 6px 0 8px;
  color: var(--muted);
  font-size: 10px;
}

.report-page h3::after,
.report-page h4::after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px 0 12px;
  content: "";
  background: var(--gold);
}

.report-copy-lines i {
  display: block;
  width: 100%;
  height: 4px;
  margin: 7px 0;
  background: #d5d6d6;
}

.report-copy-lines i:nth-child(2) {
  width: 91%;
}

.report-copy-lines i:nth-child(4) {
  width: 95%;
}

.report-page blockquote {
  margin: 23px 0;
  padding: 12px 13px;
  border: 1px solid var(--gold);
  color: #434750;
  font-family: var(--serif);
  font-size: 11px;
  font-style: italic;
  line-height: 1.5;
}

.report-page blockquote small {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 7px;
}

.report-table {
  display: grid;
  overflow: hidden;
  border: 1px solid #c7ccd3;
  grid-template-columns: 1fr 1.75fr;
  font-size: 7px;
}

.report-table > * {
  min-height: 24px;
  margin: 0;
  padding: 6px;
  border-right: 1px solid #c7ccd3;
  border-bottom: 1px solid #c7ccd3;
}

.report-table > span {
  color: white;
  background: var(--navy);
  font-weight: 700;
}

.report-table > i::after {
  display: block;
  width: 80%;
  height: 3px;
  content: "";
  background: #d5d6d6;
}

.sunburst {
  position: relative;
  width: 62px;
  height: 62px;
  margin-bottom: 32px;
}

.sunburst::before,
.sunburst::after,
.sunburst span::before,
.sunburst span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.sunburst::after {
  transform: rotate(90deg);
}

.sunburst span::before {
  transform: rotate(45deg);
}

.sunburst span::after {
  transform: rotate(-45deg);
}

.sunburst-small {
  width: 42px;
  height: 42px;
}

.sunburst-small::before,
.sunburst-small::after,
.sunburst-small span::before,
.sunburst-small span::after {
  width: 42px;
}

.quote {
  margin: 0 0 45px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.25;
}

.fine-list {
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}

.fine-list li {
  display: grid;
  padding: 20px 0;
  border-top: 1px solid var(--gold-line);
  grid-template-columns: 52px 1fr;
  gap: 12px;
}

.fine-list li > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.1em;
}

.fine-list strong {
  display: block;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.fine-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 15.5px;
}

.paths-section,
.comparison-section,
.evidence-section,
.direct-path {
  overflow: hidden;
  color: var(--cream);
  background:
    linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    var(--navy);
  background-size: 80px 80px;
}

.edge-dna-right {
  right: 0;
  left: auto;
  background-position: left center;
  transform: scaleX(-1);
  opacity: 0.23;
  mix-blend-mode: screen;
}

.paths-section .edge-dna {
  display: none;
}

.path-grid {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1050px;
  margin: 0 auto;
  border-top: 1px solid rgba(229, 174, 63, 0.58);
  border-bottom: 1px solid rgba(229, 174, 63, 0.58);
  grid-template-columns: repeat(2, 1fr);
}

.path-card {
  padding: 55px 64px 65px;
}

.path-card + .path-card {
  border-left: 1px solid rgba(229, 174, 63, 0.42);
}

.path-card header {
  display: flex;
  margin-bottom: 56px;
  align-items: center;
  justify-content: space-between;
}

.path-card header span {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 15px;
}

.path-card header p {
  margin: 0;
  color: rgba(248, 245, 238, 0.56);
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.path-card h3 {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(64px, 6vw, 88px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.path-lead {
  min-height: 77px;
  margin: 21px 0 36px;
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.35;
}

.path-card ul {
  min-height: 190px;
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
}

.path-card li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-top: 1px solid rgba(248, 245, 238, 0.12);
  color: rgba(248, 245, 238, 0.78);
  font-size: 15px;
}

.path-card li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 5px;
  height: 5px;
  border: 1px solid var(--gold-bright);
  content: "";
  transform: rotate(45deg);
}

.process-section {
  background: var(--paper);
}

.process-line {
  position: relative;
  display: grid;
  max-width: var(--content);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
}

.process-line::before {
  position: absolute;
  top: 33px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--gold-pale), var(--gold), var(--gold-pale));
}

.process-line li {
  position: relative;
  padding: 0 25px;
  text-align: center;
}

.process-line li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 30px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: var(--paper);
  font-family: var(--serif);
}

.process-line h3 {
  margin: 0 0 13px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.process-line p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
}

.evidence-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: center;
}

.evidence-copy {
  max-width: 520px;
}

.evidence-copy h2,
.direct-path h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.evidence-copy > p:last-child,
.direct-path-inner > p {
  color: rgba(248, 245, 238, 0.68);
}

.evidence-grid {
  display: grid;
  border: 1px solid rgba(229, 174, 63, 0.48);
  grid-template-columns: repeat(2, 1fr);
}

.evidence-grid > div {
  min-height: 300px;
  padding: 50px;
}

.evidence-grid > div + div {
  border-left: 1px solid rgba(229, 174, 63, 0.35);
}

.evidence-grid span {
  color: var(--gold-bright);
  font-size: 10px;
  letter-spacing: 0.25em;
}

.evidence-grid p {
  margin: 55px 0 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.4;
}

.faq-section {
  display: grid;
  max-width: var(--content);
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 85px;
}

.faq-section .section-marker {
  left: 0;
}

.faq-intro {
  position: sticky;
  top: 125px;
  align-self: start;
}

.faq-intro h2 {
  margin: 0 0 35px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.faq-lead {
  max-width: 350px;
  margin: 26px 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.faq-contact {
  display: inline-flex;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--gold-line);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.faq-contact span {
  margin-left: 12px;
  color: var(--gold);
  font-size: 17px;
}

.faq-list {
  border-top: 1px solid var(--gold-line);
}

.faq-list details {
  border-bottom: 1px solid var(--gold-line);
}

.faq-list summary {
  display: flex;
  min-height: 84px;
  padding: 22px 6px;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 22px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  margin-left: 20px;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 12px;
  left: 3px;
  width: 19px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.faq-list summary span::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary span::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 0 30px;
  padding-right: 45px;
  color: var(--muted);
  font-size: 15.5px;
}

.closing {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  padding: 105px var(--side);
  background:
    radial-gradient(circle at 50% 30%, #fff, transparent 48%),
    var(--cream);
}

.closing .edge-dna {
  width: 90px;
  opacity: 0.8;
  /* Zoom na sama kolumne helisy okladki: bez tego w pasek wchodza elementy
     lezace na prawo od helisy (granatowy tytul, ramka z ikonami) i wystaja
     zza krawedzi jako artefakty. Maska dodatkowo wygasza prawa krawedz. */
  background-size: auto 210%;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 55%, rgba(0, 0, 0, 0.35) 78%, transparent 96%);
  mask-image: linear-gradient(90deg, #000 0%, #000 55%, rgba(0, 0, 0, 0.35) 78%, transparent 96%);
}

.closing-inner {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.closing-inner > img {
  width: 310px;
  margin: 0 auto 10px;
}

.closing-inner .ornament {
  margin-right: auto;
  margin-left: auto;
}

.closing h2 {
  font-size: clamp(50px, 4.7vw, 70px);
}

.closing-inner > p:not(.eyebrow) {
  color: var(--muted);
}

.closing-actions {
  justify-content: center;
}

.site-footer {
  display: grid;
  min-height: 225px;
  padding: 60px var(--side);
  align-items: end;
  color: rgba(248, 245, 238, 0.65);
  background: var(--navy-deep);
  grid-template-columns: 1fr auto 1fr;
  gap: 50px;
}

.footer-brand {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 27px;
}

.footer-brand span {
  color: var(--gold-bright);
}

.site-footer p {
  margin: 7px 0 0;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer > p {
  text-align: right;
}

.site-footer nav {
  display: flex;
  gap: 32px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer a:hover {
  color: var(--gold-pale);
}

.page-hero {
  position: relative;
  display: grid;
  /* Poprawka Patryka 2026-08-19: bez martwego whitespace na dole hero
     (bylo min-height 690px + padding-bottom 100px). */
  min-height: 0;
  padding: 170px var(--side) 64px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, #fff, transparent 43%),
    var(--cream);
}

.page-hero .hero-dna {
  height: 100%;
  background-size: auto 145%;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 950px;
  /* Poprawka Patryka 2026-08-19: caly blok hero WYSRODKOWANY. */
  margin: 0 auto;
  min-width: 0;
  text-align: center;
}

.page-hero-inner .ornament {
  margin-right: auto;
  margin-left: auto;
}

.page-hero h1 {
  /* Ujednolicone z hero pozostalych stron (.hero h1); bylo clamp(60px,7vw,102px),
     przez co tytul uslug byl wyraznie wiekszy niz gdzie indziej (uwaga Patryka). */
  font-size: clamp(54px, 4.6vw, 76px);
}

.page-hero-inner > p:last-child {
  max-width: 680px;
  margin: 35px auto 0;
  color: var(--muted);
}

.scope-section {
  background: var(--paper);
}

.scope-grid {
  display: grid;
  max-width: var(--content);
  margin: 0 auto;
  border-top: 1px solid var(--gold-line);
  border-left: 1px solid var(--gold-line);
  grid-template-columns: repeat(2, 1fr);
}

.scope-item {
  min-height: 310px;
  padding: 48px 55px;
  border-right: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}

.scope-item > span {
  color: var(--gold);
  font-family: var(--serif);
  letter-spacing: 0.15em;
}

.scope-item h3 {
  margin: 32px 0 14px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.scope-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
}

.comparison-table {
  max-width: 1080px;
  margin: 0 auto;
  border-top: 1px solid rgba(229, 174, 63, 0.55);
}

.comparison-table > div {
  display: grid;
  border-bottom: 1px solid rgba(229, 174, 63, 0.3);
  grid-template-columns: 0.7fr 1fr 1fr;
}

.comparison-table > div > * {
  min-height: 88px;
  margin: 0;
  padding: 25px 28px;
  border-right: 1px solid rgba(229, 174, 63, 0.2);
}

.comparison-table > div > *:last-child {
  border: 0;
}

.comparison-table span {
  color: var(--gold-pale);
  font-family: var(--serif);
}

.comparison-table p {
  color: rgba(248, 245, 238, 0.78);
  font-size: 14.5px;
}

.comparison-head {
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quality-detail {
  background: var(--paper);
}

.quality-layout {
  display: grid;
  max-width: var(--content);
  margin: 0 auto;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.quality-layout .section-heading {
  margin: 0;
  text-align: left;
}

.quality-layout .section-heading > p:last-child {
  margin-right: 0;
  margin-left: 0;
}

.quality-points {
  border-top: 1px solid var(--gold-line);
}

.quality-points > div {
  display: grid;
  min-height: 92px;
  padding: 24px 0;
  align-items: center;
  border-bottom: 1px solid var(--gold-line);
  grid-template-columns: 56px 1fr;
}

.quality-points span {
  width: 29px;
  height: 29px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.quality-points span::after {
  display: block;
  width: 7px;
  height: 7px;
  margin: 10px;
  border: 1px solid var(--gold);
  content: "";
  transform: rotate(45deg);
}

.quality-points p {
  margin: 0;
  color: var(--muted);
}

.quality-points strong {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.compact-closing {
  min-height: 590px;
}

.contact-layout {
  display: grid;
  max-width: var(--content);
  margin: 0 auto;
  /* Uwagi Patryka (desktop): formularz WEZSZY, tekst po lewej szerszy. */
  grid-template-columns: 1.05fr 0.9fr;
  gap: 110px;
  align-items: start;
}

/* Kontakt bez osobnego page-hero: tekst i formularz w jednym ukladzie 2-kolumnowym,
   formularz widoczny od razu obok tytulu (bez scrollowania). */
.contact-section {
  padding-top: 260px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 30%, #fff, transparent 46%),
    var(--cream);
}

.contact-section .hero-dna {
  width: 115px;
  height: 100%;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.32) 62%, transparent 76%);
  mask-image: linear-gradient(90deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.32) 62%, transparent 76%);
}

.contact-title {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(38px, 3.6vw, 52px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.95;
  text-transform: uppercase;
}

.contact-title + p {
  max-width: 460px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17.5px;
}


.contact-copy h2 {
  margin: 0 0 30px;
}

.contact-copy > p {
  color: var(--muted);
}

.contact-email {
  display: inline-block;
  margin: 25px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold);
  color: var(--navy);
  font-family: var(--serif);
  font-size: 23px;
}

.contact-note {
  display: grid;
  margin-top: 35px;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
}

.contact-note .sunburst {
  margin: 0;
}

.contact-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-form {
  padding: 48px;
  border: 1px solid var(--gold-line);
  background: var(--paper);
}

.form-heading {
  display: flex;
  margin-bottom: 34px;
  padding-bottom: 20px;
  justify-content: space-between;
  border-bottom: 1px solid var(--gold-line);
}

.form-heading span {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
}

.form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form > label:not(.consent) {
  display: block;
  margin: 22px 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid rgba(13, 27, 58, 0.25);
  border-radius: 0;
  outline: none;
  color: var(--navy);
  background: transparent;
  font-size: 15px;
  text-transform: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--gold);
}

.consent {
  display: grid;
  margin: 30px 0;
  color: var(--muted);
  font-size: 12px;
  grid-template-columns: 18px 1fr;
  gap: 12px;
}

.consent input {
  accent-color: var(--navy);
}

.direct-path {
  min-height: 580px;
}

.direct-path-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.direct-path-inner > p {
  margin: 30px auto;
}

.hero-tagline {
  margin: 24px 0 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 26px);
  font-style: italic;
  letter-spacing: 0.02em;
}

.todo-note {
  margin: 28px 0 0;
  padding: 14px 18px;
  border: 1px dashed var(--gold);
  color: #7a5a10;
  background: rgba(229, 184, 78, 0.08);
  font-size: 13px;
  line-height: 1.6;
}

.todo-tag {
  display: inline-block;
  padding: 2px 8px;
  border: 1px dashed var(--gold);
  color: #7a5a10;
  background: rgba(229, 184, 78, 0.12);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.path-price {
  display: flex;
  margin: 18px 0 0;
  align-items: baseline;
  gap: 14px;
}

.price-promo {
  color: transparent;
  background: linear-gradient(112deg, #e0aa39 0%, #f7dc88 45%, #d3a02c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1;
}

.price-regular {
  color: rgba(248, 245, 238, 0.55);
  font-size: 17px;
}

.price-regular s {
  text-decoration-color: rgba(229, 174, 63, 0.75);
  text-decoration-thickness: 1.5px;
}

.price-note {
  margin: 8px 0 0;
  color: rgba(248, 245, 238, 0.52);
  font-size: 11.5px;
  letter-spacing: 0.05em;
}

.closing-price-note {
  max-width: 640px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 13px;
}

.closing-price-note s {
  text-decoration-color: rgba(184, 137, 32, 0.7);
}

.path-card .todo-tag {
  color: var(--gold-pale);
  background: rgba(229, 184, 78, 0.1);
}

.path-note {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 0 9px;
  border-bottom: 1px solid rgba(229, 174, 63, 0.5);
  color: var(--gold-pale);
  font-size: 13.5px;
}

.path-note:hover {
  color: var(--gold-bright);
}

.samples-slot {
  grid-column: 1 / -1;
}

.samples-slot .todo-note {
  margin-top: 10px;
  color: var(--gold-pale);
  background: rgba(255, 255, 255, 0.04);
}

.closing-inner .todo-note {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  :root {
    --side: 38px;
  }

  /* Pasek helisy konczy sie przed kolumna tekstu (hero-copy padding-left: 60px). */
  .hero .hero-dna,
  .page-hero .hero-dna {
    width: 84px;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 36%, rgba(0, 0, 0, 0.25) 54%, transparent 68%);
    mask-image: linear-gradient(90deg, #000 0%, #000 36%, rgba(0, 0, 0, 0.25) 54%, transparent 68%);
  }

  .report-page {
    width: 100%;
    min-height: 575px;
  }

  .report-page-back {
    left: 24px;
  }

  .report-preview {
    min-height: 645px;
  }

  .hero {
    min-height: 900px;
    padding-top: 140px;
    grid-template-columns: 1fr 0.7fr;
    gap: 45px;
  }

  .hero-copy {
    padding-left: 60px;
  }

  .path-card {
    padding-right: 38px;
    padding-left: 38px;
  }

  .faq-section {
    padding-right: var(--side);
    padding-left: var(--side);
  }

  .faq-section .section-marker {
    left: var(--side);
  }
}

@media (max-width: 820px) {
  :root {
    --side: 22px;
  }

  .site-header,
  .site-header.is-scrolled {
    display: flex;
    height: 70px;
    padding: 0 18px;
  }

  .nav-cta {
    display: none;
  }

  .brand {
    z-index: 2;
    width: 155px;
    height: 50px;
  }

  .brand img {
    width: 140px;
  }

  .mobile-cta {
    z-index: 2;
    display: inline-flex;
    min-height: 38px;
    margin-left: auto;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff;
    background: var(--navy);
    box-shadow: inset 0 0 0 1px rgba(231, 181, 70, 0.14);
    text-align: center;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .nav-toggle {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /* Klasyczny hamburger 3 kresek -> X: srodkowa znika, skrajne sie krzyzuja. */
  .site-header.menu-open .nav-toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .nav-toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    width: min(86vw, 380px);
    height: 100vh;
    padding: 110px 35px 40px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    background: var(--paper);
    box-shadow: -20px 0 60px rgba(13, 27, 58, 0.15);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--gold-line);
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.06em;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 135px 24px 80px;
  }

  /* Mobile: pionowe paski helisy znikaja - brak strefy dekoracyjnej bez contentu,
     motyw DNA niesie okladka raportu. Zero nakladania na statystyki i tekst. */
  .hero-dna,
  .edge-dna,
  .hero .hero-dna,
  .page-hero .hero-dna {
    display: none;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero h1 {
    /* 9.2vw: najdluzsze slowo naglowka miesci sie w 360px bez wystawania */
    font-size: clamp(28px, 9.2vw, 38px);
    letter-spacing: 0.01em;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-facts {
    margin-top: 36px;
  }

  .hero-facts div {
    display: block;
    padding: 0 9px;
  }

  .hero-facts dt {
    font-size: 31px;
  }

  .hero-facts dd {
    margin-top: 7px;
    font-size: 8px;
  }

  .cover-stage {
    width: 69vw;
    max-width: 310px;
    margin-top: 85px;
  }

  .scroll-cue {
    display: none;
  }

  .intro-strip {
    min-height: 0;
    padding: 35px 28px;
    flex-direction: column;
    gap: 14px;
  }

  .intro-strip p {
    font-size: 17px;
  }

  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-marker {
    top: 48px;
  }

  .section-heading {
    margin-bottom: 55px;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(40px, 10.5vw, 50px);
  }

  .section-heading > p:last-child {
    font-size: 14px;
  }

  .report-layout,
  .quality-layout,
  .contact-layout,
  .evidence-section,
  .faq-section {
    display: block;
  }

  .report-preview {
    width: calc(100% - 28px);
    min-height: 550px;
    margin: 0 auto 40px;
  }

  .report-page {
    width: 100%;
    min-height: 530px;
    padding: 30px 28px;
  }

  .report-page-back {
    top: 24px;
    left: 16px;
    transform: none;
  }

  .report-content {
    margin-top: 70px;
  }

  .path-grid {
    display: block;
  }

  .path-card {
    padding: 45px 27px 55px;
  }

  .path-card + .path-card {
    border-top: 1px solid rgba(229, 174, 63, 0.42);
    border-left: 0;
  }

  .path-card h3 {
    font-size: 62px;
  }

  .path-card ul,
  .path-lead {
    min-height: 0;
  }

  .process-line {
    display: block;
  }

  .process-line::before {
    top: 33px;
    bottom: 75px;
    left: 32px;
    width: 1px;
    height: auto;
  }

  .process-line li {
    display: grid;
    padding: 0 0 45px;
    grid-template-columns: 66px 1fr;
    gap: 23px;
    text-align: left;
  }

  .process-line li > span {
    margin: 0;
  }

  .evidence-copy {
    margin-bottom: 55px;
  }

  .evidence-grid {
    display: block;
  }

  .evidence-grid > div {
    min-height: 0;
    padding: 38px 30px;
  }

  .evidence-grid > div + div {
    border-top: 1px solid rgba(229, 174, 63, 0.35);
    border-left: 0;
  }

  .evidence-grid p {
    margin-top: 28px;
    font-size: 21px;
  }

  .faq-section {
    padding-right: var(--side);
    padding-left: var(--side);
  }

  .faq-intro {
    position: static;
    margin-bottom: 40px;
  }

  .faq-intro h2 {
    font-size: clamp(32px, 11vw, 44px);
  }

  .faq-list summary {
    font-size: 18px;
    line-height: 1.3;
  }

  .closing {
    min-height: 650px;
    padding-top: 110px;
  }

  .closing h2 {
    font-size: 36px;
    line-height: 1;
  }

  .closing h2 span {
    display: block;
  }

  .closing-inner > img {
    width: 240px;
  }

  .site-footer {
    display: block;
    min-height: 0;
    padding: 55px 25px;
    text-align: center;
  }

  .site-footer nav {
    margin: 35px 0;
    align-items: center;
    flex-direction: column;
    gap: 14px;
  }

  .site-footer > p {
    text-align: center;
  }

  .page-hero {
    min-height: 610px;
    padding: 130px 25px 80px;
  }

  .page-hero h1 {
    font-size: clamp(28px, 9.2vw, 38px);
  }

  .section-heading h2,
  .closing h2,
  .contact-copy h2,
  .direct-path h2,
  .evidence-copy h2 {
    font-size: clamp(30px, 10.5vw, 42px);
  }

  .scope-grid {
    display: block;
  }

  .scope-item {
    min-height: 0;
    padding: 38px 30px;
  }

  .comparison-table > div {
    grid-template-columns: 0.68fr 1fr 1fr;
  }

  .comparison-table > div > * {
    min-height: 0;
    padding: 20px 10px;
    font-size: 11px;
    line-height: 1.45;
  }

  .quality-layout .section-heading {
    margin-bottom: 50px;
  }

  .contact-copy {
    margin-bottom: 60px;
  }

  .contact-section {
    padding-top: 120px;
  }

  .contact-section .hero-dna {
    display: none;
  }

  .contact-title {
    font-size: clamp(28px, 9.2vw, 38px);
  }

  .contact-form {
    padding: 30px 23px;
  }

  .form-heading {
    display: block;
  }

  .form-heading p {
    margin-top: 6px;
  }

  .direct-path-inner .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hero-actions,
  .closing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .closing-actions .button {
    width: 100%;
  }

  .hero-actions .text-link,
  .closing-actions .text-link {
    justify-content: center;
  }

  .hero-facts dt {
    font-size: 28px;
  }

  .report-preview {
    min-height: 515px;
  }

  .report-page {
    min-height: 500px;
  }

  .report-page h3 {
    font-size: 27px;
  }

  .comparison-table {
    margin-right: -12px;
    margin-left: -12px;
  }
}

/* Mniejsze laptopy (1366x768, 1440x900): caly kontakt z przyciskiem "Wyslij"
   ma miescic sie w JEDNYM ekranie bez scrollowania. Min-width chroni mobile. */
@media (max-height: 950px) and (min-width: 821px) {
  .contact-section {
    /* Etykieta KONTAKT z wyraznym odstepem od navbara (~110px) PRZY zachowaniu
       przycisku Wyslij nad foldem na 1280x720/1366x768 (obie dyspozycje Patryka). */
    padding-top: 185px;
    padding-bottom: 50px;
  }

  .contact-title {
    font-size: clamp(32px, 2.9vw, 42px);
  }

  .contact-title + p {
    margin-top: 16px;
  }

  .contact-email {
    margin: 16px 0;
    font-size: 20px;
  }

  .contact-form {
    padding: 26px 34px;
  }

  .form-heading {
    margin-bottom: 14px;
  }

  .contact-form > label:not(.consent) {
    margin: 12px 0;
  }

  .contact-form input:not([type="checkbox"]),
  .contact-form select {
    padding: 8px 0;
  }

  .contact-form textarea {
    height: 70px;
    padding: 8px 0;
  }

  .consent {
    margin: 16px 0;
  }
}

/* Bardzo niskie ekrany laptopowe (~560-650px wysokosci, np. 1280x570 z paskami
   przegladarki): przycisk "Wyslij wiadomosc" MUSI byc widoczny bez scrolla. */
@media (max-height: 660px) and (min-width: 821px) {
  .contact-section {
    padding-top: 96px;
    padding-bottom: 20px;
  }

  .contact-title {
    font-size: clamp(22px, 2.1vw, 28px);
  }

  .contact-title + p {
    margin-top: 8px;
    font-size: 14px;
  }

  .contact-copy .ornament {
    display: none;
  }

  .contact-email {
    margin: 10px 0;
    padding-bottom: 5px;
    font-size: 17px;
  }

  .contact-form {
    padding: 14px 24px;
  }

  .form-heading {
    margin-bottom: 6px;
  }

  .form-heading p {
    display: none;
  }

  .contact-form > label:not(.consent) {
    margin: 7px 0;
  }

  .contact-form input:not([type="checkbox"]),
  .contact-form select {
    margin-top: 4px;
    padding: 4px 0;
  }

  .contact-form textarea {
    height: 44px;
    margin-top: 4px;
    padding: 4px 0;
  }

  .consent {
    margin: 8px 0;
  }

  .contact-form .button {
    min-height: 42px;
    padding: 0 26px;
  }
}

/* === Poprawki layoutu na male laptopy (uwagi Patryka 2026-08-19) === */

/* E-mail kontaktowy wygladal jak surowy, nieostylowany link z makiety (serif +
   podkreslenie przy helisie odbierane jako "niebieski artefakt"). Styl spojny
   z brandem: sans, zloty akcent, czytelna rola elementu. */
.contact-email {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--navy);
  border-bottom: 2px solid var(--gold);
  text-decoration: none;
}

.contact-email:hover {
  color: #8a6a14;
}


/* DOGRYWKA kontaktu (Patryk 2026-08-19): lewa kolumna tekstow wyrownana do tej
   samej linii co tresc sekcji na pozostalych stronach (.section-heading: kontener
   940px wycentrowany; kontakt startowal na krawedzi layoutu 1240px i byl wyraznie
   blizej krawedzi: 64px vs 170px @1280). Formularz po prawej zostaje szeroki. */
@media (min-width: 941px) {
  .contact-copy {
    padding-left: max(0px, calc((100vw - 940px) / 2 - var(--side)));
  }
}
