/* =========================
   Layout (base)
========================= */
:root{
  --content-width: 930px;
}

main.main{
  max-width: var(--content-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 16px 80px;
  box-sizing: border-box;
}

.inner{
  max-width: var(--content-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}


html, body {
 margin: 0;padding: 0; 
}

section {
  padding-top: 60px;
}

/* =========================
   Responsive / Columns
========================= */

@media (max-width: 767px) {
  .wp-block-columns.reverse.is-layout-flex {
    flex-direction: column-reverse !important;
  }
}

.wp-block-columns p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .wp-block-columns .wp-block-buttons {
    justify-content: center;
  }

  .wp-block-columns .wp-block-buttons .wp-block-button__link {
    width: auto !important;
  }
}

/* =========================
   Pagetitle
========================= */
.page-title {
  text-align: center;
  font-size: 32px;
  margin: 0;
}

.page-titlebar {
  width: 100%;
  padding: 45px 0 30px;
  background: #f8f6f0;
}

/* =========================
   Breadcrumbs
========================= */

.breadcrumbs {
  width: 100%;
  background: rgba(248, 246, 240, 0.45);
  font-size: .75rem;
  padding: 20px 0;
  margin-bottom: 60px;
}

.breadcrumbs .inner {
  text-align: left;
}

.breadcrumbs__sep {
  margin: 0 8px;
  opacity: .6;
}

/* =========================
   Typography
========================= */

/* headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 12px;
  font-weight: 700;
  line-height: 1.5;
}

/* h1 */
h1 {
  font-size: 32px;
}

/* h2 */
main h2 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

main h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 14px auto 0;
  background: rgba(0, 0, 0, 0.55);
}

.content-title {
  font-size: 22px;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 2px solid rgba(0, 0, 0, 0.55);
  letter-spacing: 0.04em;
}

.content-title::after {
  content: none;
}

main h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

main h4 {
  font-size: 18px;
  margin-bottom: 30px;
}
main h5 {
  font-size: 16px; 
  margin-bottom: 30px;
}
main h6 {
  font-size: 14px; 
  margin-bottom: 30px;
}

main p {
  margin: 0 auto 16px;
  max-width: 58ch;
  line-height: 2;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.72);
}

.wp-block-button__link {
  background: #493e37;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  min-width: 250px;
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity .3s ease;
}

.wp-block-button__link::before {
  content: ">";
  transform: translateY(-1px);
}

.wp-block-button__link:hover {
  opacity: 0.85;
}

/* =========================
   Header
========================= */
.site-header__inner{
  display: flex;
  align-items: center;
  max-width: 930px;
  margin: 0 auto;
  padding: 25px 0;
}


.site-brand{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.custom-logo-link{
  display: inline-flex;
  align-items: center;
}

.custom-logo{
  height: 40px; 
  width: auto;
  display: block;
  margin-left: 16px;
}

.site-title{
  font-size: 18px; 
  font-weight: 700;
  color: inherit;
}

/* =========================
   Footer
========================= */
.site-footer {
  width: 100%;
  background: #493e37;
  padding: 30px 0;
}
.site-footer p {
  color: #fff;
  text-align: center;
}

.main .entry-title,
.main h1 {
  display: block;
}

/* =========================
   Slider (slick)
========================= */
/* ===== slider base ===== */
.wp-block-group.slider{
  position: relative;
  overflow: hidden;
}

/* ===== dots ===== */
.wp-block-group.slider .slick-dots{
  display: flex !important;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 5;
}

.wp-block-group.slider .slick-dots li button{
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #000;
  font-size: 0;
  opacity: .3;
}

.wp-block-group.slider .slick-dots li.slick-active button{
  opacity: 1;
}

.wp-block-group.slider .slick-dots li button:before{
  content: none !important;
}

/* ===== arrows ===== */
.wp-block-group.slider .slick-prev,
.wp-block-group.slider .slick-next{
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent !important;
  z-index: 6;
}

.wp-block-group.slider .slick-prev{
  left: 12px;
}

.wp-block-group.slider .slick-next{
  right: 12px;
}

/* remove slick default */
.wp-block-group.slider .slick-prev:before,
.wp-block-group.slider .slick-next:before{
  content: "" !important;
}

/* arrow shape */
.wp-block-group.slider .slick-prev::after,
.wp-block-group.slider .slick-next::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
}

.wp-block-group.slider .slick-next::after{
  transform: translate(-50%, -50%) rotate(45deg);
}

.wp-block-group.slider .slick-prev::after{
  transform: translate(-50%, -50%) rotate(-135deg);
}


/* =========================
   Drawer (full screen)
========================= */
body.is-drawer-open{
  overflow: hidden;
}

.drawer{
  position: fixed;
  inset: 0;
  z-index: 9999;

  background: #f8f6f0;
  color: #111;

  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease;
}

.drawer.is-open{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.drawer__list{
  height: 100%;
  display: grid;
  place-content: center;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.drawer__list a{
  color: #111;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}

.drawer-close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 72px;
  height: 72px;
  border: 0;
  background: #493e37;
  color: #fff;
  cursor: pointer;
}

.drawer-close__icon{
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 6px;
}
.drawer-close__icon::before,
.drawer-close__icon::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.drawer-close__icon::before{ transform: translate(-50%,-50%) rotate(45deg); }
.drawer-close__icon::after { transform: translate(-50%,-50%) rotate(-45deg); }

.drawer-close__label{
  display:block;
  font-size: 12px;
  letter-spacing: .2em;
}

/* =========================
   Hamburger button
========================= */

.menu-btn{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 90px;
  height: 90px;
  border: 0;
  background: #493e37;
  padding: 14px 0 12px;
  cursor: pointer;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-btn__label--close{ display: none; }
.menu-btn.is-open .menu-btn__label--open{ display: none; }
.menu-btn.is-open .menu-btn__label--close{ display: inline-block; }

.menu-btn__label{
  margin-top: 18px;
  line-height: 1;
  font-size: 11px;
  letter-spacing: .22em;
}

.menu-btn__icon{
  position: relative;
  display: block;
  width: 42px;
  height: 3px;
  background: currentColor;
  margin: 0;
}

.menu-btn__icon::before,
.menu-btn__icon::after{
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 3px;
  background: currentColor;
}

.menu-btn__icon::before{ top: -12px; }
.menu-btn__icon::after{ bottom: -12px; }

.menu-btn.is-open .menu-btn__icon{ background: transparent; }
.menu-btn.is-open .menu-btn__icon::before{ top: 0; transform: rotate(45deg); }
.menu-btn.is-open .menu-btn__icon::after { bottom: 0; transform: rotate(-45deg); }