:root {
  --white: #ffffff;
  --paper: #f5f5f5;
  --red: #be1e2d;
  --black: #000000;
  --text: #333333;
  --muted: #606060;
  --container: 1400px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  background: var(--white);
}
.header-top {
  display: grid;
  grid-template-columns: 1fr 350px;
  align-items: start;
  gap: 40px;
  padding: 40px 40px 0;
}
.header-copy {
  min-height: 136px;
}
.socials {
  display: flex;
  gap: 8px;
  align-items: center;
}
.social {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  background: var(--red);
  border-radius: 4px;
  color: var(--white);
  text-decoration: none;
}
.social::before {
  display: block;
  width: 16px;
  height: 16px;
  background: var(--white);
}
.social-mail::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 96h416c26.5 0 48 21.5 48 48v224c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48zm0 48v40.4c22.4 18.3 58.2 46.8 134.6 107.2 16.9 13.4 50.2 44.7 73.4 44.4 23.2.3 56.6-31 73.4-44.4C405.8 231.2 441.6 202.7 464 184.4V144H48zm416 224V246.2c-23.1 18.2-55.3 43.4-104.8 82.5-21.9 17.4-60.1 55.5-103.2 55.3-43 .2-81-37.7-103.2-55.3C103.3 289.6 71.1 264.4 48 246.2V368h416z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 96h416c26.5 0 48 21.5 48 48v224c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48zm0 48v40.4c22.4 18.3 58.2 46.8 134.6 107.2 16.9 13.4 50.2 44.7 73.4 44.4 23.2.3 56.6-31 73.4-44.4C405.8 231.2 441.6 202.7 464 184.4V144H48zm416 224V246.2c-23.1 18.2-55.3 43.4-104.8 82.5-21.9 17.4-60.1 55.5-103.2 55.3-43 .2-81-37.7-103.2-55.3C103.3 289.6 71.1 264.4 48 246.2V368h416z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.social-phone::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M493.4 24.6l-104-24c-11.3-2.6-23 3.3-27.5 14l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.2.6 389.5l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M493.4 24.6l-104-24c-11.3-2.6-23 3.3-27.5 14l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.2.6 389.5l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.header-copy h1 {
  margin: 53px 0 0;
  color: #111111;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.brand-logo {
  width: 350px;
  height: 115px;
  display: block;
  background: #1f1d1f;
  text-decoration: none;
}
.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-actions { display: none; }
.menu-toggle { display: none; }

.site-nav {
  min-height: 44px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background: var(--paper);
  color: #1f2530;
  font-size: 20px;
  line-height: 1.2;
}
.site-nav a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a + a::before {
  content: "|";
  display: inline-block;
  margin: 0 13px;
  color: #606060;
}
.site-nav a:hover {
  color: var(--red);
}
.site-nav a.is-active {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.site-nav .nav-cta {
  color: var(--red);
}
.site-nav .nav-cta.is-active {
  color: var(--red);
}
.legal-body .site-nav .nav-cta {
  color: inherit;
}
.legal-body .site-nav .nav-cta:hover {
  color: var(--red);
}
.legal-body .site-nav .nav-cta.is-active {
  color: var(--red);
}

.page {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-top: 65px;
  background: var(--white);
}
.section-title {
  margin: 0 0 40px;
  padding: 15px 40px;
  background: var(--paper);
}
.section-title + .content-row,
.section-title + .contact-row {
  margin-top: 0;
}
.section-title h2,
.text-column h2,
.downloads h2,
.contact-card h2,
.site-footer h2,
.legal-column h2 {
  margin: 0;
  color: #333333;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.section-title h2::before,
.text-column h2::before,
.downloads h2::before,
.contact-card h2::before,
.site-footer h2::before,
.legal-column h2::before {
  content: "";
  width: 11px;
  height: 16px;
  display: inline-block;
  margin-right: 9px;
  background: var(--red);
  vertical-align: -1px;
}

.content-row {
  margin: 0 40px 80px;
  display: grid;
  grid-template-columns: 600px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}
.image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
.image-pair img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.image-pair .framed-image {
  border: 1px solid #000;
}
.text-column h2 {
  margin-bottom: 30px;
}
.text-column h2:not(:first-child) {
  margin-top: 30px;
}
.text-column p {
  margin: 0 0 30px;
}
.text-column p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}

.downloads {
  margin: 0 40px 80px;
}
.downloads h2 {
  margin: 0 0 20px;
}
.downloads h2:not(:first-child) {
  margin-top: 60px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
.product-card {
  background: var(--paper);
}
.product-logo {
  display: block;
  width: 100%;
  background: var(--white);
  border: 1px solid #000;
  text-decoration: none;
}
.product-logo img {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}
.product-body {
  min-height: 92px;
  padding: 20px 20px 16px;
  background: var(--paper);
}
.product-body p {
  margin: 0;
}
.download-button {
  position: relative;
  min-height: 45px;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  background: var(--red);
  color: var(--white);
  text-align: center;
  text-decoration: none;
}
.download-button span {
  height: 45px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255,255,255,.8);
}
.download-button span::before {
  content: "»";
  transform: rotate(90deg);
  display: block;
  color: var(--white);
  font: 700 22px/1 Arial, Helvetica, sans-serif;
}

.contact-title {
  margin-top: 80px;
  margin-bottom: 30px;
}
.contact-row {
  margin: 0 40px 80px;
  display: grid;
  grid-template-columns: calc(25% - 60px) calc(25% - 60px) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}
.contact-card {
  background: var(--paper);
}
.contact-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.contact-card h2 {
  margin: 20px 10px 12px;
}
.contact-card p {
  margin: 0 10px 18px;
}
.request-form {
  padding: 33px 15px 30px;
  display: grid;
  gap: 35px;
  background: var(--paper);
}
.request-form textarea,
.request-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--paper);
  border-radius: 6px;
  background: var(--white);
  padding: 0 16px;
  color: #141617;
  font: 16px Georgia, "Times New Roman", serif;
}
.request-form textarea {
  height: 70px;
  padding: 16px;
  resize: vertical;
}
.form-status {
  margin: 0;
  padding: 10px 12px;
  background: var(--white);
  font-size: 15px;
  line-height: 1.35;
}
.form-status-success {
  color: #1f6f37;
}
.form-status-error,
.upload-error {
  color: var(--red);
}
.upload-field {
  position: relative;
  display: grid;
  min-height: 132px;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed var(--white);
  background: var(--white);
  color: #141617;
  cursor: pointer;
  font: 16px Georgia, "Times New Roman", serif;
  text-align: center;
}
.upload-field.is-dragging {
  outline: 2px solid var(--red);
  outline-offset: -4px;
}
.upload-native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.upload-display {
  max-width: calc(100% - 30px);
  overflow-wrap: anywhere;
}
.upload-files {
  max-width: calc(100% - 30px);
  color: #606060;
  font-size: 13px;
  line-height: 1.35;
}
.upload-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: #111111;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.request-form button {
  justify-self: center;
  min-width: 132px;
  min-height: 47px;
  border: 0;
  border-radius: 0;
  background: var(--red);
  color: var(--white);
  padding: 13px 29px;
  font: 16px/19.2px Georgia, "Times New Roman", serif;
  cursor: pointer;
}

.site-footer {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  background: var(--black);
  color: var(--white);
}
.footer-inner {
  min-height: 123px;
  padding: 60px 40px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.site-footer h2 {
  color: var(--white);
  margin-bottom: 14px;
}
.site-footer h2 a {
  color: var(--white);
  text-decoration: none;
}
.site-footer p {
  margin: 0;
  color: #d9d9d9;
  font-size: 14px;
}
.footer-links {
  text-align: right;
}
.footer-socials {
  justify-content: flex-end;
  margin-bottom: 15px;
}

.legal-page {
  padding-top: 80px;
}
.legal-title {
  margin-bottom: 40px;
}
.legal-grid {
  margin: 0 40px 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
.legal-column h2 {
  margin: 0 0 30px;
}
.legal-column h2:not(:first-child) {
  margin-top: 42px;
}
.legal-column p {
  margin: 0 0 20px;
}
.legal-column ul {
  margin: -5px 0 25px 24px;
  padding-left: 20px;
}
.legal-column li {
  margin-bottom: 18px;
}

.cookie-banner {
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 80;
  width: min(790px, calc(100vw - 50px));
  padding: 17px 20px 18px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.35;
}
.cookie-banner h2 {
  margin: 0 0 38px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.cookie-banner p {
  margin: 0;
}
.cookie-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 32px 0 10px;
}
.cookie-actions button {
  min-height: 45px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background: #f8f8f8;
  color: #333333;
  font: 15px Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.cookie-actions button:first-child {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}
.cookie-links {
  text-align: center;
}
.cookie-links a {
  margin: 0 5px;
  font-size: 12px;
}

.effects-enabled .section-title,
.effects-enabled .content-row,
.effects-enabled .downloads h2,
.effects-enabled .product-card,
.effects-enabled .contact-card,
.effects-enabled .request-form,
.effects-enabled .legal-column {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.effects-enabled .section-title.is-visible,
.effects-enabled .content-row.is-visible,
.effects-enabled .downloads h2.is-visible,
.effects-enabled .product-card.is-visible,
.effects-enabled .contact-card.is-visible,
.effects-enabled .request-form.is-visible,
.effects-enabled .legal-column.is-visible {
  opacity: 1;
  transform: none;
}
.effects-enabled .image-pair img,
.effects-enabled .contact-card img {
  transition: transform .45s ease, filter .45s ease;
}
.effects-enabled .image-pair img:hover,
.effects-enabled .contact-card:hover img {
  transform: translateY(-2px) scale(1.012);
  filter: contrast(1.03);
}
.product-card,
.contact-card,
.request-form {
  transition: box-shadow .35s ease, transform .35s ease;
}
.product-card:hover,
.contact-card:hover,
.request-form:focus-within {
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}
.effects-enabled .product-card:hover {
  transform: translateY(-3px);
  filter: contrast(1.02);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .effects-enabled .section-title,
  .effects-enabled .content-row,
  .effects-enabled .downloads h2,
  .effects-enabled .product-card,
  .effects-enabled .contact-card,
  .effects-enabled .request-form,
  .effects-enabled .legal-column,
  .effects-enabled .image-pair img,
  .effects-enabled .contact-card img,
  .product-card,
  .contact-card,
  .request-form {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1250px) {
  .header-top {
    grid-template-columns: 55% 45%;
    padding: 20px 20px 0;
  }
  .header-copy {
    min-height: 116px;
  }
  .header-copy h1 {
    margin-top: 49px;
  }
  .brand-logo {
    justify-self: end;
    width: min(350px, 100%);
    height: auto;
    aspect-ratio: 610 / 200;
  }
  .site-nav {
    min-height: 44px;
    padding: 0 20px;
    font-size: 20px;
    overflow-x: auto;
  }
  .content-row {
    margin-left: 20px;
    margin-right: 20px;
    grid-template-columns: calc(50% - 30px) minmax(0, 1fr);
    gap: 60px;
  }
  .image-pair {
    gap: 20px;
  }
  .product-grid {
    gap: 40px;
  }
  .contact-row {
    margin-left: 20px;
    margin-right: 20px;
    grid-template-columns: calc(25% - 20px) calc(25% - 20px) minmax(0, 1fr);
    gap: 20px;
  }
  .legal-grid {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 82px; }
  body {
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: .015em;
  }
  .site-header {
    position: sticky;
  }
  .header-top {
    min-height: 75px;
    padding: 10px 10px 0;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: start;
  }
  .header-copy {
    min-height: 0;
    display: contents;
  }
  .desktop-socials {
    display: none;
  }
  .brand-logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 174px;
    height: 57px;
  }
  .mobile-actions {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    justify-items: end;
    gap: 5px;
  }
  .mobile-actions .socials {
    gap: 7px;
  }
  .menu-toggle {
    width: 26px;
    height: 26px;
    display: grid;
    gap: 3px;
    align-content: center;
    border: 0;
    border-radius: 0;
    background: var(--red);
    padding: 5px;
    cursor: pointer;
  }
  .menu-toggle span {
    height: 3px;
    background: var(--white);
  }
  .menu-toggle.is-open {
    position: relative;
    gap: 0;
  }
  .menu-toggle.is-open span {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    height: 4px;
    transform-origin: center;
  }
  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }
  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }
  .header-copy h1 {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0 -10px;
    padding: 7px 10px 6px;
    background: var(--paper);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
  }
  .site-nav {
    display: none;
    min-height: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    background: var(--paper);
    font-size: 20px;
    line-height: 1.2;
    overflow: visible;
  }
  .site-nav.is-open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 5;
  }
  .site-nav a {
    width: 100%;
    min-height: 61px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-bottom: 1px solid #dddddd;
  }
  .site-nav a + a::before {
    display: none;
  }
  .site-nav a.is-active:not(.nav-cta) {
    color: inherit;
  }
  .page {
    padding-top: 11px;
  }
  .section-title {
    margin-bottom: 30px;
    padding: 14px 10px;
  }
  .section-title h2,
  .text-column h2,
  .downloads h2,
  .contact-card h2,
  .site-footer h2,
  .legal-column h2 {
    font-size: 16px;
    line-height: 1.3;
  }
  .content-row {
    margin: 0 10px 40px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .image-pair {
    gap: 10px;
  }
  .text-column h2 {
    margin-bottom: 18px;
  }
  .text-column h2:not(:first-child) {
    margin-top: 28px;
  }
  .text-column p {
    margin-bottom: 26px;
  }
  .downloads {
    margin: 0 10px 40px;
  }
  .downloads h2:not(:first-child) {
    margin-top: 40px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .product-logo img {
    aspect-ratio: 3 / 1;
  }
  .contact-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .contact-row {
    margin: 0 10px 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-teaser {
    display: none;
  }
  .request-form {
    padding: 10px;
  }
  .site-footer {
    text-align: center;
  }
  .footer-inner {
    min-height: 0;
    padding: 25px 10px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer-links {
    text-align: center;
  }
  .footer-socials {
    display: none;
  }
  .legal-page {
    padding-top: 28px;
  }
  .legal-grid {
    margin: 0 10px 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .legal-column h2:not(:first-child) {
    margin-top: 34px;
  }
  .cookie-banner {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 48px 20px 18px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
  }
  .cookie-banner h2 {
    display: none;
  }
  .cookie-actions {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .cookie-actions button {
    min-height: 45px;
  }
}
