.proto-page {
  background: #fff;
  color: #2b2b2b;
}
.proto-wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}
.proto-hero {
  background: #24272a;
  color: #fff;
  padding: 82px 0 72px;
}
.proto-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
  gap: 64px;
  align-items: center;
}
.proto-kicker {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: 12px;
  color: #73582f;
  margin: 0 0 12px;
}
.proto-hero .proto-kicker {
  color: #BEA885;
}
.proto-hero h1 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(44px, 5.1vw, 72px);
  line-height: 1.02;
  margin: 0 0 24px;
  max-width: 900px;
}
.proto-lead {
  font-size: 19px;
  line-height: 1.68;
  color: #ece8e2;
  max-width: 820px;
}
.proto-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.proto-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 2px;
  background: #BEA885;
  color: #24272a;
  text-decoration: none;
  font-weight: 800;
}
.proto-btn:hover {
  filter: brightness(.97);
}
.proto-btn--light {
  background: #fff;
}
.proto-btn--dark {
  background: #24272a;
  color: #fff;
}
.proto-hero__summary {
  background: #f3efe8;
  color: #24272a;
  padding: 30px;
  border-left: 4px solid #BEA885;
}
.proto-hero__summary h2 {
  font-size: 22px;
  margin: 0 0 12px;
}
.proto-hero__summary div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid #d9d1c4;
}
.proto-hero__summary strong {
  color: #7f6336;
}
.proto-hero__summary span {
  line-height: 1.45;
}
.proto-jump {
  position: sticky;
  top: 0;
  z-index: 12;
  background: #f7f4ef;
  border-bottom: 1px solid #ddd7ce;
}
.proto-jump .proto-wrap {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.proto-jump a {
  white-space: nowrap;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 13px;
  border-radius: 2px;
}
.proto-jump a:hover {
  background: #fff;
}
.proto-section {
  padding: 78px 0;
}
.proto-section--soft {
  background: #f6f3ee;
}
.proto-section--dark {
  background: #24272a;
  color: #fff;
}
.proto-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}
.proto-head h2,
.proto-detail h2,
.proto-tahoma h2,
.proto-remote-tip h2,
.proto-advice h2,
.proto-faq h2,
.proto-cta h2 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  margin: 0;
}
.proto-head > p {
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  color: #54504a;
}
.proto-head--light > p {
  color: #ddd6cc;
}
.proto-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.proto-choice-grid article {
  border: 1px solid #ddd6cc;
  padding: 26px;
  background: #fff;
  min-height: 245px;
  display: flex;
  flex-direction: column;
}
.proto-choice-grid span {
  font-size: 12px;
  font-weight: 900;
  color: #9a7d4d;
  letter-spacing: .12em;
}
.proto-choice-grid h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 16px 0 10px;
}
.proto-choice-grid p {
  line-height: 1.6;
  margin: 0 0 18px;
}
.proto-choice-grid a {
  margin-top: auto;
  color: #73582f;
  font-weight: 800;
}
.proto-table-wrap {
  overflow-x: auto;
  border: 1px solid #4a4e50;
}
.proto-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 930px;
  background: #2b2f31;
}
.proto-table th,
.proto-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #464b4d;
  text-align: left;
  vertical-align: top;
}
.proto-table thead th {
  background: #BEA885;
  color: #24272a;
  font-size: 14px;
}
.proto-table tbody th {
  color: #fff;
  width: 210px;
}
.proto-table td {
  color: #ece8e2;
}
.proto-table strong {
  color: #f2d59f;
}
.proto-table-wrap--light {
  border-color: #ddd6cc;
}
.proto-table--light {
  background: #fff;
}
.proto-table--light th,
.proto-table--light td {
  border-color: #e3ddd4;
  color: #2b2b2b;
}
.proto-table--light tbody th {
  color: #2b2b2b;
}
.proto-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 64px;
  align-items: start;
}
.proto-detail--reverse {
  grid-template-columns: minmax(320px, .65fr) minmax(0, 1.35fr);
}
.proto-detail--reverse .proto-detail__copy {
  order: 2;
}
.proto-detail__copy > p {
  font-size: 17px;
  line-height: 1.72;
  color: #4b4843;
}
.proto-detail__copy h2 {
  margin-bottom: 20px;
}
.proto-goodbad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 30px;
}
.proto-goodbad > div {
  background: #f6f3ee;
  border-top: 3px solid #BEA885;
  padding: 22px;
}
.proto-section--soft .proto-goodbad > div {
  background: #fff;
}
.proto-goodbad h3 {
  font-size: 18px;
  margin: 0 0 12px;
}
.proto-goodbad ul {
  padding-left: 20px;
  margin: 0;
}
.proto-goodbad li {
  margin: 8px 0;
  line-height: 1.45;
}
.proto-device-card,
.proto-note-card {
  border: 1px solid #ddd6cc;
  background: #fff;
  padding: 24px;
}
.proto-device-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.proto-device-images img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #fafafa;
}
.proto-device-card h3,
.proto-note-card h3 {
  font-size: 22px;
  margin: 18px 0 10px;
}
.proto-device-card p,
.proto-note-card p {
  line-height: 1.6;
  margin: 0;
}
.proto-note-card {
  border-left: 4px solid #BEA885;
}
.proto-note-card > span {
  font-weight: 900;
  color: #8a6d3d;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}
.proto-tahoma {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 64px;
  align-items: center;
}
.proto-tahoma__image {
  background: #fff;
  padding: 34px;
}
.proto-tahoma__image img {
  width: 100%;
  height: 360px;
  object-fit: contain;
}
.proto-tahoma p {
  color: #e9e3da;
  line-height: 1.7;
}
.proto-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0;
}
.proto-check-grid div {
  background: #303537;
  padding: 16px;
  border-left: 3px solid #BEA885;
}
.proto-check-grid strong {
  display: block;
  color: #fff;
}
.proto-check-grid span {
  display: block;
  color: #d9d2c7;
  margin-top: 4px;
  line-height: 1.4;
}
.proto-small {
  font-size: 14px;
}
.proto-section--remote {
  background: #efe8dd;
}
.proto-remote-tip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}
.proto-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.proto-reasons span {
  background: #fff;
  border: 1px solid #d8cdbd;
  padding: 11px 14px;
  font-weight: 750;
}
.proto-remote-tip__end {
  grid-column: 1/-1;
  border-top: 1px solid #d3c6b4;
  padding-top: 22px;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.proto-integration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.proto-integration-grid article {
  border: 1px solid #ddd6cc;
  padding: 24px;
  background: #fff;
}
.proto-integration-grid h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.proto-integration-grid p {
  line-height: 1.6;
  margin: 0;
  color: #4e4a45;
}
.proto-center {
  text-align: center;
  margin-top: 26px;
}
.proto-advice {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 64px;
}
.proto-advice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.proto-advice-grid article {
  border: 1px solid #ddd6cc;
  padding: 24px;
}
.proto-advice-grid strong {
  display: inline-block;
  background: #BEA885;
  color: #24272a;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: .1em;
}
.proto-advice-grid h3 {
  margin: 14px 0 8px;
  font-size: 20px;
}
.proto-advice-grid p {
  margin: 0;
  line-height: 1.55;
}
.proto-section--faq {
  padding-top: 55px;
}
.proto-faq {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 64px;
}
.proto-faq details {
  border-top: 1px solid #ddd6cc;
  padding: 17px 0;
}
.proto-faq summary {
  cursor: pointer;
  font-weight: 800;
}
.proto-faq details p {
  line-height: 1.6;
  color: #4f4b46;
}
.proto-cta {
  background: #BEA885;
  padding: 58px 0;
}
.proto-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
}
.proto-cta .proto-kicker {
  color: #4f4028;
}
.proto-cta h2 {
  font-size: 42px;
}
.proto-cta p {
  max-width: 820px;
  line-height: 1.65;
}
.proto-cta .proto-btn {
  background: #24272a;
  color: #fff;
}
.proto-section [id] {
  scroll-margin-top: 80px;
}
@media (max-width: 980px) {
  .proto-hero__grid,
  .proto-head,
  .proto-detail,
  .proto-detail--reverse,
  .proto-tahoma,
  .proto-remote-tip,
  .proto-advice,
  .proto-faq {
    grid-template-columns: 1fr;
  }
  .proto-detail--reverse .proto-detail__copy {
    order: 0;
  }
  .proto-choice-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proto-integration-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proto-advice-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proto-cta__inner {
    grid-template-columns: 1fr;
  }
  .proto-tahoma__image img {
    height: 280px;
  }
}
@media (max-width: 640px) {
  .proto-wrap {
    width: min(100% - 28px, 1240px);
  }
  .proto-hero {
    padding: 52px 0;
  }
  .proto-hero h1 {
    font-size: 42px;
  }
  .proto-lead {
    font-size: 17px;
  }
  .proto-section {
    padding: 54px 0;
  }
  .proto-choice-grid,
  .proto-goodbad,
  .proto-integration-grid,
  .proto-advice-grid,
  .proto-check-grid {
    grid-template-columns: 1fr;
  }
  .proto-device-images img {
    height: 170px;
  }
  .proto-hero__summary {
    padding: 22px;
  }
  .proto-hero__summary div {
    grid-template-columns: 72px 1fr;
  }
  .proto-cta h2 {
    font-size: 34px;
  }
}
.proto-device-card {
  background: #fff;
}
.proto-device-images {
  background: #fff;
}
.proto-device-images img {
  background: #fff;
  display: block;
}
.proto-device-note {
  margin-top: 14px !important;
  padding-top: 14px;
  border-top: 1px solid #e5ded4;
  color: #4b4843;
}
.proto-compare-focus {
  margin-top: 28px;
  padding: 26px;
  background: #303537;
  border: 1px solid #4a4e50;
}
.proto-compare-focus h3 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #fff;
}
.proto-compare-focus > p {
  color: #e9e3da;
  line-height: 1.65;
  margin: 0 0 18px;
}
.proto-compare-focus__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0;
}
.proto-compare-focus__grid div {
  background: #262a2c;
  border-left: 3px solid #BEA885;
  padding: 16px;
}
.proto-compare-focus__grid strong,
.proto-compare-focus__grid span {
  display: block;
}
.proto-compare-focus__grid strong {
  color: #fff;
  margin-bottom: 5px;
}
.proto-compare-focus__grid span {
  color: #ddd6cc;
  line-height: 1.5;
}
.proto-compare-focus a {
  color: #f2d59f;
}
.proto-subheading {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 25px;
  line-height: 1.2;
  margin: 24px 0 4px;
  color: #fff;
}
.proto-integration-grid--choice {
  margin-top: 0;
}
.proto-linkline {
  margin: 24px 0 0;
}
.proto-linkline a {
  color: #72542b;
  font-weight: 800;
  text-underline-offset: 3px;
}
@media (max-width: 720px) {
  .proto-compare-focus__grid {
    grid-template-columns: 1fr;
  }
  .proto-compare-focus {
    padding: 20px;
  }
  .proto-subheading {
    font-size: 22px;
  }
}
