/* Shared body system for the pages imported from the BEADKIN content bundle. */
:root {
  --bk-content-header-ink: #211b17;
  --bk-content-header-line: rgba(131, 96, 58, .12);
}

.bk-content-page .site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  display: block !important;
  height: 82px;
  background: rgba(255, 253, 249, .97);
  border-bottom: 1px solid var(--bk-content-header-line);
  box-shadow: 0 5px 20px rgba(55, 37, 22, .04);
}

.bk-content-page .site-header .header-inner {
  width: min(1440px, calc(100% - 56px)) !important;
  max-width: 1440px !important;
  height: 100%;
  margin: 0 auto;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr) minmax(170px, auto) !important;
  align-items: center;
  gap: 24px;
}

.bk-content-page .site-header .brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  color: var(--bk-content-header-ink);
  text-decoration: none;
}

.bk-content-page .site-header .brand img {
  width: 50px !important;
  height: 50px !important;
  flex: 0 0 50px;
  object-fit: contain;
}

.bk-content-page .site-header .brand strong,
.bk-content-page .site-header .brand small {
  display: block;
}

.bk-content-page .site-header .brand strong {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .14em;
}

.bk-content-page .site-header .brand small {
  margin-top: 2px;
  color: #907b68;
  font-size: 8px;
  letter-spacing: .14em;
  white-space: nowrap;
}

.bk-content-page .site-header .main-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: clamp(12px, 1.6vw, 24px);
}

.bk-content-page .site-header .main-nav > a,
.bk-content-page .site-header .more-trigger {
  color: var(--bk-content-header-ink);
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.bk-content-page .site-header .main-nav > a:hover,
.bk-content-page .site-header .main-nav > a.is-active,
.bk-content-page .site-header .more-trigger:hover {
  color: var(--bk-content-gold);
}

.bk-content-page .site-header .more-wrap {
  position: relative;
}

.bk-content-page .site-header .more-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bk-content-page .site-header .more-menu {
  position: absolute;
  right: 0;
  top: 28px;
  z-index: 5;
  display: none;
  width: 150px;
  padding: 8px;
  border: 1px solid var(--bk-content-line);
  background: #fffdf9;
  box-shadow: 0 14px 30px rgba(55, 37, 22, .12);
}

.bk-content-page .site-header .more-menu.open {
  display: grid;
}

.bk-content-page .site-header .more-menu a {
  padding: 8px 9px;
  color: var(--bk-content-header-ink);
  font-size: 12px;
  text-decoration: none;
}

.bk-content-page .site-header .more-menu a:hover {
  background: var(--bk-content-ivory);
  color: var(--bk-content-gold);
}

.bk-content-page .site-header .header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
}

.bk-content-page .site-header .icon-btn {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bk-content-header-ink);
  font-size: 21px;
  text-decoration: none;
}

.bk-content-page .site-header .icon-btn:hover {
  color: var(--bk-content-gold);
}

.bk-content-page .site-header .cart-count {
  position: absolute;
  top: -1px;
  right: -2px;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 50%;
  background: var(--bk-content-gold);
  color: #fff;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
}

.bk-content-page .site-header .mobile-menu {
  display: none;
}

.bk-content-page {
  --bk-content-paper: #fffdf9;
  --bk-content-ivory: #f6eee4;
  --bk-content-ink: #211b17;
  --bk-content-muted: #76685d;
  --bk-content-line: #e5d9cc;
  --bk-content-gold: #aa773f;
  background: var(--bk-content-paper);
  color: var(--bk-content-ink);
}

.bk-content-page main {
  min-height: 48vh;
}

.bk-content-hero {
  border-bottom: 1px solid var(--bk-content-line);
  background: var(--bk-content-ivory);
}

.bk-content-hero-inner,
.bk-content-shell,
.bk-contact-wrap {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.bk-content-hero-inner {
  padding: clamp(58px, 9vw, 112px) 0 48px;
}

.bk-content-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--bk-content-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bk-content-kicker::before {
  width: 36px;
  height: 1px;
  background: var(--bk-content-gold);
  content: "";
}

.bk-content-hero h1 {
  max-width: 900px;
  margin: 0;
  font: 400 clamp(42px, 6vw, 78px) / 1.06 Georgia, "Times New Roman", "Songti SC", serif;
  letter-spacing: 0;
}

.bk-content-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--bk-content-muted);
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.bk-content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bk-content-meta span {
  padding: 9px 12px;
  border: 1px solid rgba(170, 119, 63, .28);
  background: rgba(255, 253, 249, .72);
  color: var(--bk-content-muted);
  font-size: 12px;
}

.bk-content-shell {
  display: grid;
  grid-template-columns: 224px minmax(0, 820px);
  justify-content: space-between;
  gap: 72px;
  padding: 72px 0 96px;
}

.bk-content-aside {
  align-self: start;
  position: sticky;
  top: 108px;
}

.bk-content-aside-title {
  margin: 0 0 14px;
  color: var(--bk-content-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.bk-content-toc {
  display: grid;
  border-top: 1px solid var(--bk-content-line);
}

.bk-content-toc a {
  position: relative;
  padding: 12px 20px 12px 0;
  border-bottom: 1px solid var(--bk-content-line);
  color: var(--bk-content-muted);
  font-size: 13px;
  text-decoration: none;
  transition: color .2s ease, padding .2s ease;
}

.bk-content-toc a::after {
  position: absolute;
  right: 0;
  content: "→";
  color: var(--bk-content-gold);
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity .2s ease, transform .2s ease;
}

.bk-content-toc a:hover,
.bk-content-toc a.is-active {
  padding-left: 8px;
  color: var(--bk-content-ink);
}

.bk-content-toc a:hover::after,
.bk-content-toc a.is-active::after {
  opacity: 1;
  transform: none;
}

.bk-content-note {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--bk-content-line);
  background: #fff;
  color: var(--bk-content-muted);
  font-size: 12px;
  line-height: 1.75;
}

.bk-content-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--bk-content-ink);
}

.bk-content-article {
  min-width: 0;
}

.bk-content-section {
  scroll-margin-top: 104px;
  margin: 0 0 42px;
  padding: 0 0 40px;
  border-bottom: 1px solid var(--bk-content-line);
}

.bk-content-section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.bk-content-number {
  display: block;
  margin-bottom: 11px;
  color: var(--bk-content-gold);
  font: 400 13px Georgia, serif;
  letter-spacing: .08em;
}

.bk-content-section h2 {
  margin: 0 0 16px;
  font: 400 clamp(28px, 3vw, 40px) / 1.2 Georgia, "Times New Roman", "Songti SC", serif;
}

.bk-content-section h3 {
  margin: 24px 0 8px;
  font-size: 18px;
}

.bk-content-section p,
.bk-content-section li {
  color: #5f554d;
  font-size: 14px;
  line-height: 1.9;
}

.bk-content-section p {
  margin: 0 0 15px;
  overflow-wrap: anywhere;
}

.bk-content-section ul,
.bk-content-section ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.bk-content-section li {
  position: relative;
  padding: 9px 0 9px 25px;
  border-top: 1px solid rgba(229, 217, 204, .72);
}

.bk-content-section li::before {
  position: absolute;
  left: 2px;
  top: 20px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--bk-content-gold);
  border-radius: 50%;
  background: var(--bk-content-paper);
  content: "";
}

.bk-content-feature {
  margin: 24px 0 0;
  padding: 22px 24px;
  border: 1px solid rgba(170, 119, 63, .3);
  background: #f8efe5;
}

.bk-content-feature strong {
  display: block;
  margin-bottom: 6px;
  font: 400 19px Georgia, serif;
}

.bk-content-feature p:last-child {
  margin-bottom: 0;
}

.bk-content-data-grid,
.bk-content-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.bk-content-data-item,
.bk-content-link-card {
  padding: 18px;
  border: 1px solid var(--bk-content-line);
  background: #fff;
}

.bk-content-data-item strong,
.bk-content-link-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.bk-content-data-item span,
.bk-content-link-card span {
  display: block;
  color: var(--bk-content-muted);
  font-size: 12px;
  line-height: 1.7;
}

.bk-content-link-card {
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.bk-content-link-card:hover {
  border-color: var(--bk-content-gold);
  transform: translateY(-2px);
}

.bk-contact-wrap {
  padding: 72px 0 100px;
}

.bk-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 52px;
  align-items: start;
}

.bk-contact-intro h2,
.bk-contact-form-panel h2 {
  margin: 0 0 12px;
  font: 400 clamp(30px, 3vw, 42px) / 1.2 Georgia, "Times New Roman", serif;
}

.bk-contact-intro > p,
.bk-contact-form-panel > p {
  margin: 0 0 26px;
  color: var(--bk-content-muted);
  font-size: 14px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.bk-contact-list {
  display: grid;
  border-top: 1px solid var(--bk-content-line);
}

.bk-contact-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--bk-content-line);
}

.bk-contact-item small {
  color: var(--bk-content-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bk-contact-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}

.bk-contact-item span {
  display: block;
  color: var(--bk-content-muted);
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.bk-contact-item a {
  color: var(--bk-content-gold);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.bk-contact-form-panel {
  padding: 30px;
  border: 1px solid var(--bk-content-line);
  background: #fff;
  box-shadow: 0 20px 55px rgba(55, 37, 22, .07);
}

.bk-contact-form {
  display: grid;
  gap: 14px;
}

.bk-contact-form label {
  display: grid;
  gap: 6px;
  color: var(--bk-content-ink);
  font-size: 12px;
  font-weight: 800;
}

.bk-contact-form input,
.bk-contact-form select,
.bk-contact-form textarea {
  width: 100%;
  border: 1px solid #d9cbbc;
  border-radius: 3px;
  background: #fffdf9;
  color: var(--bk-content-ink);
  padding: 12px;
  font: inherit;
}

.bk-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.bk-contact-form input:focus,
.bk-contact-form select:focus,
.bk-contact-form textarea:focus {
  outline: 2px solid rgba(170, 119, 63, .25);
  border-color: var(--bk-content-gold);
}

.bk-contact-form .bk-form-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bk-contact-form-consent {
  display: flex !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  align-items: flex-start;
  grid-auto-flow: column;
  gap: 8px !important;
  color: var(--bk-content-muted) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.6;
}

.bk-contact-form-consent input {
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
}

.bk-contact-submit,
.bk-content-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--bk-content-ink);
  border-radius: 2px;
  background: var(--bk-content-ink);
  color: #fff8ee;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.bk-content-button.is-light {
  border-color: var(--bk-content-line);
  background: #fff;
  color: var(--bk-content-ink);
}

.bk-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.bk-contact-footnote {
  margin-top: 18px;
  color: var(--bk-content-muted);
  font-size: 11px;
  line-height: 1.7;
}

.bk-content-footer {
  border-top: 1px solid var(--bk-content-line);
  background: #f6eee4;
}

.bk-content-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
  padding: 52px 0 42px;
}

.bk-content-footer h2,
.bk-content-footer h3 {
  margin: 0 0 14px;
  font: 400 24px Georgia, "Times New Roman", serif;
}

.bk-content-footer h3 {
  font-size: 15px;
  font-weight: 800;
}

.bk-content-footer p,
.bk-content-footer a,
.bk-content-footer small {
  color: var(--bk-content-muted);
  font-size: 12px;
  line-height: 1.75;
}

.bk-content-footer a {
  display: block;
  text-decoration: none;
}

.bk-content-footer a:hover {
  color: var(--bk-content-gold);
}

.bk-content-footer-brand p {
  max-width: 230px;
}

.bk-content-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.bk-content-footer-socials a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(170, 119, 63, .26);
  background: rgba(255, 255, 255, .45);
}

.bk-content-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
  padding: 18px 0 24px;
  border-top: 1px solid var(--bk-content-line);
  color: var(--bk-content-muted);
  font-size: 11px;
}

.bk-content-footer-bottom span:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bk-content-footer-bottom a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 900px) {
  .bk-content-page .site-header .header-inner {
    width: min(100% - 30px, 1240px) !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .bk-content-page .site-header .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none !important;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 14px 22px;
    border-bottom: 1px solid var(--bk-content-line);
    background: #fffdf9;
  }

  .bk-content-page .site-header .main-nav.open {
    display: flex !important;
  }

  .bk-content-page .site-header .main-nav > a,
  .bk-content-page .site-header .more-wrap {
    width: 100%;
    padding: 10px 0;
  }

  .bk-content-page .site-header .more-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
  }

  .bk-content-page .site-header .desktop-only {
    display: none;
  }

  .bk-content-page .site-header .mobile-menu {
    display: inline-grid !important;
  }

  .bk-content-page .site-header .header-actions {
    min-width: 34px !important;
  }

  .bk-content-shell {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .bk-content-aside {
    position: static;
  }

  .bk-content-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bk-content-note {
    display: none;
  }

  .bk-contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .bk-content-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .bk-content-hero-inner,
  .bk-content-shell,
  .bk-contact-wrap,
  .bk-content-footer-inner,
  .bk-content-footer-bottom {
    width: min(100% - 30px, 1240px);
  }

  .bk-content-page .site-header {
    height: 72px;
  }

  .bk-content-page .site-header .main-nav {
    top: 72px;
  }

  .bk-content-page .site-header .brand img {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px;
  }

  .bk-content-page .site-header .brand strong {
    font-size: 18px;
  }

  .bk-content-hero-inner {
    padding-top: 54px;
  }

  .bk-content-shell,
  .bk-contact-wrap {
    padding-top: 48px;
    padding-bottom: 68px;
  }

  .bk-content-toc,
  .bk-content-data-grid,
  .bk-content-link-grid,
  .bk-contact-form .bk-form-two,
  .bk-content-footer-inner {
    grid-template-columns: 1fr;
  }

  .bk-contact-form-panel {
    padding: 22px 18px;
  }

  .bk-contact-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .bk-contact-item a {
    grid-column: 2;
    justify-self: start;
  }

  .bk-content-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
