.family-corp-theme {
  background: #faf6ef;
  color: #19110b;
}

.family-corp-theme .family-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.family-corp-theme a:focus-visible,
.family-corp-theme button:focus-visible,
.family-corp-theme input:focus-visible,
.family-corp-theme select:focus-visible,
.family-corp-theme textarea:focus-visible {
  outline: 3px solid #ff6f0f;
  outline-offset: 3px;
}

.family-corp-theme .family-theme-main {
  min-height: 40vh;
}

.family-corp-theme .family-inner-banner {
  position: relative;
  overflow: hidden;
  padding: 180px 0 110px;
  background: linear-gradient(135deg, #19110b 0%, #322014 55%, #4a321f 100%);
}

.family-corp-theme .family-inner-banner .pattern-layer {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-repeat: no-repeat;
  background-size: cover;
}

.family-corp-theme .family-inner-banner__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.family-corp-theme .family-inner-banner__content .sub-title,
.family-corp-theme .family-document-article__header .sub-title,
.family-corp-theme .family-immersive-article__content .sub-title,
.family-corp-theme .family-feature-post__body .sub-title {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f7d8b6;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.family-corp-theme .family-inner-banner__content h1,
.family-corp-theme .family-document-article__header h1,
.family-corp-theme .family-immersive-article__content h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
}

.family-corp-theme .family-inner-banner__content p,
.family-corp-theme .family-document-article__header p,
.family-corp-theme .family-immersive-article__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.8;
}

.family-corp-theme .family-main-header .header-lower .outer-box,
.family-corp-theme .family-main-header .sticky-header .outer-box {
  gap: 28px;
}

.family-corp-theme .family-menu-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.family-corp-theme .family-language-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(25, 17, 11, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.family-corp-theme .family-language-pill a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  color: #19110b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.family-corp-theme .family-language-pill a.is-active {
  background: #19110b;
  color: #fff;
}

.family-corp-theme .family-search-link {
  width: 48px;
  height: 48px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 17, 11, 0.12);
  border-radius: 999px;
  color: #19110b;
  background: rgba(255, 255, 255, 0.8);
}

.family-corp-theme .family-search-shell {
  position: relative;
}

.family-corp-theme .family-search-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 50;
  width: min(420px, calc(100vw - 40px));
  padding: 14px;
  border: 1px solid rgba(25, 17, 11, 0.12);
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.98);
  box-shadow: 0 24px 56px rgba(25, 17, 11, 0.14);
  backdrop-filter: blur(14px);
}

.family-corp-theme .family-search-popover[hidden] {
  display: none !important;
}

.family-corp-theme .family-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.family-corp-theme .family-search-form input {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(25, 17, 11, 0.14);
  border-radius: 16px;
  background: #fff;
  color: #19110b;
}

.family-corp-theme .family-search-form button {
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff8a33 0%, #ff6f0f 100%);
  color: #1b120c;
  font-weight: 700;
}

.family-corp-theme .handle-preloader {
  background: #120d09;
}

.family-corp-theme .loader-wrap {
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.family-corp-theme .loader-wrap.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.family-corp-theme .handle-preloader .animation-preloader {
  display: grid;
  place-items: center;
}

.family-corp-theme .handle-preloader .animation-preloader .spinner {
  width: 88px;
  height: 88px;
  margin: 0;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0.24);
  border-top-color: #ff6f0f;
  box-shadow: 0 0 0 12px rgba(255, 111, 15, 0.08);
}

.family-corp-theme .handle-preloader .animation-preloader .txt-loading {
  display: none !important;
}

.family-corp-theme .family-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.family-corp-theme .family-footer-link-card {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.family-corp-theme .family-footer-link-card label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.family-corp-theme .family-footer-link-card a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.family-corp-theme .family-home-about {
  padding-top: 120px;
  padding-bottom: 120px;
}

.family-corp-theme .family-home-about .row {
  --bs-gutter-x: 64px;
}

.family-corp-theme .family-home-about .image-box {
  margin-right: 0;
  padding-right: 0;
}

.family-corp-theme .family-home-about .image-box .shape {
  opacity: 0.32;
}

.family-corp-theme .family-home-about .image-box .image-1 {
  margin: 0;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(25, 17, 11, 0.12);
}

.family-corp-theme .family-home-about .image-box .image-1 img {
  display: block;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.family-corp-theme .family-home-about .content-box {
  max-width: 560px;
  margin-left: auto;
}

.family-corp-theme .family-home-about .sec-title .sub-title {
  margin-bottom: 16px;
  color: #8e613a;
}

.family-corp-theme .family-home-about .sec-title h2 {
  margin: 0 0 24px;
  color: #19110b;
  font-size: clamp(2.5rem, 4.8vw, 5.3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.family-corp-theme .family-home-about .text-box p {
  margin: 0 0 24px;
  color: #4c3a2f;
  font-size: 1.08rem;
  line-height: 1.8;
}

.family-corp-theme .family-home-about .list-style-one li a,
.family-corp-theme .family-home-about .list-style-one li {
  color: #19110b;
}

.family-corp-theme .family-home-about .btn-box {
  margin-top: 30px;
}

.family-corp-theme .family-home-services {
  position: relative;
  overflow: hidden;
  padding-top: 112px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at top right, rgba(255, 111, 15, 0.16), transparent 28%),
    linear-gradient(180deg, #120d09 0%, #1b120c 100%);
}

.family-corp-theme .family-home-services .sec-title {
  max-width: 680px;
  margin: 0 auto 64px;
}

.family-corp-theme .family-home-services .sec-title .sub-title {
  color: #ffb27e;
}

.family-corp-theme .family-home-services .sec-title h2 {
  color: #fff8f2;
}

.family-corp-theme .family-home-services .service-block {
  margin-bottom: 28px;
}

.family-corp-theme .family-home-services .service-block-one {
  height: 100%;
}

.family-corp-theme .family-home-services .service-block-one .inner-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 34px 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.family-corp-theme .family-home-services .service-block-one .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 26px;
  border-radius: 22px;
  background: rgba(255, 111, 15, 0.12);
}

.family-corp-theme .family-home-services .service-block-one .icon-box img {
  max-width: 32px;
  max-height: 32px;
  filter: brightness(0) invert(1);
}

.family-corp-theme .family-home-services .service-block-one h3,
.family-corp-theme .family-home-services .service-block-one h3 a {
  color: #fffaf6;
  font-size: 1.75rem;
  line-height: 1.14;
}

.family-corp-theme .family-home-services .service-block-one p {
  margin: 0 0 24px;
  color: rgba(255, 248, 242, 0.82);
  line-height: 1.75;
}

.family-corp-theme .family-home-services .service-block-one .link {
  margin-top: auto;
}

.family-corp-theme .family-home-services .service-block-one .link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #ff6f0f;
  color: #120d09;
}

.family-corp-theme .family-home-services .service-block-one .link a:hover,
.family-corp-theme .family-home-services .service-block-one .link a:focus-visible {
  background: #ffffff;
  color: #120d09;
}

.family-corp-theme .widget,
.family-corp-theme .widget a,
.family-corp-theme .widget li,
.family-corp-theme .widget p,
.family-corp-theme .blog-sidebar .category-widget .category-list li a,
.family-corp-theme .blog-sidebar .tags-widget .tags-list li a,
.family-corp-theme .blog-sidebar .search-widget .form-group button[type='submit'] {
  color: #19110b;
}

.family-corp-theme .widget .widget-title,
.family-corp-theme .blog-sidebar .search-widget h3,
.family-corp-theme .blog-sidebar .category-widget h3,
.family-corp-theme .blog-sidebar .tags-widget h3 {
  color: #19110b;
}

.family-corp-theme .family-site-footer {
  padding: 40px 0 52px;
  background: #120d09;
  color: #f7efe7;
}

.family-corp-theme .family-site-footer .footer-bottom {
  padding-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.family-corp-theme .family-site-footer .bottom-inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, auto) minmax(180px, 1fr);
  align-items: center;
  gap: 24px;
  padding-top: 36px;
}

.family-corp-theme .family-site-footer__copyright {
  max-width: 240px;
}

.family-corp-theme .family-site-footer .copyright p {
  margin: 0;
  color: rgba(247, 239, 231, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}

.family-corp-theme .family-site-footer .copyright p span {
  display: block;
  color: #fff;
  font-weight: 700;
}

.family-corp-theme .family-site-footer__logo {
  display: flex;
  justify-content: center;
  margin: 0;
}

.family-corp-theme .family-site-footer__logo img {
  display: block;
  width: min(100%, 420px);
  max-height: 120px;
  object-fit: contain;
}

.family-corp-theme .family-footer-language-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.family-corp-theme .family-footer-language-links li {
  margin: 0;
}

.family-corp-theme .family-footer-language-links li::before {
  display: none;
}

.family-corp-theme .family-footer-language-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.family-corp-theme .family-footer-language-links a:hover,
.family-corp-theme .family-footer-language-links a:focus-visible {
  border-color: #ff6f0f;
  background: #ff6f0f;
  color: #120d09;
}

.family-corp-theme .scroll-to-top {
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  box-shadow: inset 0 0 0 2px rgba(255, 111, 15, 0.28);
  background: rgba(18, 13, 9, 0.78);
  backdrop-filter: blur(10px);
}

.family-corp-theme .scroll-to-top::after {
  width: 54px;
  height: 54px;
  line-height: 54px;
  color: #ffb27e;
}

.family-corp-theme .scroll-to-top .scroll-top-inner path {
  stroke: #ff6f0f;
}

.family-corp-theme .public-form-shell,
.family-corp-theme .account-auth-section,
.family-corp-theme .account-dashboard-section,
.family-corp-theme .support-account-section,
.family-corp-theme .queue-form-section,
.family-corp-theme .appointment-shell {
  padding-top: 120px;
}

.family-corp-theme .form-shell,
.family-corp-theme .queue-form-card,
.family-corp-theme .appointment-card,
.family-corp-theme .appointment-sidecard,
.family-corp-theme .account-auth-card,
.family-corp-theme .account-dashboard-card,
.family-corp-theme .support-account-card {
  background: #fffdfa;
}

.family-corp-theme .eyebrow,
.family-corp-theme .account-dashboard-eyebrow,
.family-corp-theme .appointment-hero__eyebrow,
.family-corp-theme .queue-hero__eyebrow,
.family-corp-theme .support-account-toolbar .support-account-status,
.family-corp-theme .account-auth-card__eyebrow,
.family-corp-theme .support-account-chip {
  letter-spacing: 0.08em;
}

.family-corp-theme .form-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px;
  border-radius: 32px;
  border: 1px solid rgba(25, 17, 11, 0.08);
  box-shadow: 0 26px 72px rgba(25, 17, 11, 0.08);
}

.family-corp-theme .form-shell > h1,
.family-corp-theme .survey-shell > h1 {
  margin: 0 0 16px;
  color: #19110b;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.family-corp-theme .form-shell__lead,
.family-corp-theme .public-form-welcome,
.family-corp-theme .queue-form-card__meta,
.family-corp-theme .appointment-card__meta,
.family-corp-theme .appointment-sidecard__meta,
.family-corp-theme .support-account-note,
.family-corp-theme .support-account-empty,
.family-corp-theme .account-dashboard-empty,
.family-corp-theme .account-auth-note,
.family-corp-theme .queue-public-note {
  color: #4f4033;
  line-height: 1.8;
}

.family-corp-theme .feedback-banner,
.family-corp-theme .account-auth-alert,
.family-corp-theme .queue-feedback,
.family-corp-theme .appointment-feedback {
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid transparent;
  border-radius: 18px;
  font-weight: 700;
  line-height: 1.65;
}

.family-corp-theme .feedback-banner--success,
.family-corp-theme .queue-feedback--success,
.family-corp-theme .appointment-feedback--success {
  border-color: rgba(13, 121, 73, 0.22);
  background: #eefbf3;
  color: #0d5a35;
}

.family-corp-theme .feedback-banner--error,
.family-corp-theme .account-auth-alert,
.family-corp-theme .queue-feedback--error,
.family-corp-theme .appointment-feedback--error {
  border-color: rgba(162, 40, 40, 0.18);
  background: #fff3f2;
  color: #8e1f1f;
}

.family-corp-theme .feedback-banner--info,
.family-corp-theme .queue-feedback--info,
.family-corp-theme .appointment-feedback--info {
  border-color: rgba(142, 97, 58, 0.18);
  background: #fff6ee;
  color: #7b4a23;
}

.family-corp-theme .public-form {
  display: grid;
  gap: 28px;
}

.family-corp-theme .public-form-progress {
  padding: 18px 20px;
  border-radius: 20px;
  background: #f6ede3;
  border: 1px solid rgba(142, 97, 58, 0.12);
}

.family-corp-theme .public-form-progress__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: #423126;
  font-weight: 700;
}

.family-corp-theme .public-form-progress__track {
  height: 10px;
  border-radius: 999px;
  background: rgba(25, 17, 11, 0.08);
  overflow: hidden;
}

.family-corp-theme .public-form-progress__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6f0f 0%, #8e613a 100%);
}

.family-corp-theme .public-form-section {
  display: none;
  gap: 26px;
}

.family-corp-theme .public-form-section.is-active {
  display: grid;
}

.family-corp-theme .public-form-section__header h2 {
  margin: 0 0 10px;
  color: #19110b;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.family-corp-theme .public-form-section__header p {
  margin: 0;
  color: #5a493c;
  line-height: 1.8;
}

.family-corp-theme .public-form-section__questions {
  display: grid;
  gap: 20px;
}

.family-corp-theme .public-form-question {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(25, 17, 11, 0.08);
  background: #fff;
}

.family-corp-theme .public-form-question__title {
  margin: 0 0 8px;
  color: #19110b;
  font-size: 1.18rem;
  line-height: 1.4;
}

.family-corp-theme .public-form-question__required {
  color: #a12828;
}

.family-corp-theme .public-form-question__description,
.family-corp-theme .public-form-question__sensitive,
.family-corp-theme .public-form-scale__labels,
.family-corp-theme .appointment-step__status,
.family-corp-theme .appointment-note,
.family-corp-theme .appointment-field__hint,
.family-corp-theme .support-account-status,
.family-corp-theme .support-account-thread span,
.family-corp-theme .support-account-message__meta,
.family-corp-theme .account-dashboard-list dt,
.family-corp-theme .account-dashboard-hero p,
.family-corp-theme .support-account-hero p,
.family-corp-theme .queue-hero__lead,
.family-corp-theme .appointment-hero__lead {
  color: #5b4a3d;
}

.family-corp-theme .public-form-question__media {
  margin: 16px 0 0;
}

.family-corp-theme .public-form-question__media img,
.family-corp-theme .public-form-question__media video {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 20px;
}

.family-corp-theme .public-form-question__body {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.family-corp-theme .form-control,
.family-corp-theme .public-form-question textarea,
.family-corp-theme .public-form-question select,
.family-corp-theme .public-form-question input[type='text'],
.family-corp-theme .public-form-question input[type='email'],
.family-corp-theme .public-form-question input[type='date'],
.family-corp-theme .public-form-question input[type='time'],
.family-corp-theme .public-form-question input[type='number'],
.family-corp-theme .public-form-question input[type='file'],
.family-corp-theme .account-auth-field input,
.family-corp-theme .queue-public-control,
.family-corp-theme .appointment-field input,
.family-corp-theme .appointment-field select,
.family-corp-theme .appointment-field textarea,
.family-corp-theme .support-account-form textarea,
.family-corp-theme .support-account-form input {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid rgba(25, 17, 11, 0.14);
  border-radius: 18px;
  background: #fffdfa;
  color: #19110b;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.family-corp-theme textarea.form-control,
.family-corp-theme .public-form-question textarea,
.family-corp-theme .support-account-form textarea,
.family-corp-theme .appointment-field textarea {
  min-height: 144px;
  resize: vertical;
}

.family-corp-theme .form-control:focus,
.family-corp-theme .public-form-question textarea:focus,
.family-corp-theme .public-form-question select:focus,
.family-corp-theme .public-form-question input[type='text']:focus,
.family-corp-theme .public-form-question input[type='email']:focus,
.family-corp-theme .public-form-question input[type='date']:focus,
.family-corp-theme .public-form-question input[type='time']:focus,
.family-corp-theme .public-form-question input[type='number']:focus,
.family-corp-theme .public-form-question input[type='file']:focus,
.family-corp-theme .account-auth-field input:focus,
.family-corp-theme .queue-public-control:focus,
.family-corp-theme .appointment-field input:focus,
.family-corp-theme .appointment-field select:focus,
.family-corp-theme .appointment-field textarea:focus,
.family-corp-theme .support-account-form textarea:focus,
.family-corp-theme .support-account-form input:focus {
  border-color: #ff6f0f;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 111, 15, 0.14);
}

.family-corp-theme .public-form-choice,
.family-corp-theme .queue-public-check {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid rgba(25, 17, 11, 0.12);
  border-radius: 18px;
  background: #fffdfa;
  color: #19110b;
  font-weight: 600;
  cursor: pointer;
}

.family-corp-theme .public-form-choice input,
.family-corp-theme .queue-public-check input {
  width: 18px;
  height: 18px;
  accent-color: #ff6f0f;
}

.family-corp-theme .public-form-scale,
.family-corp-theme .public-form-rating {
  display: grid;
  gap: 14px;
}

.family-corp-theme .public-form-scale__labels {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.9rem;
  font-weight: 600;
}

.family-corp-theme .public-form-scale__options,
.family-corp-theme .public-form-rating {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 12px;
}

.family-corp-theme .public-form-scale__option,
.family-corp-theme .public-form-rating__option {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 56px;
  border: 1px solid rgba(25, 17, 11, 0.12);
  border-radius: 18px;
  background: #fffdfa;
  color: #19110b;
  font-weight: 700;
  cursor: pointer;
}

.family-corp-theme .public-form-scale__option input,
.family-corp-theme .public-form-rating__option input,
.family-corp-theme .appointment-slot input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.family-corp-theme .public-form-scale__option input:checked + span,
.family-corp-theme .public-form-rating__option input:checked + span {
  color: #8e613a;
}

.family-corp-theme .public-form-scale__option:has(input:checked),
.family-corp-theme .public-form-rating__option:has(input:checked),
.family-corp-theme .support-account-thread.is-active,
.family-corp-theme .appointment-slot input:checked + .appointment-slot__card,
.family-corp-theme .account-dashboard-tag {
  border-color: rgba(255, 111, 15, 0.35);
  background: #fff4ea;
  box-shadow: 0 0 0 4px rgba(255, 111, 15, 0.1);
}

.family-corp-theme .public-form-grid {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 17, 11, 0.08);
  border-radius: 20px;
}

.family-corp-theme .public-form-grid th,
.family-corp-theme .public-form-grid td {
  padding: 14px 16px;
  color: #19110b;
  background: #fff;
  border-bottom: 1px solid rgba(25, 17, 11, 0.08);
}

.family-corp-theme .public-form-grid thead th {
  background: #f8efe5;
}

.family-corp-theme .public-form-section__actions,
.family-corp-theme .queue-public-actions,
.family-corp-theme .appointment-actions,
.family-corp-theme .appointment-auth-gate__actions,
.family-corp-theme .account-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.family-corp-theme .btn,
.family-corp-theme .btn-base,
.family-corp-theme .account-auth-submit,
.family-corp-theme .account-dashboard-logout,
.family-corp-theme .support-account-form button,
.family-corp-theme .appointment-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.family-corp-theme .btn-primary,
.family-corp-theme .btn-success,
.family-corp-theme .btn-base,
.family-corp-theme .account-auth-submit,
.family-corp-theme .support-account-form button,
.family-corp-theme .appointment-submit {
  background: linear-gradient(135deg, #ff8a33 0%, #ff6f0f 100%);
  color: #1b120c;
  box-shadow: 0 16px 34px rgba(255, 111, 15, 0.2);
}

.family-corp-theme .btn-outline-primary,
.family-corp-theme .account-dashboard-logout {
  border-color: rgba(25, 17, 11, 0.16);
  background: #fffdfa;
  color: #19110b;
}

.family-corp-theme .btn:hover,
.family-corp-theme .btn-base:hover,
.family-corp-theme .account-auth-submit:hover,
.family-corp-theme .account-dashboard-logout:hover,
.family-corp-theme .support-account-form button:hover,
.family-corp-theme .appointment-submit:hover {
  transform: translateY(-1px);
}

.family-corp-theme .btn:disabled,
.family-corp-theme .btn.is-disabled,
.family-corp-theme .btn-base:disabled,
.family-corp-theme .appointment-submit.is-disabled,
.family-corp-theme .support-account-form button:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  box-shadow: none;
}

.family-corp-theme .account-dashboard-list dd,
.family-corp-theme .support-account-message__body,
.family-corp-theme .queue-public-label,
.family-corp-theme .appointment-field label,
.family-corp-theme .support-account-thread strong,
.family-corp-theme .support-account-card h2,
.family-corp-theme .account-dashboard-card h2,
.family-corp-theme .queue-form-card__title,
.family-corp-theme .appointment-card__title,
.family-corp-theme .appointment-sidecard__title {
  color: #19110b;
}

.family-corp-theme .support-account-note,
.family-corp-theme .support-account-empty,
.family-corp-theme .appointment-auth-gate,
.family-corp-theme .appointment-step,
.family-corp-theme .appointment-stat,
.family-corp-theme .support-account-message {
  border-color: rgba(25, 17, 11, 0.1);
  background: #fffdfa;
}

.family-corp-theme .support-account-message--operator {
  background: #fff4ea;
}

.family-corp-theme .survey-public-results {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.family-corp-theme .survey-public-results__header h2 {
  margin: 0 0 10px;
  color: #19110b;
}

.family-corp-theme .survey-public-results__header p,
.family-corp-theme .survey-public-results__note,
.family-corp-theme .survey-public-results__average {
  margin: 0;
  color: #5a493c;
  line-height: 1.8;
}

.family-corp-theme .survey-public-results__card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(25, 17, 11, 0.08);
  background: #fff;
}

.family-corp-theme .survey-public-results__card-head,
.family-corp-theme .survey-public-results__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}

.family-corp-theme .survey-public-results__card-head h3,
.family-corp-theme .survey-public-results__meta strong {
  color: #19110b;
}

.family-corp-theme .survey-public-results__card-head span,
.family-corp-theme .survey-public-results__meta span {
  color: #5a493c;
}

.family-corp-theme .survey-public-results__row + .survey-public-results__row {
  margin-top: 14px;
}

.family-corp-theme .survey-public-results__bar {
  height: 12px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(25, 17, 11, 0.08);
  overflow: hidden;
}

.family-corp-theme .survey-public-results__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6f0f 0%, #8e613a 100%);
}

.family-corp-theme .family-rich-content,
.family-corp-theme .family-article-card,
.family-corp-theme .family-info-panel,
.family-corp-theme .family-document-article__body,
.family-corp-theme .family-immersive-article__body,
.family-corp-theme .family-feature-post,
.family-corp-theme .family-empty-state {
  background: #fff;
  border: 1px solid rgba(25, 17, 11, 0.08);
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(25, 17, 11, 0.08);
}

.family-corp-theme .family-rich-content,
.family-corp-theme .family-document-article__body,
.family-corp-theme .family-immersive-article__body,
.family-corp-theme .family-empty-state {
  padding: 42px;
}

.family-corp-theme .family-rich-content__body,
.family-corp-theme .family-document-article__body,
.family-corp-theme .family-immersive-article__body {
  color: #423126;
  line-height: 1.9;
  font-size: 1.02rem;
}

.family-corp-theme .family-rich-content__body img,
.family-corp-theme .family-document-article__body img,
.family-corp-theme .family-immersive-article__body img {
  max-width: 100%;
  height: auto;
}

.family-corp-theme .family-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.family-corp-theme .family-media-grid__item,
.family-corp-theme .family-media-grid__item img {
  display: block;
  width: 100%;
}

.family-corp-theme .family-media-grid__item img {
  height: 220px;
  object-fit: cover;
  border-radius: 22px;
}

.family-corp-theme .family-info-panel {
  padding: 28px 30px;
  height: 100%;
}

.family-corp-theme .family-info-panel h3 {
  margin: 0 0 18px;
  color: #19110b;
  font-size: 1.35rem;
}

.family-corp-theme .family-info-panel__list,
.family-corp-theme .family-link-list,
.family-corp-theme .family-post-mini-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.family-corp-theme .family-info-panel__list li,
.family-corp-theme .family-link-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(25, 17, 11, 0.08);
}

.family-corp-theme .family-link-list li a {
  color: #19110b;
}

.family-corp-theme .family-sidebar-stack {
  display: grid;
  gap: 24px;
}

.family-corp-theme .family-post-mini {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #19110b;
}

.family-corp-theme .family-post-mini img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 18px;
}

.family-corp-theme .family-post-mini strong {
  display: block;
  margin-bottom: 6px;
}

.family-corp-theme .family-post-mini small {
  color: #7d6c5f;
}

.family-corp-theme .family-pagination-wrap {
  margin-top: 38px;
}

.family-corp-theme .family-feature-post {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  padding: 26px;
}

.family-corp-theme .family-feature-post + .family-feature-post {
  margin-top: 24px;
}

.family-corp-theme .family-feature-post__media img,
.family-corp-theme .family-article-card__cover img,
.family-corp-theme .family-immersive-article__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 24px;
}

.family-corp-theme .family-feature-post__body {
  align-self: center;
}

.family-corp-theme .family-feature-post__body .sub-title {
  background: rgba(25, 17, 11, 0.06);
  color: #8e613a;
}

.family-corp-theme .family-feature-post__body h2 {
  margin: 0 0 14px;
  color: #19110b;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
}

.family-corp-theme .family-feature-post__body p {
  margin: 0 0 20px;
  color: #705c4d;
  line-height: 1.8;
}

.family-corp-theme .family-timeline {
  display: grid;
  gap: 18px;
}

.family-corp-theme .family-timeline__item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid rgba(25, 17, 11, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(25, 17, 11, 0.06);
}

.family-corp-theme .family-timeline__date {
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 20px;
  background: #19110b;
  color: #fff;
  min-height: 120px;
}

.family-corp-theme .family-timeline__date span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.family-corp-theme .family-timeline__date strong {
  font-size: 2.1rem;
  line-height: 1;
}

.family-corp-theme .family-timeline__content h3 {
  margin: 0 0 12px;
}

.family-corp-theme .family-timeline__content p {
  margin: 0;
  color: #705c4d;
  line-height: 1.75;
}

.family-corp-theme .family-article-card {
  overflow: hidden;
}

.family-corp-theme .family-article-card__body {
  padding: 36px 38px;
}

.family-corp-theme .family-document-article {
  padding: 140px 0 120px;
  background: linear-gradient(180deg, #19110b 0%, #25180f 220px, #faf6ef 220px, #faf6ef 100%);
}

.family-corp-theme .family-document-article__header {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.family-corp-theme .family-document-article__aside {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.family-corp-theme .family-immersive-article {
  padding: 150px 0 120px;
  background: linear-gradient(180deg, #19110b 0%, #faf6ef 60%);
}

.family-corp-theme .family-immersive-article__content {
  padding-bottom: 26px;
}

.family-corp-theme .family-immersive-article__body {
  margin-top: 34px;
}

.family-corp-theme .single-blog-inner,
.family-corp-theme .widget,
.family-corp-theme .cms-article-card,
.family-corp-theme .surface-card,
.family-corp-theme .account-auth-card,
.family-corp-theme .account-dashboard-card,
.family-corp-theme .support-account-card,
.family-corp-theme .queue-form-card,
.family-corp-theme .appointment-card,
.family-corp-theme .appointment-sidecard {
  border-radius: 28px;
  border: 1px solid rgba(25, 17, 11, 0.08);
  box-shadow: 0 22px 70px rgba(25, 17, 11, 0.08);
}

.family-corp-theme .account-auth-card,
.family-corp-theme .account-dashboard-hero,
.family-corp-theme .support-account-hero,
.family-corp-theme .queue-hero,
.family-corp-theme .appointment-hero {
  background: linear-gradient(135deg, #19110b 0%, #3b2719 100%);
  color: #fff;
}

.family-corp-theme .account-auth-card h1,
.family-corp-theme .account-dashboard-hero h1,
.family-corp-theme .support-account-hero h1,
.family-corp-theme .queue-hero__title,
.family-corp-theme .appointment-hero__title {
  color: #fff;
}

.family-corp-theme .account-auth-card__lead,
.family-corp-theme .account-dashboard-hero p,
.family-corp-theme .support-account-hero p,
.family-corp-theme .queue-hero__lead,
.family-corp-theme .appointment-hero__lead {
  color: rgba(255, 255, 255, 0.74);
}

.family-corp-theme .account-auth-field input,
.family-corp-theme .queue-public-control,
.family-corp-theme .appointment-field input,
.family-corp-theme .appointment-field select,
.family-corp-theme .appointment-field textarea,
.family-corp-theme .support-account-form textarea,
.family-corp-theme .support-account-form input {
  border-radius: 18px;
}

@media (max-width: 991px) {
  .family-corp-theme .family-search-popover {
    right: auto;
    left: 0;
  }

  .family-corp-theme .family-home-about .content-box {
    max-width: none;
    margin-left: 0;
    margin-top: 40px;
  }

  .family-corp-theme .family-site-footer .bottom-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .family-corp-theme .family-site-footer__copyright {
    max-width: none;
  }

  .family-corp-theme .family-footer-language-links {
    justify-content: center;
  }

  .family-corp-theme .family-footer-links {
    grid-template-columns: 1fr;
  }

  .family-corp-theme .form-shell {
    padding: 32px 28px;
  }

  .family-corp-theme .family-feature-post,
  .family-corp-theme .family-document-article__aside,
  .family-corp-theme .family-timeline__item {
    grid-template-columns: 1fr;
  }

  .family-corp-theme .family-media-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .family-corp-theme .family-search-shell {
    display: none;
  }

  .family-corp-theme .family-home-about {
    padding-top: 92px;
    padding-bottom: 96px;
  }

  .family-corp-theme .family-home-about .image-box .image-1 img {
    min-height: 360px;
  }

  .family-corp-theme .family-home-services {
    padding-top: 88px;
    padding-bottom: 80px;
  }

  .family-corp-theme .family-home-services .service-block-one .inner-box {
    padding: 28px 22px 24px;
  }

  .family-corp-theme .form-shell {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .family-corp-theme .public-form-question,
  .family-corp-theme .survey-public-results__card {
    padding: 20px;
    border-radius: 20px;
  }

  .family-corp-theme .public-form-progress__meta,
  .family-corp-theme .survey-public-results__card-head,
  .family-corp-theme .survey-public-results__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .family-corp-theme .family-rich-content,
  .family-corp-theme .family-document-article__body,
  .family-corp-theme .family-immersive-article__body,
  .family-corp-theme .family-empty-state,
  .family-corp-theme .family-article-card__body {
    padding: 28px 22px;
  }

  .family-corp-theme .family-media-grid {
    grid-template-columns: 1fr;
  }
}
