/* ================================================================
   BRANDING — ZMIENIAJ KOLORY W TYM MIEJSCU
   ================================================================ */
:root {
  --color-primary: #d5fa44;
  --color-secondary: #242723;
  --color-background: #f3f3ed;
  --color-text: #1c201b;
  --color-accent: #d5fa44;
  --color-dark: #141715;
  --color-on-dark: #f6f6ef;
  --color-muted: #656a61;
  --color-muted-dark: #b1b7ac;
  --color-line: #d8dbd1;
  --color-surface: #e9ebe3;
  --color-on-accent: #18200b;
  --font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  --shell-width: 1312px;
  --page-gutter: clamp(24px, 4.4vw, 72px);
  --section-space: clamp(76px, 8vw, 120px);
  --motion: 220ms cubic-bezier(.2, .65, .3, 1);
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
  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: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* Baza i wspólne elementy */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; overflow-x: clip; background: var(--color-background); color: var(--color-text); font: 400 16px/1.65 var(--font-family); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3, ol, ul { margin: 0; }
button, input, select, textarea { border-radius: 0; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
::selection { background: var(--color-accent); color: var(--color-on-accent); }
:focus-visible { outline: 3px solid #6c881a; outline-offset: 5px; }
.hero :focus-visible, .site-header :focus-visible, .gallery :focus-visible, .site-footer :focus-visible { outline-color: var(--color-accent); }
.shell { width: min(100% - var(--page-gutter) * 2, var(--shell-width)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.icon { width: 24px; height: 24px; flex-shrink: 0; }
.eyebrow, .small-label { font-size: 12px; font-weight: 700; letter-spacing: .13em; line-height: 1.6; }
.eyebrow { margin-bottom: 23px; }
h2 { font-size: clamp(36px, 3.65vw, 54px); line-height: 1.13; font-weight: 500; letter-spacing: -.055em; text-wrap: balance; }
h3 { font-weight: 600; line-height: 1.3; letter-spacing: -.035em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 64px; margin-bottom: 55px; }
.section-heading > p, .section-heading > div + div { width: min(360px, 35%); flex-shrink: 0; color: var(--color-muted); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 56px; padding: 16px 24px; font-size: 14px; font-weight: 700; line-height: 1.5; border: 1px solid transparent; transition: background var(--motion), transform var(--motion), border-color var(--motion); }
.button .icon { width: 21px; height: 21px; transition: transform var(--motion); }
.button-primary { background: var(--color-primary); color: var(--color-on-accent); }
.button-dark { background: var(--color-dark); color: var(--color-on-dark); }
.button-outline { border-color: #50534b; background: transparent; color: var(--color-on-dark); }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-size: 14px; font-weight: 600; min-height: 44px; }
.text-link .icon { width: 18px; height: 18px; }
.circle-button { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex-shrink: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; transition: background var(--motion), color var(--motion); }
.skip-link { position: fixed; top: 10px; left: 20px; z-index: 100; background: var(--color-primary); padding: 12px 20px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.reveal { transition: opacity 650ms ease, transform 650ms ease; }
.will-reveal { opacity: 0; transform: translateY(22px); }

/* Nawigacja */
.site-header { background: var(--color-dark); color: var(--color-on-dark); position: relative; z-index: 20; }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 101px; border-bottom: 1px solid #ffffff24; }
.brand { display: inline-flex; align-items: center; gap: 12px; max-width: 310px; }
.brand-mark { color: var(--color-accent); width: 38px; display: flex; justify-content: center; }
.brand-mark .icon { width: 34px; height: 40px; fill: currentColor; stroke: none; }
.brand-type { display: flex; flex-direction: column; }
.brand-type strong { font-size: 18px; font-weight: 800; letter-spacing: -.04em; line-height: 1.3; overflow-wrap: anywhere; }
.brand-type small { font-size: 9px; letter-spacing: .24em; font-weight: 600; padding-top: 4px; }
.brand-logo { max-width: 150px; max-height: 48px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav > a { font-size: 14px; font-weight: 500; padding: 14px 0; color: #d1d4cb; transition: color var(--motion); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-cta { min-height: 46px; padding: 12px 18px; margin-left: 16px; }
.menu-toggle, .nav-mobile-cta { display: none; }

/* Hero — ciemne studio i duża typografia */
.hero { min-height: 738px; position: relative; isolation: isolate; overflow: hidden; background: var(--color-dark); color: var(--color-on-dark); }
.hero-content { position: relative; z-index: 3; padding-top: 66px; pointer-events: none; }
.hero-content a, .hero-content button { pointer-events: auto; }
.hero-eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 11px; font-weight: 600; letter-spacing: .13em; margin-bottom: 26px; }
.status-dot { width: 6px; height: 6px; background: var(--color-accent); border-radius: 50%; flex-shrink: 0; }
.eyebrow-divider { height: 12px; width: 1px; background: #ffffff60; margin-inline: 3px; }
h1 { font-size: clamp(78px, 8.5vw, 126px); font-weight: 500; line-height: .99; letter-spacing: -.065em; max-width: 950px; }
h1 span { display: block; }
h1 .accent { color: var(--color-accent); }
.hero-description { max-width: 338px; color: #c1c6bd; margin-top: 28px; line-height: 1.65; font-size: 16px; }
.hero-actions { display: flex; flex-direction: column; align-items: start; gap: 14px; margin-top: 29px; }
.hero-actions .button { font-size: 13px; gap: 22px; padding-inline: 20px; }
.hero-secondary { display: inline-flex; align-items: center; gap: 16px; min-height: 40px; font-size: 13px; font-weight: 600; }
.hero-secondary .icon { width: 17px; }
.hero-photo.photo { position: absolute; z-index: 0; top: 40px; bottom: 16px; right: -4%; width: 88%; background: transparent; mix-blend-mode: lighten; mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 92%, transparent); }
.hero-photo img { object-fit: contain; mix-blend-mode: lighten; }
.hero-photo .image-label { right: 10%; left: auto; bottom: 180px; opacity: .8; }
.hero-photo .photo-fallback { background: radial-gradient(ellipse at 70% 50%, #727b4430, transparent 60%); color: #ffffff60; }
.hero-shade { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--color-dark) 1%, #141715d9 16%, #14171555 36%, transparent 60%); }
.hero-side-note { position: absolute; z-index: 2; right: 30px; top: 68px; writing-mode: vertical-rl; font-size: 10px; letter-spacing: .2em; color: #9ca396; }
.hero-bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-top: 44px; padding-bottom: 31px; }
.hero-bottom .eyebrow { font-size: 10px; color: #b9c1b0; margin: 0; }
.hero-bottom p { font-size: 12px; color: #9ca396; margin-top: 3px; }
.hero-bottom .circle-button { color: #aab1a2; width: 42px; height: 42px; }

/* Media, materiały demonstracyjne i stan bez zdjęć */
.photo { position: relative; overflow: hidden; background: var(--color-secondary); height: 100%; }
.photo img { width: 100%; height: 100%; object-fit: cover; object-position: var(--image-position, center); position: relative; }
.photo-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; gap: 20px; align-items: center; justify-content: center; color: #bac1b3; background: repeating-linear-gradient(135deg, transparent, transparent 60px, #ffffff04 60px, #ffffff04 61px); font-size: 12px; letter-spacing: .15em; padding: 30px; text-align: center; }
.photo-fallback .icon { width: 40px; height: 40px; }
.photo:not(.is-empty) .photo-fallback { visibility: hidden; }
.photo.is-empty .image-label { display: none; }
.image-label { position: absolute; z-index: 1; left: 22px; bottom: 20px; padding: 5px 9px; font-size: 9px; font-weight: 500; letter-spacing: .11em; color: #f1f3e9; background: #141715ba; backdrop-filter: blur(8px); border: 1px solid #ffffff25; }

/* Pasek celów pielęgnacji */
.focus-strip { background: #20241f; color: var(--color-on-dark); border-top: 1px solid #ffffff14; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.focus-item { display: flex; align-items: center; gap: 18px; padding: 30px 30px; border-right: 1px solid #ffffff1c; }
.focus-item:first-child { padding-left: 0; }
.focus-item:last-child { border: 0; padding-right: 0; }
.focus-number { align-self: flex-start; color: var(--color-accent); font-size: 11px; padding-top: 3px; }
.focus-item h2 { font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.focus-item p { font-size: 12px; color: #a5ae9d; margin-top: 6px; }
.focus-item > .icon { margin-left: auto; width: 17px; color: #697560; }

/* Usługi */
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
.service-card { padding: 32px 30px 0; background: var(--color-surface); border-top: 2px solid transparent; transition: border-color var(--motion), transform var(--motion), opacity 650ms; }
.service-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 47px; }
.service-icon .icon { width: 36px; height: 36px; stroke-width: 1; }
.service-top .small-label { color: var(--color-muted); font-size: 10px; }
.service-card h3 { font-size: clamp(23px, 2.05vw, 30px); font-weight: 500; margin-bottom: 18px; }
.service-card > p { font-size: 14px; color: var(--color-muted); min-height: 92px; }
.service-tag { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; margin: 21px 0 29px; }
.service-tag > span { width: 5px; height: 5px; background: #526733; border-radius: 50%; }
.service-details { border-top: 1px solid #cbd0c4; font-size: 12px; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.service-details summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 54px; }
.service-details summary .icon { width: 16px; height: 16px; transition: transform var(--motion); }
details[open] > summary > .icon { transform: rotate(45deg); }
.service-details ul { padding: 0 0 22px 16px; line-height: 1.9; color: var(--color-muted); }
.service-cta { display: flex; width: calc(100% + 60px); margin-left: -30px; padding: 19px 30px; min-height: 62px; justify-content: space-between; align-items: center; border-top: 1px solid #cbd0c4; background: transparent; font-size: 12px; font-weight: 700; transition: background var(--motion); }
.service-cta .icon { width: 19px; height: 19px; }
.service-card:nth-child(2) { background: var(--color-secondary); color: var(--color-on-dark); }
.service-card:nth-child(2) .service-top { color: var(--color-accent); }
.service-card:nth-child(2) .service-top .small-label, .service-card:nth-child(2) > p, .service-card:nth-child(2) .service-details ul { color: var(--color-muted-dark); }
.service-card:nth-child(2) .service-tag > span { background: var(--color-accent); }
.service-card:nth-child(2) .service-details, .service-card:nth-child(2) .service-cta { border-color: #ffffff28; }
.section-note { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; color: var(--color-muted); margin-top: 28px; }
.section-note .icon { width: 15px; height: 15px; }

/* Galeria */
.gallery { background: var(--color-dark); color: var(--color-on-dark); }
.gallery .eyebrow { color: var(--color-accent); }
.gallery .section-heading > div + div { color: var(--color-muted-dark); }
.demo-caption { font-size: 11px; color: #a1aa97; margin-top: 18px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; }
.gallery-item { min-width: 0; }
.gallery-item:nth-child(even) { padding-top: 60px; }
.gallery-image { display: block; position: relative; background: none; padding: 0; width: 100%; height: clamp(270px, 29vw, 410px); text-align: left; overflow: hidden; }
.gallery-image .photo img { transition: transform 700ms cubic-bezier(.2, .65, .3, 1); }
.gallery-open { position: absolute; right: 18px; top: 18px; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: #14171550; border: 1px solid #ffffff70; border-radius: 50%; backdrop-filter: blur(8px); }
.gallery-item figcaption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 22px; }
.gallery-item figcaption .small-label { font-size: 9px; color: #a6b09d; letter-spacing: .15em; }
.gallery-item h3 { font-size: 22px; margin-top: 7px; font-weight: 400; }
.gallery-number { color: #89917f; font-size: 12px; }

/* O studiu */
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 100px; }
.studio-card { position: relative; min-height: 580px; padding: 36px; background: #dfe3d7; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; }
.studio-label { position: relative; z-index: 2; }
.studio-card-content { position: relative; z-index: 2; }
.studio-symbol { display: inline-block; margin-bottom: 18px; }
.studio-symbol .icon { width: 64px; height: 70px; fill: currentColor; stroke: none; }
.studio-card h3 { font-size: clamp(37px, 4.2vw, 61px); letter-spacing: -.06em; font-weight: 500; max-width: 350px; line-height: 1.06; overflow-wrap: anywhere; }
.studio-company { display: block; font-size: 10px; letter-spacing: .1em; margin-top: 36px; }
.studio-orbit { position: absolute; top: -38%; right: -95%; width: 170%; aspect-ratio: 1; border: 1px solid #aab49b; border-radius: 50%; }
.studio-orbit::before, .studio-orbit::after { content: ""; position: absolute; border: inherit; border-radius: inherit; }
.studio-orbit::before { inset: 30px; }
.studio-orbit::after { inset: 60px; }
.studio-photo.photo { position: absolute; inset: 0; }
.studio-card.has-photo { color: var(--color-on-dark); }
.studio-card.has-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, #000c); z-index: 1; }
.approach-copy { padding-block: 10px; }
.approach-copy h2 { font-size: clamp(34px, 3.15vw, 48px); }
.approach-copy .intro { color: var(--color-muted); font-size: 14px; margin: 25px 0 27px; }
.value-item { display: flex; gap: 16px; padding-block: 19px; border-top: 1px solid var(--color-line); }
.value-item > .icon { width: 19px; height: 19px; color: #65783d; margin-top: 2px; }
.value-item h3 { font-size: 16px; letter-spacing: -.025em; }
.value-item p { font-size: 13px; line-height: 1.6; color: var(--color-muted); margin-top: 7px; }
.studio-about { font-size: 12px; border-top: 1px solid var(--color-line); margin-top: 2px; }
.studio-about summary { min-height: 44px; display: flex; justify-content: space-between; align-items: center; font-weight: 600; letter-spacing: .05em; }
.studio-about summary .icon { width: 16px; }
.studio-about > p { padding-block: 8px 15px; color: var(--color-muted); }

/* Proces i opcjonalne opinie */
.process { padding-top: 0; }
.process > .shell { border-top: 1px solid var(--color-line); padding-top: var(--section-space); }
.process .section-heading { align-items: end; }
.process .button { margin-bottom: 5px; }
.process-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.process-number { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--color-line); margin-bottom: 26px; }
.process-number span { font-size: 52px; font-weight: 400; letter-spacing: -.055em; color: #858e7a; line-height: 1; }
.process-number .icon { width: 20px; height: 20px; color: #757e6a; }
.process-item:last-child .process-number .icon { display: none; }
.process-item h3 { font-size: 20px; margin-bottom: 15px; }
.process-item p { color: var(--color-muted); font-size: 14px; max-width: 320px; }
.reviews { background: var(--color-surface); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 24px; margin-top: 42px; }
.review-card { background: var(--color-background); padding: 32px; }
.review-card blockquote { margin: 0 0 28px; font-size: 22px; line-height: 1.5; letter-spacing: -.03em; }
.review-card figcaption { display: flex; flex-direction: column; font-size: 13px; }

/* FAQ */
.faq { background: #e9ebe3; }
.faq-grid { display: grid; grid-template-columns: .9fr 1.3fr; gap: 100px; }
.faq-heading > p:last-child { color: var(--color-muted); max-width: 300px; margin-top: 24px; font-size: 14px; }
.faq-item { border-top: 1px solid #c8cebf; }
.faq-item:last-child { border-bottom: 1px solid #c8cebf; }
.faq-item summary { display: flex; align-items: center; gap: 20px; font-weight: 600; font-size: 14px; padding-block: 25px; min-height: 78px; }
.faq-number { color: var(--color-muted); font-size: 10px; font-weight: 500; }
.faq-item summary .icon { margin-left: auto; width: 19px; height: 19px; transition: transform var(--motion); }
.faq-item > p { padding: 0 36px 26px; color: var(--color-muted); font-size: 14px; line-height: 1.8; }

/* Kontakt / finał */
.contact { background: var(--color-accent); color: var(--color-on-accent); padding: 91px 0 75px; }
.contact-heading { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-bottom: 62px; border-bottom: 1px solid #18200b40; }
.contact h2 { font-size: clamp(48px, 6.2vw, 90px); letter-spacing: -.065em; }
.contact-heading p:last-child { font-size: 16px; max-width: 500px; margin-top: 27px; }
.contact-round { flex-shrink: 0; width: 120px; height: 120px; border-radius: 50%; border: 1px solid #18200b90; background: transparent; display: grid; place-items: center; transition: background var(--motion), color var(--motion); }
.contact-round .icon { width: 55px; height: 55px; stroke-width: 1; }
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 65px; padding-top: 47px; }
.contact-grid .small-label { font-size: 10px; display: block; margin-bottom: 14px; }
.contact-phone { display: flex; align-items: center; gap: 22px; font-size: clamp(23px, 2.9vw, 42px); line-height: 1.3; letter-spacing: -.04em; overflow-wrap: anywhere; }
.contact-phone .icon { width: 27px; }
.contact-email { font-size: 19px; overflow-wrap: anywhere; }
.email-label { margin-top: 28px; }
.contact-demo { font-size: 10px; margin-top: 21px; max-width: 230px; opacity: .75; }
address { font-size: 15px; font-style: normal; line-height: 1.9; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px; }
.social-links .text-link { font-size: 12px; }
.opening-hours { display: flex; flex-direction: column; margin-bottom: 12px; font-size: 13px; }
.opening-hours strong { font-size: 15px; font-weight: 500; }
.contact-brief { margin-top: 26px; font-size: 12px; }
.contact-brief > p { font-weight: 700; }
.contact-brief ul { padding-left: 15px; padding-top: 7px; line-height: 1.9; }
.placeholder-value { opacity: .75; }
.site-footer { background: var(--color-dark); color: var(--color-on-dark); padding: 44px 0 27px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 36px; padding-bottom: 37px; }
.footer-top .text-link { font-size: 12px; color: #b1baaa; }
.footer-bottom { border-top: 1px solid #ffffff24; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: #909b87; }
.footer-bottom > span:last-child { font-size: 9px; letter-spacing: .1em; }
.demo-badge { position: fixed; right: 14px; bottom: 14px; z-index: 10; display: flex; align-items: center; gap: 6px; background: #242723ec; color: #e0e6d7; font-size: 8px; letter-spacing: .1em; border: 1px solid #ffffff30; padding: 6px 9px; backdrop-filter: blur(8px); pointer-events: none; }
.demo-badge > span { width: 4px; height: 4px; border-radius: 50%; background: var(--color-accent); }
.mobile-cta { display: none; }

/* Okno zapytania i galeria pełnoekranowa */
dialog { border: 0; padding: 0; max-width: calc(100% - 32px); max-height: calc(100dvh - 32px); color: var(--color-text); overscroll-behavior: contain; }
dialog::backdrop { background: #080d08b8; backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 22px; top: 22px; z-index: 3; width: 36px; height: 36px; border-color: #a1a996; background: var(--color-background); }
.dialog-close .icon { width: 18px; height: 18px; }
.inquiry-dialog { background: var(--color-background); width: 580px; padding: 45px; }
.inquiry-dialog .eyebrow { font-size: 10px; padding-right: 20px; margin-bottom: 23px; }
.inquiry-dialog h2 { font-size: 37px; max-width: 370px; padding-right: 15px; }
.inquiry-dialog > p:not(.eyebrow) { color: var(--color-muted); font-size: 13px; margin-block: 19px 23px; }
#inquiry-form { display: flex; flex-direction: column; }
#inquiry-form label { font-size: 12px; font-weight: 700; margin-bottom: 7px; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #b5bdae; background: #ffffff40; color: var(--color-text); padding: 11px 12px; margin: 0 0 18px; font-size: 16px; line-height: 1.5; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #737b6b; font-size: 13px; }
.form-note { font-size: 11px; color: var(--color-muted); margin-bottom: 15px; }
.inquiry-phone { margin-top: 18px; font-size: 12px; }
#inquiry-preview h3 { margin-bottom: 12px; }
#inquiry-preview > p { font-size: 13px; color: var(--color-muted); }
#inquiry-preview pre { font: 13px/1.8 var(--font-family); white-space: pre-wrap; overflow-wrap: anywhere; background: var(--color-surface); padding: 20px; max-height: 260px; overflow: auto; margin-block: 20px; }
.lightbox { width: min(1120px, calc(100% - 48px)); padding: 20px; background: var(--color-dark); color: var(--color-on-dark); }
.lightbox .dialog-close { background: var(--color-dark); }
.lightbox-image { height: min(68dvh, 660px); min-height: 180px; }
.lightbox-image img { object-fit: contain; }
.lightbox-image .image-label { display: none; }
.lightbox-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 5px 5px; }
.lightbox-bottom h2 { font-size: 24px; letter-spacing: -.03em; }
.lightbox-bottom p { color: #a4af9b; font-size: 10px; letter-spacing: .08em; margin-top: 8px; }
.lightbox-controls { display: flex; align-items: center; gap: 20px; }
.lightbox-controls .circle-button { border-color: #ffffff40; }
#gallery-count { white-space: nowrap; font-size: 12px; }
.rotate-arrow { transform: rotate(180deg); }

@media (hover: hover) {
  .button:hover { transform: translateY(-2px); }
  .button:hover .icon { transform: translate(2px, -2px); }
  .button-primary:hover { background: color-mix(in srgb, var(--color-primary), white 18%); }
  .button-dark:hover { background: #37412b; }
  .button-outline:hover { border-color: var(--color-accent); color: var(--color-accent); }
  .main-nav a:hover, .hero-secondary:hover, .text-link:hover { color: var(--color-accent); }
  .contact .text-link:hover { color: var(--color-on-accent); text-decoration: underline; }
  .service-card:hover { border-top-color: #9cb64a; }
  .service-cta:hover { background: #d6dcce; }
  .service-card:nth-child(2) .service-cta:hover { background: #363c2e; }
  .gallery-image:hover img { transform: scale(1.035); }
  .circle-button:hover { background: var(--color-accent); color: var(--color-on-accent); border-color: var(--color-accent); }
  .contact-round:hover { background: var(--color-dark); color: var(--color-accent); }
  .contact-phone[href]:hover, .contact-email[href]:hover { text-decoration: underline; text-underline-offset: 6px; }
}

@media (min-width: 1600px) {
  .hero-photo.photo { width: 80%; right: 0; }
}
@media (max-width: 1100px) {
  .main-nav { gap: 20px; }
  .nav-shell { gap: 24px; }
  .nav-cta { margin-left: 0; padding-inline: 14px; font-size: 12px; gap: 12px; }
  .brand-type strong { font-size: 16px; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 68px; }
  .hero-photo.photo { width: 97%; right: -17%; top: 78px; }
  .hero-side-note { right: 13px; }
  .focus-item { padding-inline: 22px; gap: 12px; }
  .focus-item p { font-size: 11px; }
  .focus-item > .icon { display: none; }
  .service-card { padding-inline: 23px; }
  .service-cta { width: calc(100% + 46px); margin-left: -23px; padding-inline: 23px; }
  .service-top { margin-bottom: 35px; }
  .service-top .small-label { font-size: 9px; }
  .service-card > p { min-height: 115px; }
  .section-heading { gap: 40px; }
  .approach-grid, .faq-grid { gap: 56px; }
  .studio-card { padding: 28px; }
  .process-grid { gap: 30px; }
  .contact-grid { gap: 38px; }
  .contact-round { width: 98px; height: 98px; }
}

@media (max-width: 760px) {
  :root { --page-gutter: 24px; --section-space: 76px; }
  html { scroll-padding-top: 24px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  h2 { font-size: clamp(35px, 8.5vw, 48px); }
  .eyebrow { font-size: 10px; letter-spacing: .12em; margin-bottom: 19px; }
  .nav-shell { min-height: 81px; gap: 20px; }
  .brand { max-width: calc(100% - 70px); gap: 9px; }
  .brand-type strong { font-size: 16px; }
  .brand-type small { font-size: 8px; letter-spacing: .2em; }
  .brand-mark { width: 30px; }
  .brand-mark .icon { width: 29px; height: 36px; }
  .brand-logo { max-width: 110px; max-height: 40px; }
  .nav-cta { display: none; }
  .menu-toggle { display: flex; justify-content: center; flex-direction: column; gap: 7px; width: 44px; height: 44px; padding: 10px; border: 1px solid #ffffff40; background: transparent; }
  .menu-toggle span { display: block; height: 1px; background: var(--color-on-dark); width: 22px; transition: transform var(--motion); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--color-dark); padding: 12px var(--page-gutter) 26px; border-bottom: 1px solid #ffffff40; box-shadow: 0 22px 25px #0004; }
  .menu-open .main-nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav > a { padding: 17px 0; border-bottom: 1px solid #ffffff25; font-size: 16px; }
  .nav-mobile-cta { display: flex; margin-top: 24px; }
  .hero { min-height: 754px; }
  .hero-content { padding-top: 39px; }
  .hero-eyebrow { font-size: 9px; gap: 10px; margin-bottom: 26px; letter-spacing: .1em; }
  h1 { font-size: clamp(65px, 15.9vw, 110px); line-height: 1.01; letter-spacing: -.065em; }
  .hero-description { font-size: 14px; max-width: 330px; margin-top: 24px; line-height: 1.65; }
  .hero-actions { margin-top: 25px; gap: 7px; align-items: stretch; max-width: 370px; }
  .hero-actions .button { font-size: 12px; padding: 15px 17px; gap: 10px; min-height: 53px; }
  .hero-secondary { justify-content: center; font-size: 12px; min-height: 44px; }
  .hero-photo.photo { width: 124%; right: -1%; top: 351px; height: 356px; bottom: auto; }
  .hero-photo img { object-fit: contain; }
  .hero-photo .image-label { right: 16%; bottom: 70px; font-size: 7px; padding: 3px 6px; }
  .hero-shade { background: linear-gradient(180deg, var(--color-dark) 31%, #14171588 43%, transparent 57%, transparent 82%, var(--color-dark) 99%); }
  .hero-side-note { display: none; }
  .hero-bottom { position: absolute; bottom: 0; left: var(--page-gutter); right: var(--page-gutter); width: auto; margin-top: 0; padding-bottom: 24px; }
  .hero-bottom .eyebrow { font-size: 8px; }
  .hero-bottom p { font-size: 10px; max-width: 240px; }
  .hero-bottom .circle-button { width: 35px; height: 35px; }
  .hero-bottom .icon { width: 17px; height: 17px; }
  .focus-grid { grid-template-columns: 1fr; padding-block: 9px; }
  .focus-item, .focus-item:first-child, .focus-item:last-child { padding: 20px 0; border-right: 0; gap: 20px; }
  .focus-item + .focus-item { border-top: 1px solid #ffffff20; }
  .focus-item h2 { font-size: 17px; }
  .focus-item p { font-size: 12px; margin-top: 3px; }
  .focus-item > .icon { display: block; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p, .section-heading > div + div { width: 100%; max-width: 420px; margin-top: 24px; font-size: 14px; }
  .section-heading br { display: none; }
  .service-grid { grid-template-columns: 1fr; gap: 17px; }
  .service-card { padding: 27px 26px 0; }
  .service-top { margin-bottom: 35px; }
  .service-icon .icon { width: 33px; height: 33px; }
  .service-top .small-label { font-size: 10px; }
  .service-card h3 { font-size: 28px; margin-bottom: 15px; }
  .service-card > p { min-height: 0; font-size: 14px; }
  .service-tag { margin-block: 23px; font-size: 11px; }
  .service-details { font-size: 12px; }
  .service-cta { width: calc(100% + 52px); margin-left: -26px; padding: 18px 26px; }
  .section-note { font-size: 11px; align-items: flex-start; justify-content: flex-start; line-height: 1.7; margin-top: 22px; }
  .section-note .icon { margin-top: 3px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 37px; }
  .gallery-item:nth-child(even) { padding-top: 0; }
  .gallery-image { height: 300px; }
  .gallery-item figcaption { padding-top: 18px; }
  .gallery-item h3 { font-size: 21px; }
  .gallery-item figcaption .small-label { font-size: 8px; }
  .image-label { font-size: 8px; left: 16px; bottom: 16px; }
  .demo-caption { font-size: 10px; max-width: 280px; margin-top: 15px; }
  .approach-grid { grid-template-columns: 1fr; gap: 36px; }
  .approach-copy { grid-row: 1; padding: 0; }
  .approach-copy h2 { font-size: 37px; }
  .approach-copy .intro { margin-top: 24px; }
  .studio-card { min-height: 390px; padding: 28px; }
  .studio-card h3 { font-size: 43px; max-width: 270px; }
  .studio-card .small-label { font-size: 10px; }
  .studio-symbol .icon { width: 42px; height: 46px; }
  .studio-company { margin-top: 25px; font-size: 9px; }
  .process .section-heading .button { margin-top: 28px; }
  .process-grid { grid-template-columns: 1fr; gap: 35px; }
  .process-number { padding-bottom: 16px; margin-bottom: 20px; }
  .process-number span { font-size: 43px; }
  .process-item h3 { font-size: 21px; }
  .process-item p { max-width: 100%; font-size: 14px; }
  .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .faq-heading > p:last-child { max-width: 330px; }
  .faq-item summary { gap: 13px; font-size: 13px; padding-block: 23px; }
  .faq-item > p { padding: 0 24px 25px; font-size: 13px; }
  .faq-number { font-size: 9px; }
  .contact { padding-block: 64px 58px; }
  .contact-heading { position: relative; padding-bottom: 36px; align-items: end; gap: 0; }
  .contact-heading > div { width: 100%; }
  .contact .eyebrow { font-size: 9px; }
  .contact h2 { font-size: clamp(48px, 12vw, 78px); max-width: 350px; line-height: 1.08; }
  .contact-heading p:last-child { font-size: 14px; margin-top: 23px; padding-right: 65px; }
  .contact-round { position: absolute; right: 0; bottom: 40px; width: 51px; height: 51px; }
  .contact-round .icon { width: 27px; height: 27px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; padding-top: 31px; }
  .contact-main { grid-column: 1 / -1; }
  .contact-phone { font-size: 38px; gap: 30px; }
  .contact-email { font-size: 20px; }
  .email-label { margin-top: 22px; }
  .contact-demo { max-width: 100%; font-size: 10px; }
  .contact-grid .small-label { font-size: 9px; margin-bottom: 13px; }
  address { font-size: 12px; }
  .opening-hours { font-size: 11px; }
  .opening-hours strong { font-size: 12px; }
  .contact-brief { grid-column: 1 / -1; font-size: 10px; margin-top: 22px; }
  .contact-address, .contact-hours { min-width: 0; overflow-wrap: anywhere; }
  .site-footer { padding: 33px 0 30px; }
  .footer-top { align-items: center; gap: 22px; padding-bottom: 28px; }
  .site-footer .brand { max-width: 230px; }
  .site-footer .brand-type strong { font-size: 13px; }
  .site-footer .brand-type small { font-size: 6px; }
  .footer-top .text-link { font-size: 0; gap: 0; }
  .footer-top .text-link .icon { width: 24px; height: 24px; }
  .footer-bottom { flex-direction: column; font-size: 9px; gap: 12px; padding-top: 21px; padding-right: 36px; }
  .footer-bottom > span:last-child { font-size: 8px; }
  .demo-badge { position: absolute; top: 62px; right: 87px; bottom: auto; border: 0; padding: 0; font-size: 6px; background: transparent; backdrop-filter: none; }
  .mobile-cta { display: flex; gap: 10px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 15; padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); background: #141715f2; border-top: 1px solid #ffffff25; backdrop-filter: blur(12px); visibility: hidden; transform: translateY(100%); transition: transform var(--motion), visibility var(--motion); }
  .mobile-cta.is-visible { visibility: visible; transform: none; }
  .mobile-cta .button { flex: 1; min-height: 49px; padding: 12px 19px; font-size: 12px; }
  .mobile-phone { display: grid; place-items: center; width: 49px; color: var(--color-accent); border: 1px solid #ffffff50; }
  .inquiry-dialog { padding: 36px 25px 26px; width: 460px; }
  .dialog-close { top: 15px; right: 15px; width: 32px; height: 32px; }
  .inquiry-dialog .eyebrow { font-size: 8px; padding-right: 30px; margin-bottom: 22px; }
  .inquiry-dialog h2 { font-size: 32px; }
  .inquiry-dialog > p:not(.eyebrow) { font-size: 12px; }
  .lightbox { width: calc(100% - 24px); padding: 12px; }
  .lightbox-image { height: 52dvh; }
  .lightbox-bottom { display: block; padding: 17px 4px 5px; }
  .lightbox-bottom h2 { font-size: 21px; }
  .lightbox-controls { justify-content: space-between; margin-top: 24px; }
}

@media (max-width: 359px) {
  :root { --page-gutter: 20px; }
  h1 { font-size: 57px; }
  .hero { min-height: 748px; }
  .hero-eyebrow { gap: 7px; font-size: 8px; }
  .hero-actions .button { font-size: 11px; }
  .hero-photo.photo { top: 365px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact h2 { font-size: 47px; }
}
@media (min-width: 500px) and (max-width: 760px) {
  .hero { min-height: 905px; }
  .hero-photo.photo { top: 405px; height: 440px; width: 114%; right: -7%; }
  .hero-actions { max-width: 370px; }
  .hero-content h1 { font-size: 94px; }
  .hero-description { max-width: 390px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .will-reveal { opacity: 1; transform: none; }
}

/* Czytelne teksty użytkowe; drobny krój pozostaje tylko w sygnaturze logo. */
.hero-eyebrow, .hero-side-note, .hero-bottom .eyebrow, .hero-bottom p,
.image-label, .hero-photo .image-label, .focus-number, .service-top .small-label,
.service-tag, .gallery-item figcaption .small-label, .demo-caption,
.studio-company, .studio-card .small-label, .faq-number,
.contact .eyebrow, .contact-grid .small-label, .contact-demo,
.footer-bottom, .footer-bottom > span:last-child,
.inquiry-dialog .eyebrow, .form-note, .lightbox-bottom p { font-size: 12px; }
.hero-description, .service-card > p, .approach-copy .intro,
.process-item p, .faq-heading > p:last-child, .faq-item > p,
.contact-heading p:last-child, .section-heading > p,
.section-heading > div + div, .inquiry-dialog > p:not(.eyebrow) { font-size: 16px; }
.focus-item p, .service-details, .service-cta, .value-item p,
.faq-item summary, address, .opening-hours, .opening-hours strong,
.contact-brief, .studio-about, .social-links .text-link,
#inquiry-form label, #inquiry-preview > p { font-size: 14px; }
.service-card > p { min-height: 132px; }
.focus-item p { font-size: 13px; }
.hero-side-note { font-size: 10px; }
.hero-bottom .eyebrow { font-size: 10px; }
.contact-grid { column-gap: 40px; }
@media (max-width: 760px) {
  .hero-eyebrow { font-size: 10px; }
  .hero-description { font-size: 15px; }
  .hero-bottom p { font-size: 11px; }
  .hero-photo .image-label { font-size: 9px; }
  .service-card > p { min-height: 0; }
  .service-top .small-label, .gallery-item figcaption .small-label,
  .studio-company, .contact-grid .small-label { font-size: 11px; }
  .contact-grid { column-gap: 20px; }
  .contact-grid address, .opening-hours, .opening-hours strong,
  .contact-brief { font-size: 12px; }
  .footer-bottom, .footer-bottom > span:last-child { font-size: 10px; }
  .inquiry-dialog .eyebrow { font-size: 10px; }
}
