/* =========================================================================
   Milena Wolak Ceremonie – style własne
   Paleta: ciepła terakota / glina, szałwia, krem, węgiel drzewny, złoto.
   ========================================================================= */

:root {
  --clay: #8a5a44;          /* główny akcent – ciepła glina */
  --clay-dark: #6f4636;
  --terracotta: #b56a4b;
  --rose: #c98b7a;
  --sage: #8a9a7b;
  --sage-dark: #6f7f61;
  --gold: #c2a05a;
  --cream: #faf5ee;
  --cream-2: #f3e9dd;
  --sand: #ece0d1;
  --ink: #2f2822;           /* tekst główny */
  --ink-soft: #5c5148;
  --white: #ffffff;

  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --shadow-sm: 0 4px 14px rgba(47, 40, 34, 0.08);
  --shadow-md: 0 14px 40px rgba(47, 40, 34, 0.14);
  --radius: 6px;
  --radius-lg: 14px;
  --container: 1200px;

  --bs-primary: var(--clay);
}

/* --------------------------------- Bazowe ------------------------------- */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  font-weight: 300;
  line-height: 1.75;
  font-size: 1.02rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .display-font {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: 0.3px;
}

p { margin-bottom: 1rem; }

a { color: var(--clay); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--clay-dark); }

img { max-width: 100%; height: auto; }

.container { max-width: var(--container); }

.skip-link {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2000;
  background: var(--clay);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
}

/* Typografia pomocnicza */
.kicker {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--clay);
  margin-bottom: 1rem;
  display: inline-block;
}
.kicker--light { color: rgba(255, 255, 255, 0.85); }
.kicker::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 1px;
  background: currentColor;
  vertical-align: middle;
  margin-right: 0.8rem;
  opacity: 0.6;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.2rem;
}
.lead-soft {
  font-size: 1.15rem;
  color: var(--ink-soft);
  font-weight: 300;
}

.text-muted-soft { color: var(--ink-soft); }
.bg-cream { background: var(--cream); }
.bg-cream-2 { background: var(--cream-2); }
.bg-sand { background: var(--sand); }

section { position: relative; }
.section-pad { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.section-pad-sm { padding: clamp(2.5rem, 5vw, 4rem) 0; }

/* --------------------------------- Buttony ------------------------------ */

.btn {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.06em;
  border-radius: 40px;
  padding: 0.7rem 1.7rem;
  transition: all 0.25s ease;
  text-transform: none;
}
.btn-lg { padding: 0.85rem 2.2rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 1.2rem; }

.btn-primary {
  background: var(--clay);
  border-color: var(--clay);
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background: var(--clay-dark);
  border-color: var(--clay-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.btn-outline-clay {
  border: 1px solid var(--clay);
  color: var(--clay);
  background: transparent;
}
.btn-outline-clay:hover {
  background: var(--clay);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}
.btn-outline-light:hover {
  background: #fff;
  color: var(--ink);
  transform: translateY(-2px);
}

/* -------------------------------- Nawigacja ----------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(250, 245, 238, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(138, 90, 68, 0.12);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }

.navbar { padding-top: 0.7rem; padding-bottom: 0.7rem; }

.navbar-brand { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.5px;
}
.brand-role {
  font-family: var(--font-body);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--clay);
}

.navbar-nav .nav-link {
  font-size: 0.9rem;
  color: var(--ink);
  padding: 0.4rem 0.85rem;
  position: relative;
  font-weight: 400;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.15rem;
  height: 1px;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--clay); }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }

.navbar-toggler { border: none; padding: 0.4rem; }
.navbar-toggler:focus { box-shadow: none; }
.toggler-bar {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* --------------------------------- Home hero ---------------------------- */

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('/images/wedding-beach.webp');
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.05);
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgba(35, 29, 24, 0.85) 0%,
      rgba(35, 29, 24, 0.6) 42%,
      rgba(84, 52, 40, 0.4) 100%
    ),
    linear-gradient(to top, rgba(35, 29, 24, 0.55) 0%, rgba(35, 29, 24, 0) 40%);
}
.hero__inner { position: relative; z-index: 2; max-width: 760px; }
.hero__title {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  font-weight: 500;
  margin-bottom: 1.3rem;
}
.hero__title em { font-style: italic; color: #f0d9c4; }
.hero__subtitle {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 300;
  max-width: 620px;
  margin-bottom: 2.2rem;
  color: rgba(255, 255, 255, 0.92);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__scroll {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.hero__scroll span {
  display: block;
  width: 1px;
  height: 40px;
  margin: 0.6rem auto 0;
  background: rgba(255, 255, 255, 0.6);
  animation: scrollLine 1.8s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollLine { 0%,100%{transform:scaleY(0.4);opacity:0.4} 50%{transform:scaleY(1);opacity:1} }

/* ------------------------------- Page hero ------------------------------ */

.page-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center 35%;
}
.page-hero--solid {
  background: radial-gradient(circle at 30% 20%, #4a3b33 0%, #2f2822 55%, #241e19 100%);
  align-items: center;
  min-height: 52vh;
  text-align: center;
}
.page-hero--solid .page-hero__inner { padding-bottom: 4rem; margin: 0 auto; }
.page-hero--solid .kicker { margin-left: auto; margin-right: auto; }
.page-hero--solid .page-hero__subtitle { margin: 0 auto; }

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(47, 40, 34, 0.85) 0%, rgba(47, 40, 34, 0.3) 60%, rgba(47, 40, 34, 0.35) 100%);
}
.page-hero__inner { position: relative; z-index: 2; padding-bottom: 3.5rem; padding-top: 6rem; max-width: 780px; }
.page-hero__title {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 0.8rem;
}
.page-hero__subtitle {
  font-size: 1.15rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  max-width: 640px;
}

/* ------------------------------ Karty oferty ---------------------------- */

.service-card {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  min-height: 340px;
  color: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); color: #fff; }
.service-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.service-card:hover .service-card__img { transform: scale(1.07); }
.service-card__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
  background: linear-gradient(to top, rgba(47, 40, 34, 0.9) 8%, rgba(47, 40, 34, 0.15) 65%, transparent 100%);
}
.service-card__title { color: #fff; font-size: 1.6rem; margin-bottom: 0.5rem; }
.service-card__excerpt {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 300;
  margin-bottom: 0.8rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.service-card:hover .service-card__excerpt { max-height: 120px; opacity: 1; }
.service-card__link {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #f0d9c4;
}
.service-card__link::after { content: ' →'; }

/* --------------------------- Blok obraz + tekst ------------------------- */

.split img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; }
.split-figure {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.split-figure img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0; box-shadow: none; }
.frame-accent { position: relative; }
.frame-accent::before {
  content: '';
  position: absolute;
  top: 18px; left: 18px; right: -18px; bottom: -18px;
  border: 1px solid var(--clay);
  border-radius: var(--radius-lg);
  z-index: -1;
}

/* ------------------------------- Etapy pracy ---------------------------- */

.process-step {
  padding: 2rem 1.6rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  height: 100%;
  border: 1px solid rgba(138, 90, 68, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.process-step:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.process-step__num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--clay);
  opacity: 0.35;
  line-height: 1;
  margin-bottom: 0.8rem;
  display: block;
}
.process-step__title { font-size: 1.35rem; margin-bottom: 0.6rem; }
.process-step p { font-size: 0.94rem; color: var(--ink-soft); margin-bottom: 0; }

/* ------------------------------- Lista cech ----------------------------- */

.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.9rem;
  color: var(--ink-soft);
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.55em;
  width: 9px; height: 9px;
  border: 1px solid var(--clay);
  border-radius: 50%;
  background: var(--cream-2);
}
.feature-list--check li::before {
  content: '✓';
  border: none;
  background: none;
  color: var(--clay);
  font-size: 0.9rem;
  top: 0;
  width: auto; height: auto;
  font-weight: 600;
}

/* ------------------------------- Cytat / opinie ------------------------- */

.quote-block {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.quote-block__mark {
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--clay);
  opacity: 0.25;
  line-height: 0.5;
  display: block;
  margin-bottom: 1rem;
}
.quote-block p {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-style: italic;
  color: var(--ink);
  line-height: 1.4;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--clay);
}
.testimonial-card p {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 1rem;
}
.testimonial-card .author {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  font-style: normal;
}

/* --------------------------------- Statystyki --------------------------- */

.stat { text-align: center; padding: 1rem; }
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  color: var(--clay);
  line-height: 1;
}
.stat__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-soft);
  margin-top: 0.4rem;
}

/* ---------------------------------- Galeria ----------------------------- */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery-grid a {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 1 / 1;
}
.gallery-grid a.wide { grid-column: span 2; aspect-ratio: 2 / 1; }
.gallery-grid img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-grid a:hover img { transform: scale(1.08); }

/* --------------------------------- Cennik ------------------------------- */

.price-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.2rem 1.8rem;
  height: 100%;
  border: 1px solid rgba(138, 90, 68, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.price-card.is-featured {
  border-color: var(--clay);
  box-shadow: var(--shadow-md);
  position: relative;
}
.price-card__badge {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: var(--clay);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 40px;
  white-space: nowrap;
}
.price-card__name { font-size: 1.4rem; margin-bottom: 0.4rem; min-height: 2.4em; }
.price-card__price {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--clay);
  margin-bottom: 1.2rem;
}
.price-card .feature-list { flex-grow: 1; margin-bottom: 1.4rem; }
.price-card .feature-list li { font-size: 0.92rem; }

.price-note {
  background: var(--cream-2);
  border-left: 3px solid var(--clay);
  border-radius: var(--radius);
  padding: 1.6rem 1.8rem;
}
.price-note ul { margin: 0; padding-left: 1.1rem; }
.price-note li { margin-bottom: 0.5rem; color: var(--ink-soft); }

/* ---------------------------------- FAQ --------------------------------- */

.accordion { --bs-accordion-border-color: rgba(138, 90, 68, 0.15); }
.accordion-item {
  background: var(--white);
  border: 1px solid rgba(138, 90, 68, 0.15);
  border-radius: var(--radius-lg) !important;
  margin-bottom: 1rem;
  overflow: hidden;
}
.accordion-button {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--ink);
  background: var(--white);
  padding: 1.3rem 1.5rem;
  font-weight: 500;
}
.accordion-button:not(.collapsed) { color: var(--clay); background: var(--cream); box-shadow: none; }
.accordion-button:focus { box-shadow: none; border-color: transparent; }
.accordion-button::after {
  background-image: none;
  content: '+';
  font-family: var(--font-body);
  font-size: 1.6rem;
  font-weight: 300;
  width: auto; height: auto;
  transform: none;
  color: var(--clay);
  line-height: 1;
}
.accordion-button:not(.collapsed)::after { content: '–'; transform: none; }
.accordion-body { padding: 0 1.5rem 1.5rem; color: var(--ink-soft); }

/* ------------------------------- Formularz ------------------------------ */

.contact-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  box-shadow: var(--shadow-md);
}
.form-label { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); font-weight: 500; }
.form-control, .form-select {
  border: 1px solid rgba(138, 90, 68, 0.25);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  background: var(--cream);
  font-weight: 300;
}
.form-control:focus, .form-select:focus {
  border-color: var(--clay);
  box-shadow: 0 0 0 0.2rem rgba(138, 90, 68, 0.12);
  background: #fff;
}

.contact-detail {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
.contact-detail__icon {
  flex: 0 0 44px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--cream-2);
  color: var(--clay);
  display: flex; align-items: center; justify-content: center;
}
.contact-detail__label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-soft); margin-bottom: 0.1rem; }
.contact-detail__value { font-size: 1.15rem; font-family: var(--font-display); color: var(--ink); }
.contact-detail__value a { color: var(--ink); }
.contact-detail__value a:hover { color: var(--clay); }

.alert-soft {
  border-radius: var(--radius);
  border: none;
  padding: 1rem 1.2rem;
}
.alert-success.alert-soft { background: #e8efe1; color: #47603a; }
.alert-danger.alert-soft { background: #f6e4dd; color: #8a4632; }

/* -------------------------------- CTA band ------------------------------ */

.cta-band {
  position: relative;
  background: var(--clay-dark);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/images/wedding-candles.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.16;
}
.cta-band__inner { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto; }
.cta-band__title { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.cta-band__text { color: rgba(255, 255, 255, 0.88); font-weight: 300; margin-bottom: 2rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* -------------------------------- Footer -------------------------------- */

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.75);
  padding: 4rem 0 1.5rem;
  font-size: 0.92rem;
}
.footer-brand { font-family: var(--font-display); font-size: 1.7rem; color: #fff; margin-bottom: 0.2rem; }
.footer-role { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--rose); margin-bottom: 1rem; }
.footer-tagline { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; color: rgba(255, 255, 255, 0.8); }
.footer-title { font-family: var(--font-body); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--rose); margin-bottom: 1.2rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a { color: rgba(255, 255, 255, 0.75); }
.footer-links a:hover { color: #fff; }
.footer-social { display: flex; gap: 0.8rem; margin-top: 1rem; }
.footer-social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.25s ease;
}
.footer-social a:hover { background: var(--clay); border-color: var(--clay); color: #fff; transform: translateY(-3px); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 3rem;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}
.footer-bottom p { margin: 0; }

/* -------------------------- Animacje reveal ----------------------------- */

/* Treść jest widoczna domyślnie; ukrywamy do animacji tylko gdy działa JS. */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js [data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: 0.12s; }
[data-reveal-delay="2"] { transition-delay: 0.24s; }
[data-reveal-delay="3"] { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* --------------------------------- Ozdoby ------------------------------- */

.divider-mark {
  text-align: center;
  color: var(--clay);
  font-size: 1.4rem;
  letter-spacing: 0.5em;
  margin: 0 0 1.5rem;
  opacity: 0.7;
}
.eyebrow-center { text-align: center; }

.info-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--cream-2);
  color: var(--clay-dark);
  border-radius: 40px;
  padding: 0.5rem 1.1rem;
  font-size: 0.85rem;
}

/* -------------------------------- Responsywność ------------------------- */

@media (max-width: 1199.98px) {
  .navbar-collapse {
    background: var(--cream);
    margin-top: 0.8rem;
    padding: 1rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
  }
  .navbar-nav .nav-link::after { display: none; }
  .navbar-nav .nav-item { border-bottom: 1px solid rgba(138,90,68,0.08); }
  .navbar-nav .nav-item:last-child { border-bottom: none; }
}

@media (max-width: 767.98px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid a.wide { grid-column: span 2; }
  .hero { min-height: 88vh; }
  .service-card__excerpt { max-height: 120px; opacity: 1; }
  .frame-accent::before { display: none; }
}
