:root {
  --ck-vert: #3a7d44;
  --ck-vert-clair: #56a65e;
  --ck-orange: #e07b39;
  --ck-beige: #f8f4ee;
}

.header-top-section--desktop {
  display: block;
}

.header-top-section-mobile {
  display: none;
}

.header-top-section-tablet {
  display: none;
}

.mobile-header-tagline-line {
  display: inline;
}


html {
  scroll-behavior: smooth;
}

.theme-btn {
  background: var(--ck-vert) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  text-transform: none;
}

.theme-btn:hover {
  background: var(--ck-vert-clair) !important;
}

.section-title span,
.section-title .sub-title {
  color: var(--ck-vert) !important;
}

.header-logo img,
.top-logo img,
.offcanvas__logo img {
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

.header-1 .container,
.header-top-section .container {
  max-width: 1520px;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 768px) {
  .header-1 .container,
  .header-top-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}




.top-logo img {
  max-height: 82px;
}




.header-contact-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 18px;
  background: #edf2ec;
  border: 1px solid rgba(91, 140, 81, 0.18);
  transition: all 0.3s ease;
}

.header-contact-card:hover {
  background: #e6efe4;
}

.header-contact-card .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ck-vert);
  font-size: 18px;
  flex-shrink: 0;
}

.header-contact-card .content {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.header-contact-card .label {
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6f776d;
}

.header-contact-card .value {
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 800;
  color: #404a3d;
}


.header-right-top {
  gap: 16px;
}

.header-right-top .theme-btn {
  padding: 16px 28px;
}

.header-right-top .header__hamburger {
  display: inline-flex;
}

.header-right-mobile {
  display: none;
}



.mean__menu-wrapper {
  justify-self: end;
}

.main-menu ul {
  justify-content: center;
}

.crokmidi-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.crokmidi-socials a:hover {
  transform: translateY(-1px);
}

.header-1 .header-right {
  gap: 20px;
}

.hero-content .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #fff;
  opacity: 0.92;
}

.hero-content .hero-kicker i {
  color: var(--ck-vert-clair);
}

.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.hero-content h2 {
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  color: rgba(255, 255, 255, 0.85);
}

.partner-card {
  font-size: 1.8rem;
}

.about-wrapper .about-right-items {
  position: relative;
  z-index: 1;
}

.about-wrapper .about-right-items .about-top-box {
  position: relative;
  z-index: 2;
}

.about-wrapper .about-right-items .about-image {
  margin-left: 0;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.about-wrapper .about-right-items .about-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-slide--one .hero-bg {
  background-image: url("../img/home-1/hero/hero-01.webp");
}

.hero-slide--two .hero-bg {
  background-image: url("../img/home-1/hero/hero-02.webp");
}

.service-section.crokmidi-service-section {
  margin-top: 0;
}

.step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.step-num {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ck-vert);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.repas-loading {
  text-align: center;
  padding: 8px 0 26px;
  color: #6d766b;
  font-weight: 600;
}

.repas-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ck-vert);
  background: rgba(58, 125, 68, 0.12);
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 18px;
}

.repas-status {
  margin-top: 18px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #5d655b;
}

.repas-service-card .service-thumb {
  height: 250px;
}

.repas-service-card .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repas-service-card .service-content p {
  min-height: 78px;
}

.repas-service-card.is-unavailable {
  opacity: 0.55;
}

.repas-note-box,
.repas-empty-box,
.mardi-note-box {
  border-radius: 24px;
  padding: 26px 28px;
  background: #fff;
  border: 1px solid rgba(91, 140, 81, 0.2);
  box-shadow: 0 16px 40px rgba(22, 34, 19, 0.08);
}

.repas-note-box {
  margin-top: 28px;
}

.repas-note-box p,
.repas-empty-box p,
.mardi-note-box p {
  margin-bottom: 0;
}

.repas-empty-box {
  text-align: center;
  margin-top: 20px;
}

.repas-empty-box .theme-btn {
  margin-top: 18px;
}

.mardi-wrapper .service-content-area .content p {
  max-width: 100%;
}

.service-wrapper.mardi-wrapper {
  padding-top: 45px;
}

.badge-mardi {
  display: inline-block;
  background: var(--ck-orange);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.mardi-list,
.contact-list-clean,
.footer-note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mardi-list {
  margin: 20px 0 0;
}

.mardi-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #404a3d;
  font-weight: 600;
}

.mardi-list li:not(:last-child) {
  margin-bottom: 12px;
}

.mardi-list i {
  color: var(--ck-vert);
  margin-top: 3px;
}

.mardi-note-box {
  margin-top: 26px;
  border-left: 4px solid var(--ck-orange);
}

.tarif-box {
  background: var(--ck-vert);
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.tarif-box h3 {
  color: #fff;
  font-size: 2.4rem;
  margin: 8px 0 4px;
}

.tarif-box p {
  color: rgba(255, 255, 255, 0.8);
}

.tarif-libre {
  background: var(--bg) !important;
  color: #2b8416;
}

.tarif-box p.tarif-label,
.tarif-box.tarif-alt p.tarif-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}

.tarif-box.tarif-libre h3 {
  color: #2b8416;
}

.tarif-box.tarif-libre p {
  color: rgba(43, 132, 22, 0.8);
}

.tarif-box.tarif-libre p.tarif-label {
  color: rgba(43, 132, 22, 0.72);
}

#commander {
  background: var(--ck-beige);
}

.tarif-box.tarif-alt {
  background: var(--ck-vert);
}

.tarif-box.tarif-alt h3 {
  font-size: 1.4rem;
  margin: 8px 0;
}

.cta-wrapper--crokmidi {
  background-image: url("../img/home-1/cta/cta-bg.webp");
}

.cta-phone-link {
  color: #fff;
}

.cta-bottom-area .theme-btn,
.cta-bottom-area .theme-btn i {
  color: #fff !important;
}

.contact-list-clean li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.contact-list-clean li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-list-clean .icon {
  min-width: 36px;
  color: var(--ck-vert);
  font-size: 1.2rem;
}

.footer-section--crokmidi {
  background-image: url("../img/home-1/footer-bg.webp");
}

.footer-intro,
.footer-command-text,
.footer-bottom-note,
.footer-note-list li {
  color: rgba(255, 255, 255, 0.7);
}

.footer-intro {
  margin-bottom: 16px;
}

.footer-note-list li {
  padding: 4px 0;
}

.footer-command-text {
  margin-bottom: 14px;
}

.footer-bottom-note {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

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

@media (max-width: 1199px) {
  .header-right-mobile {
    display: flex;
    align-items: center;
  }
}


@media (max-width: 767px) {
  .repas-service-card .service-thumb {
    height: 220px;
  }

  .partner-card {
    font-size: 1.5rem;
  }

  .repas-note-box,
  .repas-empty-box,
  .mardi-note-box {
    padding: 22px 20px;
  }

  .tarif-box h3 {
    font-size: 1.8rem;
  }
}

.feature-box-items .feature-icon.feature-icon-fixed img {
  width: 60px;
  height: 77px;
  object-fit: contain;
}

.header-top-section {
  background-color: #fff2cc;
  padding: 15px 0;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 0;
}

.header-brand-block {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.header-brand-copy {
  min-width: 0;
}

.header-tagline {
  margin: 0;
  max-width: 420px;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 700;
  color: #404a3d;
}

.head-right {
  gap: 14px;
}

.crokmidi-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.crokmidi-socials a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edf2ec;
  border: 1px solid rgba(91, 140, 81, 0.18);
  color: var(--ck-vert);
}

.crokmidi-socials .theme-btn {
  width: auto;
  height: auto;
  border-radius: 999px;
  padding: 14px 24px;
  color: #fff;
}

.header-address-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-top: 14px;
  color: #5b6557;
  font-weight: 600;
}

.header-address-link {
  color: inherit;
}

.header-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.header-photo-strip__item {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  aspect-ratio: 1.25 / 1;
}

.header-photo-strip__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.header-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 28px;
}

.header-main .header-logo {
  display: none;
}

.mean__menu-wrapper {
  justify-self: center;
}

@media (max-width: 1199px) {
  .header-top-section {
    display: block;
    padding: 18px 0 14px;
  }

  .header-top-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .header-brand-block {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .header-tagline {
    max-width: 100%;
    text-align: center;
  }

  .crokmidi-socials {
    justify-content: center;
  }

  .header-address-row {
    align-items: center;
    text-align: center;
  }

  .header-photo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-main .header-logo {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .header-photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .header-photo-strip__item:nth-child(n+7) {
    display: none;
  }

  .crokmidi-socials .theme-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Header layout fixes */
.header-top-section {
  background-color: #fff2cc;
  padding: 15px 0;
  overflow: clip;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.header-brand-block {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 420px;
  min-width: 280px;
}

.top-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.top-logo img {
  max-height: 86px;
  width: auto;
}

.header-brand-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.header-tagline {
  margin: 0;
  max-width: 32rem;
  color: #3e473c;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.18;
  font-weight: 700;
  text-wrap: balance;
}

.head-right {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 520px;
  min-width: 280px;
}

.crokmidi-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.crokmidi-socials > a:not(.theme-btn):not(.header-top-phone) {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edf2ec;
  border: 1px solid rgba(91, 140, 81, 0.18);
  color: var(--ck-vert);
  box-shadow: 0 8px 18px rgba(58, 125, 68, 0.08);
}

.crokmidi-socials > a:not(.theme-btn):not(.header-top-phone):hover {
  background: #e6efe4;
}

.crokmidi-socials > .theme-btn {
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  color: #fff !important;
  white-space: nowrap;
  flex: 0 0 auto;
  box-shadow: 0 12px 24px rgba(58, 125, 68, 0.2);
}

.crokmidi-socials > .theme-btn:hover {
  transform: translateY(-1px);
}

.header-address-row {
  margin-top: 14px;
  padding-left: 104px;
}

.header-address-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #edf2ec;
  border: 1px solid rgba(91, 140, 81, 0.18);
  color: #4a5447;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  max-width: 100%;
}


.header-photo-strip {
  margin-top: 18px;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}

.header-main .header-logo {
  display: none;
}

.mean__menu-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-menu ul {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 6px;
}

@media (max-width: 1199px) {
  .header-top-wrapper {
    align-items: flex-start;
  }

  .header-address-row {
    padding-left: 0;
  }

  .header-address-link {
    white-space: normal;
    justify-content: center;
  }

  .header-main {
    justify-content: space-between;
  }

  .header-main .header-logo {
    display: inline-flex;
    align-items: center;
  }

  .mean__menu-wrapper {
    width: auto;
    flex: 1 1 auto;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .header-top-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .header-brand-block,
  .head-right {
    min-width: 0;
    width: 100%;
    justify-content: center;
  }

  .header-brand-block {
    flex-direction: column;
    gap: 14px;
  }

  .header-tagline {
    max-width: 100%;
  }

  .crokmidi-socials {
    justify-content: center;
  }

  .header-address-row {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .header-top-section {
    padding-top: 16px;
  }

  .top-logo img,
  .header-main .header-logo img {
    max-height: 72px;
  }

  .crokmidi-socials {
    gap: 10px;
  }

  .crokmidi-socials > a:not(.theme-btn):not(.header-top-phone) {
    width: 44px;
    height: 44px;
  }

  .crokmidi-socials > .theme-btn {
    width: min(100%, 320px);
    padding: 0 18px;
  }
}

.header-top-section .header-top-wrapper .top-logo {
    margin-left: 0;
}


.header-top-wrapper .head-right {
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.header-top-wrapper .header-contact-panel {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}

.header-top-wrapper .header-contact-card {
  min-height: 52px;
  box-shadow: none;
}

.header-top-wrapper .header-contact-card .value {
  font-size: 0.95rem;
}

.header-top-wrapper .crokmidi-socials {
  width: auto;
  flex: 0 0 auto;
}


@media (max-width: 1199px) {
  .header-top-wrapper .head-right {
    justify-content: center;
  }

  .header-top-wrapper .header-contact-panel {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-top-wrapper .header-contact-panel {
    width: 100%;
    flex-direction: column;
  }

  .header-top-wrapper .header-contact-card {
    width: min(100%, 360px);
    justify-content: flex-start;
  }
}


.header-address-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.header-address-link {
  flex: 1 1 320px;
}

.header-address-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.header-address-actions .header-contact-card {
  min-height: 48px;
  box-shadow: 0 10px 20px rgba(58, 125, 68, 0.08);
}

.header-address-socials {
  width: auto;
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .header-address-row {
    justify-content: center;
  }

  .header-address-link {
    flex: 1 1 100%;
  }

  .header-address-actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-address-actions {
    width: 100%;
    flex-direction: column;
  }

  .header-address-actions .header-contact-card,
  .header-address-actions .theme-btn {
    width: min(100%, 360px);
  }
}

/* Header canonical layout */
.header-top-section {
  background-color: #fff2cc;
  padding: 15px 0;
}

.header-top-wrapper {
  display: block;
}

.header-brand-block {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.top-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  flex: 0 0 auto;
}

.top-logo img {
  max-height: 82px;
  width: auto;
}

.header-brand-copy {
  min-width: 0;
}

.header-tagline {
  margin: 0;
  color: #3e473c;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.18;
  font-weight: 700;
  max-width: 34rem;
}

.header-address-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-left: 0;
  flex-wrap: wrap;
}

.header-address-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 340px;
  min-width: 260px;
  padding: 11px 16px;
  border-radius: 999px;
  background: #edf2ec;
  border: 1px solid rgba(91, 140, 81, 0.18);
  color: #465042;
  font-weight: 700;
  line-height: 1.25;
}


.header-address-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.header-address-actions .header-contact-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 10px 15px;
  border-radius: 16px;
  background: #edf2ec;
  border: 1px solid rgba(91, 140, 81, 0.18);
  box-shadow: 0 8px 18px rgba(58, 125, 68, 0.08);
}

.header-address-actions .header-contact-card .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ck-vert);
  flex-shrink: 0;
}

.header-address-actions .header-contact-card .content {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.header-address-actions .header-contact-card .value {
  font-size: 0.94rem;
  font-weight: 800;
  color: #404a3d;
  white-space: nowrap;
}

.header-address-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-address-socials > a:not(.theme-btn) {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf2ec;
  border: 1px solid rgba(91, 140, 81, 0.18);
  color: var(--ck-vert);
}

.header-address-socials > .theme-btn {
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff !important;
  white-space: nowrap;
}

.header-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.header-photo-strip__item {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  aspect-ratio: 1.25 / 1;
}

.header-photo-strip__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .header-address-row {
    justify-content: center;
  }

  .header-address-link {
    flex: 1 1 100%;
    justify-content: center;
  }

  .header-address-actions {
    justify-content: center;
  }

  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-main .header-logo {
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .header-brand-block {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }

  .header-tagline {
    max-width: 100%;
  }

  .header-address-actions {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-top-section {
    padding-top: 16px;
  }

  .top-logo img,
  .header-main .header-logo img {
    max-height: 72px;
  }

  .header-address-row {
    gap: 10px;
  }

  .header-address-link {
    min-width: 0;
    white-space: normal;
    border-radius: 20px;
  }

  .header-address-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .header-address-actions .header-contact-card,
  .header-address-socials > .theme-btn {
    width: min(100%, 360px);
  }

  .header-address-socials {
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .header-photo-strip__item:nth-child(n+7) {
    display: none;
  }
}

/* Header rollback */
.header-top-section {
  background-color: #fff2cc;
  padding: 15px 0;
  overflow: clip;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.header-brand-block {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 420px;
  min-width: 280px;
}

.top-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  flex: 0 0 auto;
}

.top-logo img {
  max-height: 86px;
  width: auto;
}

.header-brand-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.header-tagline {
  margin: 0;
  max-width: 32rem;
  color: #3e473c;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.18;
  font-weight: 700;
}

.head-right {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 520px;
  min-width: 280px;
}

.crokmidi-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.crokmidi-socials > a:not(.theme-btn):not(.header-top-phone) {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf2ec;
  border: 1px solid rgba(91, 140, 81, 0.18);
  color: var(--ck-vert);
  box-shadow: 0 8px 18px rgba(58, 125, 68, 0.08);
}

.crokmidi-socials > .theme-btn {
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff !important;
  white-space: nowrap;
  flex: 0 0 auto;
}

.header-address-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-top: 14px;
  padding-left: 104px;
  color: #5b6557;
  font-weight: 600;
}

.header-address-link,
.header-address-row span {
  color: inherit;
  line-height: 1.35;
}

.header-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.header-photo-strip__item {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  aspect-ratio: 1.25 / 1;
}

.header-photo-strip__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .header-top-wrapper {
    align-items: flex-start;
  }

  .header-address-row {
    padding-left: 0;
    align-items: center;
    text-align: center;
  }

  .crokmidi-socials {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .header-top-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .header-brand-block,
  .head-right {
    min-width: 0;
    width: 100%;
    justify-content: center;
  }

  .header-brand-block {
    flex-direction: column;
    gap: 14px;
  }

  .header-tagline {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .header-top-section {
    padding-top: 16px;
  }

  .top-logo img,
  .header-main .header-logo img {
    max-height: 72px;
  }

  .crokmidi-socials {
    gap: 10px;
  }

  .crokmidi-socials > a:not(.theme-btn):not(.header-top-phone) {
    width: 44px;
    height: 44px;
  }

  .crokmidi-socials > .theme-btn {
    width: min(100%, 320px);
    padding: 0 18px;
  }

  .header-photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .header-photo-strip__item:nth-child(n+7) {
    display: none;
  }
}

/* Header address row with CTAs */
.header-address-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
}

.header-address-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 48px;
  padding: 10px 15px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(58, 125, 68, 0.08);
}

.header-address-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.header-address-cta .header-contact-card {
  box-shadow: 0 10px 20px rgba(58, 125, 68, 0.08);
}

@media (max-width: 1199px) {
  .header-address-row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-address-link {
    flex: 1 1 100%;
    justify-content: center;
  }

  .header-address-link .value {
    white-space: normal;
  }

  .header-address-cta {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .header-address-cta {
    width: 100%;
    flex-direction: column;
  }

  .header-address-cta .header-contact-card {
    width: min(100%, 360px);
    justify-content: flex-start;
  }
}

.header-address-link {
  text-decoration: none;
}

.header-address-link .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ck-vert);
  flex-shrink: 0;
}

.header-address-link .content {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.header-address-link .value {
  font-size: 0.98rem;
  font-weight: 800;
  color: #404a3d;
  line-height: 1.2;
  white-space: nowrap;
}

/* Header address row single-line desktop fix */
.header-address-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.header-address-link {
  width: 100%;
  min-width: 0;
  padding: 8px 12px;
}

.header-address-link .value {
  font-size: 0.92rem;
  white-space: nowrap;
}

.header-address-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.header-address-cta .header-contact-card {
  min-height: 44px;
  padding: 8px 12px;
}

.header-address-cta .header-contact-card .icon,
.header-address-link .icon {
  width: 36px;
  height: 36px;
}

.header-address-cta .header-contact-card .value {
  font-size: 0.9rem;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .header-address-row {
    display: flex;
  }
}



/* Header row alignment tweak */
.header-address-row {
  justify-items: start;
}

.header-address-link {
  justify-self: start;
}

.header-address-cta {
  justify-self: end;
}

@media (max-width: 1199px) {
  .header-address-link,
  .header-address-cta {
    justify-self: center;
  }
}


/* Address button shrink-to-content fix */
.header-address-row {
  grid-template-columns: max-content auto;
}

.header-address-link {
  width: auto;
  justify-self: start;
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .header-address-row {
    grid-template-columns: 1fr;
  }
}


/* Address row split left/right */
.header-address-row {
  grid-template-columns: max-content minmax(24px, 1fr) max-content;
}

.header-address-link {
  grid-column: 1;
  justify-self: start;
}

.header-address-cta {
  grid-column: 3;
  justify-self: end;
}

@media (max-width: 1199px) {
  .header-address-row {
    display: flex;
    grid-template-columns: none;
  }
}


.header-address-row {
  padding: 0;
}

/* Header menu and CTA reorder */
.head-right {
  min-width: 0;
}

.crokmidi-socials {
  width: auto;
  justify-content: flex-end;
}

.crokmidi-socials .header-top-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 8px 12px;
  border-radius: 16px;
  background: #edf2ec;
  border: 1px solid rgba(91, 140, 81, 0.18);
  box-shadow: 0 10px 20px rgba(58, 125, 68, 0.08);
  color: inherit;
  text-decoration: none;
  width: auto;
  height: auto;
}

.crokmidi-socials .header-top-phone .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ck-vert);
  flex-shrink: 0;
}

.crokmidi-socials .header-top-phone .content {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.crokmidi-socials .header-top-phone .value {
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: 800;
  color: #404a3d;
  white-space: nowrap;
}

.header-address-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 0;
}

.header-inline-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.header-inline-menu a {
  color: #404a3d;
  font-weight: 700;
  line-height: 1.1;
  font-size: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  transition: transform 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.header-inline-menu a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0.35);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.header-inline-menu a:hover,
.header-inline-menu a:focus-visible {
  color: var(--ck-vert);
  background: rgba(58, 125, 68, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(58, 125, 68, 0.12);
}

.header-inline-menu a:hover::after,
.header-inline-menu a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.header-address-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
}

.header-address-link {
  width: auto;
  min-width: 0;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(58, 125, 68, 0.08);
}

.header-address-link .icon,
.header-address-cta .header-contact-card .icon {
  width: 36px;
  height: 36px;
}

.header-address-link .value,
.header-address-cta .header-contact-card .value {
  font-size: 0.9rem;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .header-address-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-inline-menu,
  .header-address-cta,
  .crokmidi-socials {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-inline-menu {
    gap: 12px;
    justify-content: center;
  }

  .header-address-cta,
  .crokmidi-socials {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .header-address-link,
  .header-address-cta .header-contact-card,
  .crokmidi-socials .header-top-phone,
  .crokmidi-socials > .theme-btn {
    width: min(100%, 360px);
  }
}

@media (max-width: 767px) {
  .header-top-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-top-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-top-wrapper {
    gap: 10px;
    justify-items: center;
    text-align: center;
  }

  .header-brand-block {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    width: 100%;
  }

  .top-logo img {
    max-height: 52px;
  }

  .header-brand-copy {
    max-width: 26ch;
    margin: 0 auto;
  }

  .header-tagline {
    font-size: 0.82rem;
    line-height: 1.3;
    margin: 0;
  }

  .header-top-wrapper .head-right,
  .crokmidi-socials,
  .header-address-row,
  .header-address-cta {
    width: 100%;
  }

  .crokmidi-socials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .crokmidi-socials > a:not(.theme-btn):not(.header-top-phone),
  .crokmidi-socials .header-top-phone,
  .crokmidi-socials > .theme-btn,
  .header-address-link,
  .header-address-cta .header-contact-card {
    width: 100%;
    max-width: none;
  }

  .header-inline-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
  }

  .header-inline-menu a {
    justify-content: center;
    text-align: center;
    font-size: 0.84rem;
    line-height: 1.2;
    padding: 9px 10px;
    min-height: 40px;
  }

  .header-address-row,
  .header-address-cta {
    gap: 8px;
  }

  .header-contact-card,
  .header-address-link {
    padding: 10px 12px;
    border-radius: 14px;
  }

  .header-contact-card .icon,
  .header-address-link .icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .header-contact-card .content,
  .header-address-link .content {
    min-width: 0;
    justify-content: flex-start;
  }

  .header-contact-card .value,
  .header-address-link .value,
  .crokmidi-socials .header-top-phone .value {
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.25;
    font-size: 0.84rem;
  }

  .header-photo-strip {
    display: none;
  }
}

@media (max-width: 479px) {
  .header-inline-menu {
    grid-template-columns: 1fr;
  }

  .header-inline-menu a {
    font-size: 0.9rem;
  }

  .header-top-section {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-top-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-top-wrapper {
    gap: 8px;
  }

  .top-logo img {
    max-height: 46px;
  }

  .header-contact-card,
  .header-address-link {
    padding: 9px 10px;
  }

  .header-contact-card .icon,
  .header-address-link .icon {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .header-inline-menu a {
    font-size: 0.8rem;
    padding: 8px 10px;
    min-height: 38px;
  }

  .header-contact-card .value,
  .header-address-link .value,
  .crokmidi-socials .header-top-phone .value {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .header-top-section--desktop {
    display: none;
  }

  .header-top-section-mobile {
    display: block;
    padding: 12px 0 8px;
  }

  .header-top-section-mobile .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mobile-header-card {
    background: linear-gradient(180deg, #fffdf9 0%, #f6f0e7 100%);
    border: 1px solid rgba(58, 125, 68, 0.12);
    border-radius: 22px;
    padding: 16px 14px 14px;
    box-shadow: 0 14px 32px rgba(29, 49, 24, 0.08);
    text-align: center;
  }

  .mobile-header-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }

  .mobile-header-logo img {
    width: auto;
    height: 140px;
    max-width: min(92vw, 480px);
    object-fit: contain;
  }

  .mobile-header-tagline {
    margin: 0 0 18px;
    font-size: 1.42rem;
    line-height: 1.4;
    color: #596355;
  }

  .mobile-header-tagline-line {
    display: block;
    white-space: nowrap;
  }

  .mobile-header-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 18px;
  }

  .mobile-header-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(58, 125, 68, 0.12);
    color: #344233;
    font-weight: 700;
    font-size: 1.18rem;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(58, 125, 68, 0.06);
  }

  .mobile-header-chip i {
    color: var(--ck-vert);
    flex-shrink: 0;
  }

  .mobile-header-chip span {
    overflow-wrap: anywhere;
  }

  .mobile-header-cta {
    width: 100%;
    min-height: 48px;
    margin-bottom: 18px;
    border-radius: 16px;
    font-size: 1.18rem;
  }

  .mobile-header-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
  }

  .mobile-header-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 10px;
    border-radius: 14px;
    background: rgba(58, 125, 68, 0.08);
    color: #355238;
    text-decoration: none;
    font-size: 1.24rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  .mobile-header-address {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    color: #5f655d;
    text-decoration: none;
    font-size: 1.22rem;
    line-height: 1.4;
    padding: 4px 6px 2px;
  }

  .mobile-header-address i {
    color: var(--ck-orange);
    margin-top: 2px;
    flex-shrink: 0;
  }
}

@media (max-width: 479px) {
  .header-top-section-mobile {
    padding: 10px 0 6px;
  }

  .header-top-section-mobile .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-header-card {
    padding: 14px 12px 12px;
    border-radius: 18px;
  }

  .mobile-header-logo img {
    height: 94px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .mobile-header-tagline {
    font-size: 1.26rem;
    margin-bottom: 16px;
  }

  .mobile-header-tagline-line {
    white-space: nowrap;
  }

  .mobile-header-chip {
    min-height: 42px;
    padding: 9px 10px;
    font-size: 1.08rem;
  }

  .mobile-header-nav {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mobile-header-nav a {
    min-height: 40px;
    font-size: 1.14rem;
    padding: 8px 10px;
  }

  .mobile-header-address {
    font-size: 1.12rem;
  }
}

@media (min-width: 600px) and (max-width: 1100px) {
  .header-top-section--desktop,
  .header-top-section-mobile {
    display: none;
  }

  .header-top-section-tablet {
    display: block;
    padding: 18px 0 10px;
  }

  .header-top-section-tablet .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }

  .tablet-header-shell {
    display: grid;
    gap: 16px;
    padding: 20px;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff8ea 0%, #f7efe2 100%);
    border: 1px solid rgba(58, 125, 68, 0.12);
    box-shadow: 0 22px 44px rgba(29, 49, 24, 0.08);
  }

  .tablet-header-hero {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
  }

  .tablet-header-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
  }

  .tablet-header-logo img {
    width: 100%;
    max-width: 150px;
    height: auto;
    object-fit: contain;
  }

  .tablet-header-copy {
    min-width: 0;
  }

  .tablet-header-kicker {
    margin: 0 0 6px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ck-orange);
  }

  .tablet-header-tagline {
    margin: 0;
    color: #40503f;
    font-size: 1.55rem;
    line-height: 1.25;
    font-weight: 700;
  }

  .tablet-header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tablet-header-cta,
  .tablet-header-chip {
    min-height: 54px;
  }

  .tablet-header-cta {
    width: 100%;
    border-radius: 18px;
    font-size: 1rem;
  }

  .tablet-header-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(58, 125, 68, 0.12);
    color: #344233;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 10px 20px rgba(58, 125, 68, 0.06);
  }

  .tablet-header-chip i {
    color: var(--ck-vert);
    flex-shrink: 0;
  }

  .tablet-header-chip span {
    overflow-wrap: anywhere;
  }

  .tablet-header-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .tablet-header-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(58, 125, 68, 0.08);
    color: #355238;
    text-decoration: none;
    text-align: center;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .tablet-header-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(58, 125, 68, 0.12);
    color: #4e5a4c;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }

  .tablet-header-address .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--ck-orange);
    flex-shrink: 0;
  }

  .tablet-header-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .tablet-header-gallery__item {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1.25 / 1;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  }

  .tablet-header-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .feature-section {
    padding-top: 64px !important;
    padding-bottom: 96px !important;
  }

  #repas-content,
  #horaires .row,
  .feature-section .row {
    justify-content: center;
  }

  #repas-content > [class*="col-"],
  .feature-section .row > [class*="col-"],
  #horaires .row > [class*="col-"] {
    display: flex;
  }

  .feature-section .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
  }

  .feature-section .row {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-box-items,
  .repas-service-card,
  .tarif-box {
    width: 100%;
    height: 100%;
  }

  .feature-box-items {
    max-width: 420px;
  }

  .repas-service-card .service-content p {
    min-height: 96px;
  }

  .step-item {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .service-wrapper.mardi-wrapper,
  .contact-wrapper,
  .cta-wrapper--crokmidi {
    padding-left: 28px;
    padding-right: 28px;
  }

  .cta-bottom-area {
    gap: 18px;
    flex-wrap: wrap;
  }

  .footer-widget-wrapper .row {
    row-gap: 32px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .header-top-section-tablet .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tablet-header-shell {
    padding: 16px;
    border-radius: 22px;
    gap: 14px;
  }

  .tablet-header-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tablet-header-logo {
    margin: 0 auto;
  }

  .tablet-header-logo img {
    max-width: 132px;
  }

  .tablet-header-tagline {
    font-size: 1.28rem;
  }

  .tablet-header-actions,
  .tablet-header-nav {
    grid-template-columns: 1fr;
  }

  .tablet-header-chip,
  .tablet-header-nav a,
  .tablet-header-address {
    min-height: 48px;
    font-size: 0.96rem;
  }

  .tablet-header-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-wrapper.mardi-wrapper,
  .contact-wrapper,
  .cta-wrapper--crokmidi {
    padding-left: 22px;
    padding-right: 22px;
  }
}
