.mb-0 {
  margin-bottom: 0 !important;
}

/* Promo banner — Figma Banner / 10 / (node 3:279) */
.promo-banner {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: var(--page-pad);
  background: var(--c-olive-3);
  color: var(--c-text-on-dark);
  overflow: clip;
}

.promo-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.promo-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: var(--page-max);
  min-height: var(--banner-h);
  padding-block: 8px;
}

.promo-banner__text {
  margin: 0;
  font-size: var(--text-regular);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--c-text-on-dark);
}

@media (max-width: 900px) {
  .promo-banner__text {
    font-size: var(--text-tiny);
    line-height: 1.35;
    white-space: normal;
  }
}

/* Home */
.hero {
  position: relative;
  min-height: 900px;
  height: 900px;
  display: flex;
  align-items: stretch;
  color: var(--c-text-on-dark);
  background: var(--c-olive-4) center / cover no-repeat;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--c-overlay);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 48px;
}

.hero__content {
  max-width: 720px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.hero__title {
  font-size: var(--heading-hero);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.hero__lead {
  max-width: 584px;
  margin: 0;
  font-size: var(--text-medium);
  line-height: 1.5;
}

.hero__proof {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--text-medium);
  font-weight: 500;
}

.hero__avatars {
  display: flex;
}

.hero__avatars span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--c-taupe) center / cover no-repeat;
  border: 2px solid var(--c-surface);
  margin-left: -12px;
}

.hero__avatars span:first-child {
  margin-left: 0;
}

/* Features — horizontal autoplay slider */
.features-pin {
  --features-ease: cubic-bezier(0.77, 0, 0.175, 1);
  --features-dur: 500ms;
  position: relative;
  background: var(--c-olive-3);
}

.features-pin__viewport {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

.features-pin__viewport > .admin-edit-btn {
  z-index: 50;
}

.features-pin__track {
  display: flex;
  width: 100%;
  transition: transform var(--features-dur) var(--features-ease);
}

.features-pin__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  min-height: 560px;
  height: min(900px, calc(100dvh - var(--banner-h)));
  color: var(--c-text-on-dark);
  background: var(--c-olive-3);
  overflow: hidden;
}

.features-pin__media {
  position: absolute;
  inset: 0;
}

.features-pin__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-pin__overlay {
  position: absolute;
  inset: 0;
  background: var(--c-overlay);
}

.features-pin__content {
  position: relative;
  z-index: 1;
  /* Same left edge as .container; margin (not padding) so max-width stays usable on wide screens */
  margin-inline-start: max(var(--page-pad), calc((100% - var(--page-max)) / 2));
  padding-block: var(--section-pad);
  padding-inline: 0;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.features-pin__lead {
  margin: 0;
  max-width: 100%;
  font-size: var(--text-medium);
  line-height: 1.5;
  color: var(--c-text-on-dark);
}

.features-pin__index {
  position: absolute;
  top: 12%;
  right: max(var(--page-pad), calc((100% - var(--page-max)) / 2));
  z-index: 1;
  font-size: clamp(7rem, 20vw, 16rem);
  font-weight: 500;
  line-height: 0.85;
  color: var(--c-text-on-dark);
  opacity: 0.14;
  pointer-events: none;
  user-select: none;
}

.feature-block__title {
  font-size: var(--heading-section);
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  color: var(--c-text-on-dark);
}

.features-pin__dots {
  position: absolute;
  left: max(var(--page-pad), calc((100% - 640px) / 2));
  right: max(var(--page-pad), calc((100% - 640px) / 2));
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: stretch;
  gap: 16px;
  height: 56px;
}

.features-pin__dot {
  position: relative;
  flex: 1 0 0;
  min-width: 1px;
  height: 56px;
  padding: 0;
  border-radius: 0;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.features-pin__dot:active {
  transform: scale(0.97);
}

.features-pin__dot:focus-visible {
  outline: 2px solid var(--c-text-on-dark);
  outline-offset: -6px;
}

.features-pin__dot::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--c-text-muted-on-dark);
  transition: background-color 160ms ease;
}

.features-pin__dot.is-active::after {
  background: var(--c-text-on-dark);
}

@media (hover: hover) and (pointer: fine) {
  .features-pin__dot:hover::after {
    background: rgba(247, 247, 247, 0.85);
  }

  .features-pin__dot.is-active:hover::after {
    background: var(--c-text-on-dark);
  }
}

@media (prefers-reduced-motion: reduce) {
  .features-pin__track {
    transition: none;
  }

  .features-pin__dot {
    transition: none;
  }

  .features-pin__dot:active {
    transform: none;
  }
}

@media (max-width: 767px) {
  .features-pin__slide {
    height: calc(100dvh - var(--banner-h));
    min-height: 520px;
  }

  .features-pin__index {
    display: none;
  }

  .features-pin__content {
    padding-bottom: 88px;
    gap: 24px;
  }

  .features-pin__dots {
    bottom: max(16px, env(safe-area-inset-bottom));
  }
}

.section {
  padding: var(--section-pad-lg) 0;
}

/* Layout / 610 / — #F7F7F7 + pattern botanical cover @ 5% */
.section--surface {
  position: relative;
  isolation: isolate;
  background: var(--c-surface);
  overflow: clip;
}

.section--surface.section--surface-cream {
  background: var(--c-cream);
}

.section--surface::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-surface) center / cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: -1;
}
.checkout-page.section--surface::before{
  opacity: 0.05;
}

.section--cream {
  background: var(--c-cream);
}

.section--sand {
  background: var(--c-sand);
}

.section__header {
  margin-bottom: 40px;
  text-align: center;
}

.section__header--left {
  text-align: left;
  max-width: 608px;
  margin-bottom: 80px;
}

.section__header--left .tagline {
  justify-content: flex-start;
}

.bestsellers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.bestsellers__col {
  display: flex;
  flex-direction: column;
  gap: 80px;
  min-width: 0;
}

.bestsellers__col--center {
  align-self: center;
  gap: 0;
}

.product-grid {
  display: grid;
  gap: 48px;
}

.product-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.product-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.product-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.section__cta {
  margin-top: 64px;
  text-align: center;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 540px) 1fr;
  gap: 48px;
  align-items: center;
}

.values-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.value-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  object-fit: contain;
}

.value-item h3 {
  font-size: var(--heading-5);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  color: var(--c-text-heading);
}

.value-item p {
  font-size: var(--text-regular);
  color: var(--c-olive-4);
  margin: 0;
}

.values-photo {
  height: 675px;
  max-height: 70vh;
  background: var(--c-taupe);
  overflow: hidden;
  border-radius: var(--radius-card-lg);
}

.values-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.testimonials-layout__intro {
  position: sticky;
  top: calc(var(--banner-h) + var(--nav-h) + 24px);
  padding-bottom: 24px;
}

.testimonials-layout__intro .section-title {
  text-align: left;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: none;
  margin-inline: 0;
}

.testimonials--stack {
  align-self: stretch;
}

.testimonial-card {
  position: relative;
  isolation: isolate;
  padding: 32px;
  background: var(--panel-olive);
  color: var(--c-text-on-dark);
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: var(--radius-card);
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}

.testimonial-card > p {
  margin: 0;
  font-size: var(--text-medium);
  line-height: 1.5;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.testimonial-card__author cite {
  font-style: normal;
  font-weight: 500;
  color: var(--c-cream);
  display: block;
}

.testimonial-card__role {
  font-size: var(--text-small);
  color: var(--c-text-on-dark);
}

.testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--c-taupe) center / cover no-repeat;
  flex-shrink: 0;
}

.cta-band {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--c-text-on-dark);
  background: var(--c-olive-4) center / cover no-repeat;
  overflow: hidden;
  padding: var(--section-pad-lg) var(--page-pad);
}

.cta-band__media {
  position: absolute;
  inset: 0;
}

.cta-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-band__overlay {
  position: absolute;
  inset: 0;
  background: var(--c-overlay-strong);
}

.cta-band__content {
  position: relative;
  z-index: 1;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.cta-band__content .feature-block__title {
  margin: 0;
}

.cta-band__content > p {
  margin: 0;
}

@media (max-width: 1100px) {
  .testimonials-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .testimonials-layout__intro {
    position: static;
  }

  .bestsellers {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .bestsellers__col {
    gap: 40px;
  }

  .bestsellers__col--center {
    align-self: stretch;
  }

  .section__header--left {
    margin-bottom: 40px;
  }

  .product-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .hero {
    height: auto;
    min-height: 70vh;
  }

  .hero__inner {
    padding-top: 48px;
    padding-bottom: 32px;
    gap: 48px;
  }

  .product-grid--2,
  .product-grid--3,
  .product-grid--4 {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .values-photo {
    height: auto;
    max-height: none;
    aspect-ratio: 4 / 5;
    order: -1;
  }

  .values-list {
    gap: 32px;
  }
}

@media (max-width: 480px) {
  .hero__content {
    max-width: none;
    gap: 24px;
  }

  .hero__avatars span {
    width: 36px;
    height: 36px;
  }

  .hero {
    min-height: 60vh;
  }

  .cta-band__content {
    padding-inline: var(--page-pad);
  }

  .testimonial-card {
    padding: 20px;
    gap: 16px;
  }

  .product-grid {
    gap: 24px;
  }

  .section__cta {
    margin-top: 40px;
  }
}


/* Catalog */
.page-hero {
  padding: var(--section-pad) 0 32px;
  text-align: center;
}

.page-hero .tagline {
  margin-bottom: 8px;
}

.page-hero .section-title {
  margin-bottom: 0;
}

/* Catalog hero — Figma Products: full-bleed 1440×372, titlu centrat pe media + overlay */
.catalog-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  height: 450px;
  color: var(--c-text-on-dark);
  background: var(--c-olive-4);
  overflow: hidden;
}

.catalog-hero__media {
  position: absolute;
  inset: 0;
}

.catalog-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.catalog-hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--c-overlay);
}

.catalog-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-block: 32px;
  text-align: center;
}

.catalog-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 1000px;
}

.catalog-hero__title {
  margin: 0;
  font-size: var(--heading-hero);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-on-dark);
}

.catalog-hero__lead {
  margin: 0;
  font-size: var(--text-medium);
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-text-muted-on-dark);
}

.catalog {
  background: var(--c-surface);
  padding: 30px 0;
}

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.catalog-toolbar__search {
  flex: 1 1 220px;
  min-width: 180px;
  max-width: 360px;
  margin: 0;
}

.catalog-toolbar__search .form-control {
  width: 100%;
}

.catalog-toolbar__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  border: 1px solid var(--c-olive-4);
  border-radius: var(--radius-btn);
  background: transparent;
  color: var(--c-olive-4);
  font-family: inherit;
  font-size: var(--text-regular);
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.catalog-toolbar__filter:hover {
  background: rgba(44, 50, 24, 0.06);
}

.catalog-toolbar__filter img {
  width: 24px;
  height: 24px;
  display: block;
}

body.theme-gama .catalog-toolbar__filter {
  background: var(--btn-primary);
  border-color: var(--btn-primary);
  color: var(--c-text-on-dark);
  box-shadow: var(--btn-shadow);
}

body.theme-gama .catalog-toolbar__filter:hover {
  background: var(--btn-primary);
  filter: brightness(0.96);
}

body.theme-gama .catalog-toolbar__filter img {
  filter: brightness(0) invert(1);
}

.catalog-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--c-olive-4);
}

.catalog-sort__label {
  margin: 0;
  font-size: var(--text-regular);
  line-height: 1.5;
  cursor: pointer;
}

.catalog-sort__control {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.catalog-sort__control select {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0 28px 0 0;
  border: 0;
  background: transparent;
  color: var(--c-olive-4);
  font-family: inherit;
  font-size: var(--text-regular);
  line-height: 1.5;
  cursor: pointer;
}

.catalog-sort__control select:focus-visible {
  outline: 2px solid var(--c-olive-3);
  outline-offset: 4px;
  border-radius: 2px;
}

.catalog-sort__chevron {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  pointer-events: none;
  transform: translateY(-50%) rotate(180deg);
}

.catalog-sort__chevron img {
  width: 16px;
  height: 16px;
  display: block;
}

.filters-backdrop {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(44, 50, 24, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur) var(--ease);
}

.filters-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

body.filters-open {
  overflow: hidden;
}

.filters-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(400px, 100%);
  height: 100%;
  padding: 24px 20px;
  background: var(--c-surface);
  overflow: auto;
  transform: translateX(-105%);
  transition: transform 0.3s var(--ease);
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
}

.filters-panel.is-open {
  transform: translateX(0);
}

.filters-panel__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}

.filters-panel__title {
  margin: 0;
  font-size: var(--text-medium);
  font-weight: 500;
  color: var(--c-olive-4);
}

.filters-panel__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--c-olive-3);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.filters-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-card {
  background: #fff;
  border: 1px solid var(--c-sand);
  border-radius: var(--radius-btn);
  overflow: hidden;
}

.filter-card__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border: 0;
  background: transparent;
  color: var(--c-olive-4);
  cursor: pointer;
  text-align: left;
}

.filter-card__title {
  font-size: var(--text-regular);
  font-weight: 500;
  line-height: 1.4;
}

.filter-card__chevron {
  position: relative;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.filter-card__chevron::before {
  content: '';
  position: absolute;
  inset: 2px;
  border-right: 1.5px solid var(--c-olive-3);
  border-bottom: 1.5px solid var(--c-olive-3);
  transform: rotate(45deg);
  transition: transform var(--dur) var(--ease);
}

.filter-card.is-open .filter-card__chevron::before {
  inset: 4px 2px 0;
  transform: rotate(-135deg);
}

.filter-card__body {
  display: none;
  padding: 0 20px 16px;
}

.filter-card.is-open .filter-card__body {
  display: block;
}

.filter-card__actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.filter-card__clear {
  font-size: var(--text-small);
  color: var(--c-olive-1);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.filter-card__clear:hover {
  color: var(--c-olive-3);
}

.filter-options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--c-taupe) transparent;
}

.filter-options__item.is-overflow {
  display: none;
}

.filter-options.is-expanded .filter-options__item.is-overflow {
  display: list-item;
}

.filter-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
  font-size: var(--text-small);
  line-height: 1.4;
  color: var(--c-text);
  text-decoration: none;
}

a.filter-option:hover {
  color: var(--c-text);
}

.filter-option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.filter-option__control {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid var(--c-taupe);
  background: #fff;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.filter-option__control::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: var(--c-olive-3);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.filter-option:hover .filter-option__control {
  border-color: var(--c-olive-2);
}

.filter-option input:checked + .filter-option__control,
.filter-option.is-active .filter-option__control {
  border-color: var(--c-olive-3);
  background: var(--c-cream);
}

.filter-option input:checked + .filter-option__control::after,
.filter-option.is-active .filter-option__control::after {
  opacity: 1;
  transform: scale(1);
}

.filter-option input:focus-visible + .filter-option__control,
.filter-option.is-active:focus-visible .filter-option__control {
  outline: 2px solid var(--c-olive-3);
  outline-offset: 2px;
}

.filter-option__text {
  flex: 1;
  min-width: 0;
}

.filter-option__count {
  flex-shrink: 0;
  color: var(--c-olive-1);
}

.filter-option.is-disabled {
  color: var(--c-taupe);
  pointer-events: none;
}

.filter-option.is-disabled .filter-option__control {
  border-color: var(--c-sand);
  background: var(--c-surface);
}

.filter-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: var(--c-olive-2);
  font-size: var(--text-small);
  font-family: inherit;
  cursor: pointer;
}

.filter-more[hidden] {
  display: none;
}

.filter-more:hover {
  color: var(--c-olive-4);
}

.filter-more__icon {
  font-weight: 500;
  line-height: 1;
}

.filter-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.filter-price__field {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter-price__label {
  font-size: var(--text-tiny);
  font-weight: 500;
  color: var(--c-olive-1);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.filter-price__input {
  height: 44px;
}

.filter-price__sep {
  flex-shrink: 0;
  padding-bottom: 12px;
  color: var(--c-olive-1);
}

.filters-panel__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding-top: 4px;
}

.filters-panel__reset {
  align-self: center;
  font-size: var(--text-small);
  color: var(--c-olive-1);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.filters-panel__reset:hover {
  color: var(--c-olive-3);
}

.catalog .product-grid {
  margin-bottom: 0;
}

.catalog .pagination {
  margin-top: 48px;
  gap: 4px;
}

.catalog .pagination a,
.catalog .pagination span {
  width: 40px;
  height: 40px;
  border-color: transparent;
  border-radius: var(--radius-btn);
  color: var(--c-olive-4);
  font-size: var(--text-regular);
}

.catalog .pagination .is-current {
  background: transparent;
  color: var(--c-olive-2);
  border-color: var(--c-olive-2);
}

.catalog .pagination__ellipsis {
  border: 0;
}

/* Primul rand din catalog: forteaza animatia reveal la load (nu asteapta IntersectionObserver) */
@keyframes catalog-first-row-reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.catalog .product-grid--4 > .product-card.reveal:nth-child(-n+4) {
  animation: catalog-first-row-reveal 0.4s var(--ease) both;
}

@media (max-width: 1100px) {
  .catalog .product-grid--4 > .product-card.reveal:nth-child(n+3) {
    animation: none;
  }

  .catalog .product-grid--4 > .product-card.reveal:nth-child(-n+2) {
    animation: catalog-first-row-reveal 0.4s var(--ease) both;
  }
}

@media (max-width: 900px) {
  .catalog .product-grid--4 > .product-card.reveal:nth-child(n+2) {
    animation: none;
  }

  .catalog .product-grid--4 > .product-card.reveal:first-child {
    animation: catalog-first-row-reveal 0.4s var(--ease) both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog .product-grid--4 > .product-card.reveal:nth-child(-n+4) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.catalog-values {
  background: var(--c-sand);
  padding: 80px 0;
}

.catalog-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  text-align: center;
}

.catalog-values__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 4px;
  background-color: var(--c-icon-accent, var(--c-olive-3));
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

.catalog-values__icon img {
  width: 40px;
  height: 40px;
}

.catalog-values__item h2 {
  margin: 0 0 8px;
  font-size: var(--heading-5);
  font-weight: 500;
  line-height: 1.4;
  color: var(--c-text-heading);
}

.catalog-values__item p {
  margin: 0;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
}

.faq-section {
  background: var(--c-cream);
  padding: var(--section-pad-lg) 0;
}

.faq-section__header {
  max-width: 768px;
  margin: 0 auto 32px;
  text-align: center;
}

.faq-section__header .tagline {
  margin-bottom: 16px;
}

.faq-section__header .section-title {
  margin: 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 768px;
  margin: 0 auto;
}

.faq-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel-olive);
  color: var(--c-text-on-dark);
}

.faq-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) center / cover;
  opacity: 0.15;
  pointer-events: none;
}

.faq-item.is-open {
  border-radius: 10px;
}

.faq-item__q {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  color: var(--c-text-on-dark);
  font-family: inherit;
  font-size: var(--text-medium);
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  min-width: 0;
}

.faq-item__label {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.faq-item__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.faq-item__a {
  position: relative;
  z-index: 1;
  display: none;
  padding: 0 24px 24px;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-text-on-dark);
}

.faq-item.is-open .faq-item__a {
  display: block;
}

.faq-item__a p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .catalog-hero {
    min-height: 280px;
    height: 280px;
  }

  .catalog-hero__inner {
    padding-block: 40px;
  }

  .catalog {
    padding: var(--section-pad) 0;
  }

  .catalog-values__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }

  .faq-section {
    padding: var(--section-pad) 0;
  }

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

@media (max-width: 480px) {
  .catalog-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .catalog-toolbar__filter,
  .catalog-sort {
    width: 100%;
    justify-content: space-between;
  }

  .catalog-values__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .filters-panel {
    width: 100%;
    padding: 16px;
  }

  .filter-card__toggle,
  .filter-card__body {
    padding-inline: 16px;
  }

  .filter-price {
    flex-wrap: wrap;
  }

  .filter-price__sep {
    display: none;
  }

  .faq-item__q {
    padding: 16px 18px;
    font-size: var(--text-regular);
  }

  .faq-item__a {
    padding: 0 18px 18px;
  }
}

/* PDP */
.pdp-hero {
  background: var(--c-surface);
  padding: calc(var(--nav-h) + 48px) 0 var(--section-pad-lg);
}

.pdp {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.pdp__gallery {
  position: relative;
}

.pdp__main-image {
  position: relative;
  aspect-ratio: 1;
  background: var(--c-sand);
  overflow: hidden;
  border-radius: var(--radius-card-lg);
}

.pdp__main-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 480ms ease;
  pointer-events: none;
}

.pdp__main-image img.is-active {
  opacity: 1;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .pdp__main-image img {
    transition: none;
  }
}

.pdp__dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.pdp__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(44, 50, 24, 0.25);
  cursor: pointer;
}

.pdp__dot.is-active {
  background: var(--c-olive-3);
}

.pdp__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.pdp__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: var(--text-small);
  color: var(--c-olive-4);
}

.pdp__breadcrumbs a {
  color: var(--c-olive-4);
}

.pdp__breadcrumbs a:hover {
  color: var(--c-olive-3);
}

.pdp__breadcrumbs span[aria-current="page"] {
  font-weight: 500;
  color: var(--c-text-heading);
}

.pdp__breadcrumbs img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pdp__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
}

.pdp__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.pdp__price-row .product-card__price {
  margin: 0;
}

.pdp__price-old {
  opacity: 0.55;
  text-decoration: line-through;
}

.pdp__price-old .product-card__price {
  font-size: var(--text-regular);
}

.pdp__price-divider {
  width: 1px;
  height: 20px;
  background: rgba(44, 50, 24, 0.35);
}

.pdp__reviews {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--text-small);
  color: var(--c-olive-4);
}

.star-rating {
  --stars: 5;
  display: inline-block;
  width: calc(96px * var(--stars) / 5);
  overflow: hidden;
  line-height: 0;
  vertical-align: middle;
}

.star-rating img,
.pdp__reviews img {
  display: block;
  width: 96px;
  max-width: none;
  height: auto;
}

.star-rating--lg {
  width: calc(116px * var(--stars) / 5);
}

.star-rating--lg img,
.testimonial-card__stars {
  width: 116px;
  height: 19px;
  display: block;
}

.pdp__lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
}

.pdp__lead p {
  margin: 0;
}

.pdp__lead ul {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdp__lead li strong,
.pdp__lead li b {
  font-weight: 500;
  color: var(--c-price);
}

.pdp__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdp__label {
  font-size: var(--text-regular);
  font-weight: 500;
  color: var(--c-text-heading);
  margin: 0;
}

.pdp__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.pdp__stock-alert-msg {
  margin: 0;
  font-size: 0.875rem;
  color: var(--c-brown, #322818);
}

.pdp__stock-alert .js-stock-alert-btn img {
  width: 16px;
  height: 16px;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.stock-alert-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.stock-alert-modal[hidden] {
  display: none;
}

.stock-alert-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(50, 40, 24, 0.45);
}

.stock-alert-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: 28px 24px 24px;
  background: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 16px 40px rgba(50, 40, 24, 0.18);
}

.stock-alert-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
}

.stock-alert-modal__title {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.stock-alert-modal__text {
  margin: 0 0 20px;
  font-size: 0.9375rem;
  color: rgba(50, 40, 24, 0.75);
}

.stock-alert-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stock-alert-modal__input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d2c2b2;
  border-radius: 2px;
  background: #fff;
  font: inherit;
}

.cart-added-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.cart-added-modal[hidden] {
  display: none;
}

.cart-added-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(50, 40, 24, 0.45);
}

.cart-added-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: 28px 24px 24px;
  background: var(--c-surface, #f7f3ee);
  border-radius: var(--radius-btn, 4px);
  box-shadow: 0 16px 40px rgba(50, 40, 24, 0.18);
  text-align: center;
}

.cart-added-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
}

.cart-added-modal__title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  color: var(--c-text-heading);
}

.cart-added-modal__text {
  margin: 0 0 24px;
  font-size: var(--text-regular, 16px);
  color: var(--c-olive-1, rgba(50, 40, 24, 0.75));
}

.cart-added-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.newsletter-popup[hidden] {
  display: none;
}

.newsletter-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(50, 40, 24, 0.45);
}

.newsletter-popup__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100%, 960px);
  max-height: min(90vh, 560px);
  overflow: hidden;
  background: var(--c-surface, #f7f7f7);
}

.newsletter-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  line-height: 0;
}

.newsletter-popup__close:hover,
.newsletter-popup__close:focus-visible {
  color: rgba(255, 255, 255, 0.8);
}

.newsletter-popup__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 48px 40px;
  color: var(--c-brown, #322818);
}

.newsletter-popup__title {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--c-brown, #322818);
}

.newsletter-popup__text {
  margin: 0;
  font-size: var(--text-regular, 16px);
  line-height: 1.5;
  color: var(--c-brown, #322818);
}

.newsletter-popup__form {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.newsletter-popup__input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--c-brown, #322818);
  border-radius: var(--radius-btn, 6px);
  background: transparent;
  color: var(--c-brown, #322818);
  font: inherit;
  font-size: var(--text-regular, 16px);
}

.newsletter-popup__input::placeholder {
  color: rgba(50, 40, 24, 0.55);
}

.newsletter-popup__input:focus {
  outline: 2px solid var(--c-brown, #322818);
  outline-offset: 1px;
}

.newsletter-popup__form .btn {
  flex-shrink: 0;
}

.newsletter-popup__disclaimer {
  margin: 0;
  font-size: var(--text-small, 14px);
  font-style: italic;
  line-height: 1.5;
  color: var(--c-brown, #322818);
}

.newsletter-popup__media {
  position: relative;
  min-height: 0;
  background: var(--c-olive-3, #3d402b);
}

.newsletter-popup__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .newsletter-popup {
    padding: 16px;
    align-items: flex-start;
    overflow-y: auto;
  }

  .newsletter-popup__dialog {
    grid-template-columns: 1fr;
    max-height: none;
    width: min(100%, 480px);
  }

  .newsletter-popup__media {
    order: -1;
    aspect-ratio: 4 / 3;
    max-height: 220px;
  }

  .newsletter-popup__content {
    padding: 28px 20px 32px;
    gap: 16px;
  }

  .newsletter-popup__form {
    flex-direction: column;
  }

  .newsletter-popup__close {
    top: 12px;
    right: 12px;
    color: var(--c-surface, #f7f7f7);
  }
}

body.has-modal {
  overflow: hidden;
}

.variant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}

.variant-list a {
  padding: 8px 16px;
  border: 1px solid var(--c-olive-4);
  border-radius: var(--radius-btn);
  color: var(--c-olive-4);
  font-size: var(--text-regular);
  line-height: 1.5;
}

.variant-list a.is-active {
  background: var(--c-olive-2);
  color: var(--c-text-on-dark);
  border-color: var(--c-olive-4);
}

.qty-stepper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.qty-stepper__btn {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--c-olive-4);
}

.qty-stepper__btn img {
  width: 16px;
  height: 16px;
  display: block;
}

.qty-stepper__input {
  width: 64px;
  padding: 12px;
  text-align: center;
  border: 1px solid var(--c-olive-4);
  border-radius: var(--radius-btn);
  background: transparent;
  color: var(--c-olive-4);
  font-size: var(--text-regular);
  line-height: 1.5;
  -moz-appearance: textfield;
}

.qty-stepper__input::-webkit-outer-spin-button,
.qty-stepper__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.qty-row input {
  width: 72px;
  text-align: center;
}

.pdp-accordion {
  margin-top: 48px;
  position: relative;
  border-radius: var(--radius-card-lg);
  overflow: hidden;
  background: var(--c-cream);
}

.pdp-accordion::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
  border-radius: inherit;
}

.pdp-accordion__item {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-bottom: 1px solid rgba(44, 50, 24, 0.6);
}

.pdp-accordion__item:last-child {
  border-bottom: 0;
}

.pdp-accordion__title {
  font-size: var(--text-medium);
  font-weight: 500;
  line-height: 1.5;
  color: var(--c-text-heading);
  margin: 0 0 12px;
}

.pdp-accordion__body {
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-text-heading);
}

.pdp-accordion__body > *:first-child {
  margin-top: 0;
}

.pdp-accordion__body > *:last-child {
  margin-bottom: 0;
}

.pdp-accordion__body p {
  margin: 0 0 16px;
}

.pdp-accordion__body p:last-child {
  margin-bottom: 0;
}

.pdp-accordion__body ul {
  margin: 0;
  padding-left: 1.25em;
  list-style: disc;
}

.pdp-accordion__body ul + p,
.pdp-accordion__body p + ul {
  margin-top: 16px;
}

.pdp-accordion__body li {
  margin: 0;
  padding-left: 0.25em;
}

.pdp-accordion__body li + li {
  margin-top: 8px;
}

.pdp-accordion__body strong {
  font-weight: 500;
}

.pdp-accordion__body a {
  text-decoration: underline;
}

.pdp-values {
  background: var(--c-sand);
  padding: 80px 0;
}

.pdp-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.pdp-values__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-values__icon img {
  width: 40px;
  height: 40px;
}

.pdp-values__item h3 {
  font-size: var(--heading-5);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  color: var(--c-text-heading);
}

.pdp-values__item p {
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
  margin: 0;
}

.pdp-related {
  padding-block: var(--section-pad-lg);
}

.product-slider {
  --product-slider-ease: cubic-bezier(0.77, 0, 0.175, 1);
  --product-slider-dur: 480ms;
}

.product-slider__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.product-slider__track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform var(--product-slider-dur) var(--product-slider-ease);
  will-change: transform;
}

.product-slider__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.product-slider__page {
  width: 100%;
}

.product-slider .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.product-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding-block: 4px;
  overflow: visible;
}

.product-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--c-olive-2);
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.product-slider__dot.is-active {
  background: var(--c-olive-4);
  transform: scale(1.15);
}

.product-slider__dot:focus-visible {
  outline: 2px solid var(--c-olive-4);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .product-slider .product-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .product-slider .product-grid--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }

  .product-slider__dots {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-slider__track {
    transition: none;
  }
}

.section__header--center {
  text-align: center;
  align-items: center;
  max-width: 768px;
  margin-inline: auto;
  margin-bottom: 32px;
}

@media (max-width: 1100px) {
  .pdp {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .pdp-values__grid {
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .pdp-hero {
    padding-top: calc(var(--nav-h) + 24px);
    padding-bottom: var(--section-pad);
  }

  .pdp {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pdp__title {
    font-size: 32px;
  }

  .pdp-values__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (max-width: 480px) {
  .pdp__title {
    font-size: 28px;
  }

  .pdp-accordion__item {
    padding: 20px 16px;
  }

  .pdp-values__grid {
    grid-template-columns: 1fr;
  }

  .qty-stepper {
    flex-wrap: wrap;
  }

  .qty-row {
    flex-wrap: wrap;
  }

  .qty-row .btn {
    flex: 1 1 auto;
  }
}

/* Cart */
.cart-page__hero {
  padding: var(--section-pad-lg) 0 0;
}

.cart-page__title {
  font-size: var(--heading-hero);
  text-align: center;
}

.cart-layout {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  padding-block: var(--section-pad) var(--section-pad-lg);
  min-width: 0;
}

.cart-items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  flex: 1 1 auto;
  min-width: 0;
}

.cart-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 268px;
  max-width: 100%;
}

.cart-item__media {
  display: block;
  width: 100%;
  aspect-ratio: 395 / 487;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--c-sand);
}

.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur) var(--ease);
}

.cart-item:hover .cart-item__media img {
  transform: scale(1.02);
}

.cart-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.cart-item__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--c-text-heading);
  overflow-wrap: anywhere;
}

.cart-item__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.cart-item__price {
  font-size: var(--text-medium);
}

.cart-item__price .product-card__currency {
  font-size: 11.61px;
}

.cart-item__volume {
  font-size: var(--text-small);
  color: var(--c-olive-4);
  white-space: nowrap;
}

.cart-qty {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.cart-qty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--c-olive-4);
  cursor: pointer;
}

.cart-qty__btn img {
  width: 16px;
  height: 16px;
  display: block;
}

.cart-qty__btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.cart-qty__input {
  width: 36px;
  height: auto;
  padding: 8px;
  border: 1px solid var(--c-olive-4);
  border-radius: var(--radius-btn);
  background: transparent;
  color: var(--c-olive-4);
  font-size: var(--text-small);
  line-height: 1.4;
  text-align: center;
  -moz-appearance: textfield;
}

.cart-qty__input::-webkit-outer-spin-button,
.cart-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-summary-col {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 280px;
  max-width: 480px;
  min-width: 0;
  gap: 16px;
}

.cart-summary {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  border-radius: var(--radius-card);
  background: var(--c-cream);
  color: var(--c-olive-3);
  overflow: hidden;
}

.cart-summary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
  border-radius: inherit;
}

.cart-summary > * {
  position: relative;
  z-index: 1;
}

.cart-summary__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
  margin: 0 0 16px;
}

.cart-summary__cta {
  flex: 0 0 auto;
}

/* CTA checkout / cos: aceleasi dimensiuni peste tot */
.cart-summary__cta,
.checkout-form__actions .btn {
  padding: 12px 24px;
  font-size: var(--text-regular);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.cart-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.cart-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  color: var(--c-text-heading);
}

.cart-summary__price {
  font-size: 20px;
}

.cart-summary__price .product-card__currency {
  font-size: 14px;
}

.cart-summary__divider {
  height: 1px;
  width: 100%;
  background: rgba(44, 50, 24, 0.6);
  margin: 0;
}

.cart-summary__row--total {
  font-size: 24px;
}

.cart-summary__price--total {
  font-size: 24px;
}

.cart-summary__price--total .product-card__currency {
  font-size: 16px;
}

.cart-summary .btn {
  align-self: flex-start;
}

.cart-summary__coupon {
  margin-bottom: 0;
}

.cart-summary__coupon .form-group {
  margin: 0;
}

.cart-summary__coupon-row {
  display: flex;
  align-items: stretch;
  gap: 6px;
}

.cart-summary__coupon .form-control {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  font-size: var(--text-small);
  border-color: var(--c-olive-4);
  background: transparent;
}

.cart-summary__coupon .form-control::placeholder {
  color: rgba(44, 50, 24, 0.6);
}

.cart-summary__coupon .form-error {
  display: block;
  margin-top: 6px;
}

.cart-summary .cart-summary__coupon-btn {
  flex: 0 0 auto;
  align-self: stretch;
  min-height: 42px;
  padding: 0 14px;
  font-size: var(--text-small);
  background: var(--btn-dark);
  box-shadow: none;
}

/* Checkout — Figma 93:2140 / 93:2272 / 93:2650 */
.checkout-page {
  padding-top: 64px;
  padding-bottom: var(--section-pad-lg);
}

.checkout-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 768px;
}

.checkout-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.checkout-cards > .checkout-card {
  margin: 0;
}

.checkout-cards .checkout-card__title {
  text-align: left;
  margin-bottom: 12px;
  font-size: 28px;
}

.checkout-cards .checkout-chips {
  margin-bottom: 0;
}

.checkout-form-group--last {
  margin-bottom: 0 !important;
}

.checkout-form-group--last .checkout-chips {
  margin-top: 0 !important;
}

.checkout-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.checkout-form-row--address {
  grid-template-columns: minmax(0, 1fr) minmax(0, 25%);
}

.checkout-form-row .form-group {
  min-width: 0;
}

.checkout-field-label {
  display: block;
  margin-bottom: 8px;
  font-size: var(--text-medium);
  font-weight: 500;
  color: var(--c-text-heading);
}

.checkout-billing,
.checkout-billing-pf,
.checkout-billing-sc {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.checkout-billing .checkout-chips {
  margin-bottom: 0;
}

.checkout-progress {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-progress__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  color: var(--c-text-heading);
}

.checkout-progress__title {
  margin: 0;
  flex: 1;
  font-size: var(--heading-4);
  font-weight: 500;
  line-height: 1.5;
}

.checkout-progress__step {
  margin: 0;
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}

.checkout-progress__track {
  position: relative;
  width: 100%;
  height: 4px;
  overflow: hidden;
  background: rgba(91, 92, 58, 0.1);
}

.checkout-progress__bar {
  display: block;
  height: 100%;
  background: var(--c-olive-2);
}

.checkout-progress__bar--1 { width: 33.333%; }
.checkout-progress__bar--2 { width: 50%; }
.checkout-progress__bar--3 { width: 100%; }

.checkout-card {
  position: relative;
  width: 100%;
  padding: 48px;
  border-radius: var(--radius-card-lg);
  background: var(--c-cream);
  overflow: hidden;
}

.checkout-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
  border-radius: inherit;
}

.checkout-card > * {
  position: relative;
  z-index: 1;
}

.checkout-card__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  margin-bottom: 32px;
}

.checkout-card__title {
  margin: 0 0 32px;
  font-size: var(--heading-rich-5);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
  text-align: center;
}

.checkout-card__intro .checkout-card__title {
  margin-bottom: 0;
}

.checkout-card__text {
  margin: 0;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
  text-align: center;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.checkout-form.checkout-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

.checkout-cards > .checkout-form__actions {
  padding-top: 0;
  margin-top: -8px;
}

.checkout-address-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px;
}

.checkout-address-form {
  margin: 0 0 20px;
}

.checkout-address-form > .form-group:last-child,
.checkout-address-form > .checkout-form-row:last-child .form-group {
  margin-bottom: 0;
}


.checkout-address-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(44, 50, 24, 0.14);
  border-radius: var(--radius-btn);
  cursor: pointer;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.checkout-address-option:hover {
  border-color: rgba(44, 50, 24, 0.28);
}

.checkout-address-option.is-selected {
  border-color: var(--c-olive-2);
  background: rgba(101, 97, 52, 0.06);
}

.checkout-address-option input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--c-olive-3);
}

.checkout-address-option__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.checkout-address-option__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 500;
  color: var(--c-text-heading);
}

.checkout-address-option__meta {
  font-size: var(--text-small);
  color: var(--c-olive-1);
}

.checkout-form .form-group label {
  font-size: var(--text-medium);
  font-weight: 500;
  color: var(--c-text-heading);
}

.checkout-form .form-control {
  border-color: var(--c-olive-4);
  background: transparent;
}

.checkout-form .form-control.is-error,
.checkout-form .checkout-select.is-error .form-control {
  border-color: var(--c-danger);
}

.checkout-form .form-check__input.is-error {
  outline: 2px solid var(--c-danger);
  outline-offset: 1px;
}

.checkout-form .form-control::placeholder {
  color: rgba(44, 50, 24, 0.6);
}

.checkout-form__field {
  max-width: 560px;
  width: 100%;
  margin-inline: auto;
}

.checkout-form__actions {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.checkout-step1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.checkout-step1 .checkout-card {
  width: 100%;
}

.checkout-step1__mode {
  justify-content: center;
  margin-bottom: 24px;
}

.checkout-step1__general {
  text-align: center;
  margin: 0 0 16px;
}

.checkout-step1__password {
  margin-top: 16px;
}

.checkout-step1__forgot {
  margin: 10px 0 0;
  font-size: var(--text-small);
  text-align: left;
}

.checkout-step1__forgot a {
  color: var(--c-olive-2, #5c6435);
  text-decoration: underline;
}

.checkout-step1__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 0;
  width: 100%;
}

.checkout-step1__guest-link {
  font-size: var(--text-small);
  color: var(--c-olive-2, #5c6435);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-step1__guest-link:hover {
  opacity: 0.85;
}

.checkout-step1 .checkout-form__actions {
  padding-top: 0;
}

.checkout-form__actions--start {
  justify-content: flex-start;
  padding-top: 16px;
}

.checkout-fieldset {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  min-width: 0;
}

.checkout-payment-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(44, 50, 24, 0.12);
}

.checkout-payment-fee-line,
.checkout-payment-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-weight: 500;
  color: var(--c-olive-4);
}

.checkout-payment-fee-line {
  font-size: var(--text-regular);
}

.checkout-payment-total {
  font-size: var(--heading-5);
}

.checkout-payment-total__value {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.checkout-fieldset__legend {
  margin: 0 0 16px;
  padding: 0;
  font-size: var(--heading-5);
  font-weight: 500;
  line-height: 1.5;
  color: var(--c-text-heading);
}

.checkout-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.checkout-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid var(--c-olive-4);
  border-radius: var(--radius-btn);
  background: transparent;
  color: var(--c-olive-4);
  font: inherit;
  font-size: var(--text-regular);
  line-height: 1.5;
  cursor: pointer;
  white-space: nowrap;
}

.checkout-chip.is-active {
  background: var(--c-olive-2);
  color: var(--c-text-on-dark);
}

.checkout-chip:focus-visible {
  outline: 2px solid var(--c-olive-3);
  outline-offset: 2px;
}

.checkout-select {
  position: relative;
  width: 100%;
}

.checkout-select .form-control {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding-right: 40px;
  color: var(--c-olive-4);
}

.checkout-select .form-control:invalid,
.checkout-select .form-control option[value=""] {
  color: rgba(44, 50, 24, 0.6);
}

.checkout-select__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--c-olive-4);
}

.checkout-select.is-error .form-control {
  border-color: var(--c-danger);
}

.checkout-billing {
  margin-top: 8px;
}

.checkout-card-fields {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.checkout-form .form-check {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkout-consents {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 0;
}

.checkout-card--success {
  text-align: center;
}

.checkout-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.checkout-page__inner > .checkout-form__actions {
  padding-top: 0;
  margin-top: 24px;
}

.checkout-success__icon {
  width: 40px;
  height: 40px;
  color: var(--c-olive-4);
}

.checkout-success .checkout-card__title {
  margin: 0;
  max-width: 672px;
}

.checkout-success .checkout-card__text {
  max-width: 672px;
}

.checkout-success__order {
  margin: 0;
  font-size: var(--text-small);
  color: var(--c-olive-1);
}

@media (max-width: 1100px) {
  .cart-layout {
    gap: 40px;
  }

  .cart-item {
    width: calc((100% - 32px) / 2);
    max-width: 320px;
  }
}

@media (max-width: 900px) {
  .cart-layout {
    flex-direction: column;
    gap: 32px;
  }

  .cart-summary-col {
    position: static;
    max-width: none;
    width: 100%;
    flex: none;
  }

  .cart-summary {
    max-width: none;
    width: 100%;
  }

  .qty-row .btn {
    width: 100%;
    white-space: normal;
  }

  .qty-row {
    flex-wrap: wrap;
  }

  .checkout-page {
    padding-top: var(--section-pad);
  }

  .checkout-cards,
  .checkout-form.checkout-cards {
    display: flex;
    flex-direction: column;
  }

  .checkout-form-row,
  .checkout-form-row--address {
    grid-template-columns: 1fr;
  }

  .checkout-card {
    padding: 32px 24px;
  }

  .checkout-progress__title {
    font-size: 28px;
  }

  .checkout-progress__step {
    font-size: var(--text-regular);
  }

  .checkout-card__title {
    font-size: 28px;
  }

  .checkout-chips {
    flex-direction: column;
    align-items: stretch;
  }

  .checkout-chip {
    width: 100%;
  }

  .checkout-form__actions .btn,
  .checkout-form__actions--start .btn {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .cart-page__hero {
    padding-top: var(--section-pad);
  }

  .cart-page__title {
    font-size: 32px;
  }

  .cart-items {
    gap: 24px;
  }

  .cart-item {
    width: 100%;
    max-width: none;
  }

  .cart-summary {
    padding: 20px;
  }

  .cart-summary__title {
    font-size: 28px;
  }
}

/* Auth / account — Figma Log In 93:2920 / Sign Up 93:2796 */
.page-auth #main {
  position: relative;
  isolation: isolate;
  background: var(--c-surface);
}

.page-auth #main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.page-auth #main > * {
  position: relative;
  z-index: 1;
}

.auth-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: transparent;
  padding: calc(var(--nav-h) + 48px) var(--page-pad) var(--section-pad-lg);
}

.auth-page {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0;
  padding: 48px;
  border-radius: var(--radius-card-lg);
  background: var(--c-cream);
  overflow: hidden;
  isolation: isolate;
}

.auth-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
  border-radius: inherit;
}

.auth-page__title {
  margin: 0 0 32px;
  font-size: var(--heading-3);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
  text-align: center;
}

.auth-page__lead {
  margin: -16px 0 32px;
  text-align: center;
  font-size: var(--text-regular);
  color: var(--c-olive-4);
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin: 0;
}

.auth-form .form-group {
  margin-bottom: 0;
}

.auth-form .form-group label {
  font-size: var(--text-medium);
  font-weight: 500;
  color: var(--c-text-heading);
}

.auth-form .form-control {
  border-color: var(--c-olive-4);
  background: transparent;
}

.auth-form .form-control::placeholder {
  color: rgba(44, 50, 24, 0.6);
}

.auth-form__forgot {
  margin: -8px 0 0;
  font-size: var(--text-small);
  text-align: right;
}

.auth-form__forgot a {
  color: var(--c-olive-2);
  text-decoration: underline;
}

.auth-form .btn:active {
  transform: scale(0.98);
}

.auth-page__switch {
  margin: 24px 0 0;
  text-align: center;
  font-size: var(--text-regular);
  color: var(--c-olive-4);
}

.auth-page__switch a {
  color: var(--c-olive-2);
  text-decoration: underline;
}

/* Account — Figma 56:184 / 56:611 / 56:785 / 56:956 / 56:1135 */
.page-account #main {
  position: relative;
  isolation: isolate;
  background: var(--c-surface);
}

.page-account #main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.page-account #main > * {
  position: relative;
  z-index: 1;
}

.account-section {
  width: 100%;
  background: transparent;
}

.account-layout {
  display: grid;
  grid-template-columns: var(--account-sidebar) minmax(0, 1fr);
  align-items: stretch;
  min-height: 640px;
}

.account-sidebar {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(44, 50, 24, 0.1);
  background: transparent;
}

.account-nav {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  padding: 24px 16px;
}

.account-nav__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}

.account-nav__bottom {
  margin-top: auto;
  padding-top: 24px;
}

.account-nav__link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px;
  border-radius: var(--radius-btn);
  font-size: var(--text-regular);
  font-weight: 500;
  line-height: 1.5;
  color: var(--c-text-heading);
  transition: background var(--dur) var(--ease);
}

.account-nav__link:hover {
  background: rgba(101, 97, 52, 0.08);
}

.account-nav__link.is-active {
  background: rgba(101, 97, 52, 0.1);
  color: var(--c-text-heading);
}

.account-nav__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: block;
  opacity: 0.72;
}

.account-nav__link.is-active .account-nav__icon,
.account-nav__link:hover .account-nav__icon {
  opacity: 1;
}

.account-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 48px 32px;
  min-width: 0;
}

.account-main > * {
  width: 100%;
  max-width: var(--account-content);
}

.account-main__head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.account-main__title {
  margin: 0;
  width: 100%;
  font-size: var(--heading-hero);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
  text-align: center;
}

.account-main__actions {
  display: flex;
  justify-content: flex-end;
}

.account-lead {
  margin: -16px 0 0;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
  text-align: center;
}

.account-empty {
  margin: 0;
  font-size: var(--text-regular);
  color: var(--c-olive-4);
  text-align: center;
}

.account-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.account-form > .account-form__title {
  margin-bottom: 24px;
}

.account-form .form-group {
  margin-bottom: 24px;
}

.account-form .form-group label {
  font-size: var(--text-medium);
  font-weight: 500;
  color: var(--c-text-heading);
}

.account-form .form-control {
  border-color: var(--c-olive-4);
  background: transparent;
  color: var(--c-olive-4);
}

.account-form .form-control::placeholder {
  color: rgba(44, 50, 24, 0.6);
}

.account-form .checkout-chips {
  margin-bottom: 0;
}

.account-form .account-check,
.account-form .account-form-actions {
  margin-top: 8px;
}

.account-form > .account-field {
  margin-bottom: 24px;
}

.account-form > .btn {
  margin-top: 0;
}

.account-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.account-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.account-field__label {
  font-size: var(--text-medium);
  font-weight: 500;
  line-height: 1.5;
  color: var(--c-text-heading);
}

.account-field__control {
  position: relative;
  display: flex;
  align-items: center;
}

.account-field__input {
  width: 100%;
  min-height: 48px;
  padding: 12px 48px 12px 12px;
  border: 1px solid var(--c-olive-4);
  border-radius: var(--radius-btn);
  background: transparent;
  font: inherit;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
}

textarea.account-field__input {
  min-height: 96px;
  resize: vertical;
}

.account-field__input::placeholder {
  color: rgba(44, 50, 24, 0.6);
}

.account-field__input:focus {
  outline: 2px solid var(--c-olive-3);
  outline-offset: 1px;
}

.account-field__input:disabled,
.account-field__input[readonly] {
  opacity: 0.85;
  cursor: default;
  padding-right: 12px;
}

.account-field.is-readonly .account-field__input {
  background: rgba(44, 50, 24, 0.04);
}

.account-field__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: rgba(44, 50, 24, 0.45);
  pointer-events: none;
}

.account-field__icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.account-form .btn {
  align-self: flex-start;
}

.account-form .btn:active {
  transform: scale(0.98);
}

.account-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(44, 50, 24, 0.12);
  border-radius: var(--radius-card);
}

.account-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.account-table th,
.account-table td {
  text-align: left;
  padding: 14px 16px;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
  border-bottom: 1px solid rgba(44, 50, 24, 0.1);
  vertical-align: middle;
}

.account-table tr:last-child td {
  border-bottom: 0;
}

.account-table th {
  background: var(--c-olive-3);
  color: var(--c-text-on-dark);
  font-weight: 500;
  white-space: nowrap;
}

.account-table th:first-child {
  border-radius: var(--radius-card) 0 0 0;
}

.account-table th:last-child {
  border-radius: 0 var(--radius-card) 0 0;
}

.account-table .btn--sm {
  padding: 8px 14px;
  font-size: var(--text-small);
  white-space: nowrap;
}

.account-table .btn.is-disabled,
.btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.account-back {
  display: inline-block;
  margin-bottom: 8px;
  font-size: var(--text-small);
  color: var(--c-olive-2);
  text-decoration: none;
}

.account-back:hover {
  color: var(--c-olive-4);
  text-decoration: underline;
}

.account-order .account-main__head {
  margin-bottom: 0;
}

.account-order .account-main__title {
  margin-bottom: 4px;
  text-align: left;
}

.account-order__meta {
  margin: 0;
  font-size: var(--text-regular);
  color: rgba(44, 50, 24, 0.7);
}

.account-order__grid,
.account-order-status-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.account-order-card {
  padding: 20px;
  border: 1px solid rgba(44, 50, 24, 0.12);
  border-radius: var(--radius-card);
  background: transparent;
}

.account-order-card__title,
.account-order-section__title {
  margin: 0 0 12px;
  font-size: var(--text-medium);
  font-weight: 500;
  color: var(--c-text-heading);
}

.account-order-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
}

.account-order-card__empty,
.account-order-card__note,
.account-order-contact__hint {
  margin: 0;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: rgba(44, 50, 24, 0.7);
}

.account-order-card__note {
  margin-top: 12px;
}

.account-order-card__note a {
  color: var(--c-olive-3);
}

.account-order-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.account-table--order {
  min-width: 480px;
}

.account-order-totals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: auto;
  width: min(100%, 280px);
}

.account-order-totals__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: var(--text-medium);
  font-weight: 500;
  color: var(--c-text-heading);
}

.account-order-totals__row--total {
  padding-top: 8px;
  border-top: 1px solid rgba(44, 50, 24, 0.12);
  font-size: 1.125rem;
}

.account-order-status {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--c-olive-4);
}

.account-order-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 240px;
  overflow: auto;
}

.account-order-timeline__item {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(44, 50, 24, 0.08);
}

.account-order-timeline__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.account-order-timeline__when {
  font-size: var(--text-small);
  color: rgba(44, 50, 24, 0.6);
  margin-bottom: 2px;
}

.account-order-timeline__what {
  font-size: var(--text-regular);
  color: var(--c-olive-4);
  line-height: 1.4;
}

.account-order-contact__form {
  max-width: none;
  margin: 0;
}

.account-order-contact__message {
  min-height: 120px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

.account-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.account-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: var(--radius-btn);
  font-size: var(--text-regular);
  color: var(--c-olive-4);
}

.account-pagination__page.is-active,
.account-pagination__page:hover {
  border-color: var(--c-olive-4);
}

.account-pagination__ellipsis {
  padding: 0 4px;
  color: var(--c-olive-1);
}

.account-address-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.account-address-list__actions {
  display: flex;
  justify-content: flex-end;
}

.account-address-list + .account-form {
  margin-top: 24px;
}

.account-address-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 18px;
  border: 1px solid rgba(44, 50, 24, 0.12);
  border-radius: var(--radius-btn);
  background: transparent;
}

.account-address-card.is-default {
  border-color: var(--c-olive-2);
}

.account-address-card.is-editing {
  border-color: var(--c-olive-3);
  background: rgba(101, 97, 52, 0.04);
}

.account-form__title {
  margin: 0 0 8px;
  font-size: var(--text-h5, 1.125rem);
  font-weight: 500;
  color: var(--c-text-heading);
}

.account-address-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 500;
  color: var(--c-text-heading);
}

.account-address-meta {
  margin-top: 4px;
  font-size: var(--text-small);
  color: var(--c-olive-1);
}

.account-address-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: var(--radius-btn);
  font-size: var(--text-tiny);
  font-weight: 500;
  background: rgba(101, 97, 52, 0.1);
  color: var(--c-text-heading);
}

.account-address-badge--ok {
  background: var(--c-olive-3);
  color: var(--c-text-on-dark);
}

.account-address-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: var(--text-small);
}

.account-address-actions a {
  text-decoration: underline;
  color: var(--c-olive-2);
}

.account-address-actions form {
  display: inline;
  margin: 0;
}

.link-btn {
  background: none;
  border: 0;
  padding: 0;
  color: var(--c-olive-2);
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.link-btn--danger {
  color: #a33;
}

.account-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: var(--text-small);
  color: var(--c-olive-4);
  cursor: pointer;
}

.account-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.account-segmented {
  display: flex;
  gap: 8px;
}

.account-segmented-item {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid rgba(44, 50, 24, 0.2);
  border-radius: var(--radius-btn);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  color: var(--c-olive-4);
}

.account-segmented-item.is-active {
  background: rgba(101, 97, 52, 0.1);
  border-color: var(--c-olive-3);
  color: var(--c-text-heading);
}

.u-hidden { display: none !important; }

.form-success {
  color: var(--c-olive-1);
  margin: 0;
  text-align: center;
}

@media (max-width: 900px) {
  .account-layout {
    grid-template-columns: 1fr;
  }

  .account-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(44, 50, 24, 0.1);
  }

  .account-nav {
    padding: 16px;
  }

  .account-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }

  .account-nav__bottom {
    padding-top: 12px;
  }

  .account-main {
    padding: 32px 20px 48px;
  }

  .account-main__title {
    font-size: var(--heading-3);
  }

  .account-form__row {
    grid-template-columns: 1fr;
  }

  .account-order__grid,
  .account-order-status-row {
    grid-template-columns: 1fr;
  }

  .auth-section {
    padding-top: calc(var(--nav-h) + 24px);
  }

  .auth-page {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  .auth-page {
    padding: 28px 16px;
    max-width: none;
  }

  .account-nav__list {
    grid-template-columns: 1fr;
  }

  .account-main {
    padding: 28px 16px 40px;
    gap: 24px;
  }
}

/* Text — Figma Text Desktop (37:223) */
.text-page {
  width: 100%;
}

.text-page__header {
  padding: var(--section-pad) var(--page-pad);
  text-align: center;
}

.text-page__header-inner {
  max-width: 768px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.text-page__title {
  font-size: var(--heading-hero);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
  margin: 0;
}

.text-page__meta {
  margin: 0;
  font-size: var(--text-medium);
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-text);
}

.text-page__body {
  padding: 0 var(--page-pad) var(--section-pad-lg);
}

.text-page__content {
  max-width: 768px;
  margin-inline: auto;
  color: var(--c-text);
  font-size: var(--text-regular);
  line-height: 1.5;
}

.text-page__content > :first-child {
  margin-top: 0;
}

.text-page__content > :last-child {
  margin-bottom: 0;
}

.text-page__content h2 {
  font-size: var(--heading-section);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
  margin: 0 0 16px;
}

.text-page__content h3 {
  font-size: var(--heading-3);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
  margin: 24px 0;
}

.text-page__content h4 {
  font-size: var(--heading-4);
  font-weight: 500;
  line-height: 1.3;
  color: var(--c-text-heading);
  margin: 24px 0 20px;
}

.text-page__content h5 {
  font-size: var(--heading-rich-5);
  font-weight: 500;
  line-height: 1.4;
  color: var(--c-text-heading);
  margin: 20px 0 16px;
}

.text-page__content h6 {
  font-size: var(--heading-5);
  font-weight: 500;
  line-height: 1.4;
  color: var(--c-text-heading);
  margin: 20px 0 16px;
}

.text-page__content p {
  margin: 0 0 16px;
  font-size: var(--text-regular);
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-text);
}

.text-page__content h2 + p {
  font-weight: 500;
}

.text-page__content ul,
.text-page__content ol {
  margin: 0 0 16px;
  padding-left: 1.25em;
}

.text-page__content li {
  margin-bottom: 8px;
}

.text-page__content a {
  color: var(--c-olive-3);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-page__content a:hover {
  color: var(--c-olive-1);
}

.text-page__content strong,
.text-page__content b {
  font-weight: 500;
}

/* Contact — Figma 36:193 */
.contact-hero {
  padding-top: 64px;
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-hero__title {
  margin: 0 0 32px;
  font-size: var(--heading-hero);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.contact-form .form-group label {
  font-size: var(--text-medium);
  font-weight: 500;
  color: var(--c-text-heading);
}

.contact-form .form-control {
  border-color: var(--c-olive-4);
  background: transparent;
}

.contact-form .form-control::placeholder {
  color: rgba(44, 50, 24, 0.6);
}

.contact-form__message {
  min-height: 180px;
  height: 180px;
}

.contact-form .form-check {
  margin-bottom: 24px;
}

.contact-form .btn {
  align-self: flex-start;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.contact-form .form-group,
.contact-form .form-check {
  width: 100%;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
}

.form-check__input {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  appearance: none;
  border: 1px solid var(--c-olive-4);
  border-radius: 3px;
  background: var(--c-surface);
  cursor: pointer;
}

.form-check__input:checked {
  background: var(--c-olive-3);
  border-color: var(--c-olive-3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23F7F7F7' stroke-width='1.5' d='M2.5 6.2l2.4 2.4 4.6-4.8'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.form-check__input:focus-visible {
  outline: 2px solid var(--c-olive-3);
  outline-offset: 2px;
}

.form-check__label {
  font-size: var(--text-small);
  line-height: 1.5;
  color: var(--c-olive-4);
  cursor: pointer;
}

.form-check__label a {
  color: var(--c-olive-2);
  text-decoration: underline;
}

.contact-hero__media {
  position: relative;
  height: 734px;
  border-radius: var(--radius-card-lg);
  overflow: hidden;
  background: var(--c-taupe);
}

.contact-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-info {
  padding: 80px 0;
}

.contact-info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}

.contact-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.contact-info__item img {
  width: 40px;
  height: 40px;
  display: block;
}

.contact-info__title {
  margin: 8px 0 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--c-text-heading);
}

.contact-info__link {
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-2);
  text-decoration: underline;
}

.contact-info__link:hover {
  color: var(--c-olive-3);
}

@media (max-width: 1024px) {
  .contact-hero__grid {
    gap: 48px;
  }

  .contact-hero__media {
    height: 560px;
  }

  .contact-info__title {
    font-size: var(--heading-5);
  }
}

@media (max-width: 768px) {
  .contact-hero {
    padding-top: 40px;
  }

  .contact-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-hero__title {
    font-size: var(--heading-section);
    margin-bottom: 24px;
  }

  .contact-hero__media {
    height: 420px;
  }

  .contact-info {
    padding: 48px 0;
  }

  .contact-info__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.empty-state {
  padding: 48px 0;
  text-align: center;
  color: var(--c-olive-1);
}

/* Treatments page — Relume Layout 487: sticky center image, text L/R alternate */
.treatments-page {
  background: var(--c-surface);
  padding: 0;
}

/* Textura full-viewport: ramane pinned cat timp continutul din sectiune deruleaza */
.treatments-page.section--surface {
  overflow: visible;
}

.treatments-page.section--surface::before {
  content: none;
}

.treatments-page__bg {
  position: sticky;
  top: 0;
  height: 100svh;
  margin-bottom: -100svh;
  z-index: 0;
  pointer-events: none;
  background: var(--c-surface);
}

.treatments-page__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--texture-surface) center / cover no-repeat;
  opacity: 0.08;
}

.treatments-page > :not(.treatments-page__bg) {
  position: relative;
  z-index: 1;
}

.treatments-page > .container:first-of-type {
  padding-top: var(--section-pad-lg);
}

.treatments-page > .treatments-list:first-child,
.treatments-page > .treatments-page__bg + .treatments-list {
  padding-top: var(--section-pad-lg);
}

.treatments-hero {
  max-width: 768px;
  margin: 0 auto 80px;
  text-align: center;
  padding-top: 50px;
}

.treatments-hero__title {
  margin: 0 0 24px;
  font-size: var(--heading-hero);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text-heading);
}

.treatments-hero p {
  margin: 0;
  font-size: var(--text-medium);
  line-height: 1.5;
  color: var(--c-olive-4);
}

.treatment-row__title {
  margin: 0;
  font-size: var(--heading-4);
  font-weight: 500;
  line-height: 1.3;
  color: var(--c-text-heading);
}

.treatment-row__text {
  margin: 0;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
}

.treatments-list {
  padding-bottom: var(--section-pad-lg);
}

.treatments-pin {
  --treatments-pin-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --treatments-pin-dur: 480ms;
  --treatments-media-w: 400px;
  --treatments-media-h: calc(100svh - 300px);
  --treatments-sticky-top: 150px;
}

.treatments-pin__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 392px;
}

.treatments-pin__copy .btn {
  margin-top: 8px;
}

.treatments-pin__mobile-media {
  display: none;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 592;
  margin-inline: auto;
  border-radius: var(--radius-card-lg);
  overflow: hidden;
  background: var(--c-sand);
}

.treatments-pin__mobile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.treatments-pin__stage {
  display: none;
}

.treatments-pin__spacer {
  display: none;
}

.treatment-values {
  background: var(--c-sand);
  padding: 80px 0;
}

.treatment-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  text-align: center;
}

.treatment-values__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-values__icon img {
  width: 40px;
  height: 40px;
}

.treatment-values__item h3 {
  font-size: var(--heading-5);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 8px;
  color: var(--c-text-heading);
}

.treatment-values__item p {
  margin: 0;
  font-size: var(--text-regular);
  line-height: 1.5;
  color: var(--c-olive-4);
}

@media (min-width: 901px) {
  .treatments-pin {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--treatments-media-w) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }

  .treatments-pin__side {
    display: flex;
    flex-direction: column;
  }

  .treatments-pin__side--left {
    justify-self: start;
  }

  .treatments-pin__side--right {
    justify-self: stretch;
  }

  .treatments-pin__side--right .treatments-pin__copy {
    justify-self: start;
  }

  .treatments-pin__panel,
  .treatments-pin__spacer {
    display: flex;
    align-items: center;
    min-height: max(100dvh - var(--banner-h) - var(--nav-h), calc(var(--treatments-media-h) + 96px));
  }

  .treatments-pin.is-pin-ready .treatments-pin__panel {
    opacity: 0.28;
    transform: translateY(12px);
    transition:
      opacity var(--treatments-pin-dur) var(--treatments-pin-ease),
      transform var(--treatments-pin-dur) var(--treatments-pin-ease);
  }

  .treatments-pin.is-pin-ready .treatments-pin__panel.is-active {
    opacity: 1;
    transform: none;
  }

  .treatments-pin__spacer {
    visibility: hidden;
    pointer-events: none;
  }

  .treatments-pin__stage {
    display: block;
    position: relative;
    align-self: stretch;
  }

  .treatments-pin__sticky {
    position: sticky;
    top: var(--treatments-sticky-top);
    width: var(--treatments-media-w);
    height: var(--treatments-media-h);
    border-radius: var(--radius-card-lg);
    overflow: hidden;
    background: var(--c-sand);
  }

  .treatments-pin__image {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: scale(1.04);
    transition:
      opacity var(--treatments-pin-dur) var(--treatments-pin-ease),
      transform var(--treatments-pin-dur) var(--treatments-pin-ease);
    pointer-events: none;
  }

  .treatments-pin__image.is-active {
    opacity: 1;
    transform: none;
    z-index: 1;
  }

  .treatments-pin__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .treatments-pin__mobile-media {
    display: none !important;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .treatments-pin {
    --treatments-media-w: min(360px, 42vw);
    --treatments-media-h: calc(var(--treatments-media-w) * 592 / 400);
    grid-template-columns: minmax(0, 1fr) var(--treatments-media-w) minmax(0, 1fr);
    gap: 32px;
  }

  .treatments-pin__sticky {
    height: var(--treatments-media-h);
  }

  .treatments-pin__copy {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .treatments-page > .container:first-of-type,
  .treatments-page > .treatments-page__bg + .treatments-list {
    padding-top: var(--section-pad);
  }

  .treatments-hero {
    margin-bottom: 48px;
  }

  .treatments-hero__title {
    font-size: 36px;
  }

  .treatment-row__title {
    font-size: 28px;
  }

  .treatments-pin {
    display: flex;
    flex-direction: column;
    gap: 56px;
  }

  .treatments-pin__side {
    display: contents;
  }

  .treatments-pin__panel {
    order: var(--i);
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .treatments-pin__copy {
    max-width: none;
  }

  .treatments-pin__mobile-media {
    display: block;
  }

  .treatment-values__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (max-width: 1100px) {
  .treatment-values__grid {
    gap: 32px;
  }
}

@media (max-width: 480px) {
  .treatments-hero__title {
    font-size: 28px;
  }

  .treatment-values__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .treatments-pin__panel,
  .treatments-pin__image {
    transition: none;
    transform: none;
  }

  .treatments-pin__panel {
    opacity: 1;
  }
}

/* Certifications page — Figma node 287:7 list layout */
.certifications-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--c-cream);
  padding: var(--section-pad-lg) 0;
}

.certifications-page__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.certifications-page > .container {
  position: relative;
  z-index: 1;
}

.certifications-hero {
  max-width: 768px;
  margin: 0 auto 80px;
  text-align: center;
}

.certifications-hero__title {
  margin: 0 0 24px;
  font-size: var(--heading-hero);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-olive-4);
}

.certifications-hero__text {
  margin: 0;
  font-size: var(--text-medium);
  line-height: 1.5;
  color: var(--c-olive-4);
}

.certifications-empty {
  margin: 0;
  text-align: center;
  color: var(--c-olive-4);
  font-size: var(--text-medium);
}

.certifications-list {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  margin-inline: auto;
}

.certification-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  padding: 48px 0;
  border-top: 1px solid rgba(44, 50, 24, 0.1);
}

.certification-row--last {
  border-bottom: 1px solid rgba(44, 50, 24, 0.1);
}

.certification-row__media {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: transparent;
}

.certification-row__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.certification-row__copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.certification-row__title {
  margin: 0;
  font-size: var(--heading-rich-5);
  font-weight: 500;
  line-height: 1.3;
  color: var(--c-olive-4);
}

.certification-row__text {
  margin: 0;
  font-size: var(--text-regular);
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-olive-4);
}

@media (max-width: 768px) {
  .certifications-hero {
    margin-bottom: 48px;
  }

  .certification-row {
    gap: 20px;
    padding: 32px 0;
  }

  .certification-row__media {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
  }

  .certification-row__title {
    font-size: 24px;
  }

  .certification-row__copy {
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .certifications-hero__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .certification-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 28px 0;
  }

  .certification-row__copy {
    align-items: center;
  }

  .certification-row__title {
    font-size: 22px;
  }
}

/* Home certifications slider */
.section[data-cert-slider],
.section--certificari {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 40px 44px;
}

.section[data-cert-slider]::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--texture-noise) center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.section[data-cert-slider] .section__header {
  margin-bottom: 24px;
}

.cert-slider {
  --cert-ease: cubic-bezier(0.77, 0, 0.175, 1);
  --cert-dur: 480ms;
}

.cert-slider__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.cert-slider__track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform var(--cert-dur) var(--cert-ease);
  will-change: transform;
}

.cert-slider__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.cert-slider__page {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: start;
  justify-items: center;
  width: 100%;
}

.cert-slider__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 110px;
  text-decoration: none;
  color: inherit;
}

.cert-slider__media {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: transparent;
}

.cert-slider__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cert-slider__title {
  font-size: var(--text-small);
  font-weight: 500;
  line-height: 1.3;
  color: var(--c-text-heading);
  text-align: center;
}

.cert-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding-block: 4px;
  overflow: visible;
}

.cert-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--c-olive-2);
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.cert-slider__dot.is-active {
  background: var(--c-olive-4);
  transform: scale(1.15);
}

.cert-slider__dot:focus-visible {
  outline: 2px solid var(--c-olive-4);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .section[data-cert-slider],
  .section--certificari {
    padding-block: 32px 36px;
  }

  .cert-slider__media {
    width: 64px;
    height: 64px;
  }

  .cert-slider__link {
    max-width: 96px;
  }
}

@media (max-width: 560px) {
  .section[data-cert-slider],
  .section--certificari {
    padding-block: 28px 32px;
  }

  .section[data-cert-slider] .section__header {
    margin-bottom: 16px;
  }

  .cert-slider__page {
    gap: 8px 6px;
  }

  .cert-slider__media {
    width: 52px;
    height: 52px;
  }

  .cert-slider__link {
    max-width: 72px;
    gap: 6px;
  }

  .cert-slider__title {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cert-slider__track {
    transition: none;
  }
}

/* Checkout — Punct DPD / ridicare (harta + lista) */
.checkout-dpd,
.checkout-pickup {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkout-dpd__search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
}

.checkout-dpd__search-row .form-group {
  margin-bottom: 0;
}

.checkout-dpd__search-action .btn--icon {
  width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: var(--radius-btn);
}

.checkout-dpd__search-action .btn--icon img {
  filter: brightness(0) invert(1);
}

.checkout-dpd__status {
  margin: 0;
  font-size: var(--text-small);
  color: var(--c-text);
}

.checkout-dpd__status.is-error {
  color: #b42318;
}

.checkout-dpd__layout {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkout-dpd__map,
.checkout-pickup__map {
  width: 100%;
  min-height: 280px;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--c-sand);
  border: 1px solid rgba(44, 50, 24, 0.12);
  z-index: 0;
}

.checkout-dpd__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 17.5rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.checkout-dpd-item {
  appearance: none;
  border: 1px solid rgba(44, 50, 24, 0.12);
  background: var(--c-white);
  border-radius: var(--radius-btn);
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.checkout-dpd-item:hover,
.checkout-dpd-item.is-selected {
  border-color: var(--c-olive-3);
  background: var(--c-sand);
}

.checkout-dpd-item__type {
  font-size: var(--text-tiny);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.checkout-dpd-item__kind {
  font-weight: 500;
}

.checkout-dpd-item__kind--office {
  color: var(--c-btn-primary);
}

.checkout-dpd-item__kind--box {
  color: #6d5a49;
}

.checkout-dpd-item__dist {
  color: var(--c-olive-1);
  font-weight: 400;
}

.checkout-dpd-item__name {
  font-weight: 500;
  color: var(--c-text-heading);
}

.checkout-dpd-item__address {
  font-size: var(--text-small);
  color: var(--c-text);
  opacity: 0.75;
}

.checkout-map-marker {
  width: 32px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  box-sizing: border-box;
}

.checkout-map-marker.is-selected {
  z-index: 2;
}

.checkout-map-marker__pin {
  display: block;
  width: 28px;
  height: 36px;
  flex-shrink: 0;
  transform-origin: bottom center;
  transition: transform 0.15s ease;
}

.checkout-map-marker.is-selected .checkout-map-marker__pin {
  transform: scale(1.12);
}

.maplibregl-marker.checkout-map-marker-host {
  will-change: transform;
}

.maplibregl-popup.checkout-map-popup .maplibregl-popup-content {
  border-radius: var(--radius-card);
  box-shadow: var(--btn-shadow);
  margin: 0;
  padding: 32px;
  padding-right: 40px;
  font-family: var(--font);
  font-size: var(--text-regular);
  color: var(--c-text);
  line-height: 1.5;
}

.maplibregl-popup.checkout-map-popup .maplibregl-popup-close-button {
  right: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 20px;
  line-height: 32px;
  color: var(--c-text);
  opacity: 0.7;
}

.maplibregl-popup.checkout-map-popup .maplibregl-popup-close-button:hover {
  opacity: 1;
  background: transparent;
}

.checkout-map-popup__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-map-popup__title {
  font-size: var(--text-regular);
  font-weight: 500;
  line-height: 1.5;
  color: var(--c-text-heading);
}

.checkout-map-popup__address {
  font-size: var(--text-small);
  line-height: 1.5;
  color: var(--c-text);
}

.checkout-dpd__map .maplibregl-ctrl-attrib,
.checkout-pickup__map .maplibregl-ctrl-attrib {
  font-size: 10px;
}

@media (max-width: 640px) {
  .checkout-dpd__search-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
  }

  .checkout-dpd__search-row .form-group:first-child {
    grid-column: 1 / -1;
  }

  .checkout-dpd__search-row .form-group:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .checkout-dpd__search-action {
    grid-column: 2;
    grid-row: 2;
  }
}

