/* Standalone page family: sperk-holic-branches */
@import url("https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&family=Norican&display=swap");

:root {
  --teapot-sh-page-bg: #ddd6c8;
  --teapot-sh-paper: #fdfaec;
  --teapot-sh-paper-strong: #ffffff;
  --teapot-sh-ink: #1c1a17;
  --teapot-sh-text: #5c564d;
  --teapot-sh-muted: #8a8377;
  --teapot-sh-accent: #c95a2f;
  --teapot-sh-green: #246559;
  --teapot-sh-green-soft: #cfe0db;
  --teapot-sh-mint: #87a39e;
  --teapot-sh-border: #ece1c9;
  --teapot-sh-placeholder: #f2ecda;
  --teapot-sh-placeholder-alt: #eadfc4;
  --teapot-sh-placeholder-text: #a89a76;
  --teapot-sh-map: #d8e2df;
  --teapot-sh-map-alt: #c7d5d0;
  --teapot-sh-map-text: #5d7a73;
  --teapot-sh-placeholder-pattern: repeating-linear-gradient(
    135deg,
    var(--teapot-sh-placeholder),
    var(--teapot-sh-placeholder) 11px,
    var(--teapot-sh-placeholder-alt) 11px,
    var(--teapot-sh-placeholder-alt) 22px
  );
  --teapot-sh-map-pattern: repeating-linear-gradient(
    135deg,
    var(--teapot-sh-map),
    var(--teapot-sh-map) 11px,
    var(--teapot-sh-map-alt) 11px,
    var(--teapot-sh-map-alt) 22px
  );
  --teapot-sh-shadow: #1c1a1724;
  --teapot-sh-paper-overlay: #fdfaecb8;
  --teapot-sh-white-overlay: #ffffffb3;
}

.teapot-sh-branch-page,
.teapot-sh-branch-page * {
  box-sizing: border-box;
}

.teapot-sh-branch-page {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--teapot-sh-paper);
  color: var(--teapot-sh-ink);
  box-shadow: 0 12px 60px var(--teapot-sh-shadow);
  font-family: "Noticia Text", Georgia, serif;
  -webkit-font-smoothing: antialiased;
}

body:has(.teapot-sh-branch-page) {
  background: var(--teapot-sh-page-bg);
}

body:has(.teapot-sh-branch-page) #content-wrapper {
  background: var(--teapot-sh-page-bg);
}

body:has(.teapot-sh-branch-page) .pageArticleDetail > header {
  display: none;
}

.teapot-sh-branch-page a {
  color: inherit;
}

.teapot-sh-branch-page :where(h1, h2, h3, p, a, div, span) {
  font-family: "Noticia Text", Georgia, serif !important;
}

.teapot-sh-branch-page :where(p, a, div, span) {
  font-weight: 400;
  letter-spacing: normal;
}

.teapot-sh-branch-page h1,
.teapot-sh-branch-page h2,
.teapot-sh-branch-page h3,
.teapot-sh-branch-page p {
  margin: 0;
  color: inherit;
}

.teapot-sh-hero {
  padding: 66px 88px 46px;
  text-align: center;
  border-bottom: 1px solid var(--teapot-sh-border);
}

.teapot-sh-script {
  font-family: "Norican", cursive;
  font-family: "Norican", cursive !important;
  font-size: 30px;
  color: var(--teapot-sh-accent) !important;
  line-height: 1;
}

.teapot-sh-hero h1 {
  margin: 14px auto 0;
  font-size: 66px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--teapot-sh-ink) !important;
}

.teapot-sh-divider {
  width: 64px;
  height: 2px;
  margin: 26px auto 22px;
  background: var(--teapot-sh-accent);
}

.teapot-sh-intro {
  max-width: 600px;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--teapot-sh-text) !important;
  font-size: 19px;
  line-height: 1.6;
  text-align: center !important;
}

.teapot-sh-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.teapot-sh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 30px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.teapot-sh-button--primary {
  background: var(--teapot-sh-accent);
  color: var(--teapot-sh-paper) !important;
  letter-spacing: 0.02em;
}

.teapot-sh-button--secondary {
  border: 1.5px solid var(--teapot-sh-ink);
  background: transparent;
  color: var(--teapot-sh-ink) !important;
}

.teapot-sh-quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--teapot-sh-paper-strong);
}

.teapot-sh-fact {
  min-width: 0;
  padding: 30px 34px;
  border-right: 1px solid var(--teapot-sh-border);
}

.teapot-sh-fact:last-child {
  border-right: 0;
}

.teapot-sh-kicker {
  margin-bottom: 10px;
  color: var(--teapot-sh-accent) !important;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.teapot-sh-fact-value,
.teapot-sh-strong-link {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
}

.teapot-sh-strong-link {
  line-height: normal;
}

.teapot-sh-block-line {
  display: block;
}

.teapot-sh-fact-value .teapot-sh-block-line {
  font-weight: 700;
}

.teapot-sh-fact-link,
.teapot-sh-fact-note {
  margin-top: 8px;
  color: var(--teapot-sh-muted) !important;
  font-size: 13px;
  line-height: normal;
}

.teapot-sh-fact-link a {
  color: var(--teapot-sh-green) !important;
  text-decoration: underline;
}

.teapot-sh-section {
  padding: 52px 88px 20px;
}

.teapot-sh-gallery + .teapot-sh-section {
  padding-top: 56px;
}

.teapot-sh-gallery {
  padding-top: 58px;
  padding-bottom: 10px;
}

.teapot-sh-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
  gap: 14px;
  min-height: 420px;
}

.teapot-sh-gallery-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.teapot-sh-placeholder {
  position: relative;
  display: flex;
  min-height: 140px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 3px;
  background: var(--teapot-sh-placeholder-pattern);
  box-shadow: inset 0 0 0 1px var(--teapot-sh-placeholder-alt);
}

.teapot-sh-placeholder span {
  max-width: 80%;
  padding: 5px 9px;
  border-radius: 3px;
  background: var(--teapot-sh-paper-overlay);
  color: var(--teapot-sh-placeholder-text);
  font: 500 10.5px/1.5 ui-monospace, Menlo, monospace !important;
  letter-spacing: 0.04em;
  text-align: center;
}

.teapot-sh-placeholder--large {
  min-height: 420px;
}

.teapot-sh-placeholder--small {
  min-height: 203px;
}

.teapot-sh-placeholder--portrait {
  flex: 0 0 120px;
  width: 120px;
  min-height: 140px;
}

.teapot-sh-placeholder--map {
  display: block;
  min-height: 420px;
  background: var(--teapot-sh-map-pattern);
  box-shadow: inset 0 0 0 1px var(--teapot-sh-map-alt);
}

.teapot-sh-placeholder--map span {
  background: var(--teapot-sh-white-overlay);
  color: var(--teapot-sh-map-text);
  font-family: "Noticia Text", Georgia, serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: normal;
  line-height: 1.375 !important;
  text-align: start;
  padding: 0;
}

.teapot-sh-section-heading {
  margin-bottom: 34px;
}

.teapot-sh-section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--teapot-sh-ink) !important;
}

.teapot-sh-section-heading--center {
  text-align: center;
}

.teapot-sh-section-heading--center h2 {
  margin-top: 6px;
}

#teapot-sh-team-title {
  font-size: 30px;
  letter-spacing: -0.3px;
}

.teapot-sh-section-heading--center .teapot-sh-script {
  font-size: 26px;
  line-height: normal;
}

.teapot-sh-section-heading--rail {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 26px;
}

.teapot-sh-section-heading--rail h2 {
  font-size: 30px;
  letter-spacing: -0.3px;
}

.teapot-sh-section-heading--rail span {
  flex: 1;
  height: 1px;
  background: var(--teapot-sh-border);
}

.teapot-sh-section-heading--rail .teapot-sh-script {
  color: var(--teapot-sh-mint) !important;
  font-size: 20px;
  line-height: normal;
}

.teapot-sh-services {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--teapot-sh-border);
  background: var(--teapot-sh-paper-strong);
}

.teapot-sh-service {
  min-width: 0;
  padding: 28px 20px;
  border-right: 1px solid var(--teapot-sh-border);
  text-align: center;
}

.teapot-sh-service:last-child {
  border-right: 0;
}

.teapot-sh-service-number {
  color: var(--teapot-sh-accent) !important;
  font-family: "Noticia Text", serif !important;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.teapot-sh-service h3 {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.teapot-sh-service p:last-child {
  margin-top: 6px;
  color: var(--teapot-sh-muted) !important;
  font-size: 12.5px;
  line-height: 1.5;
}

.teapot-sh-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 44px;
}

.teapot-sh-benefit {
  min-width: 0;
  padding: 28px 30px;
  border: 1px solid var(--teapot-sh-border);
  border-radius: 3px;
  background: var(--teapot-sh-paper-strong);
}

.teapot-sh-benefit--featured {
  border-color: var(--teapot-sh-green);
  background: var(--teapot-sh-green);
  color: var(--teapot-sh-paper) !important;
}

.teapot-sh-benefit h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.teapot-sh-benefit p {
  margin-top: 8px;
  color: var(--teapot-sh-muted) !important;
  font-size: 13.5px;
  line-height: 1.6;
}

.teapot-sh-benefit--featured p {
  color: var(--teapot-sh-green-soft) !important;
}

.teapot-sh-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.teapot-sh-category {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid var(--teapot-sh-border);
  border-radius: 3px;
  background: var(--teapot-sh-paper-strong);
  text-decoration: none;
}

.teapot-sh-category span:first-child {
  min-width: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.teapot-sh-category span:last-child {
  flex: 0 0 auto;
  color: var(--teapot-sh-accent) !important;
  line-height: normal;
  letter-spacing: normal;
}

.teapot-sh-team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.teapot-sh-team-member {
  display: flex;
  gap: 20px;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--teapot-sh-border);
  border-radius: 3px;
  background: var(--teapot-sh-paper-strong);
}

.teapot-sh-team-copy {
  min-width: 0;
}

.teapot-sh-team-copy h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.teapot-sh-role {
  margin-top: 4px;
  color: var(--teapot-sh-accent) !important;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.teapot-sh-team-copy p:last-child {
  margin-top: 12px;
  color: var(--teapot-sh-text) !important;
  font-size: 14px;
  line-height: 1.6;
}

.teapot-sh-location {
  padding-bottom: 66px;
}

.teapot-sh-location-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  overflow: hidden;
  border: 1px solid var(--teapot-sh-border);
  border-radius: 4px;
  background: var(--teapot-sh-paper-strong);
}

.teapot-sh-location-copy {
  min-width: 0;
  padding: 40px 44px;
}

.teapot-sh-location-copy .teapot-sh-script {
  font-size: 26px;
  line-height: 1;
}

.teapot-sh-location-copy h2 {
  margin-top: 6px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
}

.teapot-sh-directions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.teapot-sh-direction {
  display: flex;
  gap: 16px;
}

.teapot-sh-direction-marker {
  display: flex;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--teapot-sh-border);
  border-radius: 50%;
  background: var(--teapot-sh-paper);
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
  font-family: "Noticia Text", Georgia, serif !important;
}

.teapot-sh-direction:nth-child(n + 2) .teapot-sh-direction-marker {
  font-size: 14px;
  letter-spacing: normal;
}

.teapot-sh-direction h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.teapot-sh-direction p {
  margin-top: 4px;
  color: var(--teapot-sh-text) !important;
  font-size: 13.5px;
  line-height: 1.6;
}

.teapot-sh-location-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 26px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--teapot-sh-border);
}

.teapot-sh-meta-label {
  color: var(--teapot-sh-muted) !important;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.teapot-sh-meta-text {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.7;
}

.teapot-sh-meta-text a {
  color: inherit !important;
}

.teapot-sh-meta-text a[href^="mailto:"] {
  color: var(--teapot-sh-green) !important;
}

@media (max-width: 991px) {
  .teapot-sh-hero,
  .teapot-sh-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .teapot-sh-hero h1 {
    font-size: 46px;
  }

  .teapot-sh-quick-facts,
  .teapot-sh-services,
  .teapot-sh-benefits,
  .teapot-sh-categories,
  .teapot-sh-team,
  .teapot-sh-location-panel {
    grid-template-columns: 1fr;
  }

  .teapot-sh-fact,
  .teapot-sh-service {
    border-right: 0;
    border-bottom: 1px solid var(--teapot-sh-border);
  }

  .teapot-sh-fact:last-child,
  .teapot-sh-service:last-child {
    border-bottom: 0;
  }

  .teapot-sh-gallery-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .teapot-sh-placeholder--large,
  .teapot-sh-placeholder--map {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  body:has(.teapot-sh-branch-page) #content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .teapot-sh-branch-page {
    max-width: none;
    box-shadow: none;
  }

  .teapot-sh-hero {
    padding: 46px 20px 34px;
  }

  .teapot-sh-section {
    padding: 38px 20px 16px;
  }

  .teapot-sh-location {
    padding-bottom: 38px;
  }

  .teapot-sh-script {
    font-size: 25px;
  }

  .teapot-sh-hero h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .teapot-sh-intro {
    font-size: 16px;
  }

  .teapot-sh-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .teapot-sh-button {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .teapot-sh-fact {
    padding: 24px 22px;
  }

  .teapot-sh-gallery-stack {
    grid-template-rows: none;
  }

  .teapot-sh-section-heading--rail {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .teapot-sh-section-heading--rail span {
    width: 100%;
    flex: none;
  }

  .teapot-sh-section-heading h2 {
    font-size: 28px;
  }

  .teapot-sh-team-member {
    flex-direction: column;
  }

  .teapot-sh-placeholder--portrait {
    width: 100%;
  }

  .teapot-sh-location-copy {
    padding: 30px 22px;
  }

  .teapot-sh-direction {
    gap: 12px;
  }
}
