.btn-outline-secondary {
  color: #666;
}
.service-page-intro {
  position: relative;
  padding: 30px 30px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 250, 242, 0.96),
      rgba(255, 255, 255, 0.98)
    ),
    radial-gradient(
      circle at top right,
      rgba(208, 157, 1, 0.18),
      transparent 34%
    );
  border: 1px solid rgba(147, 111, 85, 0.14);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-page-intro::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #d09d01, #936f55);
}

.service-page-intro__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #936f55;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.section__why-choose-us .title {
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
}
.service-page-intro__label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #d09d01;
}

.service-page-intro p,
.service-page-intro li {
  color: #5f5148;
  font-size: 16px;
  line-height: 1.85;
}

.service-page-intro p:last-child {
  margin-bottom: 0;
}
.bg_partner {
  background: #fff;
  padding: 50px 0;
}
.bg_partner .agency__logo {
  margin: 0;
}
.service-gallery-wrap {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(147, 111, 85, 0.14);
}

.service-gallery-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-gallery-popup {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(68, 42, 25, 0.12);
}

.service-gallery-popup::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(58, 35, 21, 0.38));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.service-gallery-popup:hover::after {
  opacity: 1;
}

.service-gallery-thumb {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service-gallery-popup:hover .service-gallery-thumb {
  transform: scale(1.07);
}

.agencySliders.is-static {
  overflow: visible;
}

.agencySliders.is-static .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  transform: none !important;
}

.agencySliders.is-static .swiper-slide {
  width: min(100%, 280px) !important;
  flex: 0 1 280px;
  margin-right: 0 !important;
}

.agency__grid.is-static .swiper-button-next,
.agency__grid.is-static .swiper-button-prev {
  display: none;
}

.chat-buttons .booking-btn {
  color: #fff;
  background: linear-gradient(135deg, #d09d01, #936f55);
}

.chat-buttons .booking-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #936f55, #6f4f3d);
}

.chat-buttons .booking-btn i {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1;
}

.service-board-row {
  align-items: stretch;
}

.service-board-group {
  height: 100%;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(147, 111, 85, 0.12);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(68, 42, 25, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.service-board-group:hover {
  transform: translateY(-4px);
  border-color: rgba(208, 157, 1, 0.28);
  box-shadow: 0 22px 54px rgba(68, 42, 25, 0.11);
}

.service-board-title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  color: #784822;
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.service-board-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d09d01, rgba(208, 157, 1, 0));
}

.service-board-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-board-item {
  padding: 0 0 18px;
  border-bottom: 1px dashed rgba(147, 111, 85, 0.24);
}

.service-board-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.service-board-item-top {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.service-name {
  color: #3d3028;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.service-dot {
  flex: 1 1 auto;
  min-width: 28px;
  border-bottom: 1px dotted rgba(147, 111, 85, 0.45);
  transform: translateY(-4px);
}

.service-price,
.service-price-old {
  white-space: nowrap;
}

.service-price {
  color: #d27c04;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: 800;
}

.service-price-old {
  color: #a99a90;
  font-size: 14px;
  text-decoration: line-through;
}

.service-subtext {
  margin-top: 8px;
  color: #77685f;
  font-size: 14px;
  line-height: 1.7;
}

.service-board-row + .text-center .default-btn {
  background: linear-gradient(135deg, #d09d01, #936f55);
  border: 0;
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.service-board-row + .text-center .default-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  filter: brightness(1.03);
  box-shadow: 0 16px 30px rgba(147, 111, 85, 0.26) !important;
}

@media (max-width: 991px) {
  .service-page-intro {
    padding: 28px;
  }

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

@media (max-width: 575px) {
  .service-page-intro,
  .service-board-group {
    border-radius: 18px;
    padding: 22px;
  }

  .service-gallery-row {
    gap: 12px;
  }

  .service-gallery-thumb {
    height: 120px;
  }

  .service-board-title {
    font-size: 21px;
  }

  .service-board-item-top {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .service-dot {
    display: none;
  }

  .service-name {
    width: 100%;
  }

  .service-board-row + .text-center .default-btn {
    width: 100%;
  }
}

.service-booking-form {
  position: relative;
  max-width: 1040px;
  margin: 28px auto 0;
  padding: 34px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 251, 244, 0.98),
      rgba(255, 255, 255, 0.98)
    ),
    radial-gradient(circle at 12% 0%, rgba(208, 157, 1, 0.12), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(147, 111, 85, 0.13), transparent 30%);
  border: 1px solid rgba(147, 111, 85, 0.14);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(68, 42, 25, 0.1);
}

.service-booking-form .alert {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(185, 28, 28, 0.08);
}

.service-booking-form .form-label {
  margin-bottom: 8px;
  color: #4b3b32;
  font-size: 14px;
  font-weight: 800;
}

.service-booking-form .form-control,
.service-booking-form .form-select,
.service-booking-form .input-group-text {
  min-height: 52px;
  border-color: rgba(147, 111, 85, 0.2);
  border-radius: 14px;
  color: #3d3028;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.service-booking-form .input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.service-booking-form .input-group-text {
  color: #936f55;
  font-weight: 800;
  background: #fff7e7;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.service-booking-form .form-control:focus,
.service-booking-form .form-select:focus {
  border-color: rgba(208, 157, 1, 0.72);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(208, 157, 1, 0.12);
}

.service-booking-form textarea.form-control {
  min-height: 112px;
  resize: vertical;
}

.service-booking-form .form-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 12px 16px 12px 44px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(147, 111, 85, 0.13);
  border-radius: 999px;
}

.service-booking-form .form-check-input {
  width: 18px;
  height: 18px;
  margin-left: -26px;
  border-color: rgba(147, 111, 85, 0.4);
}

.service-booking-form .form-check-input:checked {
  background-color: #d09d01;
  border-color: #d09d01;
}

.service-booking-form .form-check-label {
  color: #5f5148;
  font-weight: 700;
}

.service-booking-block {
  position: relative;
  padding: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(147, 111, 85, 0.13);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-booking-heading {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 14px;
  color: #784822;
  font-family: "Merriweather", serif;
  font-size: 26px;
  font-weight: 900;
}

.service-booking-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d09d01, rgba(208, 157, 1, 0));
}

.service-booking-day {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 20px;
  color: #784822;
  font-size: 16px;
  font-weight: 800;
  background: #fff7e7;
  border: 1px solid rgba(208, 157, 1, 0.24);
  border-radius: 999px;
}

.service-time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.service-time-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 12px;
  color: #4b3b32;
  background: #fff;
  border: 1px solid rgba(147, 111, 85, 0.16);
  border-radius: 18px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.service-time-slot .time {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.service-time-slot .status {
  margin-top: 4px;
  color: #7b6b61;
  font-size: 12px;
  font-weight: 700;
}

.service-time-slot:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(208, 157, 1, 0.55);
  box-shadow: 0 12px 26px rgba(68, 42, 25, 0.1);
}

.service-time-slot.is-selected {
  color: #fff;
  background: linear-gradient(135deg, #d09d01, #936f55);
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(147, 111, 85, 0.24);
}

.service-time-slot.is-selected .status {
  color: rgba(255, 255, 255, 0.86);
}

.service-time-slot.is-disabled,
.service-time-slot:disabled {
  color: #aaa09a;
  background: #f2ede8;
  border-color: rgba(147, 111, 85, 0.1);
  cursor: not-allowed;
  opacity: 0.72;
}

.service-picks {
  padding: 22px;
  background: #fffaf2;
  border: 1px solid rgba(208, 157, 1, 0.16);
  border-radius: 20px;
}

.service-picks-hint {
  color: #75675f !important;
  line-height: 1.7;
}

.service-picks-hint-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: 900;
  background: #d09d01;
  border-radius: 50%;
}

.service-pick-line {
  padding: 10px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(147, 111, 85, 0.12);
  border-radius: 18px;
}

.service-pick-line .btn {
  width: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 14px;
  font-size: 22px;
  font-weight: 900;
}

.service-pick-add {
  color: #fff !important;
  background: #d09d01 !important;
  border-color: #d09d01 !important;
}

.service-pick-add:hover {
  background: #936f55 !important;
  border-color: #936f55 !important;
}

.service-pick-remove {
  color: #936f55 !important;
  background: #fff !important;
  border-color: rgba(147, 111, 85, 0.24) !important;
}

.service-pick-remove:hover {
  color: #fff !important;
  background: #9f422f !important;
  border-color: #9f422f !important;
}

.service-booking-form .default-btn {
  background: linear-gradient(135deg, #d09d01, #936f55);
  border: 0;
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.service-booking-form .default-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  filter: brightness(1.03);
  box-shadow: 0 16px 30px rgba(147, 111, 85, 0.26) !important;
}

@media (max-width: 991px) {
  .service-booking-form {
    padding: 26px;
  }

  .service-booking-block {
    padding: 24px;
  }

  .service-time-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .service-booking-form {
    margin-top: 18px;
    padding: 12px;
    border-radius: 16px;
  }

  .service-booking-block,
  .service-picks {
    padding: 12px;
    border-radius: 14px;
  }

  .service-booking-heading {
    font-size: 22px;
  }

  .service-booking-day {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }

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

  .service-time-slot {
    min-height: 68px;
    border-radius: 15px;
  }

  .service-pick-line {
    flex-wrap: wrap;
    padding: 6px;
    border-radius: 12px;
  }

  .service-pick-line .service-pick-select {
    flex-basis: 100%;
    min-height: 56px;
    font-size: 16px;
    line-height: 1.45;
    padding: 12px 14px;
  }

  .service-pick-select option,
  .service-pick-select optgroup {
    font-size: 16px;
    line-height: 1.5;
  }

  .service-pick-line .btn {
    flex: 1 1 0;
    width: auto;
  }

  .service-booking-form .default-btn {
    width: 100%;
  }
}

.full-row.bg-white.py-5 {
  background:
    linear-gradient(180deg, #fffaf3 0%, #fff 44%),
    radial-gradient(
      circle at top left,
      rgba(208, 157, 1, 0.13),
      transparent 34%
    ) !important;
}

.full-row .card {
  border: 1px solid rgba(147, 111, 85, 0.13);
  border-radius: 24px;
  overflow: hidden;
}

.full-row .card.shadow-sm {
  box-shadow: 0 20px 54px rgba(68, 42, 25, 0.09) !important;
}

.full-row .card.border-success {
  position: relative;
  border: 0 !important;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 250, 242, 0.98)
    ),
    radial-gradient(circle at 50% 0%, rgba(37, 157, 88, 0.12), transparent 36%);
}

.full-row .card.border-success::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #2fac66, #d09d01, #936f55);
}

.full-row .card.border-success .fa-check-circle {
  color: #2fac66 !important;
  filter: drop-shadow(0 12px 18px rgba(47, 172, 102, 0.18));
}

.full-row .card.border-success h2 {
  color: #784822 !important;
  font-family: "Merriweather", serif;
  font-size: 32px;
  font-weight: 900;
}

.full-row .card.border-success p {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  color: #6f625a !important;
  font-size: 17px;
  line-height: 1.75;
}

.full-row .card-header.bg-primary {
  padding: 20px 26px;
  background: linear-gradient(135deg, #936f55, #784822) !important;
  border: 0;
}

.full-row .card-header h5 {
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: 800;
}

.full-row .card-body {
  padding: 28px;
}

.full-row h6.text-muted {
  margin-bottom: 8px;
  color: #936f55 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.full-row .fw-bold {
  color: #3d3028;
  font-size: 18px;
  font-weight: 900 !important;
}

.full-row ul.mb-3 {
  display: grid;
  gap: 10px;
  margin: 0 0 22px !important;
  padding: 0;
  list-style: none;
}

.full-row ul.mb-3 li {
  position: relative;
  padding: 12px 16px 12px 42px;
  color: #4b3b32;
  font-weight: 700;
  background: #fffaf2;
  border: 1px solid rgba(208, 157, 1, 0.16);
  border-radius: 14px;
}

.full-row ul.mb-3 li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #d09d01;
  border-radius: 50%;
  transform: translateY(-50%);
}

.full-row hr {
  margin: 24px 0;
  border-color: rgba(147, 111, 85, 0.18);
  opacity: 1;
}

.full-row p strong {
  color: #784822;
}

.full-row .default-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 38px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #d09d01, #936f55);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(147, 111, 85, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.full-row .default-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  filter: brightness(1.03);
  box-shadow: 0 18px 36px rgba(147, 111, 85, 0.28);
}

@media (max-width: 575px) {
  .full-row .card {
    border-radius: 18px;
  }

  .full-row .card-body {
    padding: 22px 18px;
  }

  .full-row .card-header.bg-primary {
    padding: 18px;
  }

  .full-row .card.border-success h2 {
    font-size: 26px;
  }

  .full-row .card.border-success .fa-check-circle {
    font-size: 64px !important;
  }

  .full-row .fw-bold {
    margin-bottom: 16px;
  }

  .full-row .default-btn {
    width: 100%;
  }
}

.landing-page-wrapper {
  background: #fffaf3;
}

.landing-page-wrapper .container {
  max-width: 1080px;
}

.landing-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 360px;
  padding: 80px 0;
  color: #fff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.42);
}

.landing-page-hero .container {
  position: relative;
  z-index: 1;
}

.landing-page-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.25;
}

.landing-page-hero--empty {
  min-height: auto;
  padding: 56px 0;
  color: #784822;
  background: #fff4e6;
}

.landing-page-hero--empty::before {
  display: none;
}

.landing-page-hero--empty h1 {
  color: #784822;
}

.landing-section {
  margin-bottom: 42px;
}

.landing-block {
  margin-bottom: 32px;
}

.landing-block h1,
.landing-block h2,
.landing-block h3 {
  color: #784822;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.5;
}

.landing-block h1 {
  font-size: 23px;
}

.landing-block h2 {
  font-size: 20px;
}

.landing-block h3 {
  font-size: 18px;
}

.landing-text {
  color: #4d3b31;
  font-size: 17px;
  line-height: 1.85;
}

.landing-image {
  margin: 0;
}

.landing-image img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(120, 72, 34, 0.12);
}

.landing-image figcaption {
  margin-top: 12px;
  color: #936f55;
  font-size: 14px;
}

.landing-video {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(120, 72, 34, 0.12);
}

.landing-video-title {
  margin-bottom: 16px;
}

.heading-title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 15px;
  color: #784822;
  font-family: "Merriweather", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-top: 20px;
}
.heading-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: #f5a142;
  transform: translateX(-50%);
}

header,
.header__inner,
.header__content,
.header__nav,
.header__left,
.header__right {
  overflow: visible;
}

header {
  position: relative;
  z-index: 1000;
}

.header__inner {
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.header-sticky-placeholder {
  height: 0;
}

header.header-is-fixed .header__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  animation: stickyHeaderSlideDown 0.25s ease;
}

@keyframes stickyHeaderSlideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .header__inner {
    position: relative;
  }

  .header__inner > .btnNavigationMenu {
    position: absolute;
    top: 50%;
    left: 18px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    color: #fff;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
  }

  .header__inner > .btnNavigationMenu .icon-nav-left {
    font-size: 30px;
    line-height: 1;
  }
}

.header__nav .menu .nav-item {
  position: relative;
}

.header__nav .menu .dropdown-menu {
  min-width: 230px;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(147, 111, 85, 0.14);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(68, 42, 25, 0.14);
  z-index: 1050;
}

.header__nav .menu .dropdown-menu .nav-item {
  width: 100%;
}

.header__nav .menu .dropdown-menu .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 210px;
  padding: 11px 14px;
  color: #4d3b31;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  text-transform: none;
  border-radius: 10px;
}

.header__nav .menu .dropdown-menu .nav-link:hover,
.header__nav .menu .dropdown-menu .nav-link.active,
.header__nav .menu .dropdown-menu .nav-link.show {
  color: #fff;
  background: #936f55;
}

.header__nav .menu .dropdown-menu .dropdown-toggle::after {
  margin-left: 12px;
  transform: rotate(-90deg);
}

@media (min-width: 992px) {
  .header__nav .menu > .nav-item {
    padding: 15px 0;
  }

  .header__nav .menu > .nav-item > .dropdown-menu {
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .header__nav .menu .nav-item:hover > .dropdown-menu,
  .header__nav .menu .nav-item:focus-within > .dropdown-menu,
  .header__nav .menu .dropdown-menu.show {
    display: block;
  }

  .header__nav .menu .dropdown-menu .dropdown-menu {
    top: -10px !important;
    left: 100% !important;
    transform: none !important;
  }

  .header__nav .menu .dropdown-menu .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 12px;
  }
}

@media (max-width: 991.98px) {
  .nav-sp .menu .nav-item {
    width: 100%;
  }

  .nav-sp .menu .nav-link {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
  }

  .nav-sp .menu .menu {
    position: static !important;
    display: block;
    margin: 4px 0 8px 16px;
    padding: 0 0 0 12px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
    transform: none !important;
  }

  .nav-sp .menu .menu .nav-link {
    min-width: 0;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
    text-transform: none;
  }

  .nav-sp .menu .menu .nav-link.active,
  .nav-sp .menu .menu .nav-link:hover {
    color: #fff;
    background: transparent;
  }

  .nav-sp .menu .menu .menu {
    margin-left: 10px;
    border-left-color: rgba(255, 255, 255, 0.22);
  }
}

.information-page {
  padding: 15px 0 30px;
}

.information-page .details-box {
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  border: 1px solid rgba(147, 111, 85, 0.12);
  border-radius: 24px;
}

.information-page .title-main {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 18px;
  text-align: center;
}

.information-page .title-main::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 76px;
  height: 3px;
  background: linear-gradient(90deg, #d09d01, #936f55);
  border-radius: 999px;
  transform: translateX(-50%);
}

.information-page .title-main h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #784822;
  font-family: "Merriweather", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.information-page .content_wrapper {
  color: #4d3b31;
  font-size: 16px;
  line-height: 1.85;
}

.information-page .content_wrapper img,
.information-page .content_wrapper p img {
  max-width: 100% !important;
  height: auto !important;
}

.information-page .content_wrapper p,
.information-page .content_wrapper li {
  color: #4d3b31;
  line-height: 1.85;
}

.information-page .content_wrapper h2,
.information-page .content_wrapper h3 {
  color: #784822;
}

@media (max-width: 575.98px) {
  .information-page {
    padding: 20px 0 48px;
  }

  .information-page .details-box {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .information-page .title-main {
    margin-bottom: 24px;
  }
}

.blog-detail-page {
  padding: 0 0 20px;
}

.blog-detail-page .details-box {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(147, 111, 85, 0.1);
  border-radius: 20px;
}

.blog-detail-page .article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(147, 111, 85, 0.1);
}

.blog-detail-page .article-category {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  color: #784822;
  font-size: 13px;
  font-weight: 800;
  background: #fff;
  border: 1px solid rgba(147, 111, 85, 0.12);
  border-radius: 999px;
}

.blog-detail-page .article-date {
  color: #7b6b61;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.blog-detail-page .article-content {
  margin-bottom: 0 !important;
  color: #3d3028;
  font-size: 16px;
  line-height: 1.85;
}

.blog-detail-page .article-content h2 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 18px;
  color: #784822;
  font-family: "Merriweather", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.blog-detail-page .article-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 3px;
  background: linear-gradient(90deg, #d09d01, rgba(208, 157, 1, 0));
  border-radius: 999px;
}

.blog-detail-page .article-content p,
.blog-detail-page .article-content li {
  color: #4d3b31;
  line-height: 1.85;
}

.blog-detail-page .article-content img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 18px;
}

.product-description-content {
  color: #4d3b31;
  font-size: 16px;
  line-height: 1.85;
  word-break: break-word;
}

.product-description-content > *:first-child {
  margin-top: 0;
}

.product-description-content > *:last-child {
  margin-bottom: 0;
}

.product-description-content h2,
.product-description-content h3 {
  color: #784822;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.35;
}

.product-description-content h2 {
  margin: 0 0 7px;
  font-size: 16px;
}

.product-description-content h3 {
  margin: 0 0 7px;
  font-size: 15px;
}

.product-description-content p {
  margin: 0 0 7px;
}

.product-description-content ul,
.product-description-content ol {
  margin: 0 0 18px;
  padding-left: 1.35rem;
}

.product-description-content li {
  padding-left: 4px;
  margin-bottom: 0;
}

.product-description-content li::marker {
  color: #d09d01;
  font-weight: 700;
}

.product-description-content a {
  color: #936f55;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-description-content a:hover {
  color: #784822;
}

.product-description-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 28px auto;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(68, 42, 25, 0.1);
}

.product-description-content figure {
  margin: 28px 0;
}

.product-description-content figure img {
  margin: 0 auto;
}

.product-description-content figcaption {
  margin-top: 10px;
  color: #7b6b61;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.product-description-content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  color: #5f5148;
  background: rgba(255, 250, 242, 0.85);
  border-left: 4px solid #d09d01;
  border-radius: 0 14px 14px 0;
}

.product-description-content table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(147, 111, 85, 0.16);
  border-radius: 14px;
}

.product-description-content th,
.product-description-content td {
  padding: 12px 14px;
  border: 1px solid rgba(147, 111, 85, 0.16);
  vertical-align: top;
}

.product-description-content th {
  color: #784822;
  background: rgba(255, 250, 242, 0.9);
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .product-description-content {
    font-size: 15px;
    line-height: 1.75;
  }
}

.blog-detail-page .article-sidebar .card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(147, 111, 85, 0.1);
  border-radius: 20px;
}

.blog-detail-page .article-sidebar .card-header {
  color: #784822;
  background: #fff;
  border-bottom: 1px solid rgba(147, 111, 85, 0.1);
}

@media (max-width: 991.98px) {
  .blog-detail-page .article-sidebar {
    margin-top: 28px;
  }
}

@media (max-width: 575.98px) {
  .blog-detail-page {
    padding: 28px 0 52px;
  }

  .blog-detail-page .details-box {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .blog-detail-page .article-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  #breadcrumb-wrapper .container nav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overscroll-behavior-x: contain;
  }

  #breadcrumb-wrapper .breadcrumb {
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    max-width: none;
    min-width: min-content;
    padding-right: 4px;
  }

  #breadcrumb-wrapper .breadcrumb li {
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
  }

  #breadcrumb-wrapper .breadcrumb a,
  #breadcrumb-wrapper .breadcrumb li > span {
    white-space: nowrap;
  }
}

/* Category: expandable intro — 5-line clamp, bottom fade, outlined button (#7a5230) */
.service-page-intro--expandable .service-page-intro__clip {
  position: relative;
}

.service-page-intro--expandable:not(.is-expanded) .service-page-intro__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}

.service-page-intro--expandable:not(.is-expanded)
  .service-page-intro__clip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.5rem;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 251, 245, 0),
    rgba(255, 250, 242, 0.55) 28%,
    rgba(255, 252, 249, 0.92) 72%,
    rgba(255, 255, 255, 0.98) 100%
  );
}

.service-page-intro--expandable.is-expanded .service-page-intro__clip::after {
  opacity: 0;
  visibility: hidden;
}

.service-page-intro--expandable.is-expanded .service-page-intro__content {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}

.service-page-intro--expandable .service-page-intro__actions {
  margin-top: 1.25rem;
}

.service-page-intro--expandable .service-page-intro__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border: 1px solid #7a5230;
  border-radius: 2px;
  color: #7a5230;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.service-page-intro--expandable .service-page-intro__toggle:hover {
  background: rgba(122, 82, 48, 0.07);
  color: #6a4528;
  border-color: #6a4528;
}

.service-page-intro--expandable .service-page-intro__toggle:focus-visible {
  outline: 2px solid rgba(122, 82, 48, 0.45);
  outline-offset: 2px;
}
