:root {
  --forest: #1a3631;
  --berry: #693b55;
  --paper: #ffffff;
  --mist: #e7e8e2;
  --warm: #f3f1ed;
  --ink: #172522;
  --heading: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Source Sans 3", Calibri, sans-serif;
  --page: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.5;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 600;
  line-height: 0.91;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1 {
  max-width: 860px;
  margin-bottom: 24px;
  font-size: clamp(64px, 9.5vw, 142px);
}
h2 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(44px, 5.4vw, 78px);
}
h3 {
  margin-bottom: 12px;
  font-size: 32px;
}
p {
  margin-bottom: 18px;
}
.page-shell {
  width: var(--page);
  margin-inline: auto;
}
.section {
  padding-block: 120px;
}
.skip-link {
  position: fixed;
  z-index: 20;
  top: -60px;
  left: 16px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--berry);
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 13px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(26, 54, 49, 0.18);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand img,
.site-footer img {
  width: 145px;
  height: auto;
}
.brand > span {
  color: var(--berry);
  font-size: 21px;
}
.brand .brand__linq-logo {
  width: auto;
  height: 77px;
  filter: none;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
}
.site-nav a {
  text-decoration: none;
}
.site-nav a:not(.nav-cta):hover {
  color: var(--berry);
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 11px 16px;
  border: 1px solid currentColor;
  text-decoration: none;
  font-weight: 600;
}
.nav-cta {
  color: var(--paper);
  background: var(--berry);
  border-color: var(--berry);
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 76px);
  color: var(--paper);
  background: var(--forest);
  display: flex;
  flex-direction: column;
}
.hero__content {
  position: relative;
  z-index: 1;
  padding-top: clamp(96px, 16vh, 190px);
}
.hero__lead {
  max-width: 620px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.32;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 14px;
  margin-bottom: 30px;
  margin-top: 3rem;
}
.button--light {
  background: var(--paper);
  color: var(--forest);
}
.button--download {
  color: var(--paper);
  background: var(--berry);
  border-color: var(--berry);
}
.button__pdf-icon {
  padding: 2px 4px;
  outline: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.button span {
  font-size: 22px;
}
.hero__footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: auto;
}
.hero__footer span::before {
  margin-right: 8px;
  color: #caa5b7;
  content: "\25cf";
}
.hero__graphic span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transform: rotate(-36deg);
}
.hero__graphic span:nth-child(1) {
  top: -32%;
  right: -3%;
  width: 43vw;
  height: 110vh;
  background: var(--berry);
}
.hero__graphic span:nth-child(2) {
  top: 15%;
  right: 17%;
  width: 22vw;
  height: 60vh;
}
.hero__graphic span:nth-child(3) {
  top: -30%;
  right: 42%;
  width: 16vw;
  height: 49vh;
  background: rgba(255, 255, 255, 0.05);
}
.eyebrow,
.section-label {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.eyebrow {
  color: #e5bdcf;
}
.eyebrow--ink {
  color: var(--berry);
}
.section-label {
  color: var(--berry);
}
.intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12%;
}
.intro__copy {
  max-width: 720px;
}
.intro__copy p {
  font-size: 22px;
  line-height: 1.45;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12%;
  margin-bottom: 62px;
}
.section-heading--light {
  color: var(--paper);
}
.section-heading--light .section-label {
  color: #d5acbd;
}
.value-section {
  color: var(--paper);
  background: var(--berry);
}
.value-section .section-label,
.value-section .eyebrow {
  color: #f0d5df;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.benefits article {
  min-height: 290px;
  padding: 22px 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.benefits article:first-child {
  padding-left: 0;
}
.benefits article:last-child {
  border: 0;
}
.benefits span {
  font-weight: 700;
}
.benefits h3 {
  margin-top: 60px;
}
.benefits p {
  font-size: 16px;
  line-height: 1.38;
}
.value-gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: repeat(2, 156px);
  gap: 8px;
  margin-top: 64px;
}
.value-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.value-gallery__feature {
  grid-row: span 2;
}
.value-gallery figure:last-child {
  grid-column: span 2;
}
.value-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-list {
  max-width: 900px;
  padding: 0;
  margin: 0 0 0 auto;
  list-style: none;
}
.process-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 32px 0;
  border-top: 1px solid rgba(26, 54, 49, 0.3);
}
.process-list li:last-child {
  border-bottom: 1px solid rgba(26, 54, 49, 0.3);
}
.process-list > li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--forest);
  font-weight: 700;
}
.process-list p {
  max-width: 640px;
}
.process-list a {
  color: var(--berry);
  font-weight: 700;
  text-decoration: none;
}
.process-list a span {
  margin-left: 8px;
}
.management {
  color: var(--paper);
  background: var(--forest);
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.metrics article {
  min-height: 190px;
  padding: 24px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.metrics article:first-child {
  padding-left: 0;
}
.metrics article:last-child {
  border: 0;
}
.metrics strong {
  display: block;
  margin-bottom: 11px;
  font-family: var(--heading);
  font-size: clamp(44px, 4vw, 68px);
  line-height: 0.9;
}
.metrics span {
  font-size: 15px;
  line-height: 1.2;
}
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 42px;
}
.details-grid details {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}
.details-grid details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}
.details-grid summary {
  display: flex;
  justify-content: space-between;
  padding: 21px 0;
  cursor: pointer;
  font-family: var(--heading);
  font-size: 29px;
  text-transform: uppercase;
  list-style: none;
}
.details-grid summary::-webkit-details-marker {
  display: none;
}
.details-grid summary span {
  color: #e5bdcf;
}
.details-grid details[open] summary span {
  transform: rotate(45deg);
}
.details-grid details div {
  padding-bottom: 18px;
  font-size: 16px;
}
.details-grid ul {
  padding-left: 20px;
}
.details-grid li {
  margin-bottom: 10px;
}
.print-details {
  display: none;
}
.hospitality {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12%;
  overflow: hidden;
  min-height: 640px;
  align-items: center;
}
.hospitality__content {
  max-width: 710px;
}
.hospitality__content > p:not(.eyebrow) {
  font-size: 23px;
  line-height: 1.43;
}
.hospitality__mark {
  position: absolute;
  right: -2%;
  bottom: -19%;
  color: var(--warm);
  font-family: var(--heading);
  font-size: min(37vw, 520px);
  line-height: 0.8;
  pointer-events: none;
}
.transition {
  background: var(--warm);
}
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 76px 0 60px;
}
.timeline div {
  position: relative;
  padding-right: 14px;
}
.timeline i {
  display: block;
  height: 2px;
  margin: 15px 0 12px;
  background: var(--forest);
}
.timeline div:last-child i {
  background: var(--berry);
}
.timeline span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.timeline span:last-child {
  color: var(--berry);
}
.criteria {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1px;
  margin-bottom: 25px;
  background: var(--forest);
}
.criteria article {
  min-height: 280px;
  padding: 24px;
  color: var(--ink);
  background: var(--paper);
}
.criteria__combined {
  padding: 0;
}
.criteria__label {
  margin: 0;
  padding: 14px 24px;
  color: var(--paper);
  background: var(--berry);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.criteria__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.criteria__split > div {
  min-height: 222px;
  padding: 24px;
}
.criteria__split > div + div {
  border-left: 1px solid var(--forest);
}
.criteria span {
  color: var(--berry);
  font-weight: 700;
}
.criteria h3 {
  margin-top: 42px;
  font-size: 54px;
}
.criteria p,
.transition-note {
  font-size: 16px;
  line-height: 1.4;
}
.transition-note {
  max-width: 750px;
}
.outcomes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 65px;
}
.outcomes article {
  padding: 38px;
  background: var(--forest);
  color: var(--paper);
}
.outcomes article + article {
  background: var(--berry);
}
.outcomes h3 {
  font-size: 44px;
}
.outcomes p {
  font-size: 16px;
  line-height: 1.45;
}
.outcomes .eyebrow {
  color: #e5bdcf;
}
.terms-list {
  max-width: 900px;
  padding: 0;
  margin: 0 0 0 auto;
}
.terms-list > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 25px;
  padding: 20px 0;
  border-top: 1px solid rgba(26, 54, 49, 0.28);
}
.terms-list > div:last-child {
  border-bottom: 1px solid rgba(26, 54, 49, 0.28);
}
.terms-list dt {
  color: var(--berry);
  font-weight: 700;
}
.terms-list dd {
  margin: 0;
}
.closing {
  padding: 116px 0;
  color: var(--paper);
  background: var(--berry);
}
.closing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
}
.closing .section-label,
.closing .eyebrow {
  color: #f0d5df;
}
.closing p:not(.eyebrow) {
  font-size: 20px;
  line-height: 1.45;
}
.closing__contact {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 24px;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.closing__contact img {
  width: 132px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}
.closing__contact h3 {
  margin-bottom: 12px;
  font-size: 38px;
}
.closing__contact a {
  display: block;
  width: fit-content;
  color: var(--paper);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.closing__contact a:hover {
  color: #f0d5df;
}
.closing__status {
  max-width: 650px;
}
.closing .small-print {
  margin-top: 36px;
  font-size: 14px !important;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  font-size: 14px;
}
.site-footer a {
  color: var(--berry);
  font-weight: 700;
  text-decoration: none;
}
:focus-visible {
  outline: 3px solid var(--berry);
  outline-offset: 4px;
}
@media (max-width: 800px) {
  body {
    font-size: 17px;
  }
  .section {
    padding-block: 76px;
  }
  .site-header {
    min-height: 67px;
  }
  .brand img {
    width: 118px;
  }
  .brand strong {
    font-size: 24px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0 8px 14px;
    margin-left: auto;
    border: 0;
    color: var(--forest);
    background: none;
    font: inherit;
    font-weight: 700;
  }
  .menu-toggle__icon,
  .menu-toggle__icon::before,
  .menu-toggle__icon::after {
    display: block;
    width: 19px;
    height: 2px;
    background: currentColor;
    content: "";
  }
  .menu-toggle__icon {
    position: relative;
  }
  .menu-toggle__icon::before {
    position: absolute;
    top: -6px;
  }
  .menu-toggle__icon::after {
    position: absolute;
    top: 6px;
  }
  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 24px;
    border-bottom: 1px solid rgba(26, 54, 49, 0.18);
    background: var(--paper);
  }
  .site-nav.is-open {
    display: flex;
    flex-direction: column;
  }
  .site-nav a {
    padding: 12px 0;
  }
  .nav-cta {
    justify-content: center;
    margin-top: 8px;
  }
  .hero {
    min-height: 660px;
  }
  .hero__content {
    padding-top: 100px;
  }
  .hero__footer {
    position: relative;
    bottom: auto;
    left: auto;
    flex-direction: column;
    gap: 7px;
    padding-top: 80px;
    padding-bottom: 25px;
    transform: none;
  }
  .hero__graphic span:nth-child(1) {
    top: 2%;
    right: -17%;
    width: 67vw;
    height: 60vh;
  }
  .hero__graphic span:nth-child(2) {
    top: -5%;
    right: 35%;
    width: 28vw;
    height: 37vh;
  }
  .hero__graphic span:nth-child(3) {
    display: none;
  }
  .intro,
  .section-heading,
  .hospitality,
  .closing__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .intro__copy p,
  .hospitality__content > p:not(.eyebrow) {
    font-size: 19px;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
  .benefits article,
  .benefits article:first-child {
    min-height: auto;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .benefits h3 {
    margin-top: 22px;
  }
  .value-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 180px);
    gap: 6px;
    margin-top: 40px;
  }
  .value-gallery__feature,
  .value-gallery figure:last-child {
    grid-column: auto;
    grid-row: auto;
  }
  .closing__contact {
    grid-template-columns: 108px 1fr;
    gap: 18px;
  }
  .closing__contact img {
    width: 108px;
  }
  .process-list {
    margin-left: 0;
  }
  .process-list li {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .metrics article,
  .metrics article:first-child {
    min-height: 145px;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .metrics article:nth-child(2n + 1) {
    padding-left: 0;
  }
  .details-grid,
  .outcomes {
    grid-template-columns: 1fr;
  }
  .hospitality {
    min-height: 520px;
  }
  .hospitality__mark {
    right: -4%;
    bottom: -4%;
    font-size: 55vw;
  }
  .timeline {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 45px 0;
  }
  .timeline div {
    display: grid;
    grid-template-columns: 100px 45px 1fr;
    align-items: center;
  }
  .timeline i {
    width: 100%;
    margin: 0;
  }
  .criteria {
    grid-template-columns: 1fr;
  }
  .criteria article {
    min-height: auto;
  }
  .criteria__split {
    grid-template-columns: 1fr;
  }
  .criteria__split > div {
    min-height: auto;
  }
  .criteria__split > div + div {
    border-top: 1px solid var(--forest);
    border-left: 0;
  }
  .criteria h3 {
    margin-top: 23px;
  }
  .outcomes article {
    padding: 28px 24px;
  }
  .terms-list {
    margin-left: 0;
  }
  .terms-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 16px;
    padding-block: 24px;
  }
  .site-footer span {
    width: 100%;
    order: 3;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media print {
  @page {
    margin: 15mm;
    size: A4;
  }

  :root {
    --page: 100%;
  }

  body {
    font-size: 10pt;
    line-height: 1.4;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .skip-link,
  .menu-toggle,
  .site-nav,
  .hero__graphic,
  .hospitality__mark,
  .button,
  .process-list a,
  .site-footer a {
    display: none;
  }

  .site-header {
    position: static;
    min-height: 0;
    padding: 0 0 7mm;
    border-bottom: 1px solid var(--forest);
    background: var(--paper);
    backdrop-filter: none;
  }

  .brand .brand__linq-logo {
    height: 16mm;
  }

  .section,
  .closing {
    padding-block: 12mm;
    break-inside: avoid-page;
  }

  .section-heading,
  .intro__copy,
  .hospitality__content,
  .closing__grid {
    break-inside: avoid-page;
  }

  .section-heading {
    margin-bottom: 7mm;
  }

  .hero {
    min-height: 0;
    color: var(--ink);
    background: var(--paper);
  }

  .hero__content {
    padding-top: 12mm;
  }

  .hero__footer {
    position: static;
    display: flex;
    gap: 5mm;
    margin-top: 8mm;
    padding: 0;
    color: var(--ink);
    font-size: 8pt;
    transform: none;
  }

  h1 {
    font-size: 36pt;
  }

  h2 {
    font-size: 25pt;
  }

  h3 {
    font-size: 17pt;
  }

  .hero__lead,
  .hospitality__content > p:not(.eyebrow) {
    font-size: 12pt;
  }

  .value-section,
  .management,
  .transition,
  .closing {
    color: var(--ink);
    background: var(--paper);
  }

  .benefits,
  .metrics,
  .criteria,
  .outcomes {
    gap: 2mm;
    background: none;
  }

  .benefits {
    grid-template-columns: repeat(3, 1fr);
    border: 0;
  }

  .value-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 42mm);
    margin-top: 7mm;
    break-inside: avoid;
  }

  .value-gallery__feature,
  .value-gallery figure:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .metrics {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 7mm;
    border: 0;
  }

  .benefits article,
  .metrics article,
  .criteria article,
  .outcomes article {
    min-height: 0;
    padding: 5mm;
    border: 0;
    color: var(--ink);
    background: var(--paper);
    break-inside: avoid;
  }

  .benefits article {
    padding: 3mm 0;
  }

  .benefits h3 {
    margin-top: 4mm;
  }

  .benefits p,
  .metrics span {
    font-size: 8.5pt;
  }

  .metrics article,
  .metrics article:first-child {
    padding: 3mm 0;
  }

  .metrics strong {
    margin-bottom: 2mm;
    font-size: 26pt;
  }

  .criteria__label {
    margin: -5mm -5mm 5mm;
    padding: 3mm 5mm;
    color: var(--ink);
    background: var(--mist);
  }

  .criteria__split > div {
    min-height: 0;
    padding: 0 5mm 0 0;
  }

  .criteria__split > div + div {
    padding: 0 0 0 5mm;
  }

  .details-grid,
  .print-details section,
  .terms-list > div {
    break-inside: avoid;
  }

  .details-grid {
    display: none;
  }

  .print-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 8mm;
  }

  .print-details section {
    padding: 4mm 0;
    border-top: 1px solid rgba(26, 54, 49, 0.35);
  }

  .print-details h3 {
    margin-bottom: 3mm;
    font-size: 16pt;
  }

  .print-details p,
  .print-details li {
    font-size: 9pt;
  }

  .print-details p:last-child,
  .print-details li:last-child {
    margin-bottom: 0;
  }

  .hospitality {
    min-height: 0;
  }

  .timeline {
    margin: 8mm 0;
  }

  .outcomes article + article {
    color: var(--paper);
    background: var(--berry);
  }

  .outcomes article + article .eyebrow {
    color: #f0d5df;
  }

  .closing__contact {
    border-bottom-color: rgba(26, 54, 49, 0.35);
  }

  .closing__contact a {
    color: var(--ink);
  }

  .site-footer {
    padding-block: 7mm 0;
    border-top: 1px solid var(--forest);
    font-size: 8pt;
  }
}
