@charset "UTF-8";

:root {
  color-scheme: light;
  font: 14px/1.6 Verdana, Geneva, "Hiragino Kaku Gothic ProN", "Microsoft YaHei", sans-serif;
  color: #000;
  background: #fff;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; }
button, input, textarea { font: inherit; }
p, h1, h2, h3, figure, dl, dd { margin: 0; }
img, svg { display: block; max-width: 100%; }
a { color: #0000ee; text-decoration: underline; text-underline-offset: 3px; }
a:visited { color: #0000ee; }
a:hover { color: #0044cc; text-decoration: none; }
a:focus-visible, button:focus-visible, .elementary-btn:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid #0000ee;
  outline-offset: 4px;
}
a[aria-disabled="true"] { cursor: default; }
.wrap { width: min(600px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 24px; padding: 8px 12px; background: #fff; z-index: 2; }
.skip-link:focus { top: 16px; }

.site-header { display: flex; justify-content: flex-end; padding-top: 24px; }
.languages { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; }
.languages [aria-current="page"] { font-weight: 700; }
.masthead { margin-top: 20px; margin-bottom: 64px; }
.aqua-logo { width: 216px; height: auto; }
h1 { font-size: 24px; font-weight: 700; line-height: 1.2; }
.introduction { margin-top: 16px; font-size: 15px; font-weight: 400; line-height: 1.6; }

.content-block + .content-block { margin-top: 64px; }
h2 { font-size: 18px; font-weight: 700; line-height: 1.5; margin-bottom: 16px; }
h3 { font-size: 14px; font-weight: 700; line-height: 1.5; margin-bottom: 3px; }
.company-details { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 8px 20px; margin-top: 24px; }
.company-details dt { font-size: 13px; font-weight: 400; padding-top: 1px; }
.company-details dd { overflow-wrap: anywhere; }

.product-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 24px; }
.product { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 16px; align-items: start; }
.product-icon { width: 40px; height: 40px; object-fit: contain; }
.product p { margin-bottom: 3px; }
.product a { overflow-wrap: anywhere; }

.founder-profile { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 20px; align-items: start; }
.founder-portrait img { width: 88px; height: 88px; border-radius: 3px; }
.founder-bio { margin-block: 6px 8px; }
.founder-profile a { overflow-wrap: anywhere; }

.contact-intro { margin-bottom: 16px; }
form, fieldset { min-width: 0; }
fieldset { border: 0; padding: 0; margin: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 5px; margin-bottom: 16px; min-width: 0; }
label { font-size: 13px; }
input, textarea { width: 100%; min-width: 0; font-size: 16px; }
input::placeholder, textarea::placeholder { color: #666; }
.elementary-text-field:is(textarea) { height: auto; min-height: 128px; resize: vertical; }
fieldset:disabled { opacity: .6; }
.privacy-note { font-size: 12px; line-height: 1.6; margin-bottom: 16px; }
#turnstile { min-width: 0; margin-bottom: 16px; }
.form-bottom { display: flex; flex-direction: column; align-items: flex-start; }
button { font-size: 14px; }
.form-status { font-size: 13px; line-height: 1.6; margin-top: 10px; }
.form-status:empty { margin-top: 0; }
.form-status[data-state="error"], .form-status[data-state="success"] {
  padding: 10px 12px;
  border-left: 3px solid;
  font-weight: 700;
}
.form-status[data-state="error"] { color: #9b1c1c; background: #fff1f1; }
.form-status[data-state="success"] { color: #146534; background: #effaf2; }

.site-footer { margin-top: 80px; padding-bottom: 32px; font-size: 12px; text-align: left; }
.landing { min-height: 100svh; display: grid; place-content: center; gap: 24px; padding: 24px; text-align: center; }
.landing .brand { display: inline-flex; justify-content: center; }
.language-options { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }

@media (max-width: 560px) {
  .site-header { padding-top: 20px; }
  .masthead { margin-bottom: 56px; }
  .content-block + .content-block { margin-top: 56px; }
  h1 { font-size: 22px; }
  .company-details { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .company-details dt { margin-top: 12px; padding-top: 0; }
  .company-details dt:first-child { margin-top: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { margin-top: 64px; padding-bottom: 24px; }
}

@media (max-width: 360px) {
  .founder-profile { grid-template-columns: 1fr; gap: 12px; }
}
