/*
Theme Name: KY Conf - Come true
Theme URI:  https://kyconf.pl
Author:     Kierunek Youth / Kosciol Kierunek Wroclaw
Description: Motyw konferencji KY Conf: Come true. Kompatybilny z Elementor, WooCommerce i PayU.
Version:    4.3.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      7.4
WC requires at least: 7.0
WC tested up to:      9.0
License:    GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ky-conf
Tags: one-page, landing-page, conference, youth, christian, woocommerce, elementor
*/

/* ============================================================
   ZMIENNE I RESET
============================================================ */
:root {
  --rose:   #D4725C;
  --deep:   #A84530;
  --light:  #E8A090;
  --pale:   #FFF3ED;
  --grad:   linear-gradient(135deg, #D4725C 0%, #E8976A 100%);
  --hero-grad: linear-gradient(135deg, #f5a0c0 0%, #f0b87a 40%, #f5c96a 70%, #f0b87a 100%);
  --warm-dark: #1C1210;
  --black:  #0D0D0D;
  --white:  #FFFFFF;
  --cream:  #FFF8F2;
  --beige:  #F8F0E8;
  --grey:   #6B5B50;
  --lgrey:  #F3EDE6;
  --font:   'Montserrat', sans-serif;
  --display:'Syne', 'Montserrat', sans-serif;
  --serif:  'Cormorant Garamond', Georgia, serif;
  --r:      16px;
  --sh:     0 8px 32px rgba(80,40,20,.10);
  --t:      .3s ease;
  --mw:     1160px;
  --py:     clamp(64px, 8vw, 110px);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); background: var(--cream); color: var(--black); line-height: 1.7; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ============================================================
   UTILITKI
============================================================ */
.container { width: 100%; max-width: var(--mw); margin-inline: auto; padding-inline: clamp(16px, 5vw, 48px); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--rose); margin-bottom: 12px; }
.eyebrow.light { color: var(--light); }
.section-title { font-family: var(--display); font-size: clamp(26px, 4vw, 44px); font-weight: 800; line-height: 1.15; color: var(--black); margin-bottom: 16px; }
.section-title.centered { text-align: center; }
.section-title.left { text-align: left; }
.section-title.light { color: var(--white); }
.section-title em { font-style: italic; font-family: var(--serif); color: var(--rose); }
.section-sub { font-size: 16px; color: var(--grey); margin-bottom: 40px; }
.section-sub.light { color: rgba(255,255,255,.55); text-align: center; }
.section-sub.dark a { color: var(--rose); }
.section-sub.dark { color: var(--grey); text-align: center; }
.body-text { font-size: 16px; color: var(--grey); line-height: 1.8; margin-bottom: 14px; }
.rose-line { width: 48px; height: 3px; background: var(--grad); border-radius: 2px; margin-bottom: 24px; }
.script-accent { font-family: var(--serif); font-style: italic; color: var(--rose); }

/* Admin bar offset */
.admin-bar .site-nav { top: var(--wp-admin--admin-bar--height, 32px); }

/* ============================================================
   PRZYCISKI — ciepły, zaokrąglony styl
============================================================ */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 15px 36px; background: var(--black); color: var(--white); border-radius: 50px; font-size: 15px; font-weight: 700; letter-spacing: .04em; box-shadow: 0 6px 24px rgba(0,0,0,.15); transition: transform var(--t), box-shadow var(--t), background var(--t); cursor: pointer; border: none; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,0,0,.25); background: #222; color: var(--white); }
.btn-primary.btn-large { padding: 18px 52px; font-size: 17px; }
.btn-primary.btn-sm { padding: 10px 24px; font-size: 13px; }
.btn-primary.btn-warm { background: var(--grad); box-shadow: 0 6px 24px rgba(212,114,92,.3); }
.btn-primary.btn-warm:hover { box-shadow: 0 10px 32px rgba(212,114,92,.45); background: var(--grad); }
.btn-outline { display: inline-flex; align-items: center; gap: 9px; padding: 15px 36px; background: transparent; color: var(--black); border: 2px solid rgba(0,0,0,.2); border-radius: 50px; font-size: 15px; font-weight: 600; transition: var(--t); }
.btn-outline:hover { background: rgba(0,0,0,.05); border-color: var(--black); }
.btn-download { display: inline-flex; align-items: center; gap: 8px; padding: 9px 20px; background: var(--grad); color: var(--white); border-radius: 8px; font-size: 13px; font-weight: 700; margin-bottom: 10px; transition: opacity var(--t); }
.btn-download:hover { opacity: .85; color: var(--white); }

/* ============================================================
   SEKCJE — ciepłe tła
============================================================ */
.section-white  { padding: var(--py) 0; background: var(--cream); }
.section-dark   { padding: var(--py) 0; background: var(--warm-dark); }
.section-beige  { padding: var(--py) 0; background: var(--beige); }
.section-reg    { padding: var(--py) 0; background: var(--lgrey); position: relative; overflow: hidden; }

/* ============================================================
   NAVBAR — jasny na hero, ciemny po scroll
============================================================ */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 18px 0; transition: background .3s, padding .3s, box-shadow .3s; }
.site-nav.scrolled { background: rgba(28,18,16,.96); backdrop-filter: blur(14px); padding: 10px 0; box-shadow: 0 4px 20px rgba(0,0,0,.2); }
.nav-inner { max-width: var(--mw); margin-inline: auto; padding-inline: clamp(16px,5vw,48px); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-logo { display: flex; align-items: center; gap: 10px; color: var(--black); font-family: var(--display); font-size: 18px; font-weight: 800; letter-spacing: .06em; transition: color .3s; }
.nav-logo i { color: var(--rose); transition: color .3s; }
.scrolled .nav-logo { color: var(--white); }
.scrolled .nav-logo i { color: var(--light); }
.nav-links { display: flex; align-items: center; gap: 0; list-style: none; }
.nav-links li a { display: block; padding: 6px 16px; font-size: 13px; font-weight: 600; color: rgba(0,0,0,.55); letter-spacing: .06em; text-transform: uppercase; transition: color .3s; }
.nav-links li a:hover { color: var(--black); }
.scrolled .nav-links li a { color: rgba(255,255,255,.7); }
.scrolled .nav-links li a:hover { color: var(--white); }
.nav-links li a.nav-cta { background: var(--black); border-radius: 50px; color: var(--white); padding: 8px 22px; }
.scrolled .nav-links li a.nav-cta { background: var(--grad); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--black); border-radius: 2px; transition: transform .3s, opacity .3s, background .3s; }
.scrolled .nav-hamburger span { background: var(--white); }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-links.open { display: flex; }
@media(max-width: 860px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: 56px; left: 0; right: 0; background: rgba(28,18,16,.98); padding: 10px 0 20px; border-top: 1px solid rgba(255,255,255,.07); z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links li a { padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 14px; color: rgba(255,255,255,.78); }
  .nav-hamburger { display: flex; }
}

/* ============================================================
   HERO — ciepły gradient (grafika konferencyjna)
============================================================ */
.hero-section { position: relative; min-height: 100dvh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #f0b87a; }
.hero-bg-gradient { position: absolute; inset: 0; background: var(--hero-grad); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 65% 30%, rgba(245,169,192,.3) 0%, transparent 70%), radial-gradient(ellipse 50% 70% at 20% 80%, rgba(240,184,122,.2) 0%, transparent 60%); }
.hero-decor { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.decor-cross { position: absolute; font-family: serif; color: rgba(0,0,0,.03); user-select: none; }
.decor-cross.c1 { font-size: 200px; top: -40px; right: 8%; }
.decor-cross.c2 { font-size: 120px; bottom: 12%; left: -30px; }
.decor-cross.c3 { font-size: 80px; top: 42%; right: 25%; }
.crowd-silhouette { display: none; }
.spotlight { display: none; }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; padding: 100px 24px 120px; max-width: 960px; width: 100%; }
.church-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.1); color: var(--black); padding: 8px 20px; border-radius: 50px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.church-tag i { font-size: 11px; }
.hero-title-wrap { display: flex; flex-direction: column; align-items: center; }
.hero-label { font-size: clamp(11px, 1.2vw, 14px); font-weight: 700; letter-spacing: .28em; color: var(--black); text-transform: uppercase; margin-bottom: 8px; opacity: .65; }
.hero-title { font-family: var(--display); font-size: clamp(52px, 9vw, 120px); font-weight: 900; color: var(--black); line-height: .92; letter-spacing: -.03em; text-transform: uppercase; }
.hero-title em { font-style: italic; font-family: var(--display); color: var(--black); -webkit-text-fill-color: var(--black); background: none; }
.hero-title .hero-conf { display: block; font-size: .45em; letter-spacing: .08em; font-weight: 800; margin-top: 4px; }
.hero-verse { font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2.5vw, 26px); color: rgba(0,0,0,.75); max-width: 560px; line-height: 1.6; border: none; background: none; padding: 0 20px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.hero-verse i { color: rgba(0,0,0,.2); font-size: 14px; }
.hero-verse cite { font-style: normal; font-family: var(--font); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(0,0,0,.4); }
.hero-details { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; }
.detail-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(0,0,0,.6); }
.detail-item i { color: var(--black); font-size: 14px; opacity: .5; }
.detail-item strong { display: block; font-size: 14px; color: var(--black); font-weight: 800; letter-spacing: .04em; }
.detail-item span { display: block; font-size: 11px; color: rgba(0,0,0,.4); }
.detail-sep { width: 1px; height: 28px; background: rgba(0,0,0,.15); }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-btns .btn-primary { background: var(--black); color: var(--white); box-shadow: 0 6px 24px rgba(0,0,0,.18); }
.hero-btns .btn-primary:hover { box-shadow: 0 10px 32px rgba(0,0,0,.3); }
.hero-btns .btn-outline { color: var(--black); border-color: rgba(0,0,0,.25); }
.hero-btns .btn-outline:hover { background: rgba(0,0,0,.06); border-color: var(--black); }
.scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(0,0,0,.2); animation: bounce 2.2s ease-in-out infinite; font-size: 16px; }
@keyframes bounce { 0%,100%{ transform: translateX(-50%) translateY(0); } 50%{ transform: translateX(-50%) translateY(9px); } }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* ── Hero mobile ── */
@media(max-width: 860px) {
  .hero-section { min-height: 100svh; }
  .hero-content { padding: 90px 20px 80px; gap: 22px; }
  .hero-title { font-size: clamp(32px, 10vw, 60px); }
  .hero-title .hero-conf { font-size: .38em; }
  .hero-verse { font-size: clamp(16px, 4vw, 20px); max-width: 88vw; padding: 0 10px; }
  .hero-details { gap: 12px; }
  .detail-item strong { font-size: 14px; }
  .detail-sep { height: 22px; }
  .hero-btns { flex-direction: column; width: 100%; max-width: 320px; }
  .hero-btns .btn-primary,
  .hero-btns .btn-outline { width: 100%; text-align: center; justify-content: center; font-size: 14px; padding: 14px 24px; }
  .hero-location { font-size: 13px !important; }
  .church-tag { font-size: 10px; padding: 6px 14px; }
  .decor-cross.c1 { font-size: 120px; right: -10px; }
  .decor-cross.c3 { display: none; }
}
@media(max-width: 480px) {
  .hero-content { padding: 80px 16px 60px; gap: 16px; }
  .hero-title { font-size: clamp(26px, 9.5vw, 38px); letter-spacing: -.02em; word-break: break-word; overflow-wrap: break-word; }
  .hero-title .hero-conf { font-size: .36em; }
  .hero-verse { font-size: 16px; max-width: 92vw; }
  .detail-sep { display: none; }
  .hero-details { flex-direction: column; gap: 6px; }
  .detail-item strong { font-size: 13px; }
  .scroll-hint { bottom: 16px; }
}
@media(max-width: 360px) {
  .hero-title { font-size: 24px; }
  .hero-content { padding: 74px 12px 50px; gap: 14px; }
}
.animate-up { opacity: 0; transform: translateY(28px); animation: fadeUp .7s forwards; }
.delay-1 { animation-delay: .15s; }
.delay-2 { animation-delay: .3s; }
.delay-3 { animation-delay: .45s; }
.delay-4 { animation-delay: .6s; }
.scroll-fade { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.scroll-fade.in-view { opacity: 1; transform: translateY(0); }

/* ============================================================
   O KONFERENCJI — ciepłe karty
============================================================ */
.two-col-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.highlight-box { display: flex; align-items: flex-start; gap: 12px; background: var(--pale); border-left: 4px solid var(--rose); border-radius: 0 var(--r) var(--r) 0; padding: 16px 18px; margin: 20px 0; font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--deep); }
.highlight-box i { color: var(--rose); margin-top: 2px; flex-shrink: 0; }
.visual-card { background: var(--beige); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); }
.vc-photo { aspect-ratio: 4/3; background: linear-gradient(135deg, #f5a0c0, #f0b87a); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.photo-placeholder { display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(0,0,0,.25); font-size: 13px; text-align: center; }
.photo-placeholder i { font-size: 40px; color: rgba(0,0,0,.15); }
.vc-tag { display: flex; align-items: center; gap: 8px; padding: 12px 18px; font-size: 13px; font-weight: 600; color: var(--grey); background: var(--white); }
.vc-tag i { color: var(--rose); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
.mini-stat { background: var(--white); border-radius: var(--r); padding: 16px 10px; text-align: center; box-shadow: 0 2px 8px rgba(80,40,20,.06); }
.mini-stat strong { display: block; font-size: 22px; font-weight: 900; color: var(--rose); line-height: 1; margin-bottom: 4px; }
.mini-stat span { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--grey); }
@media(max-width: 860px) {
  .two-col-layout { grid-template-columns: 1fr; gap: 40px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .eyebrow { font-size: 12px; }
  .section-title { font-size: clamp(24px, 6vw, 36px); }
  .section-sub { font-size: 15px; margin-bottom: 28px; }
  .section-sub.light { color: rgba(255,255,255,.65); }
  .body-text { font-size: 15px; line-height: 1.75; }
  .highlight-box { font-size: 16px; }
  .mini-stat strong { font-size: 20px; }
  .mini-stat span { font-size: 11px; }
}
@media(max-width: 480px) {
  .eyebrow { font-size: 11px; letter-spacing: .14em; }
  .section-title { font-size: clamp(22px, 7vw, 30px); }
  .section-sub { font-size: 14px; margin-bottom: 24px; }
  .body-text { font-size: 14px; }
  .highlight-box { font-size: 15px; padding: 14px 14px; }
}

/* ============================================================
   PROGRAM — ciepłe ciemne tło
============================================================ */
.program-timeline { position: relative; max-width: 860px; margin-inline: auto; margin-top: 40px; }
.program-timeline::before { content: ''; position: absolute; left: 110px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(to bottom, transparent, rgba(232,160,144,.35) 5%, rgba(232,160,144,.35) 95%, transparent); }
.timeline-block { display: grid; grid-template-columns: 110px 1fr; align-items: start; padding: 16px 0; position: relative; }
.timeline-block::before { content: ''; position: absolute; left: 105px; top: 24px; width: 12px; height: 12px; background: var(--rose); border-radius: 50%; border: 3px solid var(--warm-dark); box-shadow: 0 0 0 3px rgba(212,114,92,.25); z-index: 1; }
.timeline-time { padding-right: 18px; padding-top: 4px; text-align: right; }
.time-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--light); display: block; }
.time-clock { font-size: 14px; font-weight: 800; color: var(--white); display: block; margin-top: 2px; }
.timeline-card { margin-left: 20px; background: rgba(255,248,242,.06); border: 1px solid rgba(255,248,242,.08); border-radius: var(--r); padding: 18px 22px; transition: background .2s; }
.timeline-card:hover { background: rgba(255,248,242,.1); }
.tc-dot { display: none; }
.tc-body h3 { font-size: 17px; font-weight: 800; color: var(--white); margin: 6px 0 6px; }
.tc-body > p { font-size: 14px; color: rgba(255,248,242,.5); line-height: 1.7; }
.tc-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 3px 10px; border-radius: 50px; margin-bottom: 6px; }
.timeline-card.opening .tc-tag { background: rgba(212,114,92,.2); color: var(--light); }
.timeline-card.session-1 .tc-tag, .timeline-card.session-3 .tc-tag { background: rgba(212,114,92,.25); color: #f0b098; }
.timeline-card.session-2 .tc-tag { background: rgba(245,201,106,.18); color: #f0cc80; }
.timeline-card.break-card .tc-tag { background: rgba(255,255,255,.08); color: rgba(255,255,255,.45); }
.timeline-card.closing .tc-tag { background: rgba(168,69,48,.3); color: var(--light); }
.session-points { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; }
.session-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,248,242,.5); line-height: 1.5; }
.session-points li i { font-size: 9px; color: var(--light); margin-top: 4px; flex-shrink: 0; }
.panel-guests { margin-top: 14px; }
.panel-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.35); letter-spacing: .08em; text-transform: uppercase; display: block; margin-bottom: 8px; }
.panel-avatars { display: flex; gap: 6px; margin-bottom: 8px; }
.pa { width: 36px; height: 36px; background: rgba(255,255,255,.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(255,255,255,.25); border: 2px solid rgba(255,255,255,.1); }
.pa.tba { border-style: dashed; }
.tba-hint { font-size: 11px; color: rgba(255,255,255,.3); display: flex; align-items: center; gap: 6px; }
@media(max-width: 860px) {
  .section-dark { padding: 60px 0; }
  .section-dark .section-title { font-size: clamp(24px, 5.5vw, 36px); }
  .section-dark .section-sub { font-size: 14px; }
  .program-timeline { margin-top: 28px; }
  .timeline-card { padding: 14px 16px; }
  .tc-body h3 { font-size: 16px; }
  .tc-body > p { font-size: 14px; color: rgba(255,248,242,.6); }
  .time-label { font-size: 11px; }
  .time-clock { font-size: 15px; }
}
@media(max-width: 640px) {
  .section-dark { padding: 48px 0; }
  .section-dark .wrap { padding-left: 24px; padding-right: 16px; }
  .program-timeline::before { left: 6px; }
  .timeline-block { grid-template-columns: 1fr; }
  .timeline-block::before { left: 1px; top: 8px; width: 12px; height: 12px; }
  .timeline-time { display: flex; gap: 10px; align-items: center; padding: 0 0 8px 24px; text-align: left; }
  .timeline-card { margin-left: 24px; padding: 12px 14px; }
  .time-clock { font-size: 14px; }
  .time-label { font-size: 10px; }
  .tc-body h3 { font-size: 15px; }
  .tc-body > p { font-size: 13px; color: rgba(255,248,242,.6); }
  .tc-tag { font-size: 10px; }
}

/* ============================================================
   PRELEGENCI — blokowy układ kart
============================================================ */
.speakers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 36px; }
.speaker-card { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: 0 4px 14px rgba(80,40,20,.07); transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.speaker-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(80,40,20,.14); }
.speaker-photo { aspect-ratio: 1/1; background: var(--lgrey); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.speaker-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.speaker-photo.blurred { filter: blur(8px); }
.photo-ph { width: 100%; height: 100%; background: linear-gradient(135deg, #f5c4a0, #f0b87a); display: flex; align-items: center; justify-content: center; font-size: 52px; color: rgba(0,0,0,.1); }
.tba-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(28,18,16,.85), rgba(168,69,48,.65)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--white); text-align: center; padding: 16px; }
.tba-overlay i { font-size: 22px; opacity: .5; }
.tba-overlay span { font-size: 12px; font-weight: 600; letter-spacing: .08em; line-height: 1.5; }
.tba-overlay strong { color: var(--light); }
.sp-badge { position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 12px; border-radius: 50px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.revealed-badge { background: rgba(0,185,80,.85); color: var(--white); }
.tba-badge { background: rgba(0,0,0,.45); color: rgba(255,255,255,.7); }
.sp-info { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.sp-info h3 { font-size: 17px; font-weight: 800; margin-bottom: 4px; color: var(--black); }
.sp-role { font-size: 12px; color: var(--rose); font-weight: 700; margin-bottom: 4px; }
.sp-session { font-size: 12px; color: var(--grey); display: inline-flex; align-items: center; gap: 6px; background: var(--beige); padding: 4px 10px; border-radius: 50px; width: fit-content; }
.ig-follow-cta { background: var(--white); border: 1px solid rgba(212,114,92,.15); border-radius: var(--r); overflow: hidden; margin-top: 8px; }
.ig-follow-inner { display: flex; align-items: center; gap: 18px; padding: 22px 26px; flex-wrap: wrap; }
.ig-big-icon { font-size: 34px; color: var(--rose); flex-shrink: 0; }
.ig-follow-inner div { flex: 1; min-width: 180px; }
.ig-follow-inner strong { display: block; font-size: 15px; font-weight: 800; margin-bottom: 3px; }
.ig-follow-inner p { font-size: 13px; color: var(--grey); }
@media(max-width: 860px) {
  .speakers-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-info h3 { font-size: 16px; }
  .sp-role { font-size: 13px; }
  .sp-session { font-size: 12px; }
  .tba-overlay span { font-size: 13px; }
  .ig-follow-inner strong { font-size: 16px; }
  .ig-follow-inner p { font-size: 14px; }
}
@media(max-width: 480px) {
  .speakers-grid { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; }
  .ig-follow-inner { flex-direction: column; text-align: center; }
  .sp-info { padding: 14px 16px; }
  .sp-info h3 { font-size: 17px; }
}

/* ============================================================
   GALERIA — równy grid 3×2
============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 220px; gap: 14px; margin-bottom: 16px; }
.gallery-block { border-radius: var(--r); overflow: hidden; position: relative; cursor: pointer; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; transition: transform .3s; }
.gallery-block img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ig-placeholder { display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.55); z-index: 1; }
.ig-placeholder i { font-size: 32px; }
.ig-placeholder span { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gallery-hover { position: absolute; inset: 0; background: rgba(28,18,16,0); transition: background .3s; }
.gallery-block:hover .gallery-hover { background: rgba(28,18,16,.35); }
.gallery-block:hover { transform: scale(1.03); z-index: 2; }
.gallery-block[data-full] { cursor: zoom-in; }

/* ── Lightbox ─── */
.ky-lightbox { position: fixed; inset: 0; z-index: 99999; background: rgba(0,0,0,.88); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.ky-lightbox.active { opacity: 1; visibility: visible; }
.ky-lightbox img { max-width: 92vw; max-height: 90vh; border-radius: 10px; box-shadow: 0 8px 40px rgba(0,0,0,.5); object-fit: contain; transform: scale(.92); transition: transform .3s; }
.ky-lightbox.active img { transform: scale(1); }
.ky-lightbox-close { position: absolute; top: 18px; right: 24px; background: none; border: none; color: #fff; font-size: 36px; cursor: pointer; line-height: 1; opacity: .7; transition: opacity .2s; z-index: 2; }
.ky-lightbox-close:hover { opacity: 1; }
.ky-lightbox-prev,
.ky-lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: none; color: #fff; font-size: 28px; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; opacity: .6; transition: opacity .2s, background .2s; display: flex; align-items: center; justify-content: center; }
.ky-lightbox-prev { left: 16px; }
.ky-lightbox-next { right: 16px; }
.ky-lightbox-prev:hover,
.ky-lightbox-next:hover { opacity: 1; background: rgba(255,255,255,.22); }
.gallery-ig-link { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--rose); margin-top: 8px; }
.gallery-ig-link i { font-size: 18px; }
@media(max-width: 860px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } }
@media(max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; } }

/* ============================================================
   REJESTRACJA — ciepłe tło + formularz
============================================================ */
.reg-bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(212,114,92,.04) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.reg-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 68px; align-items: start; position: relative; }
.reg-info .eyebrow { color: var(--rose); }
.reg-info .section-title { color: var(--black); }
.reg-details-list { display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.rdl-item { display: flex; align-items: flex-start; gap: 14px; }
.rdl-icon { width: 38px; height: 38px; background: var(--grad); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 14px; flex-shrink: 0; }
.rdl-item div { display: flex; flex-direction: column; gap: 2px; }
.rdl-item strong { font-size: 14px; font-weight: 700; color: var(--black); }
.rdl-item span { font-size: 13px; color: var(--grey); }
.payment-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 14px 16px; background: var(--white); border-radius: var(--r); border: 1px solid rgba(212,114,92,.12); margin-top: 16px; }
.pay-label { font-size: 12px; font-weight: 700; color: var(--grey); letter-spacing: .06em; }
.pay-methods { display: flex; gap: 7px; flex-wrap: wrap; }
.pay-badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px; background: var(--beige); border: 1px solid rgba(212,114,92,.12); border-radius: 8px; font-size: 12px; font-weight: 600; color: var(--black); }
.pay-badge i { font-size: 10px; color: var(--grey); }
.payu-logo { margin-left: auto; font-size: 14px; font-weight: 900; }
.reg-form-box { background: var(--white); border-radius: var(--r); padding: clamp(22px, 4vw, 40px); box-shadow: var(--sh); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-weight: 700; color: var(--black); }
.req { color: var(--rose); }
.form-group input, .form-group select, .form-group textarea { padding: 12px 14px; border: 2px solid rgba(212,114,92,.15); border-radius: var(--r); font-size: 15px; color: var(--black); outline: none; transition: border-color .2s, box-shadow .2s; background: var(--cream); }
.form-group input:focus, .form-group select:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(212,114,92,.1); background: var(--white); }
.form-group.check-group { margin-bottom: 12px; }
.check-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 13px; color: var(--grey); line-height: 1.6; }
.check-label input[type=checkbox] { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--rose); }
.check-label a { color: var(--rose); text-decoration: underline; }
.under18-block { background: var(--pale); border: 1px solid rgba(212,114,92,.2); border-radius: var(--r); padding: 16px; }
.under18-header { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--deep); margin-bottom: 8px; }
.under18-header i { color: var(--rose); }
.under18-info { font-size: 13px; color: var(--grey); margin-bottom: 12px; line-height: 1.6; }
.mt8 { margin-top: 8px; }
.btn-form-submit { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px; background: var(--black); color: var(--white); border: none; border-radius: 50px; font-size: 15px; font-weight: 700; letter-spacing: .04em; cursor: pointer; box-shadow: 0 6px 24px rgba(0,0,0,.15); transition: transform .2s, box-shadow .2s; margin-top: 4px; }
.btn-form-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,0,0,.25); }
.btn-form-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px; font-size: 12px; color: var(--grey); text-align: center; }
.secure-note i { color: var(--rose); }
.form-success-box { text-align: center; padding: 40px 20px; display: none; flex-direction: column; align-items: center; gap: 12px; }
.success-icon { font-size: 48px; color: var(--rose); }
.form-success-box h3 { font-size: 22px; font-weight: 800; }
.form-success-box p { font-size: 14px; color: var(--grey); }
.success-verse { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--deep); border-top: 1px solid rgba(212,114,92,.15); padding-top: 16px; margin-top: 8px; }
.success-icons { display: flex; gap: 16px; font-size: 20px; color: var(--rose); margin-top: 8px; }
.form-msg { display: none; padding: 12px 16px; border-radius: var(--r); font-size: 13px; font-weight: 600; margin-bottom: 14px; }
.form-msg.error { display: block; background: #fef0f0; color: #c0392b; border: 1px solid #f5c6cb; }
.form-msg.success { display: block; background: #edfaf0; color: #1a7a35; border: 1px solid #a3d9b1; }
@media(max-width: 860px) {
  .reg-layout { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .rdl-item strong { font-size: 15px; }
  .rdl-item span { font-size: 14px; }
  .form-group label { font-size: 14px; }
  .form-group input, .form-group select, .form-group textarea { font-size: 16px; }
  .check-label { font-size: 14px; }
  .btn-form-submit { font-size: 16px; padding: 16px; }
  .under18-header { font-size: 15px; }
  .under18-info { font-size: 14px; }
  .cta-title { font-size: clamp(26px, 6vw, 44px); }
  .cta-verse { font-size: clamp(14px, 3vw, 18px); }
  .sp-info h3 { font-size: 16px; }
  .sp-role { font-size: 13px; }
  .gallery-ig-link { font-size: 15px; }
}
@media(max-width: 480px) {
  .rdl-item strong { font-size: 14px; }
  .rdl-item span { font-size: 13px; }
  .payment-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .cta-title { font-size: clamp(22px, 7vw, 36px); }
  .foot-desc { font-size: 14px; }
  .footer-grid h4 { font-size: 12px; margin-bottom: 12px; }
  .footer-grid ul li a { font-size: 14px; }
  .foot-contact p { font-size: 14px; }
  .secure-note { font-size: 13px; }
}

/* ============================================================
   CTA — ciepły gradient (nawiązanie do hero)
============================================================ */
.cta-section { padding: var(--py) 0; background: var(--hero-grad); text-align: center; position: relative; overflow: hidden; }
.cta-pattern { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 30% 50%, rgba(255,255,255,.08) 0%, transparent 60%); pointer-events: none; }
.cta-inner { position: relative; }
.cta-icons { display: flex; gap: 18px; justify-content: center; margin-bottom: 22px; font-size: 20px; color: var(--black); opacity: .2; }
.cta-title { font-family: var(--display); font-size: clamp(32px, 5vw, 58px); font-weight: 900; color: var(--black); line-height: 1.1; letter-spacing: -.01em; margin-bottom: 18px; }
.cta-title em { font-family: var(--serif); font-style: italic; }
.cta-verse { font-family: var(--serif); font-style: italic; font-size: clamp(15px, 2vw, 19px); color: rgba(0,0,0,.5); max-width: 480px; margin: 0 auto 32px; border: none; background: none; padding: 0; }
.cta-verse cite { display: block; font-style: normal; font-family: var(--font); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(0,0,0,.35); margin-top: 5px; }
.cta-section .btn-primary { background: var(--black); color: var(--white); }
.cta-section .btn-primary:hover { background: #222; }
.cta-date { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 18px; font-size: 13px; color: rgba(0,0,0,.4); }
.cta-date i { color: rgba(0,0,0,.35); }

/* ============================================================
   FOOTER — ciepły ciemny
============================================================ */
.site-footer { background: var(--warm-dark); color: rgba(255,248,242,.5); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 40px; margin-bottom: 48px; }
.foot-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.foot-logo i { font-size: 20px; color: var(--light); }
.logo-kyconf { display: block; font-family: var(--display); font-size: 17px; font-weight: 800; color: var(--white); letter-spacing: .06em; }
.logo-sub { display: block; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--light); }
.foot-desc { font-size: 13px; line-height: 1.8; max-width: 250px; margin-bottom: 12px; }
.foot-address { font-size: 13px; display: flex; align-items: center; gap: 7px; margin-bottom: 16px; }
.foot-address i { color: var(--light); font-size: 11px; }
.foot-socials { display: flex; gap: 9px; }
.foot-socials a { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; background: rgba(255,248,242,.07); border-radius: 50%; color: rgba(255,248,242,.5); font-size: 14px; transition: background .2s, color .2s; }
.foot-socials a:hover { background: var(--rose); color: var(--white); }
.footer-grid h4 { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-grid ul li { margin-bottom: 9px; }
.footer-grid ul li a { font-size: 13px; color: rgba(255,248,242,.4); transition: color .2s; }
.footer-grid ul li a:hover { color: var(--white); }
.foot-contact p { font-size: 13px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.foot-contact p i { color: var(--light); font-size: 11px; width: 14px; }
.foot-contact a { color: rgba(255,248,242,.5); text-decoration: underline; }
.foot-verse { border-left: 4px solid var(--rose); padding-left: 16px; margin-top: 22px; font-family: var(--serif); font-style: italic; font-size: 20px; color: rgba(255,248,242,.8); line-height: 1.7; display: flex; align-items: flex-start; gap: 12px; }
.foot-verse i { color: var(--rose); font-size: 16px; margin-top: 6px; flex-shrink: 0; }
.foot-bottom { border-top: 1px solid rgba(255,248,242,.06); padding: 18px 0; }
.foot-bottom p { font-size: 12px; color: rgba(255,248,242,.25); text-align: center; }
.foot-bottom a { color: rgba(255,248,242,.4); text-decoration: underline; }
@media(max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-grid > div:first-child { grid-column: span 2; } }
@media(max-width: 640px) { .footer-grid { grid-template-columns: 1fr; } .footer-grid > div:first-child { grid-column: span 1; } .foot-verse { font-size: 18px; } .foot-verse i { font-size: 15px; } }

/* ============================================================
   WOOCOMMERCE / THANK YOU
============================================================ */
.ky-ty-wrap { padding: var(--py) 0; background: var(--beige); min-height: 60vh; }
.ky-ty-card { background: var(--white); border-radius: var(--r); padding: clamp(26px,5vw,52px); box-shadow: var(--sh); max-width: 600px; margin-inline: auto; text-align: center; }

/* ============================================================
   SPEAKER BIO + GUARDIAN PDF BOX
============================================================ */
.sp-bio { font-size: 12px; color: var(--grey); line-height: 1.6; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(212,114,92,.12); }
.guardian-pdf-box { display: flex; align-items: center; gap: 14px; background: var(--pale); border: 1px solid rgba(212,114,92,.2); border-radius: var(--r); padding: 14px 16px; margin-top: 16px; flex-wrap: wrap; }
.guardian-pdf-box > i { font-size: 28px; color: var(--rose); flex-shrink: 0; }
.guardian-pdf-box > div { flex: 1; }
.guardian-pdf-box strong { display: block; font-size: 13px; font-weight: 700; color: var(--black); }
.guardian-pdf-box p { font-size: 12px; color: var(--grey); margin: 0; }
.pdf-placeholder-note { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--grey); background: var(--pale); border: 1px dashed rgba(212,114,92,.2); border-radius: var(--r); padding: 10px 14px; margin-bottom: 10px; }
.pdf-placeholder-note i { color: var(--rose); flex-shrink: 0; margin-top: 2px; }
.hero-bg-photo { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }

/* ============================================================
   WOOCOMMERCE — ciepłe strony sklepu
============================================================ */
.ky-wc-main { min-height: 60vh; }
.ky-wc-hero { background: var(--hero-grad); padding: 48px 0 36px; border-bottom: 3px solid var(--rose); }
.ky-wc-title { font-family: var(--display); font-size: clamp(22px, 4vw, 36px); font-weight: 800; color: var(--black); display: flex; align-items: center; gap: 12px; margin: 0; }
.ky-wc-title i { color: rgba(0,0,0,.35); }
.ky-wc-subtitle { font-size: 15px; color: rgba(0,0,0,.5); margin: 8px 0 0; }
.ky-wc-body { padding: 48px 0 80px; background: var(--beige); }
.ky-wc-verse { background: var(--warm-dark); padding: 32px 0; text-align: center; }
.ky-wc-verse blockquote { font-family: var(--serif); font-style: italic; font-size: 18px; color: rgba(255,248,242,.45); max-width: 520px; margin: 0 auto; border: none; background: none; padding: 0; }
.ky-wc-verse i { color: var(--rose); margin-right: 6px; }
/* WooCommerce overrides */
.woocommerce-page .woocommerce { background: var(--white); border-radius: var(--r); padding: clamp(20px,4vw,44px); box-shadow: var(--sh); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.woocommerce ul.products li.product a img { border-radius: var(--r); width: 100%; object-fit: cover; transition: transform .3s; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.03); }
.woocommerce ul.products li.product { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: 0 4px 14px rgba(80,40,20,.07); border: 1px solid rgba(212,114,92,.1); transition: box-shadow .3s, transform .3s; }
.woocommerce ul.products li.product:hover { box-shadow: var(--sh); transform: translateY(-3px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px; font-weight: 800; color: var(--black); padding: 14px 16px 4px; }
.woocommerce ul.products li.product .price { font-size: 18px; font-weight: 800; color: var(--rose); padding: 0 16px 8px; }
.woocommerce ul.products li.product .button { display: block; margin: 0 16px 16px; padding: 10px; background: var(--black); color: var(--white); border-radius: 50px; text-align: center; font-weight: 700; font-size: 13px; border: none; transition: opacity .2s, transform .2s; }
.woocommerce ul.products li.product .button:hover { opacity: .9; transform: translateY(-1px); color: var(--white); }
/* Buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background: var(--black); color: var(--white); border-radius: 50px; font-weight: 700; font-size: 14px; border: none; padding: 12px 28px; transition: opacity .2s; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #222; color: var(--white); opacity: 1; }
.woocommerce a.button.alt, .woocommerce button.button.alt { background: var(--black); }
/* Cart */
.woocommerce table.shop_table { border-collapse: collapse; width: 100%; border-radius: var(--r); overflow: hidden; border: 1px solid rgba(212,114,92,.12); }
.woocommerce table.shop_table th { background: var(--warm-dark); color: var(--white); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding: 12px 16px; }
.woocommerce table.shop_table td { padding: 14px 16px; border-bottom: 1px solid rgba(212,114,92,.08); font-size: 14px; vertical-align: middle; }
.woocommerce table.shop_table .product-name a { font-weight: 700; color: var(--black); }
.woocommerce table.shop_table .product-price .amount, .woocommerce table.shop_table .product-subtotal .amount { font-weight: 800; color: var(--rose); }
/* Checkout */
.woocommerce .woocommerce-billing-fields h3, .woocommerce .woocommerce-shipping-fields h3, .woocommerce #payment h3 { font-size: 16px; font-weight: 800; color: var(--black); margin-bottom: 16px; }
.woocommerce form .form-row label { font-size: 12px; font-weight: 700; color: #333; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 4px; display: block; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { border: 2px solid rgba(212,114,92,.15); border-radius: var(--r); padding: 11px 14px; font-size: 14px; width: 100%; transition: border-color .2s; background: var(--cream); }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { border-color: var(--rose); outline: none; background: var(--white); }
.woocommerce #payment { background: var(--beige); border-radius: var(--r); padding: 20px; border: 1px solid rgba(212,114,92,.12); }
.woocommerce #payment .payment_methods { list-style: none; }
.woocommerce #payment .payment_methods li { padding: 10px 0; border-bottom: 1px solid rgba(212,114,92,.1); }
.woocommerce #payment #place_order { background: var(--black); color: var(--white); border: none; border-radius: 50px; padding: 16px 40px; font-size: 16px; font-weight: 700; width: 100%; cursor: pointer; margin-top: 16px; box-shadow: 0 6px 24px rgba(0,0,0,.15); transition: transform .2s, box-shadow .2s; }
.woocommerce #payment #place_order:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,0,0,.25); }
/* Thank you page */
.ky-thankyou { background: var(--white); border-radius: var(--r); padding: clamp(28px,5vw,56px); box-shadow: var(--sh); max-width: 620px; margin: 0 auto; text-align: center; }
.ky-ty-icon { font-size: 52px; color: var(--rose); margin-bottom: 16px; }
.ky-thankyou h2 { font-size: 26px; font-weight: 800; margin-bottom: 10px; }
.ky-thankyou p { font-size: 14px; color: var(--grey); margin-bottom: 8px; }
.ky-verse { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--deep); margin: 20px 0; border-left: 4px solid var(--rose); padding: 12px 16px; text-align: left; }
.ky-ty-details { display: flex; gap: 24px; justify-content: center; margin: 20px 0; flex-wrap: wrap; }
.ky-ty-details > div { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.ky-ty-details i { color: var(--rose); font-size: 16px; }
.ky-ty-details strong { display: block; font-weight: 700; }
.ky-ty-details span { font-size: 12px; color: var(--grey); }
.ky-wc-wrap { background: var(--white); border-radius: var(--r); padding: clamp(18px,4vw,40px); box-shadow: var(--sh); }

/* ============================================================
   SKIP LINK & REDUCED MOTION
============================================================ */
.skip-link { position: absolute; top: -100px; left: 16px; background: var(--rose); color: var(--white); padding: 8px 16px; border-radius: 0 0 8px 8px; font-size: 14px; font-weight: 700; z-index: 9999; transition: top .2s; }
.skip-link:focus { top: 0; }
@media(prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .animate-up, .scroll-fade { opacity: 1 !important; transform: none !important; } }
