@charset "UTF-8";

/* =========================
   Page base
========================= */
.page-main {
  padding-bottom: 80px;
}

.page-header {
  margin: 0 0 40px;
}
.page-article {
  width: 100%;
}
.page-container {
  width: min(var(--width-content), calc(100% - 48px));
  margin: 0 auto;
  padding-top: 150px;
}
.page-title {
  color: var(--color-base);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: var(--fw-regular);
  line-height: 1.35;
  letter-spacing: 0.08em;
  margin: 0 0 28px;
}

.page-content {
  color: var(--color-base);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* =========================
   Gutenberg basic blocks
========================= */
.page-content > *:first-child {
  margin-top: 0;
}

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

.page-content p {
  margin: 0 0 1.6em;
  color: var(--color-base);
}

.page-content h2,
.page-content h3,
.page-content h4 {
  margin-top: 2.4em;
  margin-bottom: 0.9em;
  color: var(--color-base);
  line-height: 1.5;
  font-weight: var(--fw-regular);
}

.page-content h2 {
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0.08em;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(44, 52, 64, 0.14);
}

.page-content h3 {
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: 0.06em;
  padding-left: 14px;
  border-left: 2px solid var(--color-accent);
}

.page-content h4 {
  font-size: clamp(17px, 2vw, 20px);
  letter-spacing: 0.05em;
}

.page-content ul,
.page-content ol {
  margin: 0 0 1.8em;
  padding-left: 1.4em;
}

.page-content li {
  margin-bottom: 0.6em;
}

.page-content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.page-content strong {
  font-weight: var(--fw-semibold);
}

/* =========================
   Table
========================= */
.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0 48px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  border-radius: var(--radius-md);
}

.page-content th,
.page-content td {
  padding: 18px 22px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.9;
  border-bottom: 1px solid var(--color-border);
}

.page-content th {
  width: 28%;
  min-width: 140px;
  color: var(--color-base);
  background: rgba(184, 160, 122, 0.12);
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
}

.page-content td {
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-base);
}

.page-content tr:last-child th,
.page-content tr:last-child td {
  border-bottom: none;
}

/* =========================
   Quote / separator
========================= */
.page-content blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  border-left: 2px solid var(--color-accent);
  background: rgba(255, 255, 255, 0.56);
  color: var(--color-text-soft);
}

.page-content hr {
  margin: 52px 0;
  border: none;
  border-top: 1px solid var(--color-border);
}

/* =========================
   Spacing helpers for blocks
========================= */
.page-content .wp-block-group {
  margin-bottom: 32px;
}

.page-content .wp-block-image {
  margin: 32px 0 40px;
}

.page-content .wp-block-buttons {
  margin-top: 28px;
}

/* =========================
   Mobile
========================= */
@media (max-width: 767px) {
  .page-main {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .page-header {
    margin-top: 8px;
    margin-bottom: 28px;
  }

  .page-title {
    margin: 15px 0 22px;
  }

  .page-container {
    width: min(100%, calc(100% - 32px));
  }

  .page-content {
    font-size: 14px;
    line-height: 1.95;
  }

  .page-content h2 {
    font-size: 22px;
    padding-bottom: 12px;
  }

  .page-content h3 {
    font-size: 18px;
    padding-left: 10px;
  }

  .page-content table,
  .page-content tbody,
  .page-content tr,
  .page-content th,
  .page-content td {
    display: block;
    width: 100%;
  }

  .page-content table {
    border-radius: 16px;
  }

  .page-content tr {
    border-bottom: 1px solid var(--color-border);
  }

  .page-content tr:last-child {
    border-bottom: none;
  }

  .page-content th,
  .page-content td {
    display: block;
    border: none;
    padding: 14px 16px;
  }

  .page-content th {
    min-width: 0;
    width: 100%;
    padding-bottom: 8px;
  }

  .page-content td {
    padding-top: 0;
  }
}





/////*Contact*//////

.contact-page {
  padding-bottom: 120px;
}

.contact-hero {
  padding: 140px 20px 60px;
  text-align: center;
}

.contact-hero__inner,
.contact-content__inner {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
}

.contact-hero__kicker {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .24em;
  color: rgba(17, 17, 17, 0.55);
}

.contact-hero__title {
  margin: 0;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.4;
  color: #111;
}

.contact-hero__lead {
  margin: 18px auto 0;
  max-width: 42em;
  line-height: 2;
  color: rgba(17, 17, 17, 0.8);
}

.contact-content {
  padding-top: 20px;
}

.contact-content__inner {
  max-width: 760px;
}
/* =========================
   Fluent Forms Button Custom
========================= */

.fluentform .ff-btn-submit,
.fluentform button.ff-btn-submit,
.fluentform input.ff-btn-submit {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 15px;
  padding: 14px 42px;
  font-size: 14px;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}

/* hover */
.fluentform .ff-btn-submit:hover {
  background: #fff !important;
  color: #111 !important;
  border-color: #111 !important;
}



.gallery-page {
  padding-top: 120px;
  padding-bottom: 88px;
}

.gallery-page__container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.gallery-page__header {
  margin-bottom: 56px;
}

.gallery-page__title {
  margin: 0 0 18px;
  color: #2f2a28;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: left;
}

.gallery-page__intro {
  max-width: 760px;
  color: #4a4542;
  line-height: 2;
}

.gallery-sections {
  display: grid;
  gap: 54px;
}

.gallery-section__title {
  margin: 0 0 18px;
  color: #2f2a28;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: left;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gallery-item {
  width: calc((100% - 28px) / 3);
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

.gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* modal */
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.gallery-modal.is-open {
  display: block;
}

.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 18, 18, 0.74);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: galleryFadeIn 0.35s ease;
}

.gallery-modal__inner {
  position: relative;
  z-index: 2;
  width: min(92vw, 1200px);
  height: min(88vh, 860px);
  margin: 4vh auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: galleryZoomIn 0.35s ease;
}

.gallery-modal__image-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-modal__image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.gallery-modal__close {
  position: absolute;
  top: -14px;
  right: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.gallery-modal__close:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: scale(1.04);
}

.gallery-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.gallery-modal__nav:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-50%) scale(1.04);
}

.gallery-modal__nav--prev {
  left: -78px;
}

.gallery-modal__nav--next {
  right: -78px;
}

body.gallery-modal-open {
  overflow: hidden;
}

@keyframes galleryFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes galleryZoomIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 767px) {
  .gallery-page {
    padding-top: 76px;
    padding-bottom: 56px;
  }

  .gallery-page__container {
    width: min(100%, calc(100% - 32px));
  }

  .gallery-page__header {
    margin-bottom: 36px;
  }

  .gallery-page__title {
    font-size: clamp(24px, 7vw, 32px);
    margin-bottom: 14px;
  }

  .gallery-page__intro {
    font-size: 14px;
    line-height: 1.9;
  }

  .gallery-sections {
    gap: 36px;
  }

  .gallery-section__title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .gallery-grid {
    gap: 10px;
  }

  .gallery-item {
    width: calc((100% - 10px) / 2);
    border-radius: 12px;
  }

  .gallery-modal__inner {
    width: min(calc(100vw - 20px), 1000px);
    height: min(76vh, 620px);
    margin-top: 8vh;
  }

  .gallery-modal__close {
    top: -42px;
    right: 4px;
    width: 44px;
    height: 44px;
    font-size: 26px;
  }

  .gallery-modal__nav {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .gallery-modal__nav--prev {
    left: 4px;
  }

  .gallery-modal__nav--next {
    right: 4px;
  }
}



/*FAQ*/
.faq-page {
  background:
    linear-gradient(180deg, #f7f2ec 0%, #f8f4ef 18%, #ffffff 100%);
  color: #2f2a28;
}

/* =========================
   Hero
========================= */
.faq-hero {
  position: relative;
  padding: 132px 20px 78px;
  overflow: hidden;
}

.faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(191, 160, 134, 0.16), transparent 34%),
    radial-gradient(circle at left bottom, rgba(124, 97, 75, 0.08), transparent 28%);
  pointer-events: none;
}

.faq-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.faq-hero__eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #9a7b62;
}

.faq-hero__title {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.16;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #2f2a28;
}

.faq-hero__lead {
  max-width: 760px;
  margin: 24px auto 0;
}

.faq-hero__lead p {
  margin: 0;
  font-size: clamp(14px, 1.7vw, 17px);
  line-height: 2;
  color: rgba(47, 42, 40, 0.8);
}

/* =========================
   Content
========================= */
.faq-content {
  padding: 0 20px 120px;
}

.faq-content__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* =========================
   Nav
========================= */
.faq-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 56px;
  padding: 28px;
  border: 1px solid rgba(79, 62, 50, 0.10);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 40px rgba(34, 26, 20, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.faq-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f3ece5;
  color: #3c3430;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.faq-nav__link:hover {
  background: #3c3430;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(47, 42, 40, 0.14);
}

/* =========================
   Groups
========================= */
.faq-groups {
  display: grid;
  gap: 72px;
}

.faq-group__head {
  margin-bottom: 24px;
}

.faq-group__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #2f2a28;
}

.faq-group__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 1px;
  background: linear-gradient(90deg, #826957 0%, rgba(130, 105, 87, 0.18) 100%);
}

/* =========================
   FAQ item
========================= */
.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border: 1px solid rgba(67, 54, 44, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(34, 26, 20, 0.04);
  transition: box-shadow 0.25s ease;
}

.faq-item[open] {
  box-shadow: 0 18px 36px rgba(34, 26, 20, 0.08);
}

.faq-item__summary {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

.faq-item__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}

.faq-item__label--q {
  background: #3c3430;
  color: #fff;
}

.faq-item__label--a {
  background: #efe6dc;
  color: #745f51;
}

.faq-item__question {
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.8;
  font-weight: 500;
  color: #2f2a28;
}

.faq-item__icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-left: auto;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #7f6756;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-item__icon::before {
  width: 16px;
  height: 1.5px;
}

.faq-item__icon::after {
  width: 1.5px;
  height: 16px;
}

.faq-item[open] .faq-item__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-item__answer-wrap {
  padding: 0 28px 28px;
}

.faq-item__answer-inner {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid rgba(67, 54, 44, 0.08);
}

.faq-item__answer {
  padding-top: 10px;
}

.faq-item__answer p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: rgba(47, 42, 40, 0.82);
}

.faq-item__answer p + p {
  margin-top: 12px;
}

.faq-item__answer a {
  color: #7d6554;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

/* =========================
   CTA
========================= */
.faq-cta {
  margin-top: 92px;
}

.faq-cta__inner {
  padding: 44px 36px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(248, 242, 235, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(79, 62, 50, 0.10);
  box-shadow: 0 18px 40px rgba(34, 26, 20, 0.05);
  text-align: center;
}

.faq-cta__title {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #2f2a28;
}

.faq-cta__text {
  max-width: 760px;
  margin: 18px auto 0;
}

.faq-cta__text p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: rgba(47, 42, 40, 0.8);
}

.faq-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  margin-top: 28px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #3c3430;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.faq-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(47, 42, 40, 0.18);
}

/* =========================
   Responsive
========================= */
@media (max-width: 767px) {
  .faq-hero {
    padding: 104px 16px 56px;
  }

  .faq-content {
    padding: 0 16px 88px;
  }

  .faq-nav {
    justify-content: flex-start;
    padding: 18px;
    border-radius: 22px;
    margin-bottom: 40px;
  }

  .faq-nav__link {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .faq-groups {
    gap: 52px;
  }

  .faq-item {
    border-radius: 20px;
  }

  .faq-item__summary {
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 18px 18px;
  }

  .faq-item__label {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .faq-item__answer-wrap {
    padding: 0 18px 20px;
  }

  .faq-item__answer-inner {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .faq-item__question {
    font-size: 15px;
    line-height: 1.7;
  }

  .faq-item__answer p {
    font-size: 14px;
    line-height: 1.9;
  }

  .faq-cta {
    margin-top: 68px;
  }

  .faq-cta__inner {
    padding: 32px 20px;
    border-radius: 24px;
  }

  .faq-cta__button {
    width: 100%;
    min-width: 0;
  }
.page-container {
  padding-top: 30px;
}
}