:root {
  --ink: #171815;
  --paper: #f3f0e9;
  --white: #fff;
  --linen: #d5c6ac;
  --blue: #196fa4;
  --line: rgba(23, 24, 21, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
section { scroll-margin-top: 90px; }

.site-header {
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 3.25vw;
  background: rgba(243, 240, 233, 0.95);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; flex-direction: column; width: fit-content; line-height: 1; }
.brand-name { font: 700 25px/0.9 Georgia, "Times New Roman", serif; letter-spacing: -0.06em; }
.brand-sub { margin-top: 5px; font-size: 7px; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.site-header nav { display: flex; gap: 36px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.site-header nav a, .text-link, .contact-link, .footer-links a { position: relative; }
.site-header nav a::after, .text-link::after, .contact-link::after, .footer-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: currentColor; transition: right 180ms ease;
}
.site-header nav a:hover::after, .text-link:hover::after, .contact-link:hover::after, .footer-links a:hover::after { right: 0; }
.header-cta { justify-self: end; border: 1px solid var(--ink); padding: 10px 17px; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: 160ms ease; }
.header-cta:hover { background: var(--ink); color: var(--paper); }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 56% 44%; border-bottom: 1px solid var(--line); }
.hero-media { position: relative; min-height: 680px; overflow: hidden; }
.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 72% 52%;
}
.image-note { position: absolute; left: 30px; bottom: 24px; margin: 0; padding: 8px 11px; background: var(--paper); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 7vw 6vw; background: var(--paper); }
.eyebrow { margin: 0 0 22px; font-size: 10px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.055em; line-height: 0.94; }
h1 { font-size: clamp(58px, 6.2vw, 108px); }
h2 { font-size: clamp(46px, 5.2vw, 82px); }
.hero-lead { max-width: 610px; margin: 36px 0 0; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.55; color: #4e4f49; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-width: 260px; padding: 17px 20px; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--blue); }
.text-link { font-size: 12px; font-weight: 700; }
.hero-signature { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 44px; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-signature i { display: block; width: 28px; height: 1px; background: var(--line); }

.proof { padding: 110px 5vw 55px; background: var(--white); }
.section-intro { max-width: 580px; }
.proof-intro > p:last-child { font: 400 clamp(26px, 2.8vw, 44px)/1.18 Georgia, "Times New Roman", serif; letter-spacing: -0.03em; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px; border-top: 1px solid var(--line); }
.proof-grid article { padding: 32px 28px 16px 0; border-right: 1px solid var(--line); }
.proof-grid article:not(:first-child) { padding-left: 28px; }
.proof-grid article:last-child { border-right: 0; }
.proof-grid strong { display: block; font: 400 clamp(44px, 5vw, 78px)/1 Georgia, "Times New Roman", serif; letter-spacing: -0.06em; }
.proof-grid p { max-width: 200px; margin: 14px 0 0; color: #62635d; font-size: 13px; }
.source-note { margin: 40px 0 0; color: #8b8b84; font-size: 10px; }

.technology { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.technology-visual { min-height: 780px; position: relative; overflow: hidden; }
.technology-visual img { height: 100%; object-fit: cover; }
.material-stamp { position: absolute; width: 130px; height: 130px; display: grid; place-items: center; right: 40px; bottom: 40px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: 0.15em; transform: rotate(-11deg); }
.technology-copy { padding: 9vw 7vw; }
.technology-copy .eyebrow, .performance .eyebrow { color: #65b3de; }
.large-copy { max-width: 620px; margin: 36px 0 56px; font-size: 19px; line-height: 1.6; color: #c9c8c2; }
.material-list { border-top: 1px solid rgba(255,255,255,.24); }
.material-list article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.material-list article > span { color: #7c7d77; font: 400 13px Georgia, serif; }
.material-list h3 { margin: 0 0 6px; font: 400 25px/1.1 Georgia, serif; }
.material-list p { margin: 0; max-width: 520px; color: #a9aaa5; font-size: 13px; line-height: 1.55; }

.performance { display: grid; grid-template-columns: 42% 58%; min-height: 720px; background: #1b6f99; color: var(--white); }
.performance-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 6vw; }
.performance-copy > p:not(.eyebrow) { max-width: 520px; margin: 34px 0; color: #d7e7ef; font-size: 17px; line-height: 1.65; }
.performance blockquote { margin: auto 0 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.35); font: italic 20px/1.4 Georgia, serif; }
.performance blockquote cite { display: block; margin-top: 15px; font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.performance-media { position: relative; min-height: 680px; overflow: hidden; }
.performance-media img { height: 100%; object-fit: cover; }
.vertical-label { position: absolute; top: 30px; right: 24px; writing-mode: vertical-rl; color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .2em; }

.testimonials { padding: 120px 5vw; background: var(--white); }
.testimonials-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.testimonials-heading > p { max-width: 590px; margin: 0 0 5px; color: #5e5f59; font-size: 17px; line-height: 1.65; }
.testimonials-feature { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr); min-height: 580px; background: var(--paper); }
.video-poster { position: relative; display: block; min-height: 580px; overflow: hidden; background: #111; }
.video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 38%, rgba(0,0,0,.58) 100%); transition: background 180ms ease; }
.video-poster:hover::after { background: linear-gradient(180deg, rgba(0,0,0,.02) 38%, rgba(0,0,0,.48) 100%); }
.video-poster img { height: 100%; object-fit: cover; object-position: center 46%; transition: transform 500ms ease; }
.video-poster:hover img { transform: scale(1.015); }
.video-kicker { position: absolute; z-index: 2; top: 25px; left: 28px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.video-button { position: absolute; z-index: 2; left: 28px; bottom: 26px; display: inline-flex; align-items: center; gap: 11px; width: fit-content; padding: 10px 13px 10px 10px; border: 1px solid rgba(255,255,255,.78); border-radius: 999px; background: rgba(18,19,16,.72); color: #fff; backdrop-filter: blur(8px); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: background 160ms ease, transform 160ms ease; }
.video-button i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #fff; }
.video-button i::after { content: ""; width: 0; height: 0; margin-left: 2px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid var(--ink); }
.video-button small { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.4); color: #c9c9c3; font-size: 8px; }
.video-poster:hover .video-button { transform: translateY(-2px); background: rgba(18,19,16,.9); }
.test-context { display: flex; flex-direction: column; justify-content: center; padding: 60px 4.2vw; border-left: 1px solid var(--line); }
.test-cast { margin: 0 0 30px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; line-height: 1.7; text-transform: uppercase; }
.test-context h3 { margin: 0; font: 400 clamp(34px, 3.1vw, 52px)/1.04 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.test-context > p:not(.test-cast) { margin: 30px 0 0; color: #666760; font-size: 13px; line-height: 1.7; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.testimonial-grid article { min-height: 410px; display: flex; flex-direction: column; padding: 42px 3.2vw 38px; border-right: 1px solid var(--line); background: #f7f5ef; }
.testimonial-grid article:last-child { border-right: 0; }
.testimonial-grid .testimonial-dark { background: var(--ink); color: var(--white); }
.testimonial-grid .testimonial-mael { background: #d8e9ef; }
.quote-mark { display: block; height: 62px; color: var(--blue); font: 400 78px/.85 Georgia, serif; }
.testimonial-dark .quote-mark { color: #65b3de; }
.testimonial-grid blockquote { margin: 26px 0 48px; max-width: 430px; font: 400 clamp(24px, 2.2vw, 36px)/1.2 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.testimonial-person { display: flex; flex-direction: column; gap: 4px; margin-top: auto; padding-top: 21px; border-top: 1px solid var(--line); }
.testimonial-dark .testimonial-person { border-color: rgba(255,255,255,.22); }
.testimonial-person strong { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-person span { color: #6f706a; font-size: 11px; }
.testimonial-dark .testimonial-person span { color: #a9aaa5; }
.testimonial-person small { margin-top: 9px; color: #96968f; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

.range { padding: 120px 5vw; background: var(--paper); }
.range-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.range-heading > p { max-width: 560px; margin: 0 0 5px; color: #5e5f59; font-size: 17px; line-height: 1.65; }
.range-body { display: grid; grid-template-columns: 43% 57%; border-top: 1px solid var(--line); }
.range-image { max-height: 690px; overflow: hidden; }
.range-image img { height: 100%; object-fit: cover; object-position: center 46%; }
.model-list { padding-left: 5vw; }
.model-list article { display: grid; grid-template-columns: 40px 1fr; gap: 24px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.model-list article > span { color: #888982; font-size: 11px; }
.model-list h3 { margin: 0 0 8px; font: 400 clamp(26px, 2.4vw, 38px)/1 Georgia, serif; letter-spacing: -0.03em; }
.model-list p { max-width: 520px; margin: 0; color: #6a6b65; font-size: 13px; }

.pricing { padding: 120px 5vw 70px; background: var(--white); }
.pricing-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.pricing-heading > p { max-width: 570px; margin: 0 0 5px; color: #5e5f59; font-size: 17px; line-height: 1.65; }
.price-list { border-top: 1px solid var(--line); }
.price-list article { display: grid; grid-template-columns: 52px 1fr auto; gap: 30px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); }
.price-list article > span { color: #96978f; font-size: 10px; letter-spacing: .08em; }
.price-list h3 { margin: 0; font: 400 clamp(27px, 2.6vw, 42px)/1 Georgia, serif; letter-spacing: -.035em; }
.price-list article > div { display: flex; align-items: baseline; gap: 24px; }
.price-list small { color: #777870; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-list strong { min-width: 130px; text-align: right; font: 400 clamp(30px, 3vw, 48px)/1 Georgia, serif; letter-spacing: -.045em; }
.availability { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 5vw; align-items: center; margin-top: 70px; padding: 50px; background: var(--ink); color: var(--white); }
.availability .eyebrow { margin-bottom: 15px; color: #65b3de; }
.availability h3 { max-width: 540px; margin: 0; font: 400 clamp(28px, 2.8vw, 44px)/1.08 Georgia, serif; letter-spacing: -.035em; }
.availability > p { max-width: 440px; margin: 0; color: #b8b9b3; font-size: 13px; line-height: 1.7; }
.availability .button { min-width: 245px; }
.price-note { margin: 22px 0 0; color: #898a83; font-size: 10px; }

.process { padding: 120px 5vw; background: #d8e9ef; }
.process-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; align-items: start; }
.process-heading h2 { max-width: 880px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; border-top: 1px solid var(--line); }
.process-grid article { min-height: 280px; padding: 30px 38px 30px 0; border-right: 1px solid var(--line); }
.process-grid article:not(:first-child) { padding-left: 38px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.process-grid h3 { margin: 52px 0 14px; font: 400 clamp(26px, 2.5vw, 38px)/1 Georgia, serif; letter-spacing: -.035em; }
.process-grid p { max-width: 380px; margin: 0; color: #5f6464; font-size: 13px; line-height: 1.7; }
.process-link { display: inline-block; margin-top: 46px; }

.story { padding: 120px 5vw; background: var(--white); }
.story-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; align-items: start; }
.story-heading h2 { max-width: 940px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid var(--line); }
.timeline article { position: relative; padding: 32px 34px 0 0; border-right: 1px solid var(--line); }
.timeline article:not(:first-child) { padding-left: 34px; }
.timeline article:last-child { border-right: 0; }
.timeline article::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); top: -5px; left: 0; }
.timeline article:not(:first-child)::before { left: 34px; }
.timeline strong { font: 400 29px Georgia, serif; }
.timeline p { color: #686963; font-size: 13px; line-height: 1.6; }

.faq { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; padding: 120px 5vw; background: var(--paper); }
.faq-heading { align-self: start; position: sticky; top: 130px; }
.faq-heading > p:last-child { max-width: 420px; margin: 34px 0 0; color: #65665f; font-size: 15px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: grid; grid-template-columns: 34px 1fr 24px; gap: 20px; align-items: center; min-height: 92px; cursor: pointer; font: 400 clamp(20px, 1.8vw, 28px)/1.25 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: #92938c; font: 400 10px Arial, sans-serif; }
.faq-list summary b { color: var(--blue); font: 400 23px/1 Arial, sans-serif; transition: transform 160ms ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > p { max-width: 690px; margin: -2px 40px 28px 54px; color: #65665f; font-size: 13px; line-height: 1.75; }

.contact { min-height: 680px; display: grid; grid-template-columns: 42% 58%; background: var(--ink); color: var(--white); overflow: hidden; }
.contact-mark { display: grid; place-items: center; min-height: 680px; color: #d5c6ac; font: 400 min(52vw, 700px)/.75 Georgia, serif; letter-spacing: -0.14em; transform: translateX(-7%); }
.contact-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 9vw 8vw 3vw; }
.contact-copy h2 { font-size: clamp(54px, 6.8vw, 106px); }
.contact-copy > p:not(.eyebrow) { max-width: 600px; margin: 36px 0; color: #b9bab4; font-size: 17px; line-height: 1.6; }
.contact-actions { display: flex; align-items: center; gap: 28px; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--linen); }
.contact-link { font-size: 12px; }
.contact-email { width: fit-content; margin-top: 25px; color: #898a84; font-size: 11px; letter-spacing: .04em; }

.legal { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; padding: 100px 5vw; background: #20211e; color: #f2efe8; }
.legal-heading { align-self: start; position: sticky; top: 130px; }
.legal-heading .eyebrow { color: #65b3de; }
.legal-heading h2 { font-size: clamp(42px, 4.6vw, 70px); }
.legal-status { max-width: 410px; margin: 32px 0 0; padding-left: 15px; border-left: 2px solid #d4b168; color: #bebfb9; font-size: 11px; line-height: 1.65; }
.legal-panels { border-top: 1px solid rgba(255,255,255,.22); }
.legal-panels details { border-bottom: 1px solid rgba(255,255,255,.22); }
.legal-panels summary { list-style: none; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; font: 400 clamp(20px, 1.9vw, 28px)/1.2 Georgia, serif; }
.legal-panels summary::-webkit-details-marker { display: none; }
.legal-panels summary span { color: #65b3de; font: 400 23px/1 Arial, sans-serif; transition: transform 160ms ease; }
.legal-panels details[open] summary span { transform: rotate(45deg); }
.legal-copy { padding: 2px 5vw 35px 0; color: #bbbcb6; font-size: 12px; line-height: 1.75; }
.legal-copy p { margin: 0 0 22px; }
.legal-copy strong { color: #f2efe8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.legal-copy a { color: #91c7e3; text-decoration: underline; text-underline-offset: 3px; }

footer { min-height: 170px; display: grid; grid-template-columns: auto 1fr minmax(460px, 1.5fr); align-items: center; gap: 45px; padding: 34px 5vw; background: #11120f; color: #e8e4dc; border-top: 1px solid rgba(255,255,255,.15); }
footer > p { margin: 0; color: #81827d; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.footer-links { justify-self: end; display: flex; gap: 25px; align-items: center; color: #a8a8a3; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 58vh; order: 2; }
  .hero-copy { min-height: 620px; padding: 80px 7vw 50px; }
  .proof-grid, .timeline { grid-template-columns: 1fr 1fr; }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .technology, .performance, .contact { grid-template-columns: 1fr; }
  .technology-visual { min-height: 520px; }
  .performance-media { min-height: 520px; order: -1; }
  .range-heading, .pricing-heading { grid-template-columns: 1fr; }
  .testimonials-heading { grid-template-columns: 1fr; }
  .testimonials-feature { grid-template-columns: 1fr; }
  .test-context { min-height: 420px; border-left: 0; border-top: 1px solid var(--line); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid article { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--line); }
  .availability { grid-template-columns: 1fr; }
  .process-heading { grid-template-columns: 1fr; }
  .faq, .legal { grid-template-columns: 1fr; }
  .faq-heading, .legal-heading { position: static; }
  .contact-mark { display: none; }
  .contact-copy { min-height: 640px; padding: 90px 8vw; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { display: none; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; padding: 0 20px; }
  .header-cta { padding: 9px 12px; font-size: 9px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 590px; padding: 72px 22px 42px; }
  .hero-media { min-height: 420px; }
  .hero-actions, .contact-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; min-width: 0; }
  .proof, .range, .story, .testimonials, .pricing, .process, .faq, .legal { padding: 80px 22px; }
  .proof-grid { grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .proof-grid article { padding: 24px 15px 24px 0; border-bottom: 1px solid var(--line); }
  .proof-grid article:not(:first-child) { padding-left: 15px; }
  .proof-grid article:nth-child(3) { padding-left: 0; }
  .proof-grid article:nth-child(3), .proof-grid article:nth-child(4) { border-bottom: 0; }
  .technology-visual { min-height: 390px; }
  .material-stamp { width: 95px; height: 95px; right: 20px; bottom: 20px; }
  .technology-copy, .performance-copy { padding: 80px 22px; }
  .performance-media { min-height: 400px; }
  .testimonials-heading { margin-bottom: 45px; }
  .video-poster { min-height: 390px; }
  .testimonials-feature { min-height: 0; }
  .video-kicker { top: 18px; left: 18px; }
  .video-button { left: 18px; bottom: 18px; }
  .test-context { min-height: 390px; padding: 55px 24px; }
  .testimonial-grid article { padding: 38px 24px 34px; }
  .range-heading { margin-bottom: 45px; }
  .range-body { grid-template-columns: 1fr; }
  .range-image { height: 440px; }
  .model-list { padding-left: 0; }
  .model-list article { grid-template-columns: 28px 1fr; gap: 12px; }
  .story-heading { grid-template-columns: 1fr; }
  .price-list article { grid-template-columns: 30px 1fr auto; gap: 12px; min-height: 92px; }
  .price-list article > div { display: block; text-align: right; }
  .price-list small { display: block; margin-bottom: 5px; }
  .price-list strong { min-width: 0; font-size: 29px; }
  .availability { margin-top: 50px; padding: 38px 24px; }
  .availability .button { width: 100%; min-width: 0; }
  .process-grid { grid-template-columns: 1fr; margin-top: 55px; border-top: 0; }
  .process-grid article, .process-grid article:not(:first-child) { min-height: 0; padding: 28px 0 36px; border-right: 0; border-top: 1px solid var(--line); }
  .process-grid h3 { margin-top: 28px; }
  .faq { gap: 55px; }
  .faq-list summary { grid-template-columns: 28px 1fr 20px; gap: 12px; min-height: 84px; }
  .faq-list details > p { margin: 0 24px 26px 40px; }
  .legal { gap: 55px; }
  .legal-copy { padding-right: 0; }
  .timeline { grid-template-columns: 1fr; margin-top: 60px; border-top: 0; border-left: 1px solid var(--line); }
  .timeline article, .timeline article:not(:first-child) { padding: 0 0 42px 28px; border-right: 0; }
  .timeline article::before, .timeline article:not(:first-child)::before { top: 9px; left: -5px; }
  .contact-copy { min-height: 650px; padding: 80px 22px; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-self: start; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; }
}

@media print {
  .site-header { position: static; }
  .button { border: 1px solid currentColor; }
}
