*, *::before, *::after {
  box-sizing: border-box;
}

.about-hero {
  background-image: url('https://crumblyfudge.com/wp-content/uploads/2025/08/ChatGPT-Image-5-sie-2025-12_13_08_upscayl_2x_upscayl-standard-4x-scaled.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 40px;
  min-height: 85vh;
  color: #fffaf5;
  text-align: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.about-hero-eyebrow {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 12px;
  text-transform: lowercase;
  color: #fffaf5;
  opacity: 0.9;
}

.about-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 800;
  text-transform: uppercase;
   font-weight:bold;
  line-height: 1.1;
  margin: 0 0 28px;
  color: #fffaf5;
}

.about-hero-lead {
  font-family: 'Lora', serif;
  font-size: 20px;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.95;
}








.about-story-block {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fffaf4;
  padding: 0; /* padding dajemy wewnątrz */
  display: flex;
  justify-content: center;
}

.about-story-wrapper {
  width: 100%;
  max-width: 1240px;
  padding: clamp(40px, 6vw, 120px);
  box-sizing: border-box;
}


/* === RZĘDY === */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 100px;
  align-items: flex-start;
}

.row-a .text-col {
  flex: 1 1 40%;
  max-width: 520px;
}

.row-a .image-col {
    flex: 1 1 55%;
  max-width: 520px;
	
}

.row-b {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 100px;
  align-items: flex-start;
}

.row-b .left-tall {
  width: 440px;
  flex-shrink: 0;
  max-width: 100%;
  
}

.row-b .right-stack {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-width: 0;
}
/* === TEKST === */
.text-col {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.7;
	padding-right: 24px;
  color: #4b2f1f;
}

.text-col h2 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 28px;
  color: #3c2e1f;
}

.text-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3c2e1f;
}

/* === OBRAZY === */
.image-col img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 6px 24px rgba(0,0,0,0.05);
}

/* === IKONY - side layout === */
.side-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
}

.value-item {
  text-align: left;
}

.value-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.value-item h4 {
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.value-item p {
  font-family: 'Lora', serif;
  font-size: 15px;
  color: #5a3f2b;
  line-height: 1.5;
  opacity: 0.85;
}


.values-heading h4 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #4b2f1f;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: left;
}


/* === RESPONSYWNOŚĆ === */
@media (max-width: 768px) {
  .about-story-block {
    padding: 80px 24px;
  }

  .row {
    flex-direction: column;
  }

  .row-a .text-col,
  .row-a .image-col,
  .row-b .left-tall,
  .row-b .right-stack {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-icons {
    grid-template-columns: 1fr 1fr;
  }

  .text-col h2 {
    font-size: 36px;
  }

  .text-col h3 {
    font-size: 28px;
  }
}







.crumbly-press-quote {
  width: 100vw;
  background-color: #6d442d;
  color: #fdf8f2;
  padding: 130px 20px;
  margin-left: calc(-50vw + 50%);
}

.press-quote-wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

.press-quote-wrapper blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  line-height: 1.8;
  font-weight: 400;
  quotes: "“" "”";
  margin: 0 0 20px;
}

.press-quote-wrapper blockquote::before {
  content: open-quote;
  font-size: 48px;
  line-height: 0;
  vertical-align: -0.4em;
  margin-right: 8px;
}

.press-quote-wrapper blockquote::after {
  content: close-quote;
}

.press-quote-wrapper cite {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #dcb68a;
  letter-spacing: 0.05em;
}









/* === Crumbly Vertical Timeline (scoped) === */
.crumbly-vtimeline-section {
  background: #fffaf5;
  padding: 120px 20px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.crumbly-vtimeline-section .vtimeline-wrapper {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
}

/* ========== LEWA (nagłówek roku + copy) ========== */
.crumbly-vtimeline-section .vtimeline-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Nagłówek roku – tylko „maskowanie” dla animacji (resztę robi JS) */
.crumbly-vtimeline-section .vtimeline-year{
  position: relative;
  overflow: hidden;
  height: 1em;           /* rama dla przesuwu */
  line-height: 1;
  font-family: 'Abril Fatface', serif;
  font-size: clamp(28px, 10vw, 134px);
  font-weight: 700;
  color: #4b2f1f;        /* docelowy kolor brandowy */
  margin-bottom: 20px;
}

.crumbly-vtimeline-section .vtyr-current,
.crumbly-vtimeline-section .vtyr-next{
  position: absolute;
  left: 0; top: 0;
  will-change: transform, opacity;
}

/* Copy */
.crumbly-vtimeline-section .vtimeline-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #4b2f1f;
  margin-bottom: 10px;
}
.crumbly-vtimeline-section .vtimeline-text p {
  font-family: 'Lora', serif;
  font-size: 16px;
  color: #4b2f1f;
  line-height: 1.65;
}

/* ========== ŚRODEK (linia + daty) ========== */
.crumbly-vtimeline-section .vtimeline-center-line {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  flex: 0 0 64px;
}

/* pionowa kreska */
.crumbly-vtimeline-section .vtimeline-center-line::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: linear-gradient(to bottom, #ce9728, #f2b93a);
  border-radius: 2px;
}

/* lista dat – rozkład w pionie */
.crumbly-vtimeline-section .vtimeline-dates {
  --dot: 14px;
  list-style: none;
  padding: 20px 0;
  margin: 0;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.crumbly-vtimeline-section .vtimeline-dates li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: left;
  padding-left: 68px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #b48a60;
  cursor: pointer;
  line-height: 1;
  transition: color .25s ease;      /* tylko kolor – bez transform */
  outline: none;
}

/* kropka na osi */
.crumbly-vtimeline-section .vtimeline-dates li::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* kropka w środku komórki */
  width: var(--dot);
  height: var(--dot);
  border-radius: 50%;
  background: #b48a60;
  transition: background .25s ease, transform .25s ease;
}

/* Płynny transform bez przesuwania layoutu */
.crumbly-vtimeline-section .vtimeline-dates li {
  transition: color .2s ease, transform .22s ease;
  transform: translateZ(0); /* GPU hint */
}

/* Hover: minimalny sygnał */
.crumbly-vtimeline-section .vtimeline-dates li:hover {
  transform: scale(1.04);
}

/* Active: wyraźniej, ale wciąż elegancko */
.crumbly-vtimeline-section .vtimeline-dates li.active {
  color: #4b2f1f;
  font-weight: 700;
  transform: scale(1.12);
}

/* Kropka też „oddycha” przy aktywnej dacie */
.crumbly-vtimeline-section .vtimeline-dates li::before {
  transition: background .2s ease, transform .22s ease;
}
.crumbly-vtimeline-section .vtimeline-dates li.active::before {
  background: #4b2f1f;
  transform: translate(-50%, -50%) scale(1.2);
}

/* Click feedback (krótkie „wciśnięcie”) */
.crumbly-vtimeline-section .vtimeline-dates li:active {
  transform: scale(1.08);
}


/* ========== PRAWA (obraz) ========== */
.crumbly-vtimeline-section .vtimeline-right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.crumbly-vtimeline-section .vtimeline-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  max-width: 100%;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #fffaf5;
}
.crumbly-vtimeline-section .vtimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .6s ease;
  display: block;
  will-change: opacity;
}
.crumbly-vtimeline-section .vtimg.is-current {
  opacity: 1;
}

/* ========== Wejście tekstu (opcjonalnie) ========== */
.crumbly-vtimeline-section .vtimeline-left.fade-seq h3,
.crumbly-vtimeline-section .vtimeline-left.fade-seq p {
  animation: vt-fade-up .45s ease both;
}
.crumbly-vtimeline-section .vtimeline-left.fade-seq h3 { animation-delay: .05s; }
.crumbly-vtimeline-section .vtimeline-left.fade-seq p  { animation-delay: .12s; }

@keyframes vt-fade-up {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0);  }
}

/* ========== Responsywność ========== */
@media (max-width: 992px) {
  .crumbly-vtimeline-section .vtimeline-wrapper {
    grid-template-columns: 1fr 60px 1fr;
    gap: 28px;
  }
  .crumbly-vtimeline-section .vtimeline-year { font-size: clamp(28px, 5.5vw, 48px); }
}
@media (max-width: 720px) {
  .crumbly-vtimeline-section .vtimeline-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .crumbly-vtimeline-section .vtimeline-center-line {
    order: -1;
    min-height: 220px;
  }
  .crumbly-vtimeline-section .vtimeline-center-line::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ========== Preferencje dostępności ========== */
@media (prefers-reduced-motion: reduce){
  .crumbly-vtimeline-section .vtimg,
  .crumbly-vtimeline-section .vtimeline-left.fade-seq h3,
  .crumbly-vtimeline-section .vtimeline-left.fade-seq p {
    transition: none !important;
    animation: none !important;
  }
}




/* Nagłówek sekcji nad osią i zdjęciem */
.crumbly-vtimeline-section .vtimeline-intro {
  grid-column: 2 / 4;
  margin: 0 0 28px;
  padding-left: calc(40px + 20px); /* połowa 80px osi + np. 20px odstępu */
}
.crumbly-vtimeline-section .vtintro-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.2;
  color: #2b2a28;                     /* ciemniejszy nagłówek, premium */
  margin: 0 0 8px;
  letter-spacing: 0.2px;
}

.crumbly-vtimeline-section .vtintro-lead {
  font-family: 'Lora', serif;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.7;
  color: #4b2f1f;                     /* spójny z resztą copy */
  max-width: 720px;                   /* 60–70 znaków szerokości */
  margin: 0;
}

/* Responsywność – na mobile nad całością */
@media (max-width: 992px) {
  .crumbly-vtimeline-section .vtimeline-intro {
    grid-column: 1 / -1;
    padding-left: 0; /* na mobile pełna szerokość */
  }
}














/* ==== Crumbly – Horizontal Process (mockup style, full‑bleed) ==== */
.crumbly-process-h {
  --cream: #FFF9F2;
  --brown: #4B2F1F;
  --brown-70: color-mix(in srgb, #4B2F1F 70%, transparent);
  --gold-1: #CE9728;
  --gold-2: #F2B93A;
  background: var(--cream);
  padding: clamp(40px, 6vw, 96px) 0;
  /* full‑bleed tła */
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.crumbly-process-h .proc-wrap {
  /* pełny kontent – bez max‑width */
  width: 100vw;
  padding-left: clamp(16px, 6vw, 72px);
  padding-right: clamp(16px, 6vw, 72px);
  margin: 0 auto;
}

/* Nagłówki */
.proc-head { text-align: center; margin-bottom: clamp(28px, 5vw, 64px); }
.proc-title {
  font-family: "Abril Fatface", serif;
  font-size: clamp(28px, 4.6vw, 44px);
  color: var(--brown);
  margin: 0 0 6px;
}
.proc-lead {
  font-family: "Lora", serif;
  color: var(--brown-70);
  margin: 0;
  font-size: clamp(14px, 2.2vw, 18px);
}

/* Siatka kroków + złota linia */
.proc-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  gap: clamp(18px, 2vw, 36px);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media (min-width: 901px) {
  .proc-row::before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: clamp(36px, 5.4vw, 74px); /* pozycja linii */
    height: 2px;
    background: linear-gradient(90deg, var(--gold-1), var(--gold-2));
    opacity: .28;
    pointer-events: none;
    z-index: 0; /* linia najniżej */
  }
}

/* Pojedynczy krok */
.proc-step {
  text-align: center;
  padding-top: clamp(8px, 1vw, 12px);
  position: relative;
  transition: transform .25s ease;
  z-index: 1; /* nad linią */
}

/* Duży numer – pod nagłówkiem, nad linią, nie przykrywa tekstu */
.proc-num {
  display: inline-block;
  font-family: "Abril Fatface", serif;
  font-size: clamp(42px, 7vw, 96px);
  line-height: 1;
  color: rgba(75,47,31,.18);
  position: relative;
  z-index: 1;
  background: var(--cream);
  /* mniejsze „halo”, żeby nie wchodziło na tekst */
  box-shadow: 0 0 0 .22em var(--cream);
  border-radius: .2em;
  transition: color .25s ease;
  pointer-events: none;
}

/* Tytuł + opis – wyżej niż numer */
.proc-name,
.proc-desc { position: relative; z-index: 2; }

.proc-name {
  font-family: "Abril Fatface", serif;
  font-size: clamp(16px, 2.3vw, 20px);
  color: var(--brown);
  margin: 8px 0 4px;
}
.proc-desc {
  font-family: "Lora", serif;
  font-size: clamp(13px, 1.9vw, 16px);
  color: var(--brown-70);
  margin: 0 0 12px;
}

/* Foto w okręgu + obręcz */
.proc-photo {
  width: min(190px, 72%);
  aspect-ratio: 1/1;
  margin: 0 auto 8px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 2px rgba(206,151,40,.25);
  transition: box-shadow .25s ease, transform .25s ease;
  z-index: 2;
}
.proc-photo::after{
  content:"";
  position:absolute; inset:-2px;
  border-radius:inherit;
  background: radial-gradient(closest-side, transparent 72%, rgba(242,185,58,.35) 74%, rgba(242,185,58,0) 78%);
  pointer-events:none;
  opacity:.35; transition:opacity .25s ease;
}
.proc-photo img{
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.02);
  transition: transform .35s ease, filter .35s ease;
  filter: saturate(.96) contrast(1.03);
}

/* Ikona */
.proc-ico {
  width: 28px; height: 28px;
  margin: 4px auto 0;
  display: block;
  fill: none;
  stroke: var(--gold-1);
  stroke-width: 1.7;
  opacity: .9;
  transition: transform .25s ease, filter .25s ease, stroke .25s ease;
  z-index: 2;
}
.proc-ico path { vector-effect: non-scaling-stroke; }

/* Hover / focus – aktywacja kroku */
.proc-step:hover,
.proc-step:focus-within { transform: translateY(-3px); }
.proc-step:hover .proc-photo img,
.proc-step:focus-within .proc-photo img { transform: scale(1.06); filter: saturate(1.05) contrast(1.06); }
.proc-step:hover .proc-photo,
.proc-step:focus-within .proc-photo { box-shadow: 0 0 0 2px rgba(242,185,58,.55), 0 8px 22px rgba(0,0,0,.08); }
.proc-step:hover .proc-photo::after,
.proc-step:focus-within .proc-photo::after { opacity:.55; }
.proc-step:hover .proc-num,
.proc-step:focus-within .proc-num { color: rgba(206,151,40,.38); }
.proc-step:hover .proc-ico,
.proc-step:focus-within .proc-ico { stroke: var(--gold-2); transform: translateY(-1px); filter: drop-shadow(0 2px 4px rgba(206,151,40,.25)); }

/* RWD */
@media (max-width: 1400px) {
  .proc-row { gap: clamp(16px, 2vw, 28px); }
}
@media (max-width: 1200px) {
  .proc-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .proc-row { grid-template-columns: 1fr; }
  .proc-row::before { display: none; }
  .proc-photo { width: min(220px, 78%); }
}

/* Motion a11y */
@media (prefers-reduced-motion: reduce) {
  .proc-step, .proc-photo, .proc-photo img, .proc-ico { transition: none; }
}
