:root {
  --ink: #11100e;
  --paper: #f5f2eb;
  --white: #fff;
  --muted: #69655e;
  --line: #cbc6bb;
  --action: #741923;
  --action-hover: #521016;
  --action-soft: #eee4e0;
  --trust: #304456;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter: clamp(22px, 4.4vw, 72px);
  --page: 1480px;
  --section-space: clamp(64px, 6.5vw, 104px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, var(--page));
  min-height: 82px;
  margin: 0 auto;
  padding: 18px var(--gutter);
  border-bottom: 1px solid #9b978e;
}
.brand { display: block; width: 160px; }
.brand img { width: 100%; }
nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 42px); font-size: 12px; }
nav a { padding: 10px 0; }
.language-switch {
  display: inline-flex;
  flex: none;
  gap: 0;
  overflow: hidden;
  border: 1px solid #9b978e;
  border-radius: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.language-switch a { min-width: 32px; padding: 7px 8px; text-align: center; }
.language-switch a + a { border-left: 1px solid #9b978e; }
.language-switch a[aria-current="page"] { color: var(--white); background: var(--ink); }
.language-switch a:not([aria-current="page"]):hover { color: var(--action); background: var(--white); }
.nav-cta {
  min-width: 152px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  text-align: center;
  font-weight: 600;
  transition: background-color .18s, border-color .18s;
}
.nav-cta:hover { background: var(--action); border-color: var(--action); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(410px, .72fr);
  gap: clamp(72px, 7vw, 112px);
  align-items: center;
  width: min(100%, var(--page));
  margin: 0 auto;
  padding: clamp(38px, 4vw, 58px) var(--gutter) clamp(48px, 5vw, 72px);
}
.hero-copy { max-width: 680px; }
.hero-meta {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  margin-bottom: clamp(28px, 3vw, 40px);
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}
.edition-code {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow,
.section-number {
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.hero-meta .eyebrow { margin: 0; }
.hero .eyebrow,
.intro .section-number,
.workbench .section-number { color: var(--trust); }
h1, h2 { margin: 0; font-family: var(--sans); font-weight: 400; letter-spacing: -.047em; }
h1 { max-width: 680px; font-size: clamp(54px, 5.6vw, 82px); line-height: .96; }
h2 { font-size: clamp(42px, 4.4vw, 64px); line-height: .98; }
.lead {
  max-width: 570px;
  margin: clamp(28px, 3vw, 38px) 0 28px;
  color: #353532;
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.62;
}
.text-link {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color .18s, border-color .18s;
}
.text-link:hover { background: var(--action); border-color: var(--action); }
.text-link span { font-size: 18px; }
.hero-register {
  max-width: 620px;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}
.hero-register-label {
  margin: 0 0 13px;
  color: var(--trust);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.waitlist-proof {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  color: #53524e;
  font-size: 13px;
  line-height: 1.4;
}
.waitlist-proof::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--trust);
  content: "";
}
.waitlist-proof strong { color: var(--ink); font-weight: 700; }
.hero-form-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(205px, auto);
  gap: 12px;
  align-items: end;
}
.hero-form-row label > span { color: #33332f; }
.hero-form-row input[type="email"] {
  height: 56px;
  padding: 0 15px;
  background: var(--white);
  border: 1px solid #77746e;
}
.hero-register .submit-button {
  width: auto;
  min-width: 205px;
  min-height: 56px;
  color: var(--white);
  background: var(--ink);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.hero-register .submit-button:hover { color: var(--white); background: var(--action); border-color: var(--action); }
.hero-register .form-consent { max-width: 610px; margin: 11px 0 0; color: #53524e; font-size: 11px; line-height: 1.55; }
.hero-register .form-consent strong { display: block; margin-bottom: 3px; color: var(--ink); font-weight: 700; }
.hero-register .form-consent span { display: block; }
.hero-register .form-status { min-height: 15px; margin-top: 5px; }
.hero-register .success { padding: 18px 0; }
.hero-register .success strong { margin-bottom: 7px; font-size: clamp(22px, 2vw, 30px); }
.hero-register .success p { font-size: 13px; }
.hero-image {
  position: relative;
  width: min(calc(100% - 28px), 540px);
  margin: 0 0 0 28px;
  justify-self: end;
  background: #e7e4dd;
}
.hero-image::after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 3px;
  height: 72px;
  background: var(--action);
  content: "";
}
.hero-image img { width: 100%; aspect-ratio: 969 / 1305; object-fit: contain; }
figcaption { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.hero-image figcaption { margin: 0; padding: 11px 12px 13px; }

.edition-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - 2 * var(--gutter)), calc(var(--page) - 2 * var(--gutter)));
  margin: 0 auto;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.edition-strip div {
  display: block;
  min-height: 78px;
  padding: 0 clamp(14px, 1.5vw, 22px);
  align-content: center;
  border-right: 1px solid var(--line);
}
.edition-strip div:first-child { padding-left: 0; }
.edition-strip div:last-child { padding-right: 0; border-right: 0; }
.edition-strip span { display: block; margin-bottom: 7px; color: var(--trust); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.edition-strip strong { display: block; font-size: 13px; font-weight: 500; line-height: 1.35; }

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  gap: clamp(60px, 10vw, 180px);
  width: min(100%, var(--page));
  margin: 0 auto;
  padding: var(--section-space) var(--gutter);
}
.intro-heading h2 { max-width: 720px; }
.intro-copy { padding-top: 30px; }
.intro-copy p,
.workbench-copy > p,
.signup-copy > p {
  margin: 0;
  color: #353532;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
}
.intro-copy p + p { margin-top: 25px; }
.intro-copy p:first-child { color: var(--ink); font-size: clamp(18px, 1.45vw, 22px); font-weight: 500; line-height: 1.55; }
.inline-link {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding-bottom: 5px;
  color: var(--trust);
  border-bottom: 1px solid #99a6b2;
  font-size: 12px;
  font-weight: 600;
}
.inline-link:hover { color: var(--action); border-bottom-color: var(--action); }

.workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .72fr);
  gap: clamp(54px, 8vw, 130px);
  align-items: center;
  padding: var(--section-space) max(var(--gutter), calc((100vw - var(--page)) / 2 + var(--gutter)));
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.dial-image { max-width: 760px; margin: 0; }
.dial-image img { width: 100%; aspect-ratio: 1401 / 1123; object-fit: contain; }
.workbench-copy { max-width: 585px; }
.workbench-copy > p:not(.section-number) { margin-top: 34px; }
.project-details { margin: 54px 0 0; border-top: 1px solid var(--ink); }
.project-details div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid #d8d7d2;
  font-size: 13px;
  line-height: 1.4;
}
.project-details dt { color: var(--trust); }
.project-details dd { margin: 0; }

.flag-origin {
  padding: var(--section-space) max(var(--gutter), calc((100vw - var(--page)) / 2 + var(--gutter)));
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.flag-origin-copy { max-width: 720px; }
.flag-origin-copy .section-number { color: var(--trust); }
.flag-origin-copy > p:not(.section-number) {
  margin: 30px 0 0;
  color: #41403c;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.68;
}

.prototype-view {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(440px, 1fr);
  gap: clamp(54px, 9vw, 145px);
  align-items: center;
  padding: var(--section-space) max(var(--gutter), calc((100vw - var(--page)) / 2 + var(--gutter)));
  background: #e7e4dd;
  border-bottom: 1px solid var(--line);
}
.prototype-view-copy { max-width: 560px; }
.prototype-view-copy .section-number { color: var(--trust); }
.prototype-view-copy p:not(.section-number) { margin: 30px 0 0; color: #41403c; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.68; }
.prototype-view-gallery { display: grid; gap: 28px; width: min(100%, 680px); justify-self: end; }
.prototype-view-image { position: relative; width: 100%; margin: 0; }
.prototype-view-image::after { position: absolute; top: 0; right: -1px; width: 3px; height: 72px; background: var(--action); content: ""; }
.prototype-view-image img { display: block; width: 100%; height: auto; }
.prototype-view-image--third img { aspect-ratio: 4 / 5; object-fit: cover; }
.prototype-view-image figcaption { margin: 0; padding: 11px 0 0; }

.product-guide {
  padding: var(--section-space) max(var(--gutter), calc((100vw - var(--page)) / 2 + var(--gutter)));
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.product-guide-heading {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, .7fr);
  gap: clamp(54px, 9vw, 140px);
  align-items: end;
}
.product-guide-heading h2 { max-width: 750px; }
.product-guide-heading > p {
  max-width: 570px;
  margin: 0;
  color: #41403c;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.68;
}
.product-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(54px, 6vw, 82px);
  border-top: 1px solid var(--ink);
}
.product-guide article { padding: clamp(28px, 3.2vw, 46px) clamp(24px, 3.4vw, 52px) clamp(32px, 3.6vw, 52px) 0; border-bottom: 1px solid var(--line); }
.product-guide article:nth-child(even) { padding-right: 0; padding-left: clamp(24px, 3.4vw, 52px); border-left: 1px solid var(--line); }
.product-guide h3 { max-width: 470px; margin: 0; font-size: clamp(21px, 1.8vw, 27px); font-weight: 500; letter-spacing: -.025em; line-height: 1.15; }
.product-guide article p { max-width: 590px; margin: 20px 0 0; color: #4b4944; font-size: 15px; line-height: 1.72; }

.movement {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(420px, 1fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
  padding: var(--section-space) max(var(--gutter), calc((100vw - var(--page)) / 2 + var(--gutter)));
  color: var(--white);
  background: #11171b;
  border-top: 1px solid #2d373e;
  border-bottom: 1px solid var(--ink);
}
.movement-copy { max-width: 560px; }
.movement .section-number { color: #8ea5b8; }
.movement-copy > p:not(.section-number) { margin: 30px 0 0; color: #b7bdc0; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.68; }
.movement-specs { margin: 42px 0 0; border-top: 1px solid #52606a; }
.movement-specs div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid #344048; font-size: 12px; line-height: 1.4; }
.movement-specs dt { color: #8ea5b8; }
.movement-specs dd { margin: 0; color: #eef0ef; }
.movement .inline-link { color: #d7e0e6; border-bottom-color: #607582; }
.movement .inline-link:hover { color: #ef9da2; border-bottom-color: #a33b43; }
.movement-photo { width: min(100%, 680px); margin: 0; justify-self: end; }
.movement-photo img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.movement-photo figcaption { color: #8ea5b8; text-align: right; }
.faq {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(440px, 1fr);
  gap: clamp(54px, 9vw, 145px);
  padding: var(--section-space) max(var(--gutter), calc((100vw - var(--page)) / 2 + var(--gutter)));
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.faq-heading { max-width: 580px; }
.faq-heading .section-number { color: var(--trust); }
.faq-heading > p:last-child { margin: 30px 0 0; color: #41403c; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.68; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  padding: 22px 46px 22px 0;
  cursor: pointer;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 500;
  line-height: 1.35;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 20px; right: 3px; color: var(--action); font-size: 24px; font-weight: 300; line-height: 1; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; margin: -4px 46px 24px 0; color: #514e48; font-size: 14px; line-height: 1.7; }
.faq-list summary:focus-visible { outline: 2px solid #1a5fa3; outline-offset: 4px; }
.signup {
  width: 100%;
  margin: 0 auto;
  padding: var(--section-space) max(var(--gutter), calc((100vw - var(--page)) / 2 + var(--gutter)));
  color: var(--ink);
  background: #e7e4dd;
  border-top: 1px solid var(--ink);
}
.signup-copy { max-width: 780px; }
.signup-copy h2 { max-width: 700px; }
.signup-copy > h2 + p { max-width: 540px; margin-top: 34px; }
.signup .section-number { color: var(--trust); }
.signup .signup-copy > h2 + p { color: #42413d; }
.selection-steps {
  max-width: 540px;
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}
.selection-steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #c1bdb5;
  font-size: 13px;
  line-height: 1.4;
}
.selection-steps span { color: var(--action); font-size: 11px; }
.conversion-cta {
  display: inline-flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  min-width: min(100%, 340px);
  min-height: 58px;
  margin-top: 30px;
  padding: 0 20px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background-color .18s, border-color .18s;
}
.conversion-cta:hover { color: var(--white); background: var(--action); border-color: var(--action); }
.conversion-cta span { font-size: 18px; }
.signup-copy > .signup-assurance { margin-top: 11px; color: #5d5952; font-size: 11px; line-height: 1.5; }
.form-wrap { align-self: end; }
.signup .form-wrap {
  padding: clamp(24px, 3vw, 38px);
  background: #f8f6f1;
  border: 1px solid var(--ink);
}
.form-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.form-intro { margin: 0 0 28px; color: #4c4b47; font-size: 12px; line-height: 1.55; }
.field-row { display: grid; gap: 25px; }
label > span { display: block; margin-bottom: 8px; font-size: 12px; }
label > span small { color: var(--muted); font-size: 10px; font-weight: 400; }
.signup label > span { color: #33332f; }
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 17px;
}
input[type="text"], input[type="email"] { height: 52px; }
textarea { min-height: 112px; padding: 10px 0; line-height: 1.55; resize: vertical; }
textarea::placeholder { color: #8a8984; }
input:focus, textarea:focus { border-bottom-width: 2px; }
.signup input[type="text"],
.signup input[type="email"],
.signup textarea { color: var(--ink); border-bottom-color: #77746e; }
.signup textarea::placeholder { color: #8a8882; }
.honey { display: none; }
.submit-button,
.dialog-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
  font-size: 13px;
}
.submit-button:hover,
.dialog-button:hover { color: var(--ink); background: transparent; }
.submit-button:disabled { cursor: wait; opacity: .55; }
.signup .submit-button { color: var(--white); background: var(--ink); border-color: var(--ink); letter-spacing: .06em; text-transform: uppercase; }
.signup .submit-button:hover { color: var(--white); background: var(--action-hover); border-color: var(--action-hover); }
.form-status { min-height: 18px; margin: 12px 0 0; color: #9d1f1f; font-size: 12px; }
.signup .form-status { color: var(--action); }
.allocation-note { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.success { padding: 30px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.signup .success { border-color: var(--ink); }
.success strong { display: block; margin-bottom: 12px; font-size: clamp(28px, 3vw, 42px); font-weight: 500; letter-spacing: -.04em; }
.success p { margin: 0; color: var(--muted); line-height: 1.6; }
.signup .success p { color: var(--muted); }

footer {
  width: min(100%, var(--page));
  margin: 0 auto;
  padding: 34px var(--gutter) 26px;
}
.footer-brand { width: 205px; margin-bottom: 48px; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
  gap: 18px 30px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.footer-links a { width: fit-content; padding: 4px 0; border-bottom: 1px solid transparent; }
.footer-links a:hover { color: var(--action); border-bottom-color: var(--action); }
.footer-meta {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}
.footer-meta p { margin: 0; }
.footer-meta p:last-child { justify-self: end; }
.privacy-link { padding: 3px 0; border: 0; border-bottom: 1px solid var(--muted); background: none; cursor: pointer; font-size: 11px; }

.interest-prompt {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  width: min(380px, calc(100vw - 40px));
  padding: 24px;
  color: var(--ink);
  background: #f5f2eb;
  border: 1px solid #c9c4ba;
  box-shadow: 0 20px 55px rgba(26, 25, 22, .16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity .22s ease, transform .22s ease;
}
.interest-prompt[hidden] { display: none; }
.interest-prompt.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.interest-prompt-close { position: absolute; top: 10px; right: 13px; padding: 4px 7px; border: 0; color: #77736b; background: transparent; cursor: pointer; font-size: 22px; line-height: 1; }
.interest-prompt-close:hover { color: var(--ink); }
.interest-prompt-label { margin: 0 28px 15px 0; color: var(--trust); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.interest-prompt-title { max-width: 310px; margin: 0; font-size: 25px; font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.interest-prompt-body { margin: 14px 0 0; color: #55524c; font-size: 13px; line-height: 1.58; }
.interest-prompt-form { margin-top: 19px; }
.interest-prompt-form label > span { display: block; margin-bottom: 6px; color: #4b4944; font-size: 10px; letter-spacing: .06em; }
.interest-prompt-form input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #8d8981; color: var(--ink); background: var(--white); }
.interest-prompt-action { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; margin-top: 9px; padding: 0 15px; border-color: var(--ink); color: var(--white); background: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.interest-prompt-action:hover { color: var(--white); background: var(--action); border-color: var(--action); }
.interest-prompt-action:disabled { cursor: wait; opacity: .72; }
.interest-prompt-note { margin: 9px 0 0; color: #6d6962; font-size: 10px; line-height: 1.4; }
.interest-prompt-status { min-height: 0; margin: 7px 0 0; color: #9b2029; font-size: 11px; line-height: 1.4; }
.interest-prompt-status:empty { display: none; }
.interest-prompt-success { padding: 20px 0 4px; border-top: 1px solid #c9c4ba; }
.interest-prompt-success strong { display: block; font-size: 20px; font-weight: 500; line-height: 1.2; }
.interest-prompt-success p { margin: 9px 0 0; color: #55524c; font-size: 13px; line-height: 1.55; }

dialog {
  width: min(600px, calc(100% - 32px));
  padding: clamp(32px, 6vw, 58px);
  border: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}
dialog::backdrop { background: rgba(0,0,0,.64); }
dialog h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 60px); }
dialog > p:not(.section-number) { color: var(--muted); line-height: 1.7; }
.dialog-button { width: auto; min-width: 140px; justify-content: center; margin-top: 28px; }
.dialog-close { position: absolute; top: 15px; right: 19px; padding: 4px; border: 0; background: none; cursor: pointer; font-size: 25px; }

.error-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
  gap: clamp(50px, 10vw, 160px);
  align-items: end;
  width: min(100%, var(--page));
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: var(--section-space) var(--gutter);
}
.error-page h1 { max-width: 760px; }
.error-page > div:last-child { max-width: 520px; }
.error-page > div:last-child p { margin: 0 0 28px; color: var(--muted); line-height: 1.65; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible { outline: 2px solid #1a5fa3; outline-offset: 4px; }

@media (max-width: 1200px) {
  .hero-form-row { grid-template-columns: 1fr; gap: 10px; }
  .hero-register .submit-button { width: 100%; }
}

@media (max-width: 960px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(290px, .7fr); gap: 45px; min-height: 0; }
  h1 { font-size: clamp(50px, 8vw, 72px); }
  .intro { grid-template-columns: 1fr; gap: 24px; }
  .intro-copy { max-width: 700px; padding-top: 0; }
  .workbench { grid-template-columns: 1fr; }
  .dial-image { width: 100%; }
  .workbench-copy { max-width: 720px; }
  .prototype-view { grid-template-columns: minmax(260px, .62fr) minmax(360px, 1fr); gap: 48px; }
  .prototype-view-gallery { width: min(100%, 640px); }
  .product-guide-heading { grid-template-columns: 1fr; gap: 28px; }
  .product-guide-heading > p { max-width: 700px; }
  .movement { grid-template-columns: 1fr; }
  .movement-copy { max-width: 720px; }
  .movement-photo { width: min(100%, 720px); justify-self: center; }
  .faq { grid-template-columns: 1fr; gap: 44px; }
  .faq-heading { max-width: 720px; }
  .form-wrap { max-width: 700px; }
}

@media (max-width: 700px) {
  :root { --gutter: 20px; }
  .site-header { min-height: 74px; }
  .brand { width: 138px; }
  .site-header nav { gap: 7px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .site-header .language-switch { display: inline-flex; }
  .site-header nav .language-switch a { display: block; min-width: 27px; padding: 7px 6px; }
  .nav-cta { min-width: 112px; padding: 10px 9px; font-size: 11px; }
  .hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding-top: 26px;
    padding-bottom: 42px;
  }
  .hero-copy { display: contents; }
  .hero-meta { order: 1; width: 100%; max-width: none; margin-bottom: 0; }
  .hero-image { order: 2; }
  .hero-copy h1 { order: 3; margin-top: 8px; }
  .hero-copy .lead { order: 4; margin: 0 0 4px; }
  .hero-register { order: 5; width: 100%; max-width: none; }
  .eyebrow, .section-number { margin-bottom: 22px; }
  h1 { max-width: 520px; font-size: clamp(46px, 12.4vw, 60px); line-height: .96; }
  h2 { font-size: clamp(38px, 10.5vw, 50px); }
  .lead { font-size: 16px; }
  .hero-form-row { grid-template-columns: 1fr; gap: 10px; }
  .hero-register .submit-button { width: 100%; }
  .text-link { width: 100%; }
  .hero-image { width: 100%; max-width: 500px; margin: 0; justify-self: center; }
  .edition-strip { grid-template-columns: 1fr; }
  .edition-strip div { min-height: 62px; padding: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .edition-strip div:last-child { border-bottom: 0; }
  .intro { gap: 28px; padding-top: 58px; padding-bottom: 60px; }
  .intro-copy p, .workbench-copy > p, .signup-copy > p { font-size: 16px; }
  .intro-copy p:first-child { font-size: 18px; }
  .workbench { gap: 46px; padding-top: 20px; padding-right: var(--gutter); padding-bottom: 60px; padding-left: var(--gutter); }
  .dial-image { width: calc(100% + 2 * var(--gutter)); margin-left: calc(-1 * var(--gutter)); }
  .dial-image figcaption { padding: 0 var(--gutter); }
  .project-details { margin-top: 40px; }
  .flag-origin { padding-top: 58px; padding-bottom: 60px; }
  .prototype-view { grid-template-columns: 1fr; gap: 38px; padding-top: 58px; padding-bottom: 60px; }
  .prototype-view-copy { max-width: 620px; }
  .prototype-view-gallery { width: 100%; max-width: 560px; justify-self: center; }
  .product-guide { padding-top: 58px; padding-bottom: 60px; }
  .product-guide-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .product-guide article,
  .product-guide article:nth-child(even) { padding: 28px 0 32px; border-left: 0; }
  .movement { padding-top: 58px; padding-bottom: 60px; }
  .movement-photo figcaption { text-align: left; }
  .faq { gap: 38px; padding-top: 58px; padding-bottom: 60px; }
  .faq-list summary { padding-top: 19px; padding-bottom: 19px; font-size: 17px; }
  .faq-list summary::after { top: 17px; }
  .faq-list details p { margin-right: 28px; }
  .signup { padding-top: 58px; padding-bottom: 60px; }
  .signup .form-wrap { padding: 22px 18px; }
  .error-page { grid-template-columns: 1fr; min-height: calc(100vh - 74px); align-content: center; align-items: start; }
  .footer-brand { width: 175px; margin-bottom: 38px; }
  .footer-links { grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .footer-meta { grid-template-columns: 1fr; justify-items: start; gap: 12px; }
  .footer-meta p:last-child { justify-self: start; }
  .interest-prompt { right: 12px; bottom: 12px; width: calc(100vw - 24px); padding: 21px 20px 20px; }
  .interest-prompt-title { font-size: 23px; }
}

@media (max-width: 360px) {
  :root { --gutter: 17px; }
  .brand { width: 125px; }
  nav { font-size: 12px; }
  h1 { font-size: 43px; }
  h2 { font-size: 37px; }
  .project-details div { grid-template-columns: 90px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
