@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-latinext.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #0d0d0d;
  --paper: #fff;
  --yellow: #f3dd51;
  --orange: #d74000;
  --gray: #757575;
  --soft: #f4f3ef;
  --line: rgba(13, 13, 13, 0.14);
  --radius: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Instrument Sans", Arial, sans-serif; font-size: 17px; line-height: 1.55; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; }
h1, h2 { letter-spacing: -0.045em; }
h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 6.2vw, 6.7rem); }
h2 { margin-bottom: 28px; font-size: clamp(2.6rem, 5vw, 5rem); }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.2rem); letter-spacing: -0.02em; }
mark { color: inherit; background: var(--yellow); padding: 0 0.07em; }
a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.site-header { position: absolute; z-index: 10; top: 0; left: 50%; display: flex; width: min(1320px, calc(100% - 64px)); height: 110px; align-items: center; justify-content: space-between; transform: translateX(-50%); color: #fff; }
.wordmark { flex-shrink: 0; display: inline-flex; }
.wordmark img { width: auto; height: 40px; }
.nav { display: flex; gap: 34px; }
.nav a { font-size: 15px; font-weight: 600; text-decoration: none; }
.nav a:hover { color: var(--yellow); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 2px solid var(--orange); border-radius: 999px; color: #fff; background: var(--orange); font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #b93800; }
.button-small { min-height: 45px; padding: 0 20px; font-size: 15px; }
.button-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-ghost:hover { background: var(--ink); color: #fff; }

.hero { position: relative; min-height: 920px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); align-items: center; gap: 60px; padding: 150px max(6vw, calc((100vw - 1320px) / 2)) 90px; color: #fff; background: var(--ink); }
.hero::before { position: absolute; width: 620px; height: 620px; right: -150px; bottom: -260px; border-radius: 50%; background: var(--yellow); content: ""; }
.hero-copy { position: relative; z-index: 2; max-width: 790px; }
.hero-lead { max-width: 670px; margin-bottom: 34px; color: #d3d3d3; font-size: clamp(1.1rem, 1.65vw, 1.38rem); }
.eyebrow { display: inline-flex; margin-bottom: 24px; padding: 8px 14px; border-radius: 99px; color: var(--ink); background: var(--yellow); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-light { border: 1px solid rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.08); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--yellow); }
.ig-stats { display: flex; gap: 34px; margin: 52px 0 0; }
.ig-stats div { display: grid; }
.ig-stats dt { font-size: 27px; font-weight: 700; letter-spacing: -.03em; }
.ig-stats dd { margin: 0; color: #aaa; font-size: 13px; }
.hero-visual { position: relative; z-index: 2; display: flex; min-height: 690px; align-items: center; justify-content: center; }
.phone { position: relative; overflow: hidden; padding: 11px; border: 3px solid #262626; border-radius: 49px; background: #111; box-shadow: 0 32px 65px rgba(0,0,0,.3); }
.phone::after { position: absolute; inset: 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 37px; pointer-events: none; content: ""; }
.phone img { width: 100%; height: 100%; border-radius: 37px; object-fit: cover; }
.phone-hero { width: 333px; height: 722px; transform: rotate(3deg); }
.phone-speaker { position: absolute; z-index: 3; top: 22px; left: 50%; width: 72px; height: 20px; border-radius: 20px; transform: translateX(-50%); background: #111; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }

.family { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.fam { position: absolute; width: 74px; margin: 0; text-align: center; }
.fam img { width: 74px; height: 74px; padding: 3px; border-radius: 50%; background: conic-gradient(from 210deg, var(--yellow), #f5a623, var(--orange), #f5a623, var(--yellow)); object-fit: cover; box-shadow: 0 12px 28px rgba(0,0,0,.32); box-sizing: border-box; }
.fam-cap { display: inline-block; position: relative; z-index: 1; margin-top: -12px; padding: 5px 13px; border-radius: 12px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 700; line-height: 1; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.fam-mateusz { top: 24%; left: -2%; animation: famFloatA 7s ease-in-out infinite alternate; }
.fam-furia { bottom: 21%; left: 2%; animation: famFloatB 8.5s ease-in-out infinite alternate; animation-delay: -1.5s; }
.fam-weronika { top: 22%; right: -2%; animation: famFloatC 7.8s ease-in-out infinite alternate; animation-delay: -.8s; }
.fam-koko { bottom: 23%; right: 0; animation: famFloatD 9s ease-in-out infinite alternate; animation-delay: -2.2s; }
@keyframes famFloatA { from { transform: translate(0, 0); } to { transform: translate(-4px, -12px); } }
@keyframes famFloatB { from { transform: translate(0, 0); } to { transform: translate(5px, -9px); } }
@keyframes famFloatC { from { transform: translate(0, 0); } to { transform: translate(4px, -14px); } }
@keyframes famFloatD { from { transform: translate(0, 0); } to { transform: translate(-5px, -8px); } }

.section { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 130px 0; }
.section-heading { max-width: 920px; margin-bottom: 68px; }
.section-heading h2 { margin-bottom: 0; }
.highlight { -webkit-box-decoration-break: clone; box-decoration-break: clone; background: linear-gradient(var(--yellow), var(--yellow)) no-repeat 0 92% / 100% .28em; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(45px, 7vw, 110px); }
.about-photo { margin: 0; overflow: hidden; border-radius: var(--radius); }
.about-photo img { width: 100%; height: auto; }
.large-copy { font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.4; letter-spacing: -.02em; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 34px 0; }
.fact-grid article { min-height: 132px; padding: 23px; border-radius: 22px; background: var(--soft); }
.fact-grid strong, .fact-grid span { display: block; }
.fact-grid strong { margin-bottom: 5px; font-size: 25px; }
.fact-grid span { color: var(--gray); font-size: 14px; }
.honesty { margin: 0; padding: 24px 26px; border-left: 5px solid var(--yellow); border-radius: 0 22px 22px 0; background: var(--soft); color: #3c3c3c; }

.talks { width: 100%; padding-right: max(6vw, calc((100vw - 1320px) / 2)); padding-left: max(6vw, calc((100vw - 1320px) / 2)); color: #fff; background: var(--ink); }
.heading-row { display: grid; max-width: none; grid-template-columns: 1fr .65fr; align-items: end; gap: 90px; }
.heading-row > p { max-width: 510px; margin-bottom: 7px; color: #aaa; }
.talk-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.talk-card { overflow: hidden; border-radius: 22px; background: #1b1b1b; }
.talk-thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #262626; }
.talk-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.talk-thumb span { position: absolute; top: 50%; left: 50%; display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); transform: translate(-50%, -50%); }
.talk-thumb:hover img { transform: scale(1.03); }
.talk-copy { padding: 28px; }
.talk-meta { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-bottom: 22px; color: #c0c0c0; font-size: 14px; }
.talk-meta span:first-child { color: var(--yellow); font-weight: 700; }
.talk-copy h3 { margin-bottom: 10px; }
.talk-copy p { margin: 0; color: #c0c0c0; font-size: 15px; }

.qa-section { width: 100%; padding-right: max(6vw, calc((100vw - 1320px) / 2)); padding-left: max(6vw, calc((100vw - 1320px) / 2)); color: #fff; background: var(--ink); }
.watch-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; min-height: 46px; padding: 0 22px; border: 2px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.06); color: #fff; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s; }
.watch-link:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.qa-more { margin-top: 26px; }
.qa-more[open] > summary { margin-bottom: 22px; }
.qa-more summary { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 2px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.06); font-weight: 700; list-style: none; cursor: pointer; transition: background .2s; }
.qa-more summary::-webkit-details-marker { display: none; }
.qa-more summary::marker { content: ""; }
.qa-more summary:hover { background: rgba(255,255,255,.12); }

.book { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 9vw, 140px); }
.book-art { display: grid; min-height: 650px; place-items: center; overflow: hidden; border-radius: var(--radius); background: var(--yellow); }
.book-cover { display: flex; width: 320px; min-height: 470px; flex-direction: column; padding: 34px; color: #fff; background: var(--ink); box-shadow: -24px 28px 0 rgba(215,64,0,.9), 0 35px 60px rgba(0,0,0,.22); transform: rotate(-7deg); }
.book-cover span { align-self: flex-start; padding: 6px 10px; border-radius: 99px; color: var(--ink); background: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.book-cover strong { margin-top: auto; font-size: 50px; line-height: .9; letter-spacing: -.06em; }
.book-cover mark { display: inline-block; margin-left: -.05em; }
.book-cover small { margin-top: 28px; color: #aaa; }
.book-copy { max-width: 610px; }
.book-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 11px 20px 11px 16px; border-radius: 999px; color: var(--ink); background: var(--yellow); font-size: 15px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(243, 221, 81, .5); }
.book-badge-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--ink); animation: badgePulse 2.2s ease-in-out infinite; }
@keyframes badgePulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.55); opacity: .55; } }
.book-copy .eyebrow { background: transparent; padding: 0; color: var(--gray); letter-spacing: .12em; }
.book-actions { margin-top: 34px; }

.social { overflow: hidden; }
.social-heading > div:last-child { padding-bottom: 7px; }
.social-heading p:not(.eyebrow) { color: var(--gray); }
.social-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.phone-gallery { display: flex; min-height: 700px; align-items: center; justify-content: center; gap: 38px; padding: 55px 7vw; border-radius: var(--radius); background: var(--soft); }
.phone-small { flex: 0 0 260px; width: 260px; height: 564px; margin: 0; overflow: visible; }
.phone-small img { object-fit: cover; }
.phone-front { z-index: 2; transform: translateY(-28px); }
.tilt-left { transform: rotate(-7deg); }
.tilt-right { transform: rotate(7deg); }

.footer { padding: 82px max(6vw, calc((100vw - 1320px) / 2)) 28px; color: #fff; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 50px; padding-bottom: 70px; }
.wordmark-light img { height: 52px; }
.footer-top p { color: #aaa; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { display: inline-flex; min-height: 44px; align-items: center; text-underline-offset: 4px; }
.footer-links span { color: #aaa; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid #333; color: #888; font-size: 13px; }

@media (max-width: 980px) {
  .site-header { width: calc(100% - 40px); height: 126px; align-items: flex-start; padding-top: 24px; }
  .nav { position: absolute; top: 70px; left: 0; display: flex; width: 100%; gap: 8px; overflow-x: auto; padding-bottom: 5px; }
  .nav a { display: inline-flex; min-height: 44px; flex: 1 0 auto; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 13px; }
  .site-header .button { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding: 164px 32px 110px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 650px; }
  .phone-hero { width: 300px; height: 650px; }
  .section { padding-top: 95px; padding-bottom: 95px; }
  .about-grid, .book { grid-template-columns: 1fr; }
  .about-photo { max-width: 620px; }
  .about-copy { max-width: 760px; }
  .heading-row { grid-template-columns: 1fr; gap: 12px; }
  .talk-list { grid-template-columns: 1fr; }
  .talk-card { display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; }
  .talk-thumb { height: 100%; aspect-ratio: auto; }
  .book-art { min-height: 570px; }
  .phone-gallery { justify-content: flex-start; gap: 18px; overflow-x: auto; padding-right: 40px; padding-left: 40px; scroll-snap-type: x mandatory; }
  .phone-small { flex-basis: 220px; width: 220px; height: 477px; scroll-snap-align: center; transform: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(3rem, 14vw, 4rem); }
  h2 { font-size: clamp(2.45rem, 11vw, 3.25rem); }
  .wordmark img { height: 30px; }
  .hero { padding: 164px 20px 90px; }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .ig-stats { justify-content: space-between; gap: 10px; margin-top: 38px; }
  .ig-stats dt { font-size: 22px; }
  .ig-stats dd { font-size: 11px; }
  .hero-visual { min-height: 580px; margin: 0 -10px; }
  .phone-hero { width: 268px; height: 581px; }
  .orbit-one { width: 420px; height: 420px; }
  .section { width: calc(100% - 40px); padding: 82px 0; }
  .section-heading { margin-bottom: 46px; }
  .about-grid { gap: 42px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid article { min-height: 105px; }
  .talks, .qa-section { width: 100%; padding-right: 20px; padding-left: 20px; }
  .talk-card { display: block; }
  .talk-thumb { height: auto; aspect-ratio: 4 / 3; }
  .talk-copy { padding: 24px; }
  .book-art { min-height: 500px; }
  .book-cover { width: 255px; min-height: 380px; padding: 27px; }
  .book-cover strong { font-size: 40px; }
  .phone-gallery { min-height: 600px; justify-content: flex-start; gap: 16px; overflow-x: auto; padding: 45px 35px 80px; scroll-snap-type: x mandatory; }
  .phone-small { flex-basis: 230px; width: 230px; height: 499px; }
  .footer { padding: 70px 20px 25px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; padding-bottom: 50px; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

.ig { container-type: inline-size; width: 100%; height: 100%; overflow: hidden; border-radius: 37px; background: #000; }
.ig-app { display: flex; height: 100%; flex-direction: column; color: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, Helvetica, Arial, sans-serif; letter-spacing: -0.01em; }
.ig-app img { width: 100%; height: auto; border-radius: 0; object-fit: cover; }

.ig-statusbar { height: 7.5cqw; flex: 0 0 auto; }
.ig-nav { display: flex; height: 11cqw; flex: 0 0 auto; align-items: center; justify-content: space-between; padding: 0 3.4cqw; }
.ig-nav-back { width: 6cqw; color: #fff; }
.ig-nav-menu { width: 6cqw; fill: #fff; }
.ig-nav-user { font-size: 4.7cqw; font-weight: 700; }

.ig-head { display: flex; flex: 0 0 auto; align-items: center; gap: 3.6cqw; padding: 2.5cqw 3.6cqw 0; }
.ig-avatar-ring { width: 19cqw; height: 19cqw; flex: 0 0 auto; box-sizing: border-box; padding: 0.8cqw; border-radius: 50%; background: conic-gradient(from 135deg, #FFDC80, #F77737, #FD1D1D, #833AB4, #FFDC80); }
.ig-app .ig-avatar { width: 100%; height: 100%; box-sizing: border-box; border: 0.7cqw solid #000; border-radius: 50%; }
.ig-stats { display: flex; flex: 1; justify-content: space-around; text-align: center; }
.ig-app .ig-stats { margin: 0; }
.ig-stats div { min-width: 0; }
.ig-stats b { display: block; font-size: 4.6cqw; font-weight: 700; }
.ig-stats span { font-size: 2.9cqw; color: #f5f5f5; }

.ig-name { flex: 0 0 auto; padding: 2.6cqw 3.6cqw 0; font-size: 3.9cqw; font-weight: 700; }
.ig-bio { flex: 0 0 auto; padding: 0.7cqw 3.6cqw 0; font-size: 3.7cqw; line-height: 1.34; }
.ig-link { display: flex; flex: 0 0 auto; align-items: center; gap: 1.3cqw; padding: 1.1cqw 3.6cqw 0; color: #e0f1ff; font-size: 3.7cqw; font-weight: 600; }
.ig-link svg { width: 3.7cqw; color: #a8a8a8; transform: rotate(-45deg); }

.ig-actions { display: flex; flex: 0 0 auto; gap: 2cqw; padding: 3.2cqw 3.6cqw 0; }
.ig-btn { display: flex; height: 9.2cqw; align-items: center; justify-content: center; border-radius: 2.6cqw; font-size: 3.8cqw; font-weight: 700; }
.ig-btn-follow { flex: 1; background: #4150f7; }
.ig-btn-msg { flex: 1; background: #262626; }
.ig-btn-add { width: 11cqw; background: #262626; }
.ig-btn-add svg { width: 5.2cqw; color: #fff; }

.ig-highlights { display: flex; flex: 0 0 auto; gap: 3.4cqw; padding: 4.5cqw 3.6cqw 0; overflow: hidden; }
.ig-hl { display: flex; width: 17cqw; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 1.6cqw; }
.ig-hl-ring { width: 17cqw; height: 17cqw; overflow: hidden; border: 0.35cqw solid #363636; border-radius: 50%; }
.ig-app .ig-hl-ring img { width: 100%; height: 100%; border-radius: 50%; }
.ig-hl-cap { max-width: 100%; overflow: hidden; font-size: 3cqw; text-overflow: ellipsis; white-space: nowrap; }

.ig-tabs { display: flex; height: 11cqw; flex: 0 0 auto; align-items: center; justify-content: space-around; margin-top: 3.6cqw; border-top: 1px solid #262626; }
.ig-tab { width: 6cqw; color: #6e6e6e; fill: currentColor; }
.ig-tab.is-active { margin-top: -1px; border-top: 1.6px solid #fff; padding-top: 2.4cqw; color: #fff; }

.ig-grid { display: grid; flex: 1 1 auto; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.ig-app .ig-grid img { width: 100%; height: 100%; aspect-ratio: 3 / 4; }

@media (max-width: 980px) {
  .fam { width: 74px; }
  .fam img { width: 74px; height: 74px; }
  .fam-mateusz { top: 3%; left: 0; }
  .fam-weronika { top: 1%; right: 0; }
  .fam-furia { bottom: 8%; left: 2%; }
  .fam-koko { bottom: 10%; right: 2%; }
}

@media (max-width: 780px) {
  .family { inset: 0 auto; left: 50%; width: 336px; margin-left: -168px; }
  .fam { width: 54px; z-index: 6; }
  .fam img { width: 54px; height: 54px; padding: 2.5px; }
  .fam-cap { margin-top: -10px; padding: 3px 9px; font-size: 10px; }
  .fam-mateusz { top: 8%; left: -4px; }
  .fam-weronika { top: 6%; right: -4px; }
  .fam-furia { bottom: 11%; left: 0; }
  .fam-koko { bottom: 13%; right: 0; }
}

@media (max-width: 480px) {
  h1 { font-size: 2.75rem; }
  .hero-copy .ig-stats { gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .fam, .book-badge-dot { animation: none; }
  .book-badge-dot { transform: scale(1); opacity: 1; }
}
