/* =============================================================
   /przyklady/kosmetyczka/ — Blossom Beauty Studio
   Editorial beauty: rose pink + blush pastel + cormorant italic.
   All classes prefixed .lf-* to avoid collisions.
   ============================================================= */

:root {
  --lf-primary: #f9a8d4;
  --lf-primary-text: #be1a5f;
  --lf-accent: #ec4899;
  --lf-bg: #fdf2f8;
  --lf-bg-cream: #fce7f3;
  --lf-bg-espresso: #1f1124;
  --lf-text: #1f1124;
  --lf-text-muted: #6b4e5c;
  --lf-hairline: #f5d0e3;
  --lf-white: #ffffff;
  --lf-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --lf-body: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
}

/* --- Reset (per-demo, nie globalny) ------------------------- */
.lf-page *,
.lf-page *::before,
.lf-page *::after {
  box-sizing: border-box;
}

html:has(.lf-page) {
  overflow-x: clip;
}
.lf-page {
  margin: 0;
  overflow-x: clip;
  font-family: var(--lf-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: var(--lf-text);
  background-color: var(--lf-bg);
  -webkit-font-smoothing: antialiased;
}

.lf-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Galerie i bio — img wypełnia absolute container (override global reset) */
.lf-page .lf-gallery-item__img,
.lf-page .lf-bio__photo-img {
  height: 100%;
}

.lf-page a {
  color: inherit;
}
.lf-page a.lf-nav__cta,
.lf-page a.lf-btn--dark {
  color: var(--lf-white);
}
.lf-page a.lf-btn--light {
  color: var(--lf-bg-espresso);
}
.lf-page a.lf-btn--ghost {
  color: var(--lf-white);
}
.lf-page a.lf-btn--ghost:hover,
.lf-page a.lf-btn--ghost:focus {
  color: var(--lf-bg-espresso);
}
.lf-page .lf-services-note__box a.lf-btn--dark {
  color: var(--lf-bg-espresso);
}
.lf-page .lf-services-note__box a.lf-btn--dark:hover,
.lf-page .lf-services-note__box a.lf-btn--dark:focus {
  color: var(--lf-white);
}

.lf-page h1,
.lf-page h2,
.lf-page h3,
.lf-page h4 {
  margin: 0;
  font-family: var(--lf-display);
  font-weight: 500;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: -0.005em;
}

.lf-page p {
  margin: 0 0 16px;
}

.lf-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

/* --- Eyebrows + section heads ------------------------------- */
.lf-eyebrow {
  font-family: var(--lf-body);
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--lf-accent);
  margin-bottom: 16px;
}

.lf-eyebrow--centered {
  text-align: center;
  width: 100%;
}

.lf-section-head {
  max-width: 720px;
  margin-bottom: 56px;
}

.lf-section-head--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lf-section-title {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.lf-section-title--large {
  font-size: 64px;
}

.lf-section-lead {
  font-family: var(--lf-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  color: var(--lf-text-muted);
  margin: 0;
  font-style: normal;
}

/* --- Buttons ------------------------------------------------ */
.lf-btn {
  display: inline-block;
  font-family: var(--lf-body);
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 18px 36px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.lf-btn--dark {
  background-color: var(--lf-bg-espresso);
  color: var(--lf-white);
}

.lf-btn--dark:hover {
  background-color: var(--lf-accent);
}

.lf-btn--dark:focus-visible {
  outline: 3px solid var(--lf-accent);
  outline-offset: 3px;
}

.lf-btn--ghost {
  background-color: transparent;
  color: var(--lf-white);
  border-color: var(--lf-white);
}

.lf-btn--ghost:hover {
  background-color: var(--lf-white);
  color: var(--lf-bg-espresso);
}

.lf-btn--ghost:focus-visible {
  outline: 3px solid var(--lf-accent);
  outline-offset: 3px;
}

.lf-btn--block {
  display: block;
  width: 100%;
  text-align: center;
}

.lf-btn--large {
  padding: 22px 44px;
  font-size: 12px;
}

/* --- Navigation --------------------------------------------- */
.lf-nav {
  background-color: var(--lf-bg);
  border-bottom: 1px solid var(--lf-hairline);
  padding: 24px 0;
}

.lf-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.lf-nav__logo {
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-decoration: none;
  color: var(--lf-bg-espresso);
}

.lf-nav__logo-mark {
  font-family: var(--lf-display);
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  color: var(--lf-accent);
}

.lf-nav__logo-text {
  font-family: var(--lf-display);
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
}

.lf-nav__menu {
  display: flex;
  gap: 36px;
  margin: 0 auto;
}

.lf-nav__link {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-decoration: none;
  color: var(--lf-text);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.lf-nav__link:hover,
.lf-nav__link--active {
  border-bottom-color: var(--lf-accent);
  color: var(--lf-accent);
}

.lf-nav__cta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 12px 22px;
  background-color: var(--lf-bg-espresso);
  color: var(--lf-white);
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.lf-nav__cta:hover {
  background-color: var(--lf-accent);
}

/* --- HERO — full-image overlay ------------------------------ */
.lf-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.lf-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.lf-hero__overlay {
  position: absolute;
  inset: 0;
  /* Stronger overlay — user zgłosił że napisy zlewały się ze zdjęciem hero */
  background: linear-gradient(
    180deg,
    rgba(31, 17, 36, 0.45) 0%,
    rgba(31, 17, 36, 0.55) 50%,
    rgba(31, 17, 36, 0.78) 100%
  );
  z-index: 1;
}

.lf-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px 80px;
  color: var(--lf-white);
}

.lf-hero__eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-bottom: 28px;
  color: #fce7f3;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(31, 17, 36, 0.6);
}

.lf-hero__h1 {
  font-size: clamp(40px, 7vw, 84px);
  line-height: 1;
  max-width: 18ch;
  margin-bottom: 28px;
  font-weight: 500;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.5px;
}

.lf-hero__sub {
  font-family: var(--lf-body);
  font-weight: 300;
  font-size: 19px;
  line-height: 1.6;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 40px;
}

.lf-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.lf-hero__trust {
  position: relative;
  z-index: 2;
  background-color: rgba(31, 17, 36, 0.88);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(249, 168, 212, 0.3);
  padding: 20px 32px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  color: var(--lf-primary);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.lf-hero__trust-item {
  position: relative;
}

.lf-hero__trust-item::before {
  content: "×";
  color: var(--lf-accent);
  font-size: 14px;
  margin-right: 12px;
}

.lf-hero__trust-item:first-child::before {
  display: none;
}

/* --- Portfolio / galeria — masonry-ish ----------------------- */
.lf-portfolio {
  padding: 120px 0;
  background-color: var(--lf-bg);
}

.lf-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  grid-auto-rows: 220px;
}

.lf-gallery-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  background-color: var(--lf-bg-cream);
  border: 1px solid var(--lf-hairline);
  transition: transform 0.4s ease;
}

.lf-gallery-item__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transition: transform 0.5s ease;
}

.lf-gallery-item:hover .lf-gallery-item__img {
  transform: scale(1.03);
}

/* Typographic fallback — ukryte gdy img się załadował (sibling) */
.lf-gallery-item__img + .lf-gallery-item__visual {
  display: none;
}

.lf-gallery-item__visual {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 28px;
  background: linear-gradient(
    135deg,
    var(--lf-bg-espresso) 0%,
    #2e1a36 50%,
    var(--lf-bg-espresso) 100%
  );
  color: var(--lf-bg-cream);
  transition: transform 0.5s ease;
  overflow: hidden;
}

.lf-gallery-item__visual::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -20%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(249, 168, 212, 0.16) 0%,
    rgba(249, 168, 212, 0) 70%
  );
  pointer-events: none;
}

.lf-gallery-item:hover .lf-gallery-item__visual {
  transform: scale(1.03);
}

.lf-gallery-item__num {
  font-family: var(--lf-display);
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.2em;
  color: var(--lf-primary);
  text-transform: uppercase;
  z-index: 1;
}

.lf-gallery-item__label {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--lf-body);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--lf-primary);
  opacity: 0.72;
  z-index: 1;
}

.lf-gallery-item__title {
  font-family: var(--lf-display);
  font-size: 28px;
  font-style: italic;
  line-height: 1.15;
  color: var(--lf-bg-cream);
  z-index: 1;
  max-width: 75%;
}

.lf-gallery-item__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 26px 22px;
  background: linear-gradient(
    0deg,
    rgba(31, 17, 36, 0.96) 0%,
    rgba(31, 17, 36, 0.82) 55%,
    rgba(31, 17, 36, 0) 100%
  );
  color: var(--lf-white);
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 20px;
  line-height: 1.25;
  opacity: 1;
  z-index: 3;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
  transition: background 0.3s ease;
}

.lf-gallery-item:hover .lf-gallery-item__caption {
  background: linear-gradient(
    0deg,
    rgba(31, 17, 36, 0.98) 0%,
    rgba(31, 17, 36, 0.9) 55%,
    rgba(31, 17, 36, 0.1) 100%
  );
}

/* Masonry layout — custom spans */
.lf-gallery-item--1 {
  grid-column: span 7;
  grid-row: span 2;
}
.lf-gallery-item--2 {
  grid-column: span 5;
  grid-row: span 1;
}
.lf-gallery-item--3 {
  grid-column: span 5;
  grid-row: span 1;
}
.lf-gallery-item--4 {
  grid-column: span 4;
  grid-row: span 1;
}
.lf-gallery-item--5 {
  grid-column: span 4;
  grid-row: span 1;
}
.lf-gallery-item--6 {
  grid-column: span 4;
  grid-row: span 1;
}

/* --- Proces ------------------------------------------------- */
.lf-process {
  padding: 120px 0;
  background-color: var(--lf-bg-cream);
  border-top: 1px solid var(--lf-hairline);
  border-bottom: 1px solid var(--lf-hairline);
}

.lf-process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.lf-process-step {
  position: relative;
  padding: 40px 32px;
  background-color: var(--lf-white);
  border: 1px solid var(--lf-hairline);
}

.lf-process-step__num {
  display: block;
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 56px;
  color: var(--lf-primary-text);
  margin-bottom: 16px;
  line-height: 1;
}

.lf-process-step__title {
  font-size: 26px;
  margin-bottom: 12px;
}

.lf-process-step__text {
  font-family: var(--lf-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--lf-text-muted);
  margin: 0;
}

/* --- Bio ---------------------------------------------------- */
.lf-bio {
  padding: 140px 0;
  background-color: var(--lf-bg-espresso);
  color: var(--lf-white);
}

.lf-bio .lf-section-title {
  color: var(--lf-white);
}

.lf-bio .lf-eyebrow {
  color: var(--lf-primary);
}

.lf-bio__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: flex-start;
}

.lf-bio__photo {
  position: relative;
  background-color: var(--lf-bg-cream);
  border: 1px solid rgba(249, 168, 212, 0.3);
}

.lf-bio__photo-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  z-index: 1;
}

/* Typographic fallback absolutnie pozycjonowany — ukryty pod img, nie zajmuje miejsca w layout */
.lf-bio__photo-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(249, 168, 212, 0.22),
      transparent 55%
    ),
    linear-gradient(145deg, var(--lf-bg-espresso) 0%, #2e1a36 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lf-bio__photo-initials {
  font-family: var(--lf-display);
  font-size: 96px;
  font-style: italic;
  font-weight: 500;
  color: var(--lf-primary);
  letter-spacing: -0.02em;
}

/* Caption ukryte — imię "Anna Nowak" jest już w H2 obok (redundant decorative element) */
.lf-bio__photo-caption {
  display: none;
}

.lf-bio__content {
  padding-top: 16px;
}

.lf-bio__story {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 32px;
  margin-bottom: 32px;
}

.lf-bio__story p {
  margin: 0;
}

.lf-bio__credentials {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(249, 168, 212, 0.2);
  padding-top: 28px;
}

.lf-bio__credentials li {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--lf-primary);
  padding: 10px 0;
  border-bottom: 1px solid rgba(249, 168, 212, 0.12);
}

.lf-bio__credentials li::before {
  content: "— ";
  color: var(--lf-accent);
  margin-right: 8px;
}

/* --- Testimonials ------------------------------------------- */
.lf-testimonials {
  padding: 120px 0;
  background-color: var(--lf-bg);
}

.lf-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lf-testimonial {
  margin: 0;
  padding: 40px 32px;
  background-color: var(--lf-white);
  border: 1px solid var(--lf-hairline);
  display: flex;
  flex-direction: column;
}

.lf-testimonial__stars {
  color: var(--lf-primary-text);
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.lf-testimonial__text {
  font-family: var(--lf-display);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  color: var(--lf-text);
  margin: 0 0 28px;
}

.lf-testimonial__text::before {
  content: "\201C";
  font-size: 56px;
  line-height: 0;
  vertical-align: -20px;
  color: var(--lf-primary);
  margin-right: 6px;
}

.lf-testimonial__author {
  border-top: 1px solid var(--lf-hairline);
  padding-top: 16px;
  margin-top: auto;
  font-family: var(--lf-body);
}

.lf-testimonial__author strong {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}

.lf-testimonial__author span {
  font-size: 12px;
  color: var(--lf-text-muted);
}

/* --- FAQ ---------------------------------------------------- */
.lf-faq {
  padding: 120px 0;
  background-color: var(--lf-bg-cream);
  border-top: 1px solid var(--lf-hairline);
  border-bottom: 1px solid var(--lf-hairline);
}

.lf-faq__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: flex-start;
}

.lf-faq__head {
  position: sticky;
  top: 80px;
}

.lf-faq__list {
  margin: 0;
}

.lf-faq__item {
  border-top: 1px solid var(--lf-hairline);
  padding: 28px 0;
}

.lf-faq__item:last-child {
  border-bottom: 1px solid var(--lf-hairline);
}

.lf-faq__q {
  font-family: var(--lf-display);
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--lf-text);
}

.lf-faq__a {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--lf-text-muted);
}

/* --- Pricing ------------------------------------------------ */
.lf-pricing {
  padding: 120px 0;
  background-color: var(--lf-bg);
}

.lf-pricing--page {
  padding-top: 60px;
}

.lf-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.lf-pricing-card {
  position: relative;
  padding: 48px 32px;
  background-color: var(--lf-white);
  border: 1px solid var(--lf-hairline);
  display: flex;
  flex-direction: column;
}

.lf-pricing-card--featured {
  background-color: var(--lf-bg-espresso);
  color: var(--lf-white);
  border-color: var(--lf-bg-espresso);
}

.lf-pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 32px;
  background-color: var(--lf-accent);
  color: var(--lf-white);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 6px 14px;
  font-family: var(--lf-body);
  font-weight: 500;
}

.lf-pricing-card__name {
  font-size: 28px;
  margin-bottom: 20px;
}

.lf-pricing-card__price {
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 48px;
  color: var(--lf-accent);
  line-height: 1;
  margin-bottom: 20px;
}

.lf-pricing-card--featured .lf-pricing-card__price {
  color: var(--lf-primary);
}

.lf-pricing-card__desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--lf-text-muted);
  margin-bottom: 24px;
}

.lf-pricing-card--featured .lf-pricing-card__desc {
  color: rgba(255, 255, 255, 0.75);
}

.lf-pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex: 1;
}

.lf-pricing-card__features li {
  padding: 10px 0;
  font-size: 14px;
  border-top: 1px solid var(--lf-hairline);
  text-transform: none;
}

.lf-pricing-card--featured .lf-pricing-card__features li {
  border-color: rgba(249, 168, 212, 0.2);
}

.lf-pricing-card__features li::before {
  content: "✓";
  color: var(--lf-primary);
  margin-right: 10px;
  font-weight: bold;
}

.lf-pricing-card--featured .lf-btn--dark {
  background-color: var(--lf-accent);
}

.lf-pricing-card--featured .lf-btn--dark:hover {
  background-color: var(--lf-primary);
}

.lf-pricing__note {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  color: var(--lf-text-muted);
}

.lf-pricing__note a {
  color: var(--lf-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- Contact CTA block -------------------------------------- */
.lf-contact-cta {
  padding: 120px 0;
  background-color: var(--lf-bg-cream);
  border-top: 1px solid var(--lf-hairline);
  border-bottom: 1px solid var(--lf-hairline);
}

.lf-contact-cta__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
}

.lf-contact-cta__lead {
  font-size: 17px;
  color: var(--lf-text-muted);
  line-height: 1.7;
  max-width: 54ch;
  margin-bottom: 40px;
}

.lf-contact-cta__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
}

.lf-contact-cta__label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--lf-text-muted);
  margin-bottom: 6px;
}

.lf-contact-cta__label span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 10px;
  color: var(--lf-accent);
  margin-left: 6px;
}

.lf-contact-cta__value {
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 22px;
  color: var(--lf-text);
}

/* --- See also ----------------------------------------------- */
.lf-see-also {
  padding: 120px 0;
  background-color: var(--lf-bg);
}

.lf-see-also-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.lf-see-also-card {
  padding: 48px 40px;
  border: 1px solid var(--lf-hairline);
  background-color: var(--lf-bg-cream);
  text-decoration: none;
  color: var(--lf-text);
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.lf-see-also-card:hover {
  background-color: var(--lf-white);
  transform: translateY(-2px);
}

.lf-see-also-card__label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--lf-accent);
  margin-bottom: 12px;
}

.lf-see-also-card__name {
  display: block;
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 32px;
  margin-bottom: 16px;
}

.lf-see-also-card__cta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--lf-text-muted);
}

.lf-see-also__more {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.lf-see-also__more a {
  color: var(--lf-accent);
  text-decoration: none;
  border-bottom: 1px solid var(--lf-accent);
  padding-bottom: 2px;
}

/* --- Subhero (pages other than home) ------------------------ */
.lf-subhero {
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--lf-hairline);
}

.lf-breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--lf-text-muted);
  margin-bottom: 32px;
}

.lf-breadcrumb a {
  color: var(--lf-text-muted);
  text-decoration: none;
}

.lf-breadcrumb a:hover {
  color: var(--lf-accent);
}

.lf-breadcrumb span[aria-hidden] {
  margin: 0 10px;
  color: var(--lf-hairline);
}

/* --- Services full list ------------------------------------- */
.lf-services-full {
  padding: 80px 0 120px;
}

.lf-services-list {
  max-width: 960px;
  margin: 0 auto;
}

.lf-service-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 44px 0;
  border-top: 1px solid var(--lf-hairline);
  align-items: flex-start;
}

.lf-service-row:last-child {
  border-bottom: 1px solid var(--lf-hairline);
}

.lf-service-row__num {
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 36px;
  color: var(--lf-primary-text);
  line-height: 1;
}

.lf-service-row__title {
  font-size: 32px;
  margin-bottom: 12px;
}

.lf-service-row__desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--lf-text-muted);
  margin-bottom: 16px;
  max-width: 60ch;
}

.lf-service-row__meta {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-family: var(--lf-body);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.lf-service-row__duration {
  color: var(--lf-text-muted);
}

.lf-service-row__sep {
  color: var(--lf-hairline);
}

.lf-service-row__price {
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 22px;
  color: var(--lf-accent);
  text-transform: none;
  letter-spacing: 0;
}

/* --- Services note box -------------------------------------- */
.lf-services-note {
  padding: 0 0 120px;
}

.lf-services-note__box {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 48px;
  background-color: var(--lf-bg-espresso);
  color: var(--lf-white);
  text-align: center;
}

.lf-services-note__box .lf-eyebrow {
  color: var(--lf-primary);
}

.lf-services-note__title {
  font-size: 40px;
  color: var(--lf-white);
  margin-bottom: 16px;
}

.lf-services-note__box p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}

.lf-services-note__box .lf-btn--dark {
  background-color: var(--lf-primary);
  color: var(--lf-bg-espresso);
}

.lf-services-note__box .lf-btn--dark:hover {
  background-color: var(--lf-accent);
  color: var(--lf-white);
}

/* --- Brand strip -------------------------------------------- */
.lf-brand-strip {
  padding: 80px 0;
  background-color: var(--lf-bg-cream);
  border-top: 1px solid var(--lf-hairline);
}

.lf-brand-strip__list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  font-family: var(--lf-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--lf-text-muted);
}

/* --- Price table -------------------------------------------- */
.lf-price-table {
  padding: 80px 0;
  background-color: var(--lf-bg-cream);
  border-top: 1px solid var(--lf-hairline);
}

.lf-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--lf-white);
  border: 1px solid var(--lf-hairline);
}

.lf-table th {
  text-align: left;
  font-family: var(--lf-body);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--lf-text-muted);
  padding: 20px 28px;
  border-bottom: 1px solid var(--lf-hairline);
  background-color: var(--lf-bg-cream);
  font-weight: 500;
}

.lf-table td {
  padding: 24px 28px;
  border-bottom: 1px solid var(--lf-hairline);
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
}

.lf-table tr:last-child td {
  border-bottom: none;
}

.lf-table__name {
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 22px;
  color: var(--lf-text);
  margin-bottom: 6px;
}

.lf-table__desc {
  font-size: 13px;
  color: var(--lf-text-muted);
  max-width: 46ch;
}

.lf-table__price-col {
  text-align: right;
}

.lf-table__price {
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 24px;
  color: var(--lf-accent);
  text-align: right;
  white-space: nowrap;
}

/* --- Price notes -------------------------------------------- */
.lf-price-notes {
  padding: 120px 0;
}

.lf-price-notes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.lf-price-notes__item {
  padding: 36px 32px;
  border-top: 2px solid var(--lf-accent);
  background-color: var(--lf-bg-cream);
}

.lf-price-notes__item h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.lf-price-notes__item p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--lf-text-muted);
  margin: 0;
}

/* --- Contact section ---------------------------------------- */
.lf-contact-section {
  padding: 80px 0 120px;
}

.lf-contact-section__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: flex-start;
}

.lf-contact-info {
  padding-top: 16px;
}

.lf-contact-info__title {
  font-size: 36px;
  margin-bottom: 32px;
}

.lf-contact-info__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.lf-contact-info__list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--lf-hairline);
}

.lf-contact-info__list li:first-child {
  border-top: 1px solid var(--lf-hairline);
}

.lf-contact-info__label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--lf-text-muted);
  margin-bottom: 4px;
}

.lf-contact-info__label span {
  text-transform: none;
  letter-spacing: 0;
  color: var(--lf-accent);
}

.lf-contact-info__value {
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 22px;
  color: var(--lf-text);
  line-height: 1.4;
  display: block;
}

.lf-contact-info__note {
  padding: 20px 24px;
  background-color: var(--lf-bg-cream);
  border-left: 3px solid var(--lf-accent);
  font-size: 14px;
  line-height: 1.6;
  color: var(--lf-text-muted);
}

.lf-contact-info__note strong {
  color: var(--lf-text);
  font-weight: 500;
}

/* --- Form --------------------------------------------------- */
.lf-form {
  background-color: var(--lf-white);
  padding: 48px 44px;
  border: 1px solid var(--lf-hairline);
}

.lf-form__title {
  font-size: 36px;
  margin-bottom: 32px;
}

.lf-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lf-form__field {
  display: block;
  margin-bottom: 24px;
}

.lf-form__label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--lf-text-muted);
  margin-bottom: 8px;
  font-weight: 500;
}

.lf-form__field input,
.lf-form__field select,
.lf-form__field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--lf-hairline);
  background-color: var(--lf-bg);
  font-family: var(--lf-body);
  font-size: 15px;
  color: var(--lf-text);
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s ease;
}

.lf-form__field input:focus,
.lf-form__field select:focus,
.lf-form__field textarea:focus {
  border-color: var(--lf-accent);
}

.lf-form__field textarea {
  resize: vertical;
  min-height: 100px;
}

.lf-form__check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 28px;
  font-size: 13px;
  color: var(--lf-text-muted);
  line-height: 1.5;
}

.lf-form__check input {
  margin-top: 3px;
  accent-color: var(--lf-accent);
}

.lf-form__foot {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  color: var(--lf-text-muted);
  font-style: italic;
}

/* --- Footer ------------------------------------------------- */
.lf-footer {
  padding: 80px 0 48px;
  background-color: var(--lf-bg-espresso);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.65;
}

.lf-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
  align-items: flex-start;
}

.lf-footer__brand {
  font-family: var(--lf-display);
  font-style: italic;
  font-size: 28px;
  color: var(--lf-primary);
  margin-bottom: 8px;
}

.lf-footer__tagline {
  margin: 0 0 24px;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.75);
}

.lf-footer__legal {
  margin: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.lf-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.lf-footer__col-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--lf-primary);
  margin-bottom: 16px;
}

.lf-footer__columns a,
.lf-footer__columns span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  padding: 4px 0;
  font-size: 13px;
}

.lf-footer__columns a:hover {
  color: var(--lf-primary);
}

/* --- Responsive --------------------------------------------- */
@media (max-width: 1024px) {
  .lf-hero__h1 {
    font-size: 64px;
  }

  .lf-section-title {
    font-size: 40px;
  }

  .lf-section-title--large {
    font-size: 52px;
  }

  .lf-gallery-grid {
    grid-auto-rows: 180px;
  }

  .lf-bio__inner,
  .lf-faq__inner,
  .lf-contact-cta__inner,
  .lf-contact-section__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .lf-process-list,
  .lf-pricing-grid,
  .lf-testimonials-grid,
  .lf-price-notes__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-nav__menu {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 6px 0;
    flex: 1 0 100%;
    order: 3;
    scrollbar-width: thin;
  }
  .lf-nav__menu a {
    white-space: nowrap;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .lf-container {
    padding: 0 20px;
  }

  .lf-nav__inner {
    padding: 0 20px;
  }

  .lf-hero {
    min-height: 560px;
  }

  .lf-hero__content {
    padding: 0 20px 60px;
  }

  .lf-hero__h1 {
    font-size: 44px;
  }

  .lf-hero__sub {
    font-size: 16px;
  }

  .lf-section-title {
    font-size: 32px;
  }

  .lf-section-title--large {
    font-size: 40px;
  }

  .lf-portfolio,
  .lf-process,
  .lf-bio,
  .lf-testimonials,
  .lf-faq,
  .lf-pricing,
  .lf-contact-cta,
  .lf-see-also,
  .lf-services-full,
  .lf-price-notes,
  .lf-contact-section {
    padding: 70px 0;
  }

  .lf-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .lf-gallery-item--1,
  .lf-gallery-item--2,
  .lf-gallery-item--3,
  .lf-gallery-item--4,
  .lf-gallery-item--5,
  .lf-gallery-item--6 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .lf-process-list,
  .lf-pricing-grid,
  .lf-testimonials-grid,
  .lf-price-notes__grid,
  .lf-see-also-grid,
  .lf-footer__inner,
  .lf-footer__columns,
  .lf-contact-cta__details,
  .lf-form__row {
    grid-template-columns: 1fr;
  }

  .lf-hero__trust {
    gap: 20px;
    padding: 14px 20px;
    font-size: 10px;
  }

  .lf-service-row {
    grid-template-columns: 60px 1fr;
    gap: 20px;
    padding: 32px 0;
  }

  .lf-service-row__title {
    font-size: 24px;
  }

  .lf-form {
    padding: 32px 24px;
  }
}

/* --- Pricing grid responsive breakpoints -------------------- */
@media (max-width: 960px) {
  .lf-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .lf-pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Accessibility ------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid var(--lf-accent, #ec4899);
  outline-offset: 2px;
  border-radius: 2px;
}
