:root {
  color-scheme: dark;
  /* Dartmouth's digital equivalent of Pantone 349, with its forest palette. */
  --dartmouth: #00693e;
  --forest: #12312b;
  --deep: #0d1e1c;
  --ink: #ffffff;
  --body: #d3e3dc;
  --muted: #d3e3dc;
  --line: #ffffff30;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 1rem; background: var(--deep); }
body {
  margin: 0;
  color: var(--body);
  font: 1rem/1.55 "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: radial-gradient(ellipse at 110% 100%, #42a9911f, transparent 58%), linear-gradient(112deg, var(--deep) 0%, var(--forest) 44%, var(--dartmouth) 100%);
  min-height: 100svh;
  position: relative;
  isolation: isolate;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(120deg, #001f16b3, #001f1600);
  clip-path: polygon(0 0, 64% 0, 24% 100%, 0 100%);
}
a { color: var(--ink); text-decoration-color: #a4d5bf; text-underline-offset: .35em; text-decoration-thickness: 1px; }
a:hover { color: #bcefd4; text-decoration-color: currentColor; }
a:focus-visible { outline: 2px solid #c5f4dc; outline-offset: 5px; }
.page { width: 100%; max-width: 1200px; min-height: 100svh; margin: auto; padding: 0 48px; display: flex; flex-direction: column; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: .4em; min-height: 44px; font-size: .9375rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; line-height: 1.35; }
.wordmark span { font-weight: 300; }
.contact-link { display: inline-flex; align-items: center; min-height: 44px; padding: 0 4px; font-size: .875rem; }
main { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.introduction { position: relative; padding: 36px 0 32px; isolation: isolate; }
.company-copy { position: relative; z-index: 1; width: 64%; max-width: 680px; }
.eyebrow { margin: 0 0 16px; font-size: .75rem; line-height: 1.5; letter-spacing: .19em; text-transform: uppercase; color: #a9d6bf; font-weight: 500; }
h1, h2 { font-weight: 300; color: var(--ink); }
h1 { font-size: clamp(2.5rem, 4.3vw, 3.6rem); line-height: 1.08; letter-spacing: .055em; text-transform: uppercase; margin: 0 0 20px; }
h1 span { display: block; }
p { margin: 0 0 12px; }
.lead { color: #f5fbf7; font-size: 1.125rem; line-height: 1.5; max-width: 570px; }
.company-copy > p:last-child { margin-bottom: 0; max-width: 625px; }
.hall-watermark { position: absolute; z-index: 0; right: -22px; top: 12%; width: 48%; margin: 0; pointer-events: none; }
.hall-watermark img {
  display: block; width: 100%; height: auto;
  filter: grayscale(1) contrast(.72);
  opacity: .15;
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse 64% 64% at 52% 51%, #000 20%, #0009 52%, transparent 78%);
}
.details { display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; border-top: 1px solid var(--line); padding: 24px 0 20px; }
.details > section { min-width: 0; }
h2 { margin: 0 0 12px; font-size: 1.5rem; line-height: 1.25; letter-spacing: .015em; }
.details p { margin-bottom: 5px; }
.email, .product-link { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; overflow-wrap: anywhere; font-size: .9375rem; }
footer { border-top: 1px solid var(--line); display: flex; align-items: center; gap: 28px; min-height: 48px; font-size: .75rem; color: var(--muted); }
footer a { color: var(--muted); display: inline-flex; align-items: center; min-height: 44px; }
footer > :last-child { margin-left: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; background: var(--deep); padding: 10px 15px; z-index: 3; }
.skip-link:focus { top: 12px; }
@media (min-width: 901px) and (max-height: 760px) {
  .masthead { min-height: 58px; }
  .introduction { padding: 22px 0; }
  h1 { font-size: 2.75rem; margin-bottom: 16px; }
  .eyebrow { margin-bottom: 12px; }
  .details { padding-top: 18px; padding-bottom: 10px; }
  footer { min-height: 44px; }
}
@media (max-width: 1000px) {
  .page { padding: 0 32px; }
  .company-copy { width: 70%; }
  h1 { font-size: 2.6rem; }
  .details { gap: 36px; grid-template-columns: 1.3fr 1fr; }
}
@media (max-width: 700px) {
  body { line-height: 1.65; background: linear-gradient(145deg, var(--deep), var(--forest) 50%, var(--dartmouth)); }
  body::before { clip-path: polygon(0 0, 100% 0, 0 70%); }
  .page { padding: 0 24px; }
  .masthead { min-height: 66px; }
  .wordmark { font-size: .75rem; letter-spacing: .1em; gap: .35em; }
  .contact-link { font-size: .875rem; }
  .introduction { padding: 32px 0; }
  .company-copy { width: 100%; }
  h1 { font-size: clamp(1.75rem, 7.2vw, 2.8rem); letter-spacing: .04em; line-height: 1.2; }
  .lead { font-size: 1.0625rem; line-height: 1.55; }
  .hall-watermark { top: 14px; right: 0; width: 85%; }
  .hall-watermark img { opacity: .075; }
  .details { grid-template-columns: 1fr; gap: 22px; padding: 24px 0 18px; }
  #contact { border-top: 1px solid var(--line); padding-top: 22px; }
  footer { flex-wrap: wrap; column-gap: 20px; row-gap: 0; padding: 9px 0 15px; }
  footer a { margin-left: auto; }
  footer > :last-child { width: 100%; margin-left: 0; }
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  a { transition: color .15s ease; }
}
