@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

body.is-studio,
body.is-studio .boxed_wrapper {
  background: #f4eee6;
  color: #1c1712;
  font-family: Manrope, "Segoe UI", sans-serif;
}
body.is-studio h1,
body.is-studio h2,
body.is-studio h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  color: #1c1712;
}

/* Royal Reception–style header */
body.is-studio .fr-royal-header.main-header {
  position: relative !important;
  z-index: 100;
  background: #fff !important;
}
body.is-studio .fr-royal-header .header-lower,
body.is-studio .fr-royal-header .sticky-header {
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
body.is-studio .fr-topbar {
  background: #4a1858;
  color: #fff;
  font-size: 13px;
}
body.is-studio .fr-topbar a,
body.is-studio .fr-topbar span {
  color: #fff !important;
}
body.is-studio .fr-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  gap: 16px;
}
body.is-studio .fr-topbar-left {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
body.is-studio .fr-topbar-left a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
body.is-studio .fr-royal-header .header-lower .outer-box,
body.is-studio .fr-royal-header .sticky-header .outer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 88px;
  background: #fff !important;
}
body.is-studio .fr-royal-header .main-menu .navigation > li > a,
body.is-studio .fr-royal-header .header-lower .outer-box,
body.is-studio .fr-royal-header .sticky-header a {
  color: #2b2430 !important;
}
body.is-studio .fr-royal-header .main-menu .navigation > li > a {
  font-weight: 600;
  font-size: 15px;
  padding: 10px 14px !important;
}
body.is-studio .fr-royal-header .main-menu .navigation > li.current > a,
body.is-studio .fr-royal-header .main-menu .navigation > li > a:hover {
  color: #4a1858 !important;
}
body.is-studio .fr-contact-pill,
body.is-studio .fr-royal-header .btn-box a.fr-contact-pill,
body.is-studio .fr-royal-header .theme-btn-one {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  background: #4a1858 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .02em;
}
body.is-studio .fr-royal-header .mobile-nav-toggler .icon-bar {
  background: #4a1858;
}
body.is-studio .fr-royal-header .logo-box {
  flex: 0 0 auto;
  min-width: 170px;
}

.fr-kicker {
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #c4a574;
  margin: 0 0 10px;
}
.fr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #c4a574;
  color: #1c1712 !important;
  font-weight: 700;
  text-decoration: none;
}
.fr-btn.ghost {
  background: transparent;
  border: 1px solid rgba(28,23,18,.28);
  color: #1c1712 !important;
}
.fr-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  padding: 140px 0 72px;
  color: #f4eee6;
  background: #1c1712;
  overflow: hidden;
}
.fr-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .38;
}
.fr-hero .auto-container { position: relative; z-index: 1; max-width: 760px; margin-left: 8%; }
.fr-hero h1 { font-size: 68px; line-height: .95; margin: 0 0 16px; color: #f4eee6; }
.fr-lead { font-size: 18px; max-width: 520px; margin: 0 0 28px; color: #efe6d8; }
.fr-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.fr-hero .fr-btn.ghost { border-color: rgba(244,238,230,.4); color: #f4eee6 !important; }

body.is-studio .fr-royal-slider {
  background: #1a0f1c;
}
body.is-studio .fr-royal-slider .slide-item {
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
}
body.is-studio .fr-royal-slider .banner-carousel .slide-item:before {
  display: none;
}
body.is-studio .fr-royal-slider .banner-carousel .slide-item:after {
  background: linear-gradient(90deg, rgba(18,8,20,.55) 0%, rgba(18,8,20,.28) 48%, rgba(18,8,20,.45) 100%);
  opacity: 1;
}
body.is-studio .fr-royal-slider .content-box {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
body.is-studio .fr-royal-slider .fr-slide-kicker {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 6px;
  font-family: Manrope, "Segoe UI", sans-serif;
}
body.is-studio .fr-royal-slider .content-box h2 {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 64px;
  line-height: 1.05;
  margin: 0 0 28px;
  font-weight: 600;
  opacity: 1 !important;
}
body.is-studio .fr-slide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: #fff;
  color: #4a1858 !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
body.is-studio .fr-royal-slider .banner-carousel .owl-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
body.is-studio .fr-royal-slider .banner-carousel .owl-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.88) !important;
  pointer-events: auto;
  top: 50%;
  margin-top: -23px;
}
body.is-studio .fr-royal-slider .banner-carousel .owl-nav button.owl-prev { left: 18px; }
body.is-studio .fr-royal-slider .banner-carousel .owl-nav button.owl-next { right: 18px; }
body.is-studio .fr-royal-slider .banner-carousel .owl-nav button:before,
body.is-studio .fr-royal-slider .banner-carousel .owl-nav button:after {
  display: none !important;
}
body.is-studio .fr-royal-slider .banner-carousel .owl-nav button span {
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #4a1858;
  border-bottom: 2px solid #4a1858;
}
body.is-studio .fr-royal-slider .banner-carousel .owl-nav button.owl-prev span {
  transform: rotate(45deg);
  margin-left: 6px;
}
body.is-studio .fr-royal-slider .banner-carousel .owl-nav button.owl-next span {
  transform: rotate(-135deg);
  margin-right: 6px;
}
body.is-studio .footer-one .footer-logo img {
  max-height: 64px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
}

.fr-intro,
.fr-sessions,
.fr-folio,
.fr-events,
.fr-words,
.fr-book { padding: 88px 0; }
.fr-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.fr-intro h2,
.fr-head h2,
.fr-book h2 { font-size: 42px; margin: 0 0 16px; }
.fr-copy p { font-size: 17px; line-height: 1.6; color: #5b5148; }
.fr-intro figure img,
.fr-session img,
.fr-folio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.fr-intro figure { min-height: 420px; background: #1c1712; border-radius: 6px; overflow: hidden; }
.fr-head { max-width: 640px; margin-bottom: 36px; }
.fr-head p { color: #5b5148; }

.fr-session-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.fr-session {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(28,23,18,.08);
}
.fr-session img { height: 220px; }
.fr-session div { padding: 20px 20px 24px; }
.fr-session h3 { font-size: 26px; margin: 0 0 8px; }
.fr-session p { color: #5b5148; min-height: 72px; }
.fr-session a { font-weight: 700; color: #c4a574; }

.fr-folio { background: #1c1712; color: #f4eee6; }
.fr-folio h2, .fr-folio .fr-kicker { color: #f4eee6; }
.fr-folio .fr-head p { color: #cfc3b4; }
.fr-folio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.fr-folio-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  display: block;
  color: #fff !important;
}
.fr-folio-card img { position: absolute; inset: 0; }
.fr-folio-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}
.fr-folio-card small { display: block; letter-spacing: .12em; text-transform: uppercase; font-size: 11px; opacity: .8; }
.fr-folio-card strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; }
.fr-center { text-align: center; margin-top: 28px; }
.fr-folio .fr-btn.ghost { border-color: rgba(244,238,230,.35); color: #f4eee6 !important; }

.fr-words-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.fr-words blockquote {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  margin: 0;
}
.fr-words cite { display: block; margin-top: 16px; font-style: normal; font-weight: 700; }
.fr-words cite span { display: block; font-weight: 500; color: #8a7d70; font-size: 13px; }

.fr-book {
  text-align: center;
  background: #c4a574;
}
.fr-book .fr-kicker,
.fr-book h2,
.fr-book p { color: #1c1712; }
.fr-book .fr-btn { background: #1c1712; color: #f4eee6 !important; }

body.is-studio .footer-one,
body.is-studio .footer-top,
body.is-studio .footer-widget-section {
  background: #1c1712 !important;
  color: #f4eee6;
}

.fr-folio-page,
.fr-events-page,
.fr-page-hero { padding: 80px 0 40px; background: #f4eee6; }
.fr-events-page { padding: 64px 0 100px; }
.fr-folio-page .fr-folio-grid { margin-top: 24px; }
.fr-page-hero h1 { font-size: 52px; margin: 0 0 12px; }
.fr-page-hero p { max-width: 560px; color: #5b5148; }

.fr-inner-banner {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #1a0f1c;
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
}
.fr-inner-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.fr-inner-banner:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18,8,20,.28) 0%, rgba(18,8,20,.52) 100%);
}
.fr-inner-banner .auto-container { position: relative; z-index: 2; }
.fr-inner-banner h1 {
  color: #fff !important;
  font-size: 58px;
  margin: 0 0 12px;
}
.fr-inner-banner .fr-slide-kicker {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}
.fr-crumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #f4eee6;
  font-size: 14px;
}
.fr-crumb li + li:before {
  content: '/';
  margin-right: 10px;
  opacity: .7;
}
.fr-crumb a { color: #fff !important; }

.fr-events-intro {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}
.fr-events-intro h2 { font-size: 36px; margin: 0 0 12px; }
.fr-events-intro p { color: #5b5148; margin: 0; }

.fr-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.fr-event-tile {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(28,23,18,.08);
}
.fr-event-tile a {
  display: block;
  color: #1c1712 !important;
  text-decoration: none;
}
.fr-event-tile-photo {
  position: relative;
  height: 260px;
  background: #1c1712;
}
.fr-event-tile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fr-event-chip {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #4a1858;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.fr-event-tile-body { padding: 22px 22px 26px; }
.fr-event-tile-body small {
  display: block;
  color: #4a1858;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
}
.fr-event-tile-body h3 { font-size: 28px; margin: 0 0 8px; }
.fr-event-tile-body p { color: #5b5148; margin: 0 0 14px; min-height: 48px; }
.fr-read {
  font-weight: 700;
  color: #4a1858;
}
.fr-pager { margin-top: 36px; }

.fr-event-home {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.fr-event-card {
  display: block;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  color: #1c1712 !important;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(28,23,18,.08);
}
.fr-event-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.fr-event-card div { padding: 20px 20px 24px; }
.fr-event-card small {
  display: block;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #c4a574;
  font-weight: 700;
  margin-bottom: 8px;
}
.fr-event-card h3 { font-size: 26px; margin: 0 0 8px; }
.fr-event-card p { color: #5b5148; margin: 0; }

.fr-event-list { display: grid; gap: 18px; }
.fr-event-row {
  display: grid;
  grid-template-columns: 88px 220px 1fr;
  gap: 22px;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  color: #1c1712 !important;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(28,23,18,.06);
}
.fr-event-row img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}
.fr-event-date {
  text-align: center;
  background: #1c1712;
  color: #f4eee6;
  border-radius: 14px;
  padding: 18px 8px;
}
.fr-event-date strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}
.fr-event-date span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.fr-event-copy small { color: #c4a574; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; }
.fr-event-copy h2 { font-size: 30px; margin: 6px 0 8px; }
.fr-event-copy p { margin: 0; color: #5b5148; }

.fr-detail { padding: 48px 0 90px; background: #f4eee6; }
.fr-detail-hero {
  height: 52vh;
  min-height: 320px;
  background: #1c1712 center/cover no-repeat;
  margin-bottom: 40px;
}
.fr-detail .auto-container { max-width: 760px; }
.fr-detail h1 { font-size: 52px; margin: 0 0 16px; }
.fr-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #8a7d70;
  font-size: 14px;
}
.fr-detail .fr-lead { color: #5b5148; max-width: none; }
.fr-detail .fr-copy { margin: 18px 0 28px; }
.fr-detail .fr-copy p { margin: 0 0 14px; }
.fr-detail .fr-btn { margin-right: 12px; }

.fr-contact { padding: 20px 0 100px; background: #f4eee6; }
.fr-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.fr-contact-form {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(28,23,18,.08);
}
.fr-contact-form h3 { font-size: 28px; margin: 0 0 16px; }
.fr-contact-form input,
.fr-contact-form textarea {
  width: 100%;
  display: block;
  margin: 0 0 12px;
  border: 1px solid rgba(28,23,18,.15);
  border-radius: 10px;
  padding: 12px 14px;
  background: #f4eee6;
  color: #1c1712;
}
.fr-contact-form .fr-btn { border: 0; cursor: pointer; }

@media (max-width: 991px) {
  .fr-hero h1 { font-size: 42px; }
  .fr-hero .auto-container { margin-left: 0; }
  .fr-intro-grid,
  .fr-session-grid,
  .fr-folio-grid,
  .fr-event-home,
  .fr-words-grid,
  .fr-contact-grid { grid-template-columns: 1fr; }
  .fr-event-row,
  .fr-event-grid { grid-template-columns: 1fr; }
  .fr-inner-banner { min-height: 240px; padding: 48px 0; }
  .fr-inner-banner h1 { font-size: 36px; }
  .fr-intro figure { min-height: 260px; }
  .fr-detail h1,
  .fr-page-hero h1 { font-size: 36px; }
  body.is-studio .fr-royal-slider .content-box h2 { font-size: 36px; }
  body.is-studio .fr-royal-slider .fr-slide-kicker { font-size: 18px; }
  body.is-studio .fr-royal-slider .slide-item { min-height: 62vh; padding: 60px 0; }
  body.is-studio .fr-topbar-right { display: none; }
  body.is-studio .fr-royal-header .header-lower .outer-box { min-height: 72px; }
}
