:root {
  --canvas: #d8d5ce;
  --paper: #f7f1e8;
  --ink: #18201c;
  --blue: #143745;
  --yellow: #f2cf55;
  --line: rgba(24, 32, 28, .16);
}

* { box-sizing: border-box; }
html { background: var(--canvas); }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a, a:any-link { color: inherit; }
a:hover { color: var(--bowl-red); font-weight: inherit !important; }
img { max-width: 100%; height: auto; }

.wrapper {
  width: 100%;
  max-width: 520px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 70px rgba(30,31,28,.22);
}

/* Brand header */
.ti-trhead.conte { position: relative; background: var(--paper); }
.ti-trhead.conte > .container { display: none; }
.ti-main-nav { background: var(--paper); }
.ti-main-nav > .container { width: 100%; padding: 0 20px; }
.navbar-wp { min-height: 92px; margin: 0; border: 0; background: transparent; }
.navbar-wp .navbar-header {
  width: 100% !important;
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 14px 0;
}
.logoart { width: 145px !important; margin: 0 !important; border-radius: 0 !important; }
.navbar-wp .navbar-brand {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 0 0 10px;
  padding: 0;
}
.navbar-wp .navbar-brand .custom-logo { width: 54px !important; height: 54px !important; object-fit: contain; }
.navbar-toggle {
  display: block;
  margin: 8px 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: var(--blue) !important;
  padding: 11px 10px;
}
.navbar-default .navbar-toggle .icon-bar { background: white; }
.navbar-collapse.collapse { display: none !important; }
.navbar-collapse.collapse.in { display: block !important; }
.navbar-collapse {
  position: absolute;
  z-index: 30;
  top: 92px;
  left: 0;
  right: 0;
  padding: 12px 24px 22px;
  border: 0;
  background: var(--blue);
  box-shadow: 0 18px 30px rgba(20,55,69,.18);
}
.navbar-nav { width: 100%; margin: 0; }
.navbar-nav > li { float: none; border-bottom: 1px solid rgba(255,255,255,.18); }
.ti-trhead.conte .navbar-wp .navbar-nav > li > a {
  padding: 16px 0 !important;
  color: white !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
}
.ti-trhead.conte .navbar-wp .navbar-nav > li.active > a { color: var(--yellow) !important; background: transparent; }

/* Compact image masthead */
.consultup-breadcrumb-section {
  min-height: 280px;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.consultup-breadcrumb-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,55,69,.08), rgba(20,55,69,.82));
}
.consultup-breadcrumb-section .overlay { position: relative; z-index: 2; width: 100%; background: transparent !important; }
.consultup-breadcrumb-section .container { width: 100%; padding: 0 28px 30px; }
.consultup-breadcrumb-title { display: block !important; }
.consultup-breadcrumb-title h1 {
  margin: 0;
  color: white;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.035em;
}

/* Content */
main#content { padding: 50px 0 68px; background: var(--paper); }
main#content > .container { width: 100%; padding: 0 24px; }
main#content .row { margin: 0; }
main#content .row > [class*="col-"] { width: 100%; padding: 0; float: none; }
main#content aside { display: none; }
main#content p { margin: 0 0 18px; color: #555d59; font-size: 16px; line-height: 1.65; }
main#content h1, main#content h2, main#content h3 { color: var(--blue); line-height: 1.2; }

.page-id-315 main#content .col-md-9,
.page-id-559 main#content .col-md-9,
.page-id-561 main#content .col-md-9 {
  padding: 28px 24px;
  border-left: 4px solid var(--bowl-red);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.48);
}
.page-id-315 main#content p:first-child { color: var(--blue); font-size: 23px; font-weight: 700; line-height: 1.35; }

/* Menu becomes a clean mobile stream */
.page-id-732 .ti-trhead,
.page-id-732 .consultup-breadcrumb-section,
.page-id-732 body > .clearfix,
.page-id-732 .wrapper > .clearfix { display: none; }
.page-id-732 main#content { padding-top: 0; }
.menu-page-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 34px 0 30px;
}
.menu-page-heading a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  color: white;
  background: var(--blue);
  text-decoration: none;
  transition: background-color .18s ease, transform .18s ease;
}
.menu-page-heading a:hover {
  color: white;
  background: var(--bowl-red);
  transform: translateX(-2px);
}
.menu-page-heading a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.menu-page-heading a svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.menu-page-heading h1 {
  margin: 0;
  color: var(--blue);
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.035em;
}
.legacy-content {
  padding: 28px 24px;
  border-left: 4px solid var(--bowl-red);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.48);
}
.legacy-content p { margin: 0 0 18px; color: #555d59; font-size: 16px; line-height: 1.65; }
.legacy-content strong { color: var(--blue); }
.legacy-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.page-id-732 main#content .col-md-12 { display: block; }
.page-id-732 figure,
.page-id-732 .wp-block-gallery,
.page-id-732 .blocks-gallery-grid,
.page-id-732 .blocks-gallery-item {
  width: 100% !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  list-style: none;
}
.page-id-732 figure {
  overflow: hidden;
  border: 2px solid var(--blue);
  border-radius: 16px;
  background: var(--bowl-red);
  box-shadow: 7px 7px 0 var(--bowl-red);
}
.page-id-732 figure img { display: block; width: 100%; }

/* Same blue information footer as home */
footer { margin: 0 !important; color: white; background: var(--blue); }
footer .overlay { background: transparent !important; }
.consultup-footer-widget-area { padding: 48px 26px 28px; }
.consultup-footer-widget-area .container { width: 100%; padding: 0; }
.consultup-footer-widget-area .row { margin: 0; }
.consultup-footer-widget-area .consultup-widget {
  width: 100%;
  margin: 0;
  padding: 22px 0 !important;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.76);
}
.consultup-footer-widget-area h6 { margin: 0 0 15px; color: white; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.consultup-footer-widget-area p { margin: 0; color: rgba(255,255,255,.76); }
.consultup-footer-widget-area a { color: white; }
.consultup-footer-widget-area .widget_custom_html img { width: 34px; height: 34px; margin-right: 8px; border-radius: 7px; }
.consultup-footer-copyright { display: none; }
.page-scroll-up { background: var(--bowl-red); border-radius: 50%; }

/* Exact compact footer shared with the custom homepage. */
.mobile-footer { padding: 52px 26px 30px; color: white; background: var(--blue); }
.mobile-footer .footer-grid section { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.18); }
.mobile-footer .footer-grid h2 { margin: 0 0 18px; color: white; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.mobile-footer .footer-grid a,
.mobile-footer .footer-grid p { display: block; margin: 0 0 8px; color: rgba(255,255,255,.76); font-size: 15px; }
.mobile-footer .footer-grid a { color: white; font-weight: 700; }
.mobile-footer dl { margin: 0; }
.mobile-footer dl div { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 9px; color: rgba(255,255,255,.76); font-size: 14px; }
.mobile-footer dt { font-weight: 400; }
.mobile-footer dd { margin: 0; color: white; text-align: right; }
.mobile-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 11px;
  line-height: 2;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mobile-footer .footer-bottom a { display: block; color: rgba(255,255,255,.62); }
.mobile-footer .legal { text-align: right; }

@media (max-width: 360px) {
  .logoart { width: 125px !important; }
  .navbar-wp .navbar-brand,
  .navbar-wp .navbar-brand .custom-logo { width: 46px !important; height: 46px !important; }
  .consultup-breadcrumb-title h1 { font-size: 38px; }
}
