:root {
  --ink: #112326;
  --dark: #102226;
  --paper: #eeeae1;
  --muted: #52615e;
  --accent: #d6dfc8;
  --line: #bac1b9;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #000;
  color: #fff;
  font:
    16px/1.55 Arial,
    sans-serif;
}
a {
  color: inherit;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-weight: 400;
}
h1 {
  font: clamp(44px, 4.7vw, 72px)/1.04 Georgia;
  letter-spacing: -2.5px;
}
h2 {
  font: clamp(34px, 3.6vw, 54px)/1.08 Georgia;
  letter-spacing: -1.5px;
}
h3 {
  font: 27px/1.1 Georgia;
}
a {
  text-decoration: none;
}
.review {
  padding: 22px 4%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  font-size: 13px;
  border-bottom: 1px solid #444;
}
.review p {
  max-width: 720px;
}
.review a {
  white-space: nowrap;
  text-decoration: underline;
}
.site {
  background: var(--dark);
  color: var(--paper);
}
nav {
  padding: 25px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff25;
}
.brand {
  font: 33px Georgia;
  letter-spacing: -1.5px;
}
.navlinks {
  display: flex;
  gap: 26px;
  font-size: 13px;
}
.button {
  display: inline-block;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--ink);
  padding: 15px 21px;
  font-size: 14px;
}
.hero {
  padding: 70px 5% 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  align-items: center;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero .lead {
  font-size: 17px;
  line-height: 1.65;
  max-width: 570px;
  margin: 25px 0;
}
.hero .lead strong {
  font-weight: 400;
  color: #fff;
}
.hero .button {
  margin-top: 3px;
}
.hero-note {
  font-size: 12px;
  color: #cbd5cd;
  margin-top: 20px;
}
.hero-collection {
  height: 560px;
  position: relative;
}
.hero-collection .sheet {
  width: 44%;
  height: 445px;
  position: absolute;
  top: 8%;
  left: 28%;
  z-index: 2;
  box-shadow: 0 25px 55px #0009;
  transform: rotate(0deg);
  border: 5px solid #f5f1e9;
}
.hero-collection .sheet:first-child {
  left: 0;
  top: 0;
  transform: rotate(-7deg);
  z-index: 1;
}
.hero-collection .sheet:last-child {
  left: 55%;
  top: 18%;
  transform: rotate(7deg);
  z-index: 3;
}
.sheet {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #d8d4cb;
  border-radius: 3px;
}
.sheet img {
  width: 100%;
  height: auto;
  max-width: none;
}
.hero-collection:after {
  content: "Dezelfde gegevens. Een eigen uitstraling.";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.2px;
}
.facts {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 25px 5%;
  border-top: 1px solid #ffffff25;
  background: #173036;
  color: #e5e9df;
  font-size: 14px;
}
.facts span:before {
  content: "✓";
  margin-right: 12px;
  color: #d4dfbe;
}
.section {
  padding: 70px 5%;
  background: var(--paper);
  color: var(--ink);
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: end;
  margin-bottom: 40px;
}
.section-head p {
  font-size: 16px;
  max-width: 520px;
}
.variant-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 25px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 30px;
}
.template .sheet {
  border: 1px solid #c7c2b5;
  box-shadow: 0 14px 30px #10222614;
}
.card-title {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
}
.num {
  font-size: 11px;
  color: #6e7974;
}
.template p {
  font-size: 14px;
  color: #475650;
  margin: 15px 0 18px;
  max-width: 340px;
}
.text-link {
  font-size: 13px;
  display: inline-block;
  border-bottom: 1px solid #768078;
  padding-bottom: 7px;
}
.collection-note {
  border-top: 1px solid #acb8ad;
  margin-top: 40px;
  padding-top: 22px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  font-size: 13px;
  color: #425449;
}
.separator {
  padding: 32px 5%;
  font-size: 14px;
  background: #000;
  color: #fff;
}
.switcher {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 35px;
}
.choice-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.choice {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  background: transparent;
  color: var(--ink);
  border: 1px solid #aeb8ae;
  text-align: left;
  font-size: 14px;
}
.choice .mini {
  display: block;
  width: 68px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
}
.choice .mini img {
  width: 100%;
}
.choice > span:last-child {
  margin-left: auto;
}
.choice[aria-current="true"] {
  background: var(--dark);
  color: var(--paper);
  border-color: var(--dark);
}
.large-example {
  min-width: 0;
  border: 1px solid #aab6ab;
}
.browserbar {
  display: flex;
  justify-content: space-between;
  padding: 13px 18px;
  font-size: 12px;
  background: #dce1d5;
  border-bottom: 1px solid #acb8ad;
}
.scroll-preview {
  height: 630px;
  overflow: auto;
  background: white;
  overscroll-behavior: contain;
}
.scroll-preview img {
  width: 100%;
  max-width: none;
}
.selected-copy {
  padding: 18px 20px;
  border-top: 1px solid #adb7ad;
  min-height: 100px;
}
.selected-copy h3 {
  font-size: 24px;
}
.selected-copy p {
  font-size: 13px;
  margin-top: 9px;
}
.workflow {
  padding: 70px 5%;
  background: #173036;
  color: var(--paper);
}
.workflow-head {
  max-width: 800px;
}
.workflow-head p {
  margin: 24px 0 35px;
  max-width: 670px;
  color: #d2dcd5;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.step {
  padding-top: 20px;
  border-top: 1px solid #708481;
}
.step .number {
  font: 42px Georgia;
  color: #cad8bd;
  margin-bottom: 15px;
}
.step h3 {
  font-size: 26px;
}
.step p {
  font-size: 15px;
  margin-top: 18px;
  color: #d2dcd5;
}
.pricing {
  padding: 65px 5%;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  background: var(--accent);
  color: var(--ink);
}
.price {
  font: 64px Georgia;
}
.pricing h3 {
  font: 20px Arial;
  margin: 12px 0;
}
.pricing p {
  font-size: 14px;
}
.contact {
  padding: 70px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--dark);
}
.contact p {
  margin-top: 22px;
  max-width: 600px;
}
.examples {
  padding: 35px 5%;
  background: #d8dfd2;
  color: var(--ink);
}
.examples h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.full-example {
  border-top: 1px solid #91a18f;
  padding: 17px 0;
}
.full-example summary {
  cursor: pointer;
}
.full-example img {
  width: min(100%, 1100px);
  margin: 20px auto;
}
.full-example p {
  margin-top: 20px;
}
.footer {
  padding: 25px 5%;
  font-size: 12px;
  color: #bcc6c1;
}
dialog {
  border: 0;
  padding: 0;
  width: min(1200px, 95vw);
  max-height: 92vh;
  background: var(--paper);
  color: var(--ink);
}
dialog::backdrop {
  background: #000c;
}
.dialog-head {
  position: sticky;
  top: 0;
  z-index: 5;
  background: var(--dark);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px;
}
.dialog-head button {
  color: white;
  background: transparent;
  border: 1px solid #88988b;
  padding: 7px 14px;
}
.dialog-image {
  width: 100%;
}
.dialog-note {
  font-size: 12px;
}
.dialog-title {
  font: 24px Georgia;
}
:focus-visible {
  outline: 3px solid #b67815;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .hero-collection {
    height: 420px;
  }
  .hero-collection .sheet {
    height: 330px;
  }
  .switcher {
    grid-template-columns: 240px 1fr;
  }
  .grid {
    gap: 35px 20px;
  }
  .section-head {
    gap: 30px;
  }
  .navlinks {
    display: none;
  }
  .pricing {
    gap: 25px;
  }
}
@media (max-width: 650px) {
  .review {
    display: block;
  }
  .review a {
    display: block;
    margin-top: 10px;
  }
  nav {
    padding: 20px 5%;
  }
  .brand {
    font-size: 29px;
  }
  nav .button {
    font-size: 12px;
    padding: 11px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -1.4px;
  }
  .hero .lead {
    font-size: 16px;
  }
  .hero-collection {
    height: 340px;
    margin: 15px 4% 0;
  }
  .hero-collection .sheet {
    height: 265px;
  }
  .facts {
    flex-wrap: wrap;
    font-size: 12px;
    gap: 12px;
  }
  .section {
    padding: 42px 5%;
  }
  .section-head {
    display: block;
  }
  .section-head p {
    margin-top: 22px;
    font-size: 15px;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 15px;
  }
  .card-title {
    gap: 7px;
    margin-top: 15px;
  }
  .card-title h3 {
    font-size: 22px;
  }
  .num {
    display: none;
  }
  .template p {
    font-size: 12px;
    margin: 12px 0;
  }
  .text-link {
    font-size: 12px;
  }
  .template .sheet {
    aspect-ratio: 3/5;
  }
  .collection-note {
    display: block;
  }
  .collection-note p + p {
    margin-top: 12px;
  }
  .switcher {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .choice-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .choice {
    font-size: 12px;
    padding: 8px;
    gap: 8px;
  }
  .choice .mini {
    width: 35px;
    height: 45px;
  }
  .choice > span:last-child {
    display: none;
  }
  .scroll-preview {
    height: 480px;
  }
  .browserbar {
    font-size: 10px;
    padding: 11px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .step {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 15px;
  }
  .step p {
    grid-column: 2;
    margin: 0;
  }
  .step .number {
    font-size: 30px;
    margin: 0;
  }
  .step h3 {
    font-size: 25px;
  }
  .workflow {
    padding: 45px 5%;
  }
  .pricing {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 45px 5%;
  }
  .pricing > div:first-child {
    grid-column: 1/-1;
  }
  .price {
    font-size: 54px;
  }
  .contact {
    display: block;
    padding: 45px 5%;
  }
  .contact .button {
    margin-top: 25px;
  }
  .dialog-head {
    padding: 12px;
  }
  .dialog-note {
    display: none;
  }
  .dialog-title {
    font-size: 19px;
  }
  .examples {
    padding-top: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  line-height: 1.35;
  max-width: 100%;
  vertical-align: middle;
}
.button .arrow {
  flex: none;
  white-space: nowrap;
  line-height: 1;
  font-size: 23px;
}
.button .button-label {
  min-width: 0;
}
.hero .hero-note {
  font-size: 14px;
}
.switcher {
  grid-template-columns: minmax(310px, 0.85fr) minmax(0, 1.6fr);
  gap: 40px;
  align-items: start;
}
.choice-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
}
.choice {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  position: relative;
}
.choice .mini {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  border: 1px solid #c4c5b9;
  border-radius: 3px;
  box-shadow: 0 7px 18px #172b2912;
  overflow: hidden;
}
.choice .mini img {
  width: 100%;
  height: auto;
}
.choice .choice-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font: 20px Georgia;
  margin-top: 12px;
  padding: 0 3px;
}
.choice .choice-mark {
  font: 12px Arial;
  visibility: hidden;
}
.choice[aria-current="true"] {
  background: none;
  color: var(--ink);
}
.choice[aria-current="true"] .mini {
  outline: 3px solid #28473e;
  outline-offset: 4px;
}
.choice[aria-current="true"] .choice-mark {
  visibility: visible;
}
.large-example {
  border: 0;
  background: #faf8f2;
  box-shadow: 0 18px 45px #162d2520;
  border-radius: 5px;
  overflow: hidden;
}
.browserbar {
  background: #dbe2d5;
  padding: 16px 20px;
  font-size: 13px;
}
.scroll-preview {
  height: 725px;
  scrollbar-color: #819481 #e7eadd;
}
.selected-copy {
  padding: 23px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.selected-copy h3 {
  font-size: 30px;
}
.selected-copy p {
  font-size: 14px;
  max-width: 430px;
}
.selected-copy .expand {
  border: 1px solid #9ba999;
  background: transparent;
  color: var(--ink);
  padding: 12px 15px;
  white-space: nowrap;
  font-size: 13px;
}
.collection-note {
  justify-content: flex-start;
  max-width: 770px;
  border: 0;
  margin-top: 25px;
  padding: 0;
}
.pricing {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-bottom: 70px;
}
.pricing-intro {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: end;
}
.pricing-intro > p {
  max-width: 410px;
  font-size: 16px;
}
.price-panel {
  border-top: 1px solid #9aa98c;
  padding-top: 28px;
}
.price-panel .price {
  font-size: 78px;
  line-height: 1.1;
}
.price-sub {
  font-size: 14px;
  margin: 12px 0 25px;
}
.includes {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}
.includes li {
  padding: 12px 0;
  border-top: 1px solid #b0bba5;
  font-size: 15px;
}
.includes li:before {
  content: "✓";
  margin-right: 12px;
}
.renewal-note {
  grid-column: 1/-1;
  font-size: 14px;
  max-width: 850px;
}
.price-panel h3 {
  font: 24px Georgia;
  margin-bottom: 20px;
}
.cost-example {
  grid-column: 1/-1;
  border-top: 1px solid #9aa98c;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}
.faq {
  padding: 75px 5%;
  background: #f6f3ec;
  color: var(--ink);
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 65px;
}
.faq-intro p {
  max-width: 350px;
  margin-top: 24px;
  color: #516258;
}
.faq-group h3 {
  font: 22px Georgia;
  margin: 30px 0 10px;
}
.faq-group:first-child h3 {
  margin-top: 0;
}
.faq details {
  border-bottom: 1px solid #bdc5bb;
  padding: 19px 0;
}
.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  font: 24px Arial;
  flex: none;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  font-size: 15px;
  line-height: 1.7;
  color: #40554d;
  padding: 17px 34px 0 0;
}
.contact {
  align-items: start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 75px;
}
.contact-info {
  border-top: 1px solid #789087;
  padding-top: 26px;
}
.contact-info h3 {
  font: 27px Georgia;
}
.email-address {
  display: block;
  font-size: 22px;
  margin: 20px 0;
  overflow-wrap: anywhere;
}
.contact-info .button {
  margin-top: 12px;
}
.contact .small {
  font-size: 13px;
  color: #c5d2ca;
}
.contact-list {
  padding-left: 20px;
  font-size: 15px;
  color: #d4dfd7;
}
.contact-list li {
  padding: 5px 0;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 25px 5%;
  gap: 20px;
  align-items: center;
}
.footer .brand {
  font-size: 29px;
}
.footer a {
  text-decoration: underline;
}
.fallback {
  padding: 40px 5%;
  background: var(--paper);
  color: var(--ink);
}
.fallback details {
  margin: 20px 0;
}
.fallback img {
  width: 100%;
}
.review {
  font-size: 12px;
}
.hidden-data {
  display: none;
}
@media (max-width: 1000px) {
  .switcher {
    grid-template-columns: minmax(235px, 0.75fr) minmax(0, 1.4fr);
    gap: 30px;
  }
  .choice .choice-name {
    font-size: 17px;
  }
  .scroll-preview {
    height: 650px;
  }
  .selected-copy {
    display: block;
  }
  .selected-copy .expand {
    margin-top: 18px;
  }
  .faq {
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .switcher {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .choice-list {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 12px;
  }
  .choice .mini {
    width: 100%;
    aspect-ratio: 3/4;
  }
  .choice .choice-name {
    font: 12px Arial;
    margin-top: 10px;
    padding: 0;
    line-height: 1.3;
    display: block;
  }
  .choice .choice-mark {
    display: none;
  }
  .choice > span:last-child {
    display: block;
  }
  .large-example {
    width: 100%;
  }
  .scroll-preview {
    height: 550px;
  }
  .browserbar {
    font-size: 11px;
    padding: 13px;
  }
  .selected-copy {
    padding: 19px;
  }
  .selected-copy h3 {
    font-size: 27px;
  }
  .pricing {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 45px 5%;
  }
  .pricing-intro {
    display: block;
    grid-column: auto;
  }
  .pricing-intro > p {
    margin-top: 25px;
  }
  .price-panel {
    grid-column: auto;
  }
  .cost-example {
    grid-column: auto;
    display: block;
  }
  .cost-example p + p {
    margin-top: 15px;
  }
  .faq {
    display: block;
    padding: 45px 5%;
  }
  .faq-intro {
    margin-bottom: 35px;
  }
  .faq-intro h2 {
    font-size: 38px;
  }
  .faq details p {
    padding-right: 5px;
  }
  .contact {
    display: block;
    padding: 45px 5%;
  }
  .contact-info {
    margin-top: 35px;
  }
  .contact h2 {
    font-size: 38px;
  }
  .footer {
    flex-wrap: wrap;
  }
  .hero .hero-note {
    font-size: 12px;
  }
  .button {
    gap: 10px;
    padding: 14px 17px;
  }
  .button .arrow {
    font-size: 22px;
  }
}

.product-proof {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 48px;
  align-items: center;
  margin: 12px 0 58px;
}
.product-proof figure {
  margin: 0;
  min-width: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #f6f3ec;
  color: #173036;
  box-shadow: 0 20px 50px #0002;
}
.product-proof-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 22px;
  background: #d9e1d2;
  font-size: 12px;
}
.product-proof-bar span:first-child {
  font: 25px Georgia;
}
.product-proof picture,
.product-proof img {
  display: block;
  width: 100%;
  height: auto;
}
.product-proof figcaption {
  padding: 12px 20px;
  font-size: 12px;
  color: #40554d;
}
.product-proof-copy h3 {
  font: 32px/1.2 Georgia;
}
.product-proof-copy p {
  font-size: 16px;
  line-height: 1.65;
  color: #d2dcd5;
  margin: 18px 0;
}
.product-proof-copy .eyebrow {
  font-size: 11px;
}
.aftercare {
  border-top: 1px solid #71837b;
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 40px;
  margin-top: 40px;
  padding-top: 28px;
}
.aftercare h3 {
  font: 26px/1.25 Georgia;
}
.aftercare p {
  font-size: 15px;
  color: #d2dcd5;
  line-height: 1.7;
}
.selected-copy {
  border-bottom: 1px solid #c8cfbf;
}
.contact-info form {
  margin-top: 25px;
}
.contact-info label {
  display: block;
  font-size: 14px;
  margin: 18px 0 8px;
}
.contact-info label span {
  color: #c5d2ca;
  margin-left: 6px;
  font-size: 12px;
}
.contact-info input,
.contact-info textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #9aa99d;
  border-radius: 2px;
  background: #f8f6f0;
  color: #102827;
  font: 16px/1.5 Arial;
  padding: 12px 14px;
}
.contact-info textarea {
  resize: vertical;
  min-height: 100px;
}
.contact-info input:user-invalid {
  border: 2px solid #ffb6a5;
}
.contact-info .small {
  line-height: 1.6;
  margin-top: 14px;
}
.contact-info .button {
  margin-top: 20px;
}
.contact-direct {
  margin-top: 28px;
  font-size: 14px;
}
.contact-direct a {
  display: inline-block;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.email-fallback {
  margin-top: 20px;
  font-size: 13px;
  color: #d2dcd5;
}
.email-fallback summary {
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 0;
}
.email-fallback p {
  font-size: 13px;
  margin-top: 12px;
}
.email-fallback pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 14px/1.6 Arial;
  background: #203a3c;
  padding: 15px;
  margin-top: 15px;
}
.email-fallback .button {
  font-size: 13px;
}
.contact-info :focus-visible {
  outline: 3px solid #e7d7a2;
  outline-offset: 4px;
}
@media (max-width: 1000px) {
  .product-proof {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-proof-copy {
    max-width: 680px;
  }
  .product-proof-copy h3 br {
    display: none;
  }
  .contact {
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .product-proof {
    margin: 0 0 38px;
  }
  .product-proof-copy h3 {
    font-size: 28px;
  }
  .product-proof-bar {
    padding: 13px 16px;
  }
  .aftercare {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }
  .aftercare h3 {
    font-size: 25px;
  }
  .selected-copy .expand {
    margin-top: 14px;
    min-height: 44px;
  }
  .contact-info {
    margin-top: 32px;
  }
  .contact-info .button {
    width: 100%;
  }
}

.faq summary:focus-visible {
  outline: 3px solid #28473e;
  outline-offset: 5px;
  border-radius: 2px;
}
.faq summary:after {
  content: "";
  width: 9px;
  height: 9px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin: 0 5px 5px 0;
  transition: transform 0.4s ease-out;
}
.faq details[open] summary:after {
  content: "";
  transform: rotate(225deg);
}
@supports (interpolate-size: allow-keywords) and
  (transition-behavior: allow-discrete) and selector(::details-content) {
  .faq details {
    interpolate-size: allow-keywords;
  }
  .faq details::details-content {
    height: 0;
    overflow: clip;
    transition:
      height 0.4s ease-out,
      content-visibility 0.4s allow-discrete;
  }
  .faq details[open]::details-content {
    height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq summary:after,
  .faq details::details-content {
    transition: none;
  }
}

.choice-card {
  min-width: 0;
}
.choice-card .choice {
  width: 100%;
}
.design-detail {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 3px;
  min-height: 44px;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.design-detail span {
  flex: none;
}
.design-detail:focus-visible {
  outline: 3px solid #28473e;
  outline-offset: 2px;
}
@media (max-width: 700px) {
  .design-detail {
    font-size: 10px;
    padding: 8px 0;
    gap: 4px;
  }
}

.skip {
  position: absolute;
  left: 12px;
  top: 12px;
  transform: translateY(-180%);
  z-index: 20;
  background: #163932;
  color: #fff;
  padding: 12px 18px;
}
.skip:focus {
  transform: none;
}
h1 {
  overflow-wrap: anywhere;
}
main {
  min-width: 0;
}
.scroll-preview {
  overscroll-behavior: auto;
}
.choice {
  display: block;
  text-decoration: none;
}
.choice[aria-current="true"] {
  outline: 2px solid #28473e;
  outline-offset: 2px;
}
.choice[aria-current="true"] .choice-mark {
  opacity: 1;
}
.expand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  text-decoration: underline;
}
.expand span {
  flex: none;
  white-space: nowrap;
}
.scroll-preview picture,
.scroll-preview img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-info select {
  display: block;
  width: 100%;
  max-width: 100%;
  font: 16px/1.5 Arial;
  padding: 12px 14px;
  background: #f8f6f0;
  color: #102827;
  border: 1px solid #9aa99d;
}
.contact-info input:user-invalid {
  border: 2px solid #ffb6a5;
}
.footer {
  flex-wrap: wrap;
  gap: 20px;
}
.footer a {
  padding: 8px 0;
}
.button .arrow {
  flex-shrink: 0;
  white-space: nowrap;
}
[hidden] {
  display: none !important;
}
@media (max-width: 900px) {
  .site > nav {
    flex-wrap: wrap;
    gap: 16px;
  }
  .navlinks {
    display: flex !important;
    order: 3;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px 12px;
  }
  .navlinks a {
    padding: 8px 0;
    font-size: 13px;
    min-height: 36px;
  }
  .site > nav > .button {
    font-size: 13px;
    padding: 10px 12px;
  }
  .hero {
    padding-top: 35px;
  }
  .hero h1 {
    font-size: clamp(32px, 7.5vw, 48px);
  }
  .hero .lead {
    font-size: 16px;
  }
  .design-detail {
    font-size: 12px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.hero-collection .sheet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
