.main-page__title {
  margin-block-end: 30px;
  text-align: center;
}

.hxg-services-page {
  padding: 0 0 84px;
  background: rgb(218 174 65);
}

.hxg-services-page__shell {
  max-width: 1120px;
  min-height: 360px;
  margin: 0 auto;
  padding: 62px 36px 72px;
}

.hxg-services-page__head {
  text-align: center;
}

.hxg-services-page__title {
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(48 28 29);
  letter-spacing: 0;
}

.hxg-services-page__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  margin-block-start: 28px;
  margin-inline: auto;
  padding: 4px;
  background: rgb(226 194 132 / 82%);
  border: 1px solid rgb(96 67 45 / 18%);
  border-radius: 6px;
}

.hxg-services-page__tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hxg-services-page__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(96 67 45);
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.hxg-services-page__tab::after {
  display: none;
}

.hxg-services-page__tab:hover {
  color: rgb(128 45 48);
}

#hxg-services-single:checked ~ .hxg-services-page__tabs label[for="hxg-services-single"],
#hxg-services-multiple:checked ~ .hxg-services-page__tabs label[for="hxg-services-multiple"] {
  color: rgb(48 28 29);
  background: rgb(255 245 222);
  box-shadow: 0 3px 10px rgb(48 28 29 / 10%);
}

#hxg-services-single:checked ~ .hxg-services-page__tabs label[for="hxg-services-single"]::after,
#hxg-services-multiple:checked ~ .hxg-services-page__tabs label[for="hxg-services-multiple"]::after {
  transform: scaleX(1);
}

#hxg-services-single:focus-visible ~ .hxg-services-page__tabs label[for="hxg-services-single"],
#hxg-services-multiple:focus-visible ~ .hxg-services-page__tabs label[for="hxg-services-multiple"] {
  outline: 2px solid rgb(128 45 48);
  outline-offset: 3px;
}

.hxg-services-page__list {
  display: grid;
  gap: 22px;
  margin-block-start: 42px;
}

.hxg-services-page__service-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 28px;
  min-height: 168px;
  padding: 18px;
  color: rgb(48 28 29);
  background: rgb(255 245 222);
  border: 1px solid rgb(176 139 67 / 24%);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgb(48 28 29 / 8%);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

@media (hover: hover) {
  .hxg-services-page__service-card:hover {
    border-color: rgb(128 45 48 / 28%);
    box-shadow: 0 14px 30px rgb(48 28 29 / 12%);
    transform: translateY(-2px);
  }
}

#hxg-services-single:checked ~ .hxg-services-page__list .hxg-services-page__service-card[data-price-group="multiple"],
#hxg-services-multiple:checked ~ .hxg-services-page__list .hxg-services-page__service-card[data-price-group="single"] {
  display: none;
}

.hxg-services-page__card-media {
  min-width: 0;
  overflow: hidden;
  background: rgb(226 194 132 / 42%);
  border-radius: 5px;
}

.hxg-services-page__card-image,
.hxg-services-page__card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
}

.hxg-services-page__card-placeholder {
  background:
    linear-gradient(135deg, rgb(255 245 222 / 82%), rgb(226 194 132 / 78%)),
    rgb(226 194 132);
}

.hxg-services-page__card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-block: 4px;
}

.hxg-services-page__card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(48 28 29);
  letter-spacing: 0;
}

.hxg-services-page__card-tagline {
  max-width: 580px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgb(96 67 45);
}

.hxg-services-page__card-divider {
  width: 100%;
  height: 1px;
  margin-block: 16px 12px;
  background: rgb(176 139 67 / 32%);
}

.hxg-services-page__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(48 28 29);
}

.hxg-services-page__card-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hxg-services-page__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 40px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(255 255 255) !important;
  text-align: center;
  text-decoration: none;
  background: rgb(176 139 67);
  border-radius: 4px;
  transition:
    color 0.18s ease,
    background-color 0.18s ease;
}

.hxg-services-page__card-button:hover {
  color: rgb(255 255 255) !important;
  background: rgb(128 45 48);
}

.page-width:has(.hxg-about-page) {
  max-width: 100%;
  padding-inline: 0;
}

.main-page:has(.hxg-about-page) {
  padding-block-start: 0 !important;
  padding-inline: 0 !important;
}

.hxg-about-page {
  padding: 0;
  background: rgb(218 174 65);
}

.hxg-about-page,
.hxg-about-page * {
  box-sizing: border-box;
}

.hxg-about-page__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px 18px;
  background: rgb(216 184 120);
}

.hxg-about-page__media-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: rgb(36 15 16);
  border: 1px solid rgb(96 67 45 / 18%);
  border-radius: 6px;
  box-shadow: 0 16px 36px rgb(48 28 29 / 16%);
}

.hxg-about-page__media,
.hxg-about-page__media theme-video-media,
.hxg-about-page__media .theme-video-media,
.hxg-about-page__media .theme-video-media__media,
.hxg-about-page__media .theme-video-media__poster,
.hxg-about-page__media video,
.hxg-about-page__media iframe,
.hxg-about-page__media img,
.hxg-about-page__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hxg-about-page__media video,
.hxg-about-page__media iframe,
.hxg-about-page__media img,
.hxg-about-page__image {
  object-fit: cover;
}

.hxg-about-page__placeholder {
  background:
    radial-gradient(circle at 20% 20%, rgb(216 184 120 / 24%), transparent 34%),
    radial-gradient(circle at 82% 78%, rgb(176 139 67 / 28%), transparent 36%),
    linear-gradient(135deg, rgb(36 15 16), rgb(96 67 45));
}

.hxg-about-page__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgb(36 15 16 / 50%) 0%,
    rgb(36 15 16 / 20%) 62%,
    rgb(36 15 16 / 10%) 100%
  );
  pointer-events: none;
}

.hxg-about-page__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 560px;
  padding: 44px 54px;
  color: rgb(255 247 225);
  pointer-events: none;
}

.hxg-about-page__title {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.08;
  color: rgb(255 247 225);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hxg-about-page__text {
  max-width: 500px;
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: rgb(255 247 225);
}

.hxg-about-flower {
  background: rgb(218 174 65);
}

.hxg-about-flower__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 68px 48px 74px;
  background: rgb(218 174 65);
}

.hxg-about-flower__text {
  max-width: 720px;
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.45;
  color: rgb(48 28 29 / 86%);
  text-align: center;
  letter-spacing: 0;
}

.hxg-about-flower__media {
  flex: 0 0 auto;
  width: 46px;
}

.hxg-about-flower__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hxg-about-banner {
  background: rgb(218 174 65);
}

.hxg-about-banner__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 18px 84px;
  background: rgb(218 174 65);
}

.hxg-about-banner__frame {
  position: relative;
  aspect-ratio: 2816 / 1536;
  overflow: hidden;
  background: rgb(96 67 45 / 28%);
  border: 1px solid rgb(96 67 45 / 18%);
  border-radius: 6px;
  box-shadow: 0 14px 32px rgb(48 28 29 / 12%);
}

.hxg-about-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hxg-about-banner__story {
  max-width: 760px;
  margin: 42px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: rgb(48 28 29 / 84%);
  text-align: left;
  letter-spacing: 0;
  white-space: pre-line;
}

.hxg-about-gallery {
  background: rgb(218 174 65);
}

.hxg-about-gallery__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 84px 40px;
  background: rgb(218 174 65);
}

.hxg-about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hxg-about-gallery__item {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: rgb(96 67 45 / 24%);
  border: 1px solid rgb(96 67 45 / 16%);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgb(48 28 29 / 10%);
}

.hxg-about-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .hxg-about-gallery__item:hover .hxg-about-gallery__image {
    transform: scale(1.03);
  }
}

@media (min-width: 960px) {
  .main-page__title {
    margin-block-end: 20px;
  }
}

@media (max-width: 959px) {
  .hxg-services-page {
    padding: 0 0 56px;
  }

  .hxg-services-page__shell {
    min-height: 300px;
    padding: 42px 14px 52px;
  }

  .hxg-services-page__title {
    font-size: 28px;
  }

  .hxg-services-page__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    width: 100%;
    margin-block-start: 24px;
  }

  .hxg-services-page__tab {
    min-width: 0;
    padding-inline: 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hxg-services-page__list {
    gap: 16px;
    margin-block-start: 32px;
  }

  .hxg-services-page__service-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  .hxg-services-page__card-image,
  .hxg-services-page__card-placeholder {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .hxg-services-page__card-info {
    padding-block: 0;
  }

  .hxg-services-page__card-title {
    font-size: 20px;
  }

  .hxg-services-page__card-action {
    justify-content: flex-start;
  }

  .hxg-services-page__card-button {
    width: 100%;
  }

  .hxg-about-page {
    padding: 0;
  }

  .hxg-about-page__inner {
    max-width: 100%;
    padding: 0 12px 12px;
  }

  .hxg-about-page__content {
    max-width: 82%;
    padding: 22px 20px;
  }

  .hxg-about-page__shade {
    background: rgb(36 15 16 / 34%);
  }

  .hxg-about-page__title {
    font-size: 28px;
  }

  .hxg-about-page__text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .hxg-about-flower__inner {
    gap: 14px;
    padding: 42px 22px 50px;
  }

  .hxg-about-flower__text {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.5;
  }

  .hxg-about-flower__media {
    width: 38px;
  }

  .hxg-about-banner__inner {
    max-width: 100%;
    padding: 0 18px 56px;
  }

  .hxg-about-banner__frame {
    border-radius: 5px;
  }

  .hxg-about-banner__story {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.65;
  }

  .hxg-about-gallery__inner {
    padding: 14px 18px 32px;
  }

  .hxg-about-gallery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hxg-about-gallery__item {
    border-radius: 5px;
  }
}

.page-width:has(.hxg-contact-page) {
  max-width: 100%;
  padding-inline: 0;
}

.main-page:has(.hxg-contact-page) {
  padding-block-start: 0 !important;
  padding-inline: 0 !important;
}

.hxg-contact-page {
  padding: 20px 0 58px;
  background: rgb(218 174 65);
}

.hxg-contact-page,
.hxg-contact-page * {
  box-sizing: border-box;
}

.hxg-contact-page__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 18px;
  background: rgb(218 174 65);
}

.hxg-contact-page__panel {
  width: 100%;
  padding: 22px;
  border: 1px solid rgb(96 67 45 / 20%);
  border-radius: 6px;
  background: rgb(255 245 222);
  box-shadow: 0 14px 34px rgb(48 28 29 / 12%);
}

.hxg-contact-page__details {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 16px 18px;
  border: 1px solid rgb(211 176 111);
  border-radius: 6px;
  background: rgb(255 250 238);
}

.hxg-contact-page__detail {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.hxg-contact-page__detail-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  color: rgb(118 84 43);
  white-space: nowrap;
}

.hxg-contact-page__detail-label::after {
  content: ":";
}

.hxg-contact-page__detail-value {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  color: rgb(96 67 45);
  text-align: left;
  overflow-wrap: anywhere;
}

.hxg-contact-page__whatsapp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  min-width: 220px;
  min-height: 46px;
  margin: 16px auto 0;
  padding: 12px 24px;
  border-radius: 6px;
  background: rgb(37 211 102);
  color: rgb(255 255 255) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgb(20 106 54 / 20%);
  overflow: hidden;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.hxg-contact-page__whatsapp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgb(27 126 67);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.hxg-contact-page__whatsapp:hover {
  color: rgb(255 255 255) !important;
  box-shadow: 0 14px 28px rgb(20 106 54 / 26%);
  transform: translateY(-2px);
}

.hxg-contact-page__whatsapp:hover::before {
  transform: scaleX(1);
}

.hxg-contact-page__whatsapp span,
.hxg-contact-page__whatsapp .icon {
  position: relative;
  z-index: 1;
  color: rgb(255 255 255);
  transition: color 0.18s ease;
}

.hxg-contact-page__whatsapp .icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.hxg-contact-page__whatsapp:hover span,
.hxg-contact-page__whatsapp:hover .icon {
  color: rgb(255 255 255);
}

.hxg-contact-page__whatsapp:active {
  transform: translateY(0);
}

.hxg-contact-page__map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2816 / 1536;
  overflow: hidden;
  border-radius: 6px;
  background: rgb(226 194 132);
  border: 1px solid rgb(96 67 45 / 16%);
}

.hxg-contact-page__map {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 959px) {
  .hxg-contact-page {
    padding-bottom: 42px;
  }

  .hxg-contact-page__inner {
    max-width: 100%;
    padding: 0 18px;
  }

  .hxg-contact-page__panel {
    padding: 16px;
    border-radius: 5px;
  }

  .hxg-contact-page__details {
    gap: 12px;
    margin-top: 14px;
    padding: 14px;
  }

  .hxg-contact-page__detail {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .hxg-contact-page__detail-label {
    font-size: 13px;
  }

  .hxg-contact-page__detail-value {
    font-size: 14px;
    line-height: 1.58;
  }

  .hxg-contact-page__whatsapp {
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    font-size: 15px;
  }

  .hxg-contact-page__map-frame {
    border-radius: 5px;
  }
}
