.wp-site-blocks {
  min-height: 100vh;
  overflow-x: clip;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.wp-site-blocks > .wp-block-template-part:has(.be-site-header) {
  position: sticky;
  top: 0;
  z-index: 60;
}

.wp-site-blocks > .wp-block-template-part.be-site-header-shell {
  position: sticky;
  top: 0;
  z-index: 60;
}

.be-site-header {
  position: relative;
  top: auto;
  z-index: 60;
  background: rgba(250, 247, 242, 0.9);
  -webkit-backdrop-filter: saturate(150%) blur(16px);
  backdrop-filter: saturate(150%) blur(16px);
  border-bottom: 1px solid var(--border-hairline);
  transform: translateY(0);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), transform 320ms var(--ease);
  will-change: transform;
}

.be-site-header.is-hidden {
  transform: translateY(-110%);
}

.be-site-header[data-lock-visible].is-hidden {
  transform: translateY(0);
}

.be-site-header__inner {
  max-width: var(--container-wide);
  height: 76px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.be-brand-link,
.be-brand-link:visited {
  text-decoration: none;
}

.be-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: none;
}

.be-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--border-hairline);
  background: var(--surface-card);
  flex: 0 0 auto;
}

.be-brand__text {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.be-brand__name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-heading);
  line-height: 1.05;
  white-space: nowrap;
}

.be-brand__latin {
  display: inline;
  padding-left: 2px;
  font-family: var(--font-latin);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--text-muted);
  line-height: 1;
  white-space: nowrap;
}

.be-brand.is-on-dark .be-brand__name {
  color: var(--text-on-dark);
}

.be-brand.is-on-dark .be-brand__latin {
  color: var(--text-on-dark-muted);
}

.be-desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.be-nav-item {
  position: relative;
}

.be-nav-link {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--text-body);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.be-nav-link.is-current {
  color: var(--accent);
}

.be-nav-caret {
  font-size: 10px;
  opacity: 0.7;
}

.be-nav-dropdown {
  position: absolute;
  top: 100%;
  left: -16px;
  padding-top: 12px;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.be-nav-item:hover .be-nav-dropdown,
.be-nav-item:focus-within .be-nav-dropdown {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.be-nav-dropdown__panel {
  background: var(--surface-card);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lift);
  border: 1px solid var(--border-hairline);
  padding: 8px;
  min-width: 220px;
}

.be-nav-dropdown a,
.be-mobile-submenu a {
  display: block;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-family: var(--font-sans);
  font-size: 14.5px;
  color: var(--text-body);
  text-decoration: none;
}

.be-nav-dropdown a:hover,
.be-mobile-submenu a:hover {
  background: var(--accent-soft);
}

.be-mobile-actions {
  display: none;
  align-items: center;
  gap: 4px;
}

.be-mobile-line {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 8px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.be-mobile-menu {
  position: relative;
}

.be-mobile-menu summary {
  list-style: none;
  cursor: pointer;
  width: 34px;
  height: 44px;
  display: grid;
  place-items: center;
}

.be-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.be-mobile-menu:not([open]) .be-mobile-drawer,
.be-mobile-accordion:not([open]) .be-mobile-submenu {
  display: none;
}

.be-mobile-menu__bars {
  width: 22px;
}

.be-mobile-menu__bars span {
  display: block;
  height: 2px;
  background: var(--text-body);
  border-radius: 2px;
  margin: 4px 0;
  transition: transform var(--dur) var(--ease), opacity var(--dur);
}

.be-mobile-menu[open] .be-mobile-menu__bars span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.be-mobile-menu[open] .be-mobile-menu__bars span:nth-child(2) {
  opacity: 0;
}

.be-mobile-menu[open] .be-mobile-menu__bars span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.be-mobile-drawer {
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 78px);
  overflow-y: auto;
  background: var(--bg-page);
  border-top: 1px solid var(--border-hairline);
  padding: 8px 20px 28px;
  animation: be-drawer-in 0.26s var(--ease) both;
}

.be-mobile-link,
.be-mobile-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 4px;
  border: 0;
  border-bottom: 1px solid var(--border-soft);
  background: transparent;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--text-heading);
  text-decoration: none;
  cursor: pointer;
}

.be-mobile-link.is-current,
.be-mobile-accordion.is-current summary {
  color: var(--accent);
}

.be-mobile-accordion summary {
  list-style: none;
}

.be-mobile-accordion summary::-webkit-details-marker {
  display: none;
}

.be-mobile-submenu {
  padding: 0 0 14px 6px;
  display: grid;
  gap: 2px;
  animation: be-acc-in 0.28s var(--ease) both;
}

.be-mobile-booking {
  margin-top: 22px;
}

.be-mobile-booking .be-btn {
  width: 100%;
}

.be-btn,
.be-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 13px 26px;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.be-btn--sm {
  min-height: 34px;
  padding: 9px 18px;
  font-size: 14px;
}

.be-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 18px rgba(63, 138, 140, 0.16);
}

.be-btn--warm {
  background: var(--accent-warm);
  color: #fff;
  box-shadow: 0 8px 18px rgba(196, 122, 85, 0.14);
}

.be-btn--ghost {
  background: transparent;
  border-color: var(--border-soft);
  color: var(--text-body);
}

.be-btn--full {
  width: 100%;
}

.be-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-lift);
}

.be-icon-link,
.be-icon-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}

.be-icon-link:hover {
  transform: translateY(-1px);
}

.be-ui-icon {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  object-fit: contain;
}

.be-page-hero {
  position: relative;
  min-height: 380px;
  margin-bottom: -64px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
}

.be-service-hero {
  min-height: 440px;
}

.be-page-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--be-hero-img-pos, center 40%);
}

.be-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(33, 30, 26, 0.9) 0%, rgba(33, 30, 26, 0.62) 36%, rgba(33, 30, 26, 0.32) 66%, rgba(33, 30, 26, 0.14) 100%);
}

.be-page-hero__content {
  position: relative;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4.5vw, 32px) 96px;
  color: #fff;
}

.be-page-hero__eyebrow {
  font-family: var(--font-latin);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f0d9c8;
  margin-bottom: 16px;
}

.be-page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.6vw, 52px);
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.22;
}

.be-page-hero__lead {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.94);
  margin: 20px 0 0;
  max-width: 620px;
  text-shadow: 0 1px 10px rgba(20, 18, 16, 0.5), 0 1px 2px rgba(20, 18, 16, 0.38);
}

.be-service-row {
  position: relative;
  padding: var(--section-y) 0;
  background: var(--be-row-bg, var(--bg-page));
  overflow: hidden;
}

.be-service-row__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4.5vw, 32px);
}

.be-service-row__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.be-service-row--reverse .be-service-row__grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.be-service-row--reverse .be-service-row__media {
  order: 2;
}

.be-service-row--reverse .be-service-row__copy {
  order: 1;
}

.be-service-row__media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-photo);
  clip-path: none;
}

.be-service-row--reverse .be-service-row__media {
  clip-path: none;
}

.be-service-row__media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: var(--be-img-pos, center);
  display: block;
}

.be-service-row__index {
  position: absolute;
  left: 22px;
  bottom: 18px;
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.be-service-row__en {
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.be-service-row h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  color: var(--text-heading);
  margin: 0 0 18px;
  line-height: 1.28;
}

.be-service-row__lead {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-secondary);
  margin: 0 0 20px;
  max-width: 520px;
}

.be-service-row__points {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 12px;
}

.be-service-row__points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-family: var(--font-sans);
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text-body);
}

.be-service-row__points li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 9px;
  flex: 0 0 auto;
}

.be-watermark {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.be-watermark span {
  font-family: var(--font-latin);
  font-weight: var(--fw-semibold);
  font-size: clamp(64px, 12vw, 184px);
  letter-spacing: 0.06em;
  line-height: 1;
  color: rgba(33, 30, 26, 0.035);
  white-space: nowrap;
  padding-right: 0.4em;
  flex-shrink: 0;
}

.be-watermark__track {
  display: flex;
  flex-shrink: 0;
  width: max-content;
  will-change: transform;
}

.be-watermark__group {
  display: flex;
  flex: 0 0 auto;
}

.be-home-intro-marquee.is-running,
.be-home-cta-marquee.is-running,
.be-service-marquee.is-running {
  animation: be-marquee 44s linear infinite;
}

.be-service-marquee--reverse.is-running {
  animation-direction: reverse;
  animation-duration: 52s;
}

.be-service-watermark {
  top: 52%;
}

.be-service-watermark--faint span {
  color: rgba(33, 30, 26, 0.026);
}

.be-service-watermark--soft span {
  color: rgba(33, 30, 26, 0.052);
}

.be-about-watermark {
  position: absolute;
  left: 0;
  right: 0;
  top: 26%;
  z-index: 0;
  display: flex;
  overflow: hidden;
  transform: translateY(-50%);
  user-select: none;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.be-about-watermark__track {
  display: flex;
  flex-shrink: 0;
  will-change: transform;
}

.be-about-watermark__track span {
  flex-shrink: 0;
  padding-right: 0.4em;
  color: rgba(255, 255, 255, 0.05);
  font-family: var(--font-latin);
  font-size: clamp(64px, 12vw, 184px);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

.be-services-cta {
  padding: var(--section-y) 0;
  background: var(--bg-parchment);
}

.be-wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4.5vw, 32px);
}

.be-services-cta__card {
  background: var(--surface-card);
  border-radius: var(--r-xl);
  padding: 52px 48px;
  text-align: center;
  border: 1px solid var(--border-hairline);
  box-shadow: var(--shadow-card);
}

.be-services-cta h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--text-heading);
  margin: 0 0 12px;
}

.be-services-cta p {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto 26px;
}

.be-services-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.be-listsec {
  padding: var(--section-y) 0;
  background: var(--bg-page);
}

.be-filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.be-filterbar__button {
  min-height: 44px;
  padding: 13px 18px;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-pill);
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.be-filterbar__button.is-active {
  border-color: transparent;
  background: var(--accent);
  color: #fff;
}

.be-faq-page-section {
  padding: 64px 0 var(--section-y);
  background: var(--bg-page);
}

.be-faq-page-inner {
  max-width: 880px;
  margin: 0 auto;
}

.be-faq-groups {
  display: grid;
  gap: 42px;
}

.be-faq-group {
  padding-top: 28px;
}

.be-faq-group:first-child {
  border-top: 1px solid var(--border-hairline);
}

.be-faq-group h2 {
  margin: 0 0 10px;
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: clamp(23px, 3vw, 28px);
  font-weight: var(--fw-semibold);
  line-height: 1.35;
  letter-spacing: 0;
}

.be-faq-row {
  border-bottom: 1px solid var(--border-soft);
}

.be-faq-row summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 27.5px 4px;
  cursor: pointer;
  list-style: none;
}

.be-faq-row summary::-webkit-details-marker {
  display: none;
}

.be-faq-row__question {
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  transition: color var(--dur) var(--ease);
}

.be-faq-row__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-full);
  color: var(--accent);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1;
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.be-faq-row[open] .be-faq-row__question,
.be-faq-row:hover .be-faq-row__question {
  color: var(--accent-ink);
}

.be-faq-row[open] .be-faq-row__icon,
.be-faq-row:hover .be-faq-row__icon {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.be-faq-row[open] .be-faq-row__icon {
  transform: rotate(45deg);
}

.be-faq-row__answer {
  overflow: hidden;
}

.be-faq-row__answer p {
  margin: 0;
  padding: 0 44px 28px 4px;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.9;
}

.be-faq-cta {
  margin-top: 48px;
  padding: 44px 40px;
  border-radius: var(--r-xl);
  background: var(--bg-feature);
  text-align: center;
}

.be-faq-cta h2 {
  margin: 0 0 12px;
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

.be-faq-cta p {
  max-width: 480px;
  margin: 0 auto 24px;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
}

.be-contact-section {
  padding: var(--section-y) 0;
  background: var(--bg-page);
}

.be-contact-main {
  max-width: var(--container);
  margin: 0 auto;
}

.be-contact-main__top {
  display: grid;
  justify-items: center;
  gap: 28px;
  text-align: center;
}

.be-contact-head {
  width: 100%;
  max-width: 720px;
  min-width: 0;
}

.be-contact-actions {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  min-width: 0;
}

.be-contact-icon-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.be-contact-icon-link {
  width: 58px;
  height: 58px;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.72);
  color: var(--accent);
  box-shadow: 0 12px 26px rgba(72, 64, 54, 0.08);
}

.be-contact-icon-link .be-ui-icon {
  width: 36px;
  height: 36px;
}

.be-contact-icon-link .be-ui-icon--line,
.be-contact-icon-link .be-ui-icon--booking {
  width: 40px;
  height: 40px;
}

.be-contact-icon-link--booking-text {
  width: 58px;
  min-width: 58px;
  padding: 0;
  border-color: transparent;
  background: var(--accent-warm);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.be-contact-icon-link--booking-text:visited {
  color: #fff;
}

.be-contact-icon-link:hover {
  box-shadow: var(--shadow-lift);
}

.be-contact-actions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.be-contact-actions .be-btn {
  justify-content: center;
  min-height: 48px;
}

.be-contact-map-wrap {
  width: 100%;
  max-width: 820px;
  min-width: 0;
}

.be-contact-map {
  overflow: hidden;
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-lg);
  background: var(--surface-card);
  box-shadow: var(--shadow-card);
}

.be-contact-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  background: var(--bg-feature);
}

.be-contact-map-wrap p {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--text-muted);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.7;
}

.be-contact-info-wrap {
  width: 100%;
  max-width: 720px;
  min-width: 0;
  text-align: left;
}

.be-contact-card {
  padding: 10px 26px;
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-lg);
  background: var(--surface-card);
  box-shadow: var(--shadow-card);
}

.be-contact-row {
  display: flex;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-soft);
}

.be-contact-label {
  flex-shrink: 0;
  width: 78px;
  color: var(--accent);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
}

.be-contact-row a,
.be-contact-row span:not(.be-contact-label) {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: var(--text-body);
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.6;
}

.be-contact-row a {
  border-bottom: 1px solid var(--accent-soft);
  text-decoration: none;
}

.be-contact-offer {
  margin-top: 22px;
  padding: 16px 20px;
  border-radius: var(--r-md);
  background: var(--accent-warm-soft);
  color: var(--accent-warm-hover);
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.7;
}

.be-booking-flow {
  margin-top: 34px;
}

.be-booking-flow__figure {
  overflow: hidden;
  margin: 28px 0 0;
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-lg);
  background: var(--surface-card);
  box-shadow: var(--shadow-card);
}

.be-booking-flow__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.be-parking-note {
  display: grid;
  gap: 2px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: var(--r-md);
  background: var(--accent-soft);
  color: var(--accent-ink);
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.75;
}

.be-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.be-case-card,
.be-case-card:visited {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface-card);
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
  color: inherit;
  text-decoration: none;
}

.be-case-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: var(--be-card-img-pos, center);
}

.be-article-preview-card > img {
  object-position: var(--be-card-img-pos, center);
}

.be-cardbody {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 26px;
}

.be-case-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.be-article-card__date {
  color: var(--text-muted);
  font-family: var(--font-sans);
  font-size: 12.5px;
  line-height: 1;
}

.be-cardtitle {
  display: block;
  margin: 0 0 9px;
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.be-cardexc {
  display: block;
  flex: 1;
  margin: 0;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.8;
}

.be-cardlink {
  display: block;
  margin-top: 16px;
  color: var(--accent);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
}

.be-list-empty {
  padding: 40px 0;
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-sans);
  text-align: center;
}

.be-breadcrumb {
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: var(--text-muted);
  padding: 80px 0 0;
}

.be-breadcrumb a {
  color: var(--text-secondary);
  text-decoration: none;
}

.be-breadcrumb span {
  margin-right: 9px;
}

.be-breadcrumb span + a,
.be-breadcrumb span + span {
  margin-left: 0;
}

.be-case-hero .be-page-hero__image {
  object-position: center 42%;
}

.be-case-detail {
  max-width: var(--container-text);
  margin: 0 auto;
  padding: 0 24px var(--section-y);
}

.be-case-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 32px;
}

.be-case-detail__tags a {
  text-decoration: none;
}

.be-case-detail__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.be-case-detail__header a {
  text-decoration: none;
}

.be-case-detail__header h1,
.be-case-detail__header .be-article-detail__meta {
  flex: 0 0 100%;
}

.be-case-prose p {
  margin: 0 0 22px;
  color: var(--text-body);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 2;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.be-case-prose h2 {
  margin: 40px 0 16px;
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.be-case-figure {
  margin: 30px 0 34px;
}

.be-case-figure img {
  display: block;
  width: 100%;
  border-radius: var(--r-md);
}

.be-case-figure figcaption {
  margin-top: 10px;
  color: var(--text-muted);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.be-case-inline-image {
  max-width: 560px;
  margin: 12px auto 34px;
}

.be-case-inline-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
}

.be-case-inline-image--contain {
  max-width: min(560px, 100%);
}

.be-case-inline-image--contain img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.be-case-prose blockquote {
  margin: 28px 0;
  padding: 18px 26px;
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  background: var(--accent-soft);
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.7;
}

.be-case-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding: 32px 36px;
  border-radius: var(--r-lg);
  background: var(--bg-feature);
}

.be-case-share h2 {
  margin: 0;
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.be-case-share p {
  margin: 4px 0 0;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.75;
}

.be-case-back,
.be-case-back:visited {
  display: inline-block;
  margin-top: 40px;
  color: var(--accent);
  font-family: var(--font-sans);
  font-size: 15px;
  text-decoration: none;
}

.be-article-detail {
  max-width: var(--container-text);
  margin: 0 auto;
  padding: 0 24px;
}

.be-article-detail__header {
  padding: 28px 0 8px;
}

.be-article-detail__header h1 {
  margin: 18px 0 14px;
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.be-article-detail__meta {
  color: var(--text-muted);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.6;
}

.be-article-hero {
  margin: 20px 0 36px;
}

.be-article-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
}

.be-article-prose p {
  margin: 0 0 22px;
  color: var(--text-body);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 2;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.be-article-prose a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.be-article-inline-image {
  max-width: 560px;
  margin: 12px auto 34px;
}

.be-article-inline-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
}

.be-article-more {
  margin-top: 64px;
  padding: var(--section-y) 0;
  background: var(--bg-parchment);
}

.be-article-more__grid {
  margin-top: 40px;
}

.be-article-more .be-cardbody {
  padding: 20px 22px 24px;
}

.be-article-more .be-cardtitle {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.4;
}

.be-service-detail {
  max-width: var(--container);
  margin: 0 auto;
  padding: 40px clamp(20px, 4.5vw, 32px) var(--section-y);
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start;
}

.be-service-mininav {
  position: sticky;
  top: 76px;
  z-index: 20;
  background: rgba(250, 247, 242, 0.94);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--border-hairline);
  margin-bottom: 8px;
}

.be-service-mininav > div {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.be-service-mininav a {
  position: relative;
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-secondary);
  text-decoration: none;
  white-space: nowrap;
  padding: 14px 0;
}

.be-service-mininav a[data-active] {
  color: var(--accent);
}

.be-svc-section {
  scroll-margin-top: 140px;
}

.be-svc-section > h2 {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.01em;
  color: var(--text-heading);
  margin: 46px 0 20px;
}

.be-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.be-tag {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 7px 13px;
  border-radius: var(--r-pill);
  white-space: nowrap;
}

.be-tag--teal {
  background: var(--accent-soft);
  color: var(--accent-ink);
}

.be-tag--warm {
  background: var(--accent-warm-soft);
  color: var(--accent-warm-hover);
}

.be-service-needs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.be-need-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface-card);
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-md);
  padding: 15px 18px;
}

.be-need-card span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex: 0 0 auto;
}

.be-need-card p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--text-body);
}

.be-service-content-text {
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.95;
  color: var(--text-body);
  margin: 0;
}

.be-flow {
  display: grid;
  gap: 14px;
  position: relative;
}

.be-step {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--surface-card);
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-md);
  padding: 22px 24px;
  overflow: hidden;
  cursor: default;
}

.be-stepnode {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.be-stepcopy {
  position: relative;
  z-index: 1;
  display: block;
}

.be-stepnum,
.be-steptitle,
.be-stepdesc {
  display: block;
}

.be-stepnum {
  font-family: var(--font-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--accent-warm);
  margin-bottom: 5px;
}

.be-steptitle {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--text-heading);
  margin-bottom: 6px;
}

.be-stepdesc {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.be-service-notes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.be-service-notes li {
  display: flex;
  gap: 12px;
  font-family: var(--font-sans);
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text-body);
}

.be-service-notes span {
  color: var(--accent-warm);
  flex-shrink: 0;
}

.be-service-price {
  position: sticky;
  top: 96px;
  background: var(--surface-card);
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow-card);
}

.be-service-price__eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-warm);
  margin-bottom: 14px;
}

.be-service-price__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border-soft);
  font-family: var(--font-sans);
}

.be-service-price__row span:first-child {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-heading);
}

.be-service-price__row span:last-child {
  font-size: 14px;
  color: var(--text-secondary);
  text-align: right;
}

.be-service-price__actions {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.be-service-price p {
  font-family: var(--font-sans);
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 18px 0 0;
}

.be-related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.be-related-card {
  display: block;
  overflow: hidden;
  background: var(--surface-card);
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-md);
  color: inherit;
  text-decoration: none;
}

.be-related-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.be-article-preview-card .be-related-card__image {
  object-fit: fill;
}

.be-related-card__body {
  display: block;
  padding: 14px 16px;
}

.be-related-card__title {
  display: block;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-heading);
  margin-top: 9px;
}

.be-service-faq {
  padding: var(--section-y) 0 calc(var(--section-y) - 16px);
  background: var(--bg-page);
}

.be-service-faq__wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4.5vw, 32px);
}

.be-section-head {
  max-width: none;
}

.be-section-head--center {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.be-section-head__eyebrow {
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.be-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--text-heading);
  margin: 0;
}

.be-section-head__lead {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.85;
}

.be-section-head.is-on-dark .be-section-head__eyebrow {
  color: var(--accent-warm);
}

.be-section-head.is-on-dark h2 {
  color: var(--text-on-dark);
}

.be-section-head.is-on-dark .be-section-head__lead {
  color: var(--text-on-dark-muted);
}

.be-about-brand,
.be-about-values {
  padding: var(--section-y) 0;
  background: var(--bg-page);
}

.be-about-brand {
  scroll-margin-top: 96px;
}

.be-about-brand__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.be-about-body {
  margin: 0 0 18px;
  color: var(--text-body);
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.95;
}

.be-about-motto {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--border-soft);
}

.be-slideshow-frame {
  overflow: hidden;
  border-radius: var(--r-lg);
  clip-path: none;
}

.be-about-founder {
  position: relative;
  overflow: hidden;
  padding: var(--section-y) 0;
  background: var(--bg-ink);
  scroll-margin-top: 96px;
}

.be-about-founder .be-wrap {
  position: relative;
  z-index: 1;
}

.be-about-founder__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  column-gap: 60px;
  row-gap: 26px;
  align-items: start;
}

.be-founder-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  aspect-ratio: 4 / 5;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow-photo);
}

.be-founder-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;
}

.be-founder-photo-block {
  grid-column: 1;
  grid-row: 2;
}

.be-founder-copy-block {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: start;
  max-width: min(520px, 100%);
  text-align: left;
}

.be-founder-copy-block .be-section-head {
  margin-bottom: 0;
}

.be-founder-details-block {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.be-founder-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.be-about-founder-card,
.be-about-certifications {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.045);
}

.be-about-founder-card {
  padding: 22px 22px 24px;
}

.be-about-founder-kicker {
  margin-bottom: 8px;
  color: var(--accent-warm);
  font-family: var(--font-latin);
  font-size: 11.5px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.be-about-founder-card h3,
.be-about-bio-group h4,
.be-about-cert-grid h4 {
  color: var(--text-on-dark);
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
}

.be-about-founder-card h3 {
  margin: 0 0 18px;
  font-size: 22px;
}

.be-about-bio-group + .be-about-bio-group {
  margin-top: 18px;
}

.be-about-bio-group h4,
.be-about-cert-grid h4 {
  margin: 0 0 9px;
  font-size: 16.5px;
}

.be-about-cert-grid h4 {
  color: var(--accent-warm);
}

.be-about-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.be-about-list li {
  display: flex;
  gap: 10px;
  color: var(--text-on-dark-muted);
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.65;
}

.be-about-list span {
  flex: 0 0 auto;
  color: var(--accent-warm);
}

.be-about-certifications {
  margin-top: 24px;
  overflow: hidden;
}

.be-about-certifications summary {
  padding: 18px 20px;
  color: var(--text-on-dark);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: var(--fw-semibold);
}

.be-about-cert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 0 20px 22px;
}

.be-about-values {
  background: var(--bg-parchment);
  scroll-margin-top: 110px;
}

.be-about-values__flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 48px 0 0;
  list-style: none;
}

.be-about-value-card {
  display: grid;
  align-content: start;
  padding: 34px 30px;
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-lg);
  background: var(--surface-card);
  box-shadow: none;
}

.be-about-value-card__index {
  margin-bottom: 14px;
  color: var(--accent-warm);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: var(--fw-semibold);
}

.be-about-value-card h3 {
  margin: 0 0 10px;
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: var(--fw-semibold);
  line-height: 1.35;
}

.be-about-value-card p {
  margin: 0;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 15.5px;
  line-height: 1.85;
}

.be-about-values__action {
  margin-top: 48px;
  text-align: center;
}

.be-about-space {
  margin-top: clamp(64px, 8vw, 104px);
  padding-top: clamp(54px, 7vw, 84px);
  border-top: 1px solid var(--border-soft);
  scroll-margin-top: 110px;
}

.be-about-space__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: start;
}

.be-about-space__copy .be-section-head {
  margin-bottom: 34px;
}

.be-about-space__copy .be-section-head__lead {
  max-width: 560px;
  margin-left: 0;
}

.be-about-space__links {
  display: grid;
  border-top: 1px solid var(--border-soft);
}

.be-about-space__link {
  display: grid;
  grid-template-columns: 76px 1fr 24px;
  gap: 12px;
  align-items: start;
  padding: 24px 0 22px;
  border-bottom: 1px solid var(--border-soft);
  color: inherit;
  text-decoration: none;
  transition: color var(--dur) var(--ease);
}

.be-about-space__part {
  color: var(--accent);
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.be-about-space__mobile-stage,
.be-about-space__mobile-media {
  display: none;
}

.be-about-space__text {
  display: grid;
  gap: 6px;
}

.be-about-space__cat {
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.25;
}

.be-about-space__title {
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.be-about-space__excerpt {
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.75;
}

.be-about-space__arrow {
  color: var(--accent);
  font-size: 18px;
  line-height: 1.5;
  transform: translateX(-4px);
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}

.be-about-space__link:not(.is-active) .be-about-space__part,
.be-about-space__link:not(.is-active) .be-about-space__arrow {
  opacity: 0.55;
}

.be-about-space__link:hover .be-about-space__arrow,
.be-about-space__link:focus-visible .be-about-space__arrow,
.be-about-space__link.is-active .be-about-space__arrow {
  transform: translateX(0);
}

.be-about-space__media-shell {
  position: relative;
  top: auto;
  align-self: end;
}

.be-about-space__media {
  position: relative;
  min-height: min(620px, calc(100vh - 84px));
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--bg-feature);
  box-shadow: var(--shadow-photo);
}

.be-about-space__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: var(--be-img-pos, center);
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 520ms var(--ease), transform 720ms var(--ease);
}

.be-about-space__image.is-active {
  opacity: 1;
  transform: scale(1);
}

.be-about-space__overlay {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: grid;
  gap: 6px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68), 0 1px 4px rgba(0, 0, 0, 0.5);
}

.be-about-space__media::after {
  content: none;
}

.be-about-space__overlay-part {
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.be-about-space__overlay-cat {
  font-family: var(--font-display);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}

.be-about-space__overlay-title {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
}

.be-space-detail {
  background: var(--bg-parchment);
}

.be-space-detail .be-page-hero__image {
  object-position: var(--be-hero-pos, var(--be-hero-img-pos, center 50%));
}

.be-space-detail .be-page-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(24px, 4.5vw, 40px) 96px;
  color: #fff;
}

.be-space-detail .be-page-hero__inner .be-page-hero__eyebrow,
.be-space-detail .be-page-hero__inner h1,
.be-space-detail .be-page-hero__inner p {
  text-shadow: 0 2px 18px rgba(20, 18, 16, 0.64), 0 1px 4px rgba(20, 18, 16, 0.52);
}

.be-space-detail .be-page-hero__inner p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.75;
}

.be-space-detail__content {
  max-width: var(--container-text);
  margin: 0 auto;
  padding: 0 clamp(20px, 4.5vw, 32px) clamp(64px, 8vw, 104px);
}

.be-space-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 32px;
}

.be-space-showcase {
  margin: 0 0 44px;
}

.be-space-showcase__main.be-slideshow {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--bg-feature);
  box-shadow: var(--shadow-photo);
  aspect-ratio: 16 / 10;
  cursor: pointer;
}

.be-space-showcase__main .be-slideshow__image {
  object-position: var(--be-img-pos, center);
  transform: scale(1.035) translateX(10px);
}

.be-space-showcase__main .be-slideshow__image.is-active {
  transform: scale(1) translateX(0);
}

.be-slideshow__dots.be-space-thumbs {
  position: static;
  left: auto;
  bottom: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.be-slideshow__dots.be-space-thumbs span,
.be-slideshow__dots.be-space-thumbs span.is-active {
  display: block;
  width: auto;
  height: auto;
  border-radius: var(--r-sm);
  background: transparent;
  overflow: hidden;
  transition: opacity var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.be-slideshow__dots.be-space-thumbs span {
  border: 1px solid var(--border-hairline);
  opacity: 0.66;
  cursor: pointer;
}

.be-slideshow__dots.be-space-thumbs span.is-active {
  width: auto;
  background: transparent;
  border-color: var(--accent);
  opacity: 1;
  transform: translateY(-2px);
}

.be-space-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  object-position: var(--be-img-pos, center);
}

.be-space-body {
  display: grid;
  gap: 22px;
}

.be-space-body p {
  margin: 0;
  color: var(--text-body);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 2.05;
}

.be-space-back {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid var(--border-soft);
}

.be-space-back a {
  color: var(--accent-ink);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.be-space-related {
  padding: clamp(64px, 8vw, 104px) 0;
  background: var(--bg-parchment);
}

.be-space-related__grid {
  margin-top: 40px;
}

.be-space-related-card {
  display: flex;
  flex-direction: column;
}

.be-space-related-card > img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: var(--be-card-img-pos, center);
}

.be-space-related-card__title,
.be-space-related-card__excerpt {
  display: block;
}

.be-space-related-card__title {
  margin-top: 12px;
}

.be-space-related-card__excerpt {
  margin-top: 0;
}

.be-feedback-heading {
  position: relative;
  z-index: 1;
}

.be-feedback-row:first-child .be-feedback-track {
  transform: translate3d(-240px, 0, 0);
}

.be-feedback-row.is-reverse .be-feedback-track {
  transform: translate3d(-120px, 0, 0);
}

.be-faq-list {
  margin-top: 36px;
}

.be-faq-item {
  border-bottom: 1px solid var(--border-soft);
}

.be-faq-item summary {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 4px;
  cursor: pointer;
  text-align: left;
}

.be-faq-item summary::-webkit-details-marker {
  display: none;
}

.be-faq-item summary span {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--text-heading);
  line-height: 1.5;
}

.be-faq-item summary i {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: var(--r-full);
  border: 1px solid var(--border-strong);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.be-faq-item[open] summary span,
.be-faq-item summary:hover span {
  color: var(--accent-ink);
}

.be-faq-item[open] summary i,
.be-faq-item summary:hover i {
  transform: rotate(45deg);
  border-color: var(--accent);
  background: var(--accent-soft);
}

.be-faq-item p {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-secondary);
  margin: 0;
  padding: 0 44px 28px 4px;
}

.be-service-related-mobile {
  display: none;
  padding: 0 0 var(--section-y);
  background: var(--bg-page);
  scroll-margin-top: 118px;
}

.be-site-footer {
  position: relative;
  overflow: hidden;
  background: var(--bg-ink);
  color: var(--text-on-dark);
}

.be-foot-grid {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 72px) clamp(20px, 4.5vw, 32px) 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 48px;
}

.be-foot-hd {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-warm);
  margin-bottom: 18px;
}

.be-foot-link,
.be-foot-link:visited,
.be-foot-meta a,
.be-foot-meta a:visited {
  color: var(--text-on-dark-muted);
  text-decoration: none;
}

.be-foot-link {
  display: block;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 2.2;
}

.be-foot-meta {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-on-dark-muted);
  line-height: 2;
}

.be-foot-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0;
}

.be-foot-social-link {
  font-family: var(--font-sans);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--text-on-dark-muted);
  text-decoration: none;
}

.be-foot-social-link:hover {
  color: #fff;
}

.be-foot-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px clamp(20px, 4.5vw, 32px);
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--text-on-dark-muted);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.be-foot-credit {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.be-foot-mobile {
  display: none;
}

@media (max-width: 1160px) {
  .be-site-header__inner {
    height: 78px;
    padding: 0 8px;
    gap: 4px;
  }

  .be-desktop-nav,
  .be-site-header__inner > .be-btn {
    display: none;
  }

  .be-mobile-actions {
    display: flex;
  }
}

@media (max-width: 759px) {
  .be-brand__mark {
    display: none;
  }

  .be-brand__text {
    gap: 3px;
  }

  .be-site-header__inner {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .be-page-hero {
    min-height: 260px;
  }

  .be-service-hero {
    min-height: 300px;
  }

  .be-page-hero__content {
    padding-bottom: 96px;
  }

  .be-page-hero__eyebrow {
    margin-bottom: 12px;
  }

  .be-page-hero h1 {
    font-size: clamp(27px, 7vw, 40px);
  }

  .be-page-hero__lead {
    font-size: 15.5px;
    margin-top: 14px;
  }

  .be-service-row__grid,
  .be-service-row--reverse .be-service-row__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .be-service-row--reverse .be-service-row__media,
  .be-service-row--reverse .be-service-row__copy {
    order: initial;
  }

  .be-service-row__media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-position: var(--be-img-mobile-pos, var(--be-img-pos, center));
  }

  .be-services-cta__card {
    padding: 42px 26px;
  }

  .be-services-cta {
    padding-top: var(--section-y) !important;
    padding-bottom: var(--section-y) !important;
  }

  .be-filterbar__button {
    padding: 10px 15px;
    min-height: 40px;
  }

  .be-faq-page-section {
    padding-top: 84px !important;
  }

  .be-faq-groups {
    gap: 46px;
  }

  .be-faq-group {
    padding-top: 28px;
  }

  .be-faq-group h2 {
    font-size: 23px;
    margin-bottom: 12px;
  }

  .be-faq-row summary {
    gap: 16px;
    padding: 26px 4px;
  }

  .be-faq-row__question {
    font-size: 18px;
    line-height: 1.55;
  }

  .be-faq-row__answer p {
    padding: 0 38px 28px 4px;
    font-size: 15.5px;
    line-height: 1.95;
  }

  .be-faq-cta {
    margin-top: 48px;
    padding: 38px 28px 40px;
  }

  .be-contact-section {
    padding-top: 84px !important;
    padding-bottom: 0 !important;
  }

  .be-contact-main {
    max-width: 100%;
  }

  .be-contact-main__top {
    gap: 28px;
  }

  .be-contact-actions {
    gap: 13px;
  }

  .be-contact-actions__grid {
    grid-template-columns: 1fr;
  }

  .be-contact-map iframe {
    height: 360px;
  }

  .be-contact-card {
    padding: 10px 26px;
  }

  .be-contact-row {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .be-contact-label {
    width: auto;
  }

  .be-contact-offer {
    font-size: 14.5px;
  }

  .be-booking-flow {
    margin-top: 34px;
  }

  .be-cardlink {
    margin-top: 14px;
  }

  .be-section-head__lead {
    font-size: 16px;
    line-height: 1.85;
  }

  .be-feedback-section {
    padding-bottom: calc(var(--section-y) + 72px) !important;
  }

  .be-feedback-row:first-child .be-feedback-track,
  .be-feedback-row.is-reverse .be-feedback-track {
    transform: translate3d(-110px, 0, 0);
  }

  .be-articles-list {
    padding-bottom: 127px !important;
  }

  .be-breadcrumb {
    padding-top: 80px;
    font-size: 12.5px;
  }

  .be-case-detail {
    padding: 0 20px calc(var(--section-y) + 22px);
  }

  .be-case-detail__tags {
    margin: 24px 0 28px;
  }

  .be-case-prose p {
    font-size: 16.5px;
    line-height: 2.05;
  }

  .be-case-prose h2 {
    font-size: 25px;
    margin: 42px 0 16px;
  }

  .be-case-figure {
    margin: 28px 0 34px;
  }

  .be-case-inline-image {
    max-width: 100%;
  }

  .be-case-prose blockquote {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 1.75;
  }

  .be-case-share {
    display: block;
    margin-top: 46px;
    padding: 30px 30px 32px;
  }

  .be-case-share .be-btn {
    margin-top: 20px;
  }

  .be-case-back {
    margin-top: 38px;
  }

  .be-article-detail {
    padding: 0 20px;
  }

  .be-article-detail__header {
    padding: 26px 0 8px;
  }

  .be-article-detail__header h1 {
    font-size: 30px;
    line-height: 1.32;
  }

  .be-article-prose p {
    font-size: 16.5px;
    line-height: 2.05;
  }

  .be-article-inline-image {
    max-width: 100%;
  }

  .be-article-more {
    margin-top: 54px;
  }

  .be-service-detail {
    padding-top: 40px;
    gap: 40px;
  }

  .be-service-mininav {
    top: 78px;
    margin: 0 calc(-1 * clamp(20px, 4.5vw, 32px)) 22px;
  }

  .be-service-mininav > div {
    gap: 18px;
    padding: 0 clamp(20px, 4.5vw, 32px);
  }

  .be-service-mininav a {
    font-size: 14px;
    padding: 12px 0;
  }

  .be-svc-section {
    scroll-margin-top: 118px;
    padding-top: 26px;
    margin-top: 26px;
    border-top: 1px solid var(--border-soft);
  }

  .be-svc-section.is-first {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }

  .be-svc-section > h2 {
    font-size: 21px;
    margin: 0 0 16px;
  }

  .be-service-price {
    position: static;
  }

  .be-service-related--desktop {
    display: none;
  }

  .be-service-faq {
    padding-top: var(--section-y) !important;
    padding-bottom: calc(var(--section-y) - 8px) !important;
  }

  .be-service-related-mobile {
    display: block;
    padding-top: 0 !important;
    padding-bottom: calc(var(--section-y) - 8px) !important;
  }

  .be-service-related-mobile .be-related-grid {
    margin-top: 32px;
  }

  .be-article-more__grid.be-cardgrid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .be-article-more__grid.be-cardgrid .be-cardbody {
    padding: 16px 18px 18px !important;
  }

  .be-article-more__grid.be-cardgrid .be-cardtitle {
    font-size: 17px !important;
    line-height: 1.38 !important;
  }
}

@media (max-width: 700px) {
  .be-foot-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 44px 20px 28px;
  }

  .be-foot-desktop {
    display: none;
  }

  .be-foot-mobile {
    display: block;
  }

  .be-foot-mobile details {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .be-foot-mobile summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 0;
    cursor: pointer;
  }

  .be-foot-mobile summary::-webkit-details-marker {
    display: none;
  }

  .be-foot-mobile .be-foot-hd {
    margin-bottom: 0;
  }

  .be-foot-mobile__content {
    padding: 0 0 16px;
    animation: be-acc-in 0.28s var(--ease) both;
  }

  .be-foot-bottom {
    justify-content: center;
    padding-bottom: 26px;
    text-align: center;
  }

  .be-foot-credit {
    justify-content: center;
  }
}

.be-btn--quiet {
  background: #fff;
  color: var(--text-heading);
  border-color: var(--border-hairline);
  box-shadow: var(--shadow-card);
}

.be-btn--ondark {
  background: #fff;
  color: var(--accent-ink);
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(13, 24, 26, 0.16);
}

.be-btn--home-ghost,
.be-btn--home-ghost:visited,
.be-btn--home-ondark-ghost,
.be-btn--home-ondark-ghost:visited {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
}

.be-home {
  background: var(--bg-page);
  overflow-x: clip;
}

.be-home-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--bg-ink);
}

.be-home-hero__image,
.be-home-cta__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.be-home-hero__image {
  object-position: center 32%;
}

.be-home-hero__scrim,
.be-home-hero__vignette,
.be-home-cta__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.be-home-hero__scrim {
  background: linear-gradient(to top, rgba(24, 21, 19, 0.9) 0%, rgba(24, 21, 19, 0.66) 24%, rgba(24, 21, 19, 0.34) 46%, rgba(24, 21, 19, 0.1) 70%, rgba(24, 21, 19, 0) 88%);
}

.be-home-hero__vignette {
  background: linear-gradient(102deg, rgba(24, 21, 19, 0.42) 0%, rgba(24, 21, 19, 0.12) 38%, rgba(24, 21, 19, 0) 62%);
}

.be-home-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.be-home-hero__copy {
  max-width: 700px;
  color: #fff;
}

.be-home-hero__eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 15px;
  border-radius: 4px;
  background: rgba(63, 138, 140, 0.92);
  color: #fff;
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.be-home-hero__eyebrow-mobile {
  display: none;
}

.be-home-hero__title {
  color: #fff;
  text-shadow: 0 1px 20px rgba(20, 18, 16, 0.5), 0 1px 3px rgba(20, 18, 16, 0.35);
}

.be-home-hero__lead {
  max-width: 500px;
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.75;
  text-shadow: 0 1px 10px rgba(20, 18, 16, 0.55), 0 1px 2px rgba(20, 18, 16, 0.4);
}

.be-home-hero__actions,
.be-home-cta__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.be-home-hero__marker {
  text-align: right;
  color: rgba(255, 255, 255, 0.86);
  padding-bottom: 6px;
  text-shadow: 0 1px 12px rgba(20, 18, 16, 0.55);
}

.be-home-hero__marker-title {
  color: #fff;
  font-family: var(--font-latin);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.be-home-hero__marker-kicker {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-latin);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  line-height: 1.7;
  text-transform: uppercase;
}

.be-home-hero__marker-line {
  width: 44px;
  height: 1px;
  margin: 14px 0 14px auto;
  background: rgba(255, 255, 255, 0.3);
}

.be-home-hero__marker-note {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-sans);
  font-size: 12.5px;
  letter-spacing: 0.04em;
}

.be-home-intro,
.be-home-services,
.be-home-feature {
  position: relative;
  padding: var(--section-y) 0;
  overflow: hidden;
}

.be-home-intro {
  background: var(--bg-page);
}

.be-home-intro__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 60px;
  align-items: center;
}

.be-home-kicker,
.be-home-cta__eyebrow {
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.be-home-kicker {
  margin-bottom: 14px;
  color: var(--accent);
}

.be-home-intro h2,
.be-home-cta h2 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.28;
}

.be-home-intro h2 {
  margin: 0 0 18px;
  color: var(--text-heading);
  font-size: clamp(28px, 3.2vw, 38px);
}

.be-home-intro p {
  max-width: 560px;
  margin: 0 0 12px;
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.9;
}

.be-home-intro__motto {
  margin: 0 0 26px;
}

.be-home-text-link {
  color: var(--accent);
  font-family: var(--font-sans);
  font-size: 15.5px;
  font-weight: 500;
  text-decoration: none;
}

.be-home-watermark {
  z-index: 0;
}

.be-home-watermark--zh span {
  font-family: var(--font-display);
  letter-spacing: 0.16em;
}

.be-home-watermark--dark {
  top: auto;
  right: 0;
  bottom: 6%;
  left: 0;
  transform: none;
}

.be-home-watermark--dark span {
  color: rgba(255, 255, 255, 0.05);
}

.be-slideshow {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--bg-feature);
  box-shadow: var(--shadow-photo);
  cursor: pointer;
}

.be-slideshow__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 900ms var(--ease), transform 1200ms var(--ease);
}

.be-slideshow__image.is-active,
.be-slideshow__image:first-child {
  opacity: 1;
  transform: scale(1);
}

.be-slideshow.is-bound .be-slideshow__image:first-child:not(.is-active) {
  opacity: 0;
  transform: scale(1.02);
}

.be-slideshow__dots {
  position: absolute;
  left: 18px;
  bottom: 16px;
  display: flex;
  gap: 7px;
}

.be-slideshow__dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 1px 8px rgba(20, 18, 16, 0.22);
  transition: width var(--dur) var(--ease), background var(--dur) var(--ease);
}

.be-slideshow__dots span.is-active {
  width: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.be-home-services {
  background: var(--bg-feature);
}

.be-home-services [data-reveal] {
  opacity: 1;
  transform: none;
}

.be-home-services__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  grid-template-rows: auto auto auto;
  column-gap: 56px;
  row-gap: 0;
  align-items: start;
}

.be-home-services__media {
  grid-column: 1;
  grid-row: 2 / span 2;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-photo);
  clip-path: none;
}

.be-home-services__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.be-home-services__media span {
  position: absolute;
  left: -8px;
  bottom: 28px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.34em;
}

.be-home-services .be-section-head {
  margin-bottom: 22px;
}

.be-home-services__head {
  grid-column: 2;
  grid-row: 1;
}

.be-home-services .be-section-head h2 {
  font-size: clamp(24px, 3vw, 36px);
}

.be-home-services .be-section-head__lead {
  max-width: 460px;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

.be-home-service-grid {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.be-home-service-card {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 22px 22px 20px;
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-md);
  background: var(--surface-card);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-card);
}

.be-home-service-card__index,
.be-home-service-card__title,
.be-home-service-card__en,
.be-home-service-card__summary {
  display: block;
}

.be-home-service-card__index {
  color: var(--accent);
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.be-home-service-card__title {
  margin: 8px 0 4px;
  color: var(--text-heading);
  font-family: var(--font-display);
  font-size: 18.5px;
  font-weight: 600;
  line-height: 1.4;
}

.be-home-service-card__en {
  margin-bottom: 10px;
  color: var(--text-muted);
  font-family: var(--font-latin);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.be-home-service-card__summary {
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.7;
}

.be-home-services__more {
  grid-column: 2;
  grid-row: 3;
  margin-top: 28px;
}

.be-home-feature {
  background: var(--bg-parchment);
}

.be-home-feature__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.be-home-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.be-home-article-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border-hairline);
  border-radius: var(--r-lg);
  background: var(--surface-card);
  text-decoration: none;
  box-shadow: var(--shadow-card);
}

.be-home-article-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: fill;
}

.be-home-cta {
  position: relative;
  margin-top: -56px;
  padding: 120px 0 104px;
  overflow: hidden;
  background: var(--bg-ink);
  clip-path: polygon(0 56px, 100% 0, 100% 100%, 0 100%);
}

.be-home-cta__image {
  object-position: center 55%;
}

.be-home-cta__overlay {
  background: linear-gradient(100deg, rgba(38, 79, 83, 0.92) 0%, rgba(33, 30, 26, 0.74) 100%);
}

.be-home-cta__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  color: #fff;
}

.be-home-cta__eyebrow {
  margin-bottom: 18px;
  color: #f0d9c8;
}

.be-home-cta h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.25;
}

.be-home-cta p {
  max-width: 520px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.8;
}

.be-home-cta__meta {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-sans);
  font-size: 14px;
}

.be-home-cta__meta a,
.be-home-cta__meta a:visited {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 1160px) {
  .be-home-hero {
    min-height: calc(100svh - 78px);
  }
}

@media (max-width: 920px) {
  .be-home-hero__inner {
    padding: 0 20px 64px;
  }

  .be-home-hero__marker {
    display: none;
  }

  .be-home-intro__grid,
  .be-home-services__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .be-home-services__media {
    display: none;
  }

  .be-home-services__head,
  .be-home-service-grid,
  .be-home-services__more {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .be-home-hero {
    min-height: calc(100svh - 78px);
  }

  .be-home-hero__inner {
    padding-bottom: max(104px, calc(84px + env(safe-area-inset-bottom)));
  }

  .be-home-hero__image {
    object-position: center 30%;
  }

  .be-home-hero__scrim {
    background: linear-gradient(to top, rgba(24, 21, 19, 0.94) 0%, rgba(24, 21, 19, 0.8) 26%, rgba(24, 21, 19, 0.5) 50%, rgba(24, 21, 19, 0.18) 74%, rgba(24, 21, 19, 0) 92%);
  }

  .be-home-hero__eyebrow {
    margin-bottom: 18px;
  }

  .be-home-hero__eyebrow-desktop {
    display: none;
  }

  .be-home-hero__eyebrow-mobile {
    display: inline;
  }

  .be-home-hero__lead {
    margin: 18px 0 26px;
    font-size: 15.5px;
  }

  .be-home-hero__map {
    display: none;
  }

  .be-home-hero__marker {
    display: block;
    position: absolute;
    right: 20px;
    bottom: -32px;
    z-index: 2;
    width: min(46vw, 190px);
    padding-bottom: 0;
  }

  .be-home-hero__marker-title {
    font-size: 11px;
    line-height: 1.35;
  }

  .be-home-hero__marker-kicker {
    margin-top: 4px;
    font-size: 9.5px;
    letter-spacing: 0.1em;
    line-height: 1.45;
  }

  .be-home-hero__marker-line {
    width: 34px;
    margin: 8px 0 8px auto;
  }

  .be-home-hero__marker-note {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 10.5px;
    line-height: 1.55;
    word-break: keep-all;
  }

  .be-home-hero__marker-note span {
    white-space: nowrap;
  }

  .be-home-intro,
  .be-home-services,
  .be-home-feature {
    padding: var(--section-y) 0 !important;
  }

  .be-home-intro__grid {
    gap: 34px !important;
  }

  .be-home-intro p {
    font-size: 15.5px;
    line-height: 1.85;
  }

  .be-slideshow {
    aspect-ratio: 4 / 3;
  }

  .be-slideshow__image {
    object-position: center 42%;
  }

  .be-home-service-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .be-home-services .be-section-head {
    margin-bottom: 18px;
  }

  .be-home-services__more .be-btn {
    width: 100%;
    justify-content: center;
  }

  .be-home-feature__head {
    display: grid;
    align-items: start;
    gap: 18px;
  }

  .be-home-article-grid {
    margin-top: 26px;
  }

  .be-home-cta {
    margin-top: -42px;
    padding: 108px 0 82px !important;
    clip-path: polygon(0 42px, 100% 0, 100% 100%, 0 100%);
  }

  .be-home-cta p {
    font-size: 16px;
  }

  .be-home-cta__actions {
    display: grid;
    gap: 12px;
  }

  .be-home-cta__actions .be-btn {
    justify-content: center;
  }
}

@media (max-width: 920px) {
  .be-about-brand__grid,
  .be-about-founder__grid,
  .be-founder-data,
  .be-about-cert-grid,
  .be-about-space__grid {
    grid-template-columns: 1fr;
  }

  .be-about-values__flow {
    grid-template-columns: 1fr;
  }

  .be-about-space__media-shell {
    display: none;
  }

  .be-about-space__mobile-stage {
    position: relative;
    display: block;
    margin: 28px 0 18px;
    overflow: hidden;
    border-radius: var(--r-lg);
    background: var(--bg-feature);
    box-shadow: var(--shadow-photo);
    aspect-ratio: 4 / 3;
  }

  .be-about-space__mobile-media {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transform: scale(1.035);
    pointer-events: none;
    transition: opacity 520ms var(--ease), transform 720ms var(--ease);
  }

  .be-about-space__mobile-media.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }

  .be-about-space__mobile-media img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: var(--be-img-pos, center);
  }

  .be-about-space__mobile-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(to top, rgba(24, 21, 19, 0.66), rgba(24, 21, 19, 0.18) 58%, rgba(24, 21, 19, 0));
    pointer-events: none;
  }

  .be-about-space__mobile-overlay {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    display: grid;
    gap: 5px;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68), 0 1px 4px rgba(0, 0, 0, 0.5);
  }

  .be-about-space__link {
    grid-template-columns: 1fr 22px;
    gap: 8px 12px;
    padding: 22px 0;
  }

  .be-about-space__part {
    grid-column: 1 / -1;
  }

  .be-space-showcase__main {
    aspect-ratio: 4 / 3;
  }

  .be-space-related-card > img {
    aspect-ratio: 4 / 3;
  }

  .be-founder-copy-block,
  .be-founder-photo-block,
  .be-founder-details-block {
    grid-column: auto;
    grid-row: auto;
  }

  .be-founder-copy-block {
    order: 1;
    max-width: 100%;
  }

  .be-founder-photo-block {
    order: 2;
    aspect-ratio: 4 / 3;
  }

  .be-founder-details-block {
    order: 3;
  }
}

@media (max-width: 640px) {
  .be-about-brand,
  .be-about-founder,
  .be-about-values {
    padding: var(--section-y) 0;
  }

  .be-about-brand__grid,
  .be-about-founder__grid {
    gap: 34px;
  }

  .be-about-body {
    font-size: 15.5px;
    line-height: 1.85;
  }

  .be-about-values__flow {
    margin-top: 40px;
  }

  .be-about-value-card {
    padding: 28px 24px;
  }

  .be-about-space {
    margin-top: 56px;
    padding-top: 48px;
  }

  .be-about-space__link {
    grid-template-columns: 1fr 22px;
    gap: 8px 12px;
    padding: 22px 0;
  }

  .be-about-space__part {
    grid-column: 1 / -1;
  }

  .be-space-body p {
    font-size: 16px;
    line-height: 1.95;
  }

}

@media (min-width: 768px) {
  .be-home-services {
    padding-top: calc(var(--section-y) + 9px);
    padding-bottom: calc(var(--section-y) + 9px);
  }

  .be-feedback-section {
    padding-bottom: calc(var(--section-y) + 89px);
  }

  .be-home-cta {
    padding-bottom: 110px;
  }
}
