.inner-page {
  min-height: 70vh;
  background: #fffaf7;
}

.page-hero {
  padding: 82px 0 76px;
  background:
    radial-gradient(circle at 12% 30%, rgba(239, 188, 161, 0.32) 0 120px, transparent 122px),
    radial-gradient(circle at 88% 52%, rgba(239, 188, 161, 0.28) 0 165px, transparent 167px),
    linear-gradient(120deg, #fffaf8, #fff0e9);
}

.page-hero .page-kicker,
.booking-kicker {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 760px;
  margin: 12px auto 16px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
}

.page-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #715f57;
  font-size: 16px;
  line-height: 1.7;
}

.content-section {
  padding: 70px 0;
}

.content-section.soft {
  background: #fff2ec;
}

.content-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.content-heading h2 {
  margin: 0 0 12px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
}

.content-heading p {
  color: #7a6962;
  font-size: 15px;
  line-height: 1.65;
}

.info-grid,
.package-grid,
.contact-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.info-card,
.package-card,
.contact-card,
.step-card,
.support-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(100, 66, 52, 0.07);
}

.info-card i,
.contact-card i,
.step-number {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(135deg, #df8a69, #c86747);
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 21px;
}

.info-card h3,
.contact-card h3,
.step-card h3,
.package-card h3 {
  margin: 0 0 10px;
  color: #393230;
  font-size: 19px;
  font-weight: 800;
}

.info-card p,
.contact-card p,
.step-card p {
  margin: 0;
  color: #7a6b65;
  line-height: 1.65;
}

.package-card {
  position: relative;
  overflow: hidden;
}

.package-card.featured {
  border-color: #dc8060;
  transform: translateY(-8px);
}

.package-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 10px;
  color: var(--salmon-dark);
  background: #fff0e9;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.package-price {
  margin: 16px 0;
  color: var(--salmon-dark);
  font-size: 30px;
  font-weight: 800;
}

.package-card ul {
  min-height: 150px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.package-card li {
  padding: 7px 0;
  color: #685a54;
}

.package-card li i {
  margin-right: 8px;
  color: var(--salmon);
}

.page-book-button,
.mega-book-link {
  padding: 11px 18px;
  color: #fff;
  background: var(--salmon);
  border: 0;
  border-radius: 10px;
  font-weight: 800;
}

.contact-card a {
  color: var(--salmon-dark);
  font-weight: 700;
}

.support-panel {
  max-width: 780px;
  margin: 0 auto;
}

.support-panel .accordion-button:not(.collapsed) {
  color: var(--salmon-dark);
  background: #fff2ec;
}

.page-site-footer button {
  padding: 0;
  color: #fff;
  background: none;
  border: 0;
  display: block;
  font-size: var(--fs-footer-link);
  font-weight: 900;
  line-height: 1.55;
  text-align: left;
}

.sub-service-links button {
  padding: 6px 9px;
  color: #76645d;
  background: #fff;
  border: 1px solid #efddd5;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 600;
}

.services-trigger.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.blog-card h3 a {
  color: inherit;
}

.blog-card h3 a:hover {
  color: var(--salmon-dark);
}

/* Service catalog */
.service-catalog-section {
  background: #fffaf7;
}

.catalog-filter {
  width: fit-content;
  margin: -94px auto 64px;
  padding: 9px;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 6px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #f0d9cf;
  border-radius: 999px;
  box-shadow: 0 15px 40px rgba(91, 54, 43, 0.1);
}

.catalog-filter a {
  padding: 10px 20px;
  color: #6b5b54;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.catalog-filter a:hover {
  color: #fff;
  background: var(--salmon);
}

.catalog-group {
  scroll-margin-top: 30px;
}

.catalog-group + .catalog-group {
  margin-top: 76px;
}

.catalog-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.catalog-heading span,
.blog-index-heading span,
.blog-newsletter span {
  color: var(--salmon-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.catalog-heading h2,
.blog-index-heading h2,
.blog-newsletter h2 {
  margin: 4px 0 0;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 45px);
}

.catalog-heading p,
.blog-index-heading p {
  max-width: 540px;
  margin: 0;
  color: #7a6962;
  line-height: 1.65;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-page-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 20px;
  box-shadow: 0 15px 36px rgba(100, 66, 52, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(100, 66, 52, 0.13);
}

.service-card-image {
  height: 220px;
  position: relative;
  display: block;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-page-card:hover .service-card-image img {
  transform: scale(1.04);
}

.service-card-image > span {
  width: 48px;
  height: 48px;
  right: 18px;
  bottom: 18px;
  position: absolute;
  color: #fff;
  background: var(--salmon);
  border: 4px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
}

.service-card-content {
  padding: 22px;
}

.service-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #917a71;
  font-size: 11px;
  font-weight: 800;
}

.service-card-meta span:first-child {
  color: var(--salmon-dark);
}

.service-card-content h3 {
  margin: 11px 0 9px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
}

.service-card-content h3 a {
  color: #332e2c;
}

.service-card-content p {
  min-height: 66px;
  margin: 0;
  color: #786a64;
  font-size: 13px;
  line-height: 1.65;
}

.service-card-actions {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f2e2db;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-card-actions a {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 800;
}

.service-card-actions button {
  padding: 9px 14px;
  color: #fff;
  background: var(--salmon);
  border: 0;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
}

/* Service details */
.service-detail-hero {
  padding: 66px 0;
  background: linear-gradient(120deg, #fffaf8, #fff0e9);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: 70px;
}

.page-breadcrumb {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #9b8780;
  font-size: 11px;
  font-weight: 700;
}

.page-breadcrumb a {
  color: var(--salmon-dark);
}

.page-breadcrumb i {
  font-size: 8px;
}

.service-detail-copy h1,
.article-header h1 {
  margin: 12px 0 18px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
}

.service-detail-copy > p {
  max-width: 660px;
  color: #715f57;
  font-size: 16px;
  line-height: 1.75;
}

.service-facts {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.service-facts div {
  padding-right: 36px;
  border-right: 1px solid #ead2c8;
}

.service-facts div:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-facts small,
.service-facts strong {
  display: block;
}

.service-facts small {
  margin-bottom: 4px;
  color: #9b8780;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-facts strong {
  color: #443a36;
  font-size: 17px;
}

.service-facts strong i {
  color: #f1a51f;
}

.service-detail-image {
  height: 520px;
  position: relative;
}

.service-detail-image::before {
  content: "";
  inset: 25px -18px -18px 25px;
  position: absolute;
  background: #edb59e;
  border-radius: 46% 54% 48% 52%;
}

.service-detail-image img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  border-radius: 46% 54% 48% 52%;
}

.service-detail-image > span {
  width: 76px;
  height: 76px;
  left: -25px;
  bottom: 40px;
  position: absolute;
  color: #fff;
  background: var(--salmon);
  border: 7px solid #fff4ef;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
}

.service-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
  gap: 70px;
}

.service-section-title {
  max-width: 720px;
  margin: 10px 0 30px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.included-grid div {
  padding: 18px;
  background: #fff7f3;
  border: 1px solid #f0ddd5;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.included-grid i {
  color: var(--salmon);
  font-size: 20px;
}

.service-promise,
.article-aside {
  padding: 30px;
  background: #fff2ec;
  border: 1px solid #edcfc2;
  border-radius: 20px;
}

.service-promise .brand-mark,
.article-aside .brand-mark {
  margin-bottom: 10px;
  font-size: 38px;
}

.service-promise h3,
.article-aside h3 {
  margin: 0 0 12px;
  color: #3d3532;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
}

.service-promise p,
.article-aside p {
  color: #786a64;
  line-height: 1.65;
}

.service-promise ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-promise li {
  padding: 7px 0;
  color: #574b46;
  font-size: 13px;
  font-weight: 700;
}

.service-promise li i {
  margin-right: 8px;
  color: var(--salmon);
}

.service-cta {
  padding: 45px 0;
  color: #fff;
  background: linear-gradient(110deg, #c86645, #df8a69);
}

.service-cta .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.service-cta span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.service-cta h2 {
  margin: 4px 0 0;
  font-family: "Playfair Display", Georgia, serif;
}

.service-cta button {
  padding: 13px 20px;
  color: var(--salmon-dark);
  background: #fff;
  border: 0;
  border-radius: 10px;
  font-weight: 800;
}

/* Blog */
.blog-hero {
  padding-bottom: 115px;
}

.featured-post {
  margin-top: -130px;
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid #efdbd2;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(92, 57, 43, 0.12);
}

.featured-post-image {
  min-height: 440px;
}

.featured-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-post-copy {
  padding: 48px;
}

.blog-category {
  width: fit-content;
  padding: 7px 12px;
  color: var(--salmon-dark);
  background: #fff0e9;
  border-radius: 99px;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featured-post h2 {
  margin: 20px 0 15px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.12;
}

.featured-post h2 a,
.blog-index-card h3 a {
  color: #332e2c;
}

.featured-post-copy > p,
.blog-index-card p {
  color: #786a64;
  line-height: 1.7;
}

.post-author,
.article-byline {
  margin: 25px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.post-author img,
.article-byline img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.post-author span,
.article-byline span {
  display: grid;
}

.post-author strong,
.article-byline strong {
  color: #443a36;
  font-size: 12px;
}

.post-author small,
.article-byline small {
  color: #9b8780;
  font-size: 10px;
}

.read-story {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 800;
}

.blog-index-heading {
  margin: 75px 0 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-index-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 18px;
}

.blog-index-image {
  height: 240px;
  position: relative;
  display: block;
}

.blog-index-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-index-image span {
  left: 16px;
  bottom: 16px;
  padding: 7px 11px;
  position: absolute;
  color: #fff;
  background: var(--salmon);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
}

.blog-index-card > div {
  padding: 22px;
}

.blog-index-meta {
  display: flex;
  gap: 15px;
  color: #9b8780;
  font-size: 10px;
  font-weight: 700;
}

.blog-index-card h3 {
  margin: 13px 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
}

.blog-index-card p {
  min-height: 70px;
  font-size: 13px;
}

.blog-newsletter {
  padding: 60px 0;
  color: #fff;
  background: linear-gradient(110deg, #4a3d38, #6c5147);
}

.blog-newsletter .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.blog-newsletter h2 {
  color: #fff;
}

.blog-newsletter p {
  margin: 8px 0 0;
  color: #eadbd5;
}

.blog-newsletter a {
  padding: 13px 20px;
  color: var(--salmon-dark);
  background: #fff;
  border-radius: 10px;
  font-weight: 800;
  white-space: nowrap;
}

/* Article */
.article-header {
  padding: 55px 0 80px;
  text-align: center;
  background: linear-gradient(120deg, #fffaf8, #fff0e9);
}

.article-header .page-breadcrumb {
  justify-content: center;
}

.article-header .blog-category {
  margin: 0 auto;
}

.article-header h1 {
  max-width: 900px;
  margin-inline: auto;
}

.article-header > .container-xxl > p {
  max-width: 720px;
  margin: 0 auto;
  color: #715f57;
  font-size: 16px;
  line-height: 1.7;
}

.article-byline {
  width: fit-content;
  margin: 24px auto 0;
  text-align: left;
}

.article-cover {
  height: 560px;
  margin-top: -38px;
  position: relative;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(92, 57, 43, 0.12);
}

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

.article-layout {
  max-width: 1120px;
  margin: 65px auto 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 70px;
}

.article-intro {
  margin: 0 0 38px;
  color: #554943;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.55;
}

.article-content section {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
}

.article-content section > span {
  color: #e2a38a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
}

.article-content h2 {
  margin: 0 0 10px;
  color: #3a322f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
}

.article-content p {
  margin: 0;
  color: #70615b;
  font-size: 15px;
  line-height: 1.8;
}

.article-aside {
  position: sticky;
  top: 25px;
}

.article-aside button,
.article-aside > a {
  width: 100%;
  padding: 11px;
  border-radius: 9px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.article-aside button {
  margin: 18px 0 9px;
  color: #fff;
  background: var(--salmon);
  border: 0;
}

.article-aside > a {
  color: var(--salmon-dark);
  background: #fff;
  border: 1px solid #edcfc2;
}

.more-stories {
  padding: 70px 0;
  background: #fff2ec;
}

.more-story-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.more-story-grid a {
  padding: 14px;
  color: #332e2c;
  background: #fff;
  border: 1px solid #efd8cf;
  border-radius: 16px;
}

.more-story-grid img {
  width: 100%;
  height: 210px;
  margin-bottom: 14px;
  object-fit: cover;
  border-radius: 11px;
}

.more-story-grid span {
  color: var(--salmon-dark);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.more-story-grid h3 {
  margin: 6px 0 4px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
}

/* Careers */
.career-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.career-benefits article {
  padding: 26px;
  background: #fff;
  border: 1px solid #f0ddd5;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(100, 66, 52, 0.06);
}

.career-benefits i {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(135deg, #df8a69, #c86747);
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-size: 19px;
}

.career-benefits h3 {
  margin: 0 0 9px;
  color: #393230;
  font-size: 17px;
  font-weight: 800;
}

.career-benefits p {
  margin: 0;
  color: #7a6b65;
  font-size: 13px;
  line-height: 1.65;
}

.career-section-heading {
  margin-bottom: 32px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.career-section-heading h2,
.career-process h2 {
  margin: 6px 0 0;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
}

.career-section-heading > p {
  max-width: 520px;
  margin: 0;
  color: #7a6962;
  line-height: 1.65;
}

.job-list {
  display: grid;
  gap: 14px;
}

.job-card {
  padding: 25px 28px;
  background: #fff;
  border: 1px solid #efd9d0;
  border-radius: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px 145px;
  align-items: center;
  gap: 28px;
  box-shadow: 0 10px 28px rgba(100, 66, 52, 0.05);
}

.job-card > div > span {
  color: var(--salmon-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.job-card h3 {
  margin: 5px 0 7px;
  color: #393230;
  font-size: 19px;
  font-weight: 800;
}

.job-card p {
  max-width: 650px;
  margin: 0;
  color: #7a6b65;
  font-size: 13px;
  line-height: 1.55;
}

.job-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-card li {
  padding: 4px 0;
  color: #6d5d56;
  font-size: 12px;
  font-weight: 700;
}

.job-card li i {
  width: 18px;
  color: var(--salmon);
}

.job-card > a {
  padding: 11px 14px;
  color: #fff;
  background: var(--salmon);
  border-radius: 9px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
}

.career-process {
  padding: 65px 0;
  color: #fff;
  background: linear-gradient(110deg, #4a3d38, #6c5147);
}

.career-process .page-kicker {
  color: #efad91;
}

.career-process h2 {
  color: #fff;
}

.career-process ol {
  margin: 38px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.career-process li {
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  display: flex;
  gap: 13px;
}

.career-process li > span {
  color: #efad91;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.career-process li div {
  display: grid;
  gap: 5px;
}

.career-process li strong {
  font-size: 14px;
}

.career-process li small {
  color: #dfd1cb;
  font-size: 11px;
  line-height: 1.55;
}

/* Privacy and terms */
.policy-updated {
  margin-top: 20px;
  color: #8f776e;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
}

.policy-updated i {
  margin-right: 5px;
  color: var(--salmon);
}

.policy-layout {
  max-width: 1160px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: 65px;
}

.policy-nav {
  padding: 23px;
  position: sticky;
  top: 25px;
  background: #fff;
  border: 1px solid #efd9d0;
  border-radius: 15px;
  display: grid;
  gap: 5px;
  box-shadow: 0 12px 30px rgba(100, 66, 52, 0.06);
}

.policy-nav > span {
  margin-bottom: 8px;
  color: #3e3633;
  font-size: 12px;
  font-weight: 800;
}

.policy-nav a {
  padding: 7px 9px;
  color: #796961;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 700;
}

.policy-nav a:hover {
  color: var(--salmon-dark);
  background: #fff1eb;
}

.policy-content {
  display: grid;
  gap: 0;
}

.policy-content section {
  padding: 0 0 36px;
  scroll-margin-top: 25px;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 18px;
}

.policy-content section + section {
  padding-top: 36px;
  border-top: 1px solid #efddd5;
}

.policy-number {
  color: #dfa087;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
}

.policy-content h2 {
  margin: 0 0 13px;
  color: #393230;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
}

.policy-content p,
.policy-content li {
  color: #70615b;
  font-size: 13px;
  line-height: 1.8;
}

.policy-content p {
  margin: 0 0 12px;
}

.policy-content ul {
  margin: 0;
  padding-left: 20px;
}

.policy-contact {
  margin-top: 22px;
  padding: 17px;
  background: #fff2ec;
  border: 1px solid #edcfc2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.policy-contact > i {
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--salmon);
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.policy-contact div {
  display: grid;
}

.policy-contact strong {
  color: #443a36;
  font-size: 12px;
}

.policy-contact a {
  color: var(--salmon-dark);
  font-size: 12px;
  font-weight: 700;
}

.booking-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 25px 80px rgba(57, 37, 30, 0.25);
}

.booking-modal .modal-content > form {
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.booking-modal .modal-header {
  padding: 24px 28px 20px;
  align-items: flex-start;
  background: linear-gradient(120deg, #fff8f4, #ffece3);
  border-bottom: 1px solid #efdcd4;
}

.booking-modal .modal-title {
  margin-top: 5px;
  color: #332e2c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
}

.booking-modal .modal-header p {
  margin: 5px 0 0;
  color: #7a6860;
  font-size: 12px;
}

.booking-modal .modal-body {
  min-height: 0;
  padding: 24px 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label {
  margin-bottom: 7px;
  color: #4b403c;
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.form-field label span,
.form-field small {
  color: #9b8780;
  font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 11px 12px;
  color: #3f3734;
  background: #fff;
  border: 1px solid #e8d7d0;
  border-radius: 9px;
  outline: 0;
  font: inherit;
  font-size: 13px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--salmon);
  box-shadow: 0 0 0 3px rgba(216, 120, 86, 0.12);
}

.booking-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.booking-alert {
  display: none;
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
}

.booking-alert.is-error,
.booking-alert.is-success {
  display: block;
}

.booking-alert.is-error {
  color: #8b3028;
  background: #fff0ee;
  border: 1px solid #f2c7c2;
}

.booking-alert.is-success {
  color: #236438;
  background: #ebf8ef;
  border: 1px solid #b9dfc4;
}

.booking-modal .modal-footer {
  padding: 16px 28px;
  justify-content: space-between;
  background: #fffaf7;
  border-top: 1px solid #efdcd4;
}

.booking-modal .modal-footer > span {
  color: #7b6b65;
  font-size: 11px;
}

.booking-submit {
  min-width: 175px;
  padding: 12px 18px;
  color: #fff;
  background: var(--salmon);
  border-radius: 10px;
  font-weight: 800;
}

.booking-submit:hover,
.booking-submit:focus {
  color: #fff;
  background: var(--salmon-dark);
}

@media (max-width: 991.98px) {
  .service-card-grid,
  .blog-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-benefits,
  .career-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-card {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .job-card > a {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .policy-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .policy-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-nav > span {
    grid-column: 1 / -1;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-image {
    max-width: 680px;
    width: 100%;
    height: 470px;
    margin: 0 auto;
  }

  .service-content-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .featured-post {
    grid-template-columns: 1fr;
  }

  .featured-post-image {
    min-height: 360px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .page-hero {
    padding: 56px 0;
  }

  .content-section {
    padding: 50px 0;
  }

  .info-grid,
  .package-grid,
  .contact-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .package-card.featured {
    transform: none;
  }

  .booking-form-grid {
    grid-template-columns: 1fr;
  }

  .form-field-wide {
    grid-column: auto;
  }

  .booking-modal .modal-header,
  .booking-modal .modal-body,
  .booking-modal .modal-footer {
    padding-inline: 18px;
  }

  .booking-modal .modal-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-submit {
    width: 100%;
  }

  .catalog-filter {
    width: 100%;
    margin: -82px 0 48px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .catalog-filter a {
    white-space: nowrap;
  }

  .catalog-heading,
  .blog-index-heading,
  .career-section-heading,
  .service-cta .container-xxl,
  .blog-newsletter .container-xxl {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-card-grid,
  .blog-index-grid,
  .career-benefits,
  .career-process ol,
  .included-grid,
  .more-story-grid {
    grid-template-columns: 1fr;
  }

  .job-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .job-card > a {
    width: 100%;
  }

  .policy-nav {
    grid-template-columns: 1fr;
  }

  .policy-nav > span {
    grid-column: auto;
  }

  .policy-content section {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .service-card-content p,
  .blog-index-card p {
    min-height: 0;
  }

  .service-detail-hero {
    padding: 42px 0;
  }

  .service-detail-grid {
    gap: 42px;
  }

  .service-detail-image {
    height: 360px;
  }

  .service-detail-image > span {
    left: 8px;
  }

  .service-facts {
    gap: 18px;
  }

  .service-facts div {
    padding-right: 18px;
  }

  .blog-hero {
    padding-bottom: 105px;
  }

  .featured-post {
    margin-top: -115px;
  }

  .featured-post-image {
    min-height: 280px;
  }

  .featured-post-copy {
    padding: 28px 22px;
  }

  .article-header {
    padding: 42px 0 65px;
  }

  .article-cover {
    height: 330px;
    border-width: 5px;
  }

  .article-layout {
    margin: 45px auto 55px;
  }

  .article-intro {
    font-size: 21px;
  }

  .article-content section {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }
}
