

.Page {
  display: grid;
  grid-template-areas:
    "header header"
    "rail   main"
    "footer footer";
  grid-template-columns: 268px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  column-gap: 0;
}
.Page-header { grid-area: header; }
.Page-rail   { grid-area: rail; }
.Page-main   { grid-area: main; min-width: 0; }
.Page-footer { grid-area: footer; }

.Page-content {
  animation: calorvisPageIn 0.62s cubic-bezier(0.22, 0.68, 0.32, 1) both;
}


.Shell { width: min(94%, 1120px); margin-inline: auto; }
.Shell--narrow { width: min(94%, 760px); }


.Masthead {
  background-color: #0B0B0D;
  border-bottom: 1px solid #23222A;
  position: relative;
  z-index: 1200;
}
.Masthead-inner {
  display: flex;
  align-items: center;
  gap: max(16px, 1.5vw);
  padding: 16px 0;
}
.Masthead-logo { display: inline-flex; align-items: center; flex: none; }
.Masthead-logo img { height: 2.5rem; width: auto; display: block; }
.Masthead-call {
  margin-left: auto;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: #EFE7D8;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.Masthead-call:hover { color: #E3BE55; }
.Masthead-nav { margin-left: 24px; }
.Masthead-navList { list-style: none; margin: 0; padding: 0; }
.Masthead-navItem { margin: 0; }
.Masthead-navLink {
  font-size: 0.9rem;
  letter-spacing: 0.045em;
  color: #C6BCA9;
  text-transform: uppercase;
  font-weight: 600;
}
.Masthead-navLink:hover { color: #C9A227; }

.Masthead-toggle { margin-left: auto; order: 99; }
.Masthead-toggle span { background-color: #EFE7D8; border-radius: 2px; }
.Masthead-close { font-family: 'Source Sans 3', sans-serif; }


.Page-rail {
  border-right: 1px solid #1D1D24;
  padding: 48px 24px 64px;
  background-image: linear-gradient(180deg, #0E0E11 0%, #0B0B0D 62%);
}
.Rail { position: sticky; top: 32px; }
.Rail-heading {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8A8272;
  margin: 0 0 16px;
}
.Rail-index { list-style: none; margin: 0 0 40px; padding: 0; }
.Rail-step { margin: 0; border-top: 1px solid #1D1D24; }
.Rail-step:last-child { border-bottom: 1px solid #1D1D24; }
.Rail-stepLink {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  color: #B8AE9B;
  font-size: 0.92rem;
}
.Rail-stepLink:hover { color: #EFE7D8; }
.Rail-stepNum {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.8rem;
  color: #8E6E1B;
  font-variant-numeric: tabular-nums;
  flex: none;
}
.Rail-facts { margin: 0 0 32px; }
.Rail-fact {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px dashed #1F1E26;
  font-size: 0.88rem;
}
.Rail-factKey { color: #8A8272; }
.Rail-factValue { color: #EFE7D8; font-weight: 600; text-align: right; }
.Rail-note {
  font-size: 0.82rem;
  line-height: 1.55;
  color: #8A8272;
  border-left: 2px solid #8E6E1B;
  padding-left: 12px;
  margin: 0;
}


.Section { padding: 64px 0; position: relative; }
.Section--tight { padding: 48px 0; }

.Section--alt { background-color: #131317; }
.Section-head { max-width: 62ch; margin-bottom: 32px; }
.Section-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #C9A227;
  margin-bottom: 8px;
}
.Section-lede { font-size: 1.08rem; color: #B8AE9B; max-width: 58ch; }


.Divider {
  text-align: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3.5rem, 11vw, 6rem);
  font-weight: 800;
  color: rgba(239, 231, 216, 0.045);
  line-height: 1;
  padding: 8px 0;
  user-select: none;
  letter-spacing: 0.04em;
}


.SiteFooter {
  background-image: linear-gradient(135deg, #17130A 0%, #0E0E11 46%, #0B0B0D 100%);
  border-top: 1px solid #2A2318;
  color: #C6BCA9;
  padding: 48px 16px 24px;
}
.SiteFooter-cols {
  width: min(94%, 1120px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}
.SiteFooter-logo { height: 2.25rem; width: auto; display: block; margin-bottom: 16px; }
.SiteFooter-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9A227;
  margin: 0 0 16px;
}
.SiteFooter-list { list-style: none; margin: 0; padding: 0; }
.SiteFooter-list li { margin-bottom: 8px; }
.SiteFooter-list a { color: #C6BCA9; font-size: 0.94rem; }
.SiteFooter-list a:hover { color: #E3BE55; }
.SiteFooter-blurb { font-size: 0.94rem; color: #9A9182; max-width: 42ch; }
.SiteFooter-bottom {
  width: min(94%, 1120px);
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid #2A2318;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-size: 0.84rem;
  color: #8A8272;
}
.SiteFooter-note {
  width: min(94%, 1120px);
  margin: 24px auto 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: #8A8272;
  max-width: 96ch;
}


@media (max-width: 1024px) {
  .Page {
    grid-template-areas:
      "header"
      "main"
      "rail"
      "footer";
    grid-template-columns: minmax(0, 1fr);
  }
  .Page-rail {
    border-right: 0;
    border-top: 1px solid #1D1D24;
    padding: 40px 24px;
  }
  .Rail { position: static; }
  .Rail-index { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; margin-bottom: 32px; }
  .Section { padding: 48px 0; }
  .SiteFooter-cols { grid-template-columns: 1fr 1fr; }
}


@media (max-width: 768px) {
  
  .Page-rail { display: none; }
  .u-decoration { display: none; }
  .Section { padding: 32px 0; }
  .Section-head { margin-bottom: 24px; }
  .Divider { font-size: 3rem; padding: 0; }
  .Masthead-call { display: none; }
  .SiteFooter-cols { grid-template-columns: 1fr; gap: 24px; }
  .SiteFooter { padding: 32px 16px 96px; }
  .Page-content { animation: none; }
}


.footer-links .cc-footer-link { color: #C6BCA9; font-size: 0.94rem; display: inline-block; margin-top: 8px; }
.footer-links .cc-footer-link:hover { color: #E3BE55; }
.footer-links .cc-footer-separator { display: none; }


.section-hero, .section-about, .section-services, .section-benefits,
.section-process, .section-pricing, .section-contact, .section-consultation,
.section-faq { scroll-margin-top: 24px; }

.Section-title { margin-bottom: 16px; }
.Section--hero { border-bottom: 1px solid #17161C; }
.section-benefits .Section-head { max-width: 56ch; }
.section-process .Section-head { max-width: 58ch; }
.section-pricing .Section-lede { color: #C6BCA9; }
.section-consultation { border-top: 1px solid #1D1D24; }
.section-faq .Section-head { margin-bottom: 24px; }
.section-about .Formula-list { margin-top: 8px; }


@media (max-width: 767px) {
  
  .Masthead-nav { margin-left: 0; }
  .Masthead-nav .Masthead-navLink { border-bottom: 1px solid #23222A; letter-spacing: 0.1em; }
  .Masthead-nav .Masthead-navList { padding-top: 8px; }
}
