:root {
  --ink: #1a1b19;
  --moss: #242521;
  --moss-dark: #121310;
  --acid: #d6b87b;
  --paper: #fbfbf8;
  --sand: #edede8;
  --orange: #c9a968;
  --line: rgba(26, 27, 25, .18);
  --display: "Oxanium", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.58; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 99; padding: 12px 16px; color: var(--ink); background: var(--acid); }
.skip-link:focus { top: 16px; }

.site-header { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 19px clamp(20px, 4vw, 68px); background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; line-height: 0; }
.brand-logo { display: block; width: auto; height: 44px; }
.main-menu { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 42px); font-size: 13px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.main-menu > a:not(.nav-cta) { transition: color .2s; }
.main-menu > a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { padding: 9px 16px; color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; width: 38px; padding: 6px 0; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: min(980px, calc(100vh + 120px)); position: relative; display: flex; flex-direction: column; overflow: hidden; color: var(--paper); background: var(--ink); }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(rgba(214,184,123,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(214,184,123,.13) 1px, transparent 1px); background-size: 42px 42px; pointer-events: none; }
.hero-copy { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: clamp(430px, 48vw, 590px); padding: clamp(70px, 9vw, 132px) clamp(24px, 7.1vw, 125px) clamp(54px, 6vw, 90px); }
.eyebrow, .section-label { margin: 0 0 18px; font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: .84; letter-spacing: -.025em; }
.hero h1 { max-width: 780px; font-size: clamp(74px, 10.9vw, 174px); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 410px; margin: 32px 0; color: rgba(251,251,248,.85); font-size: clamp(16px, 1.35vw, 19px); font-weight: 500; line-height: 1.5; }
.button { display: inline-flex; align-items: center; gap: 23px; padding: 14px 17px 14px 20px; border: 0; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 21px; line-height: .6; }
.button-dark { color: var(--paper); background: var(--ink); }
.hero .button-dark { color: var(--ink); background: var(--acid); }
.button-light { color: var(--ink); background: var(--acid); }
.hero-art { width: 100%; min-height: clamp(500px, 42vw, 660px); position: relative; z-index: 2; align-self: flex-start; margin: 0; background: var(--moss-dark); overflow: visible; }
.hero-art::before { content: none; }
.hero-art::after { content: none; }
.hero-art > img { width: 100%; height: calc(100% + 142px); position: absolute; top: -142px; right: 0; left: 0; object-fit: cover; object-position: center top; transition: transform 1.1s cubic-bezier(.2,.65,.2,1); }
.hero:hover .hero-art > img { transform: scale(1.045); }
.hero-stamp { position: absolute; top: 11%; left: 11%; z-index: 2; width: 114px; height: 114px; display: grid; place-items: center; border: 1px solid var(--acid); border-radius: 50%; color: var(--acid); font-family: var(--display); font-size: 18px; font-weight: 700; line-height: .9; text-align: center; letter-spacing: .06em; transform: rotate(-13deg); }
.hero-number { position: absolute; top: 10%; right: 8%; z-index: 2; color: var(--acid); font-family: var(--display); font-size: 60px; font-weight: 700; line-height: 1; }
.hero-line { display: none; }
.hero-bottom { position: absolute; z-index: 2; left: clamp(24px, 7.1vw, 125px); bottom: 24px; margin: 0; color: var(--acid); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.section { padding: clamp(75px, 9vw, 148px) clamp(24px, 7.1vw, 125px); }
.about-intro { color: var(--ink); background: var(--paper); }
.about-intro h2 em { color: var(--orange); }
.about-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(52px, 7vw, 105px); border: 1px solid var(--line); background: var(--line); }
.about-pillars article { min-height: 175px; display: flex; flex-direction: column; padding: 24px 26px; background: var(--sand); }
.about-pillars span { color: var(--orange); font-family: var(--display); font-size: 20px; font-weight: 700; }
.about-pillars h3 { margin: auto 0 8px; font-family: var(--display); font-size: clamp(25px, 2.5vw, 38px); font-weight: 600; line-height: .95; }
.about-pillars p { max-width: 255px; margin: 0; font-size: 12px; line-height: 1.5; }
.section-label { display: flex; align-items: center; gap: 14px; }
.section-label span { color: var(--orange); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 9vw, 160px); align-items: end; }
h2 { font-size: clamp(57px, 8vw, 130px); }
.intro-grid > p { max-width: 480px; margin: 0 0 8px; font-size: clamp(17px, 1.45vw, 21px); font-weight: 500; line-height: 1.5; }

.profile { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(42px, 7vw, 120px); align-items: stretch; padding: clamp(70px, 9vw, 145px) clamp(24px, 7.1vw, 125px); color: var(--paper); background: var(--moss); }
.profile-kamila { background: var(--moss-dark); }
.profile-copy { min-width: 0; display: flex; flex-direction: column; }
.profile-head h2 { font-size: clamp(62px, 7.4vw, 122px); }
.profile-head h2 em { color: var(--acid); }
.profile-tag { max-width: 280px; margin: 30px 0 0; font-weight: 600; line-height: 1.35; }
.profile-body { max-width: 690px; margin-top: clamp(44px, 6vw, 88px); padding-top: 0; font-size: 15px; line-height: 1.72; }
.profile-body p { margin: 0 0 18px; }
.profile-body .profile-lead { font-size: 20px; font-weight: 600; line-height: 1.45; }
.profile-photo { position: relative; min-width: 0; min-height: 620px; margin: 0; align-self: stretch; overflow: hidden; background: transparent; }
.profile-photo::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, var(--moss) 0%, rgba(36,37,33,.86) 15%, rgba(36,37,33,.28) 36%, transparent 58%); pointer-events: none; }
.profile-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center top; opacity: 0; transform: translateY(34px) scale(1.04); transition: opacity .75s ease, transform 1s cubic-bezier(.2,.65,.2,1); }
.profile-photo.is-visible img { opacity: 1; transform: translateY(0) scale(1); }
.profile-photo-konrad img { object-fit: contain; object-position: center bottom; transform: translateY(34px) scale(.94); }
.profile-photo-konrad.is-visible img { transform: translateY(0) scale(.94); }
.profile-photo-kamila::after { background: linear-gradient(to top, var(--moss-dark) 0%, rgba(18,19,16,.86) 15%, rgba(18,19,16,.28) 36%, transparent 58%); }
.profile-photo-kamila img { object-position: center top; }
.profile-photo figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; padding: 8px 11px; color: var(--ink); background: var(--acid); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
blockquote { margin: 35px 0; padding: 22px 0 22px 25px; border-left: 3px solid var(--acid); color: var(--acid); font-family: var(--display); font-size: clamp(25px, 2.35vw, 38px); font-weight: 600; line-height: 1; }

.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding-top: 0; padding-bottom: 0; background: var(--ink); }
.principles article { min-height: 380px; padding: clamp(36px, 5vw, 78px) clamp(26px, 5.5vw, 95px); color: var(--paper); background: var(--ink); }
.principles article:nth-child(2) { color: var(--ink); background: var(--acid); }
.principle-number { display: block; margin-bottom: clamp(45px, 6vw, 93px); color: var(--orange); font-family: var(--display); font-size: 22px; font-weight: 700; }
.principles article:nth-child(2) .principle-number { color: var(--moss); }
.principles h3, .audience-grid h3, .nutrition-grid h3, .offer-card h3, .achievement-list h3 { margin: 0; font-family: var(--display); font-weight: 600; line-height: .96; letter-spacing: -.01em; }
.principles h3 { font-size: clamp(39px, 4.2vw, 67px); }
.principles p { max-width: 390px; margin: 20px 0 0; font-size: 14px; }

.journey { background-color: var(--sand); background-image: linear-gradient(rgba(26,27,25,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(26,27,25,.065) 1px, transparent 1px); background-size: 36px 36px; }
.journey-heading { max-width: 920px; position: relative; z-index: 1; }
.journey-story { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); min-height: 470px; margin: 50px 0 55px; overflow: visible; color: var(--paper); background: var(--ink); }
.journey-copy { max-width: none; display: flex; flex-direction: column; justify-content: center; gap: 24px; margin: 0; padding: clamp(34px, 5vw, 76px); font-size: 15px; line-height: 1.68; }
.journey-copy p { margin: 0; }
.journey-copy p:not(.journey-kicker):first-of-type { font-size: 20px; font-weight: 600; line-height: 1.48; }
.journey-kicker { color: var(--acid); font-size: 10px; font-weight: 700; letter-spacing: .13em; line-height: 1.4; }
.journey-player { min-height: 470px; position: relative; z-index: 2; margin: 0; overflow: visible; background-color: #22231f; background-image: linear-gradient(rgba(214,184,123,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(214,184,123,.13) 1px, transparent 1px); background-size: 34px 34px; }
.journey-player::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, #1a1b19 0%, transparent 32%), linear-gradient(0deg, rgba(26,27,25,.48), transparent 42%); pointer-events: none; }
.journey-player img { width: 100%; height: calc(100% + 76px); position: absolute; z-index: 1; top: -76px; right: 0; left: 0; object-fit: contain; object-position: center bottom; opacity: 0; transform: translateY(30px) scale(1.03); transition: opacity .75s ease, transform 1s cubic-bezier(.2,.65,.2,1); }
.journey-player.is-visible img { opacity: 1; transform: translateY(0) scale(1); }
.journey-player figcaption { position: absolute; z-index: 3; top: 17px; right: 20px; color: var(--acid); font-family: var(--display); font-size: 58px; font-weight: 700; line-height: 1; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid article { min-height: 260px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid span { color: var(--orange); font-family: var(--display); font-size: 18px; font-weight: 700; }
.audience-grid h3 { margin: 42px 0 14px; font-size: clamp(32px, 3.3vw, 50px); }
.audience-grid p { max-width: 230px; margin: 0; font-size: 13px; line-height: 1.5; }
.journey-note { max-width: 630px; margin: 40px 0 0; font-size: 18px; font-weight: 600; line-height: 1.45; }

.achievements { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 165px); overflow: visible; color: var(--paper); background: var(--ink); }
.achievements-title h2 em { color: var(--acid); }
.achievements-title { position: relative; }
.strongman-portrait { height: clamp(530px, 43vw, 710px); position: relative; margin: 28px 0 -230px; pointer-events: none; }
.strongman-portrait::before { content: ""; position: absolute; left: -12%; bottom: 0; width: 92%; aspect-ratio: 1; border: 1px solid rgba(214,184,123,.35); border-radius: 50%; }
.strongman-portrait img { width: min(100%, 450px); height: 100%; position: absolute; bottom: 0; left: -6%; object-fit: contain; object-position: center bottom; transform: translate3d(0, var(--parallax-offset, 0px), 0); will-change: transform; }
.achievement-list { border-top: 1px solid rgba(243,240,231,.25); }
.achievement-list article { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 22px 0 24px; border-bottom: 1px solid rgba(243,240,231,.25); }
.achievement-list article > span { color: var(--acid); font-family: var(--display); font-size: 18px; font-weight: 700; }
.achievement-list h3 { font-size: clamp(25px, 2.5vw, 39px); }
.achievement-list p { max-width: 550px; margin: 8px 0 0; color: rgba(243,240,231,.8); font-size: 13px; line-height: 1.55; }

.nutrition { background: var(--paper); }
.nutrition-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: end; }
.nutrition-top > p { max-width: 455px; margin: 0 0 6px; font-size: 17px; font-weight: 500; }
.nutrition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 65px; }
.nutrition-grid article { min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; padding: 27px; color: var(--paper); background: var(--moss); }
.nutrition-grid article:nth-child(2) { color: var(--ink); background: var(--acid); }
.nutrition-grid article:nth-child(3) { background: var(--orange); }
.nutrition-grid h3 { font-size: clamp(34px, 3.8vw, 59px); }
.nutrition-grid p { max-width: 250px; margin: 15px 0 0; font-size: 13px; line-height: 1.45; }
.nutrition-outro { max-width: 750px; margin: 50px auto 0; text-align: center; font-size: 18px; font-weight: 500; line-height: 1.5; }

.partners { padding: clamp(75px, 9vw, 145px) clamp(24px, 7.1vw, 125px); overflow: hidden; background-color: var(--orange); background-image: linear-gradient(rgba(26,27,25,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(26,27,25,.1) 1px, transparent 1px); background-size: 52px 52px; }
.partners-intro { margin-bottom: clamp(42px, 5vw, 76px); }
.partners h2 { font-size: clamp(50px, 7.2vw, 118px); letter-spacing: -.06em; }
.partners h2 em { color: var(--paper); }
.partner-cards { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.partner-card { min-width: 0; min-height: 290px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; overflow: hidden; color: var(--paper); background: var(--ink); transition: transform .2s; }
.partner-card:hover { transform: translateY(-6px); }
.partner-norsan { color: var(--ink); background: var(--paper); }
.partner-card p { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .11em; }
.partner-card h3 { margin: auto 0 20px; font-family: var(--display); font-size: clamp(52px, 5.5vw, 81px); font-weight: 700; line-height: .8; letter-spacing: -.03em; }
.partner-arrow { position: absolute; top: 18px; right: 21px; color: var(--acid); font-size: 25px; }
.partner-norsan .partner-arrow { color: var(--orange); }
.discount { align-self: flex-start; max-width: 100%; padding: 5px 7px; color: var(--ink); background: var(--acid); font-size: 9px; letter-spacing: .04em; overflow-wrap: anywhere; }
.partner-norsan .discount { color: var(--paper); background: var(--moss); }

.offer { background: var(--paper); }
.offer-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: end; }
.offer-heading > p { max-width: 455px; margin: 0 0 6px; font-size: 17px; font-weight: 500; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 68px; background: var(--line); border: 1px solid var(--line); }
.offer-card { min-height: 310px; display: flex; flex-direction: column; padding: 24px; background: var(--paper); transition: background .2s, color .2s; }
.offer-card:hover { color: var(--paper); background: var(--moss); }
.offer-card > div { display: flex; justify-content: space-between; align-items: flex-start; }
.offer-number { color: var(--orange); font-family: var(--display); font-size: 24px; font-weight: 700; }
.location { padding: 4px 6px; border: 1px solid currentColor; font-size: 9px; font-weight: 700; letter-spacing: .09em; }
.offer-card h3 { max-width: 315px; margin: auto 0 15px; font-size: clamp(31px, 3vw, 45px); }
.offer-card p { margin: 0; font-size: 12px; line-height: 1.5; }
.offer-card-featured { color: var(--ink); background: var(--acid); }
.offer-card-featured:hover { color: var(--ink); background: #c6df55; }

.contact { display: grid; grid-template-columns: 1fr 1fr; color: var(--paper); background: var(--moss); }
.contact-info { padding: clamp(75px, 9vw, 145px) clamp(24px, 7.1vw, 125px); }
.contact-info h2 { font-size: clamp(65px, 7.3vw, 119px); }
.contact-info h2 em { color: var(--acid); }
.contact-lead { max-width: 350px; margin: 28px 0 55px; font-size: 18px; font-weight: 500; line-height: 1.45; }
.contact-links { display: grid; gap: 22px; }
.contact-links a, .contact-links p { display: grid; gap: 2px; width: fit-content; margin: 0; font-size: 15px; }
.contact-links a:hover { color: var(--acid); }
.contact-links span { color: var(--acid); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.socials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 40px; }
.socials a { padding: 7px 9px; border: 1px solid rgba(243,240,231,.5); font-size: 10px; font-weight: 700; letter-spacing: .08em; transition: background .2s, color .2s; }
.socials a:hover { color: var(--moss); background: var(--acid); }
.contact-form { min-height: 100%; padding: clamp(75px, 9vw, 145px) clamp(24px, 7.1vw, 125px); background: var(--ink); }
.form-title { margin: 0 0 36px; color: var(--acid); font-family: var(--display); font-size: 30px; font-weight: 600; letter-spacing: .02em; }
.contact-form label { display: block; margin: 0 0 25px; color: rgba(243,240,231,.75); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; display: block; margin-top: 7px; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(243,240,231,.45); outline: none; color: var(--paper); background: transparent; font-size: 16px; font-weight: 400; letter-spacing: 0; text-transform: none; transition: border-color .2s; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--acid); }
.form-note { margin: 17px 0 0; color: rgba(243,240,231,.55); font-size: 11px; line-height: 1.4; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 26px clamp(24px, 4vw, 68px); color: var(--paper); background: var(--ink); border-top: 1px solid rgba(243,240,231,.2); }
.site-footer .brand { padding: 0; background: transparent; }
.site-footer .brand-logo { height: 32px; filter: brightness(0) invert(.68); }
.site-footer p, .site-footer > a:last-child { margin: 0; font-size: 11px; }
.site-footer > a:last-child { color: var(--acid); font-weight: 700; }

@media (max-width: 850px) {
  .menu-toggle { display: block; z-index: 21; }
  .main-menu { position: fixed; inset: 69px 0 auto; display: none; padding: 25px 24px 30px; gap: 20px; align-items: flex-start; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 20px rgba(22,26,22,.09); }
  .main-menu.open { display: flex; }
  .main-menu a { font-size: 16px; }
  .hero-copy { min-height: 540px; padding-bottom: 80px; }
  .hero-art { width: 100%; min-height: 440px; margin-left: 0; overflow: hidden; }
  .hero-art > img { height: 100%; top: 0; object-position: center top; }
  .hero-number { top: 12%; }
  .hero-bottom { bottom: 347px; }
  .profile { grid-template-columns: 1fr; gap: 48px; }
  .profile-body { max-width: 680px; }
  .profile-photo { min-height: 540px; max-height: 650px; }
  .journey-story { grid-template-columns: 1fr; }
  .journey-copy { min-height: 340px; }
  .journey-player { min-height: 480px; max-width: 620px; overflow: hidden; }
  .journey-player img { height: 100%; top: 0; }
  .achievements { grid-template-columns: 1fr; overflow: hidden; }
  .strongman-portrait { height: 560px; max-width: 440px; margin-bottom: 15px; }
  .strongman-portrait img { left: 0; }
  .partners { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact-form { padding-top: 70px; padding-bottom: 75px; }
}

@media (max-width: 620px) {
  .site-header { padding-top: 15px; padding-bottom: 15px; }
  .brand-logo { height: 34px; }
  .site-footer .brand-logo { height: 28px; }
  .hero h1 { font-size: clamp(62px, 20vw, 100px); }
  h2 { font-size: clamp(55px, 16vw, 87px); }
  .hero-copy { min-height: 530px; }
  .hero-art { min-height: 330px; }
  .hero-bottom { bottom: 347px; max-width: 250px; }
  .intro-grid, .journey-heading, .nutrition-top, .offer-heading { grid-template-columns: 1fr; }
  .intro-grid > p, .nutrition-top > p, .offer-heading > p { margin-top: 15px; }
  .about-pillars { grid-template-columns: 1fr; }
  .about-pillars article { min-height: 150px; }
  .profile-photo { min-height: 420px; max-height: 540px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: auto; }
  .journey-copy { min-height: auto; gap: 18px; padding: 38px 26px; font-size: 14px; }
  .journey-story { margin: 35px 0 40px; }
  .journey-player { min-height: 360px; }
  .audience-grid, .nutrition-grid, .offer-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 220px; }
  .partners { gap: 45px; }
  .partner-cards { grid-template-columns: 1fr; }
  .partner-card { min-height: 230px; }
  .offer-grid { margin-top: 45px; }
  .offer-card { min-height: 250px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
