:root { color-scheme: light; --paper: #faf9f5; --ink: #193d33; --body: #505951; --line: #d8dcd3; }
* { box-sizing: border-box; }
html { scroll-padding-top: 1rem; }
body { margin: 0; border-top: 5px solid var(--ink); background: var(--paper); color: var(--body); font: 1rem/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: var(--ink); text-underline-offset: .3em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.page { max-width: 1160px; margin: auto; padding: 0 40px; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: .25em; min-height: 44px; font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; letter-spacing: -.02em; text-decoration: none; line-height: 1.3; }
.wordmark span { font-style: italic; }
.contact-link { display: inline-flex; align-items: center; min-height: 44px; padding: 0 4px; font-size: .875rem; }
.introduction { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 52px; padding: 28px 0; }
.company-copy, figure, .details > section { min-width: 0; }
.eyebrow { margin: 0 0 12px; font-size: .75rem; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; color: var(--ink); font-weight: 600; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 3.5vw, 2.75rem); line-height: 1.12; letter-spacing: -.04em; margin: 0 0 16px; }
p { margin: 0 0 12px; }
.lead { color: var(--ink); font-size: 1.125rem; line-height: 1.5; }
.company-copy > p:last-child { margin-bottom: 0; }
figure { width: 100%; max-width: 390px; margin: 0; justify-self: end; }
figure img { display: block; width: 100%; height: auto; }
figcaption { display: flex; flex-direction: column; gap: 2px; margin-top: 9px; font-size: .75rem; line-height: 1.5; color: #616960; }
figcaption a { color: inherit; text-decoration-color: #a3aaa0; }
.details { display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; border-top: 1px solid var(--line); padding: 22px 0 16px; }
h2 { margin: 0 0 10px; font-size: 1.625rem; line-height: 1.2; letter-spacing: -.025em; }
.details p { margin-bottom: 4px; }
.email, .product-link { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; overflow-wrap: anywhere; }
footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; font-size: .75rem; color: #616960; }
.skip-link { position: absolute; top: -100px; left: 16px; background: var(--paper); padding: 10px 15px; z-index: 1; }
.skip-link:focus { top: 12px; }
/* Short laptop windows retain 16px body text and the complete postcard. */
@media (min-width: 901px) and (max-height: 760px) {
  .masthead { min-height: 58px; }
  .introduction { padding: 20px 0; }
  figure { max-width: 340px; }
  .details { padding-top: 18px; padding-bottom: 12px; }
}
@media (max-width: 900px) {
  .page { padding: 0 28px; }
  .introduction { gap: 28px; }
  h1 { font-size: 2.35rem; }
  .details { gap: 32px; grid-template-columns: 1.3fr 1fr; }
}
@media (max-width: 700px) {
  body { line-height: 1.65; }
  .page { padding: 0 22px; }
  .masthead { min-height: 66px; }
  .wordmark { font-size: 1.2rem; }
  .introduction { grid-template-columns: 1fr; gap: 25px; padding: 28px 0; }
  h1 { font-size: clamp(2.15rem, 8vw, 2.75rem); margin-bottom: 16px; }
  .lead { font-size: 1.0625rem; line-height: 1.55; }
  figure { max-width: 460px; justify-self: start; }
  figcaption { gap: 5px; }
  figcaption a { display: inline-flex; align-items: center; min-height: 44px; width: fit-content; }
  .details { grid-template-columns: 1fr; gap: 22px; padding: 24px 0 20px; }
  #contact { border-top: 1px solid var(--line); padding-top: 24px; }
  footer { flex-direction: column; gap: 3px; padding: 15px 0; }
}
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
