:root {
  color-scheme: light;
  --ink: #243f48;
  --ink-deep: #203942;
  --cream: #ede5d6;
  --paper: #f2eee5;
  --sand: #d2bc97;
  --muted: #56645f;
  --line: #c7c7b8;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--ink);
  scroll-padding-top: 2rem;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: .3em; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 7px; }
a:hover { text-decoration-thickness: 2px; }
::selection { color: var(--ink-deep); background: var(--sand); }
h1, h2, h3, p { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
.wrap { width: min(100% - 112px, 1248px); margin-inline: auto; }
.masthead { color: var(--cream); background: var(--ink); }
.site-header { display: flex; justify-content: space-between; align-items: center; min-height: 105px; border-bottom: 1px solid #ede5d633; gap: 24px; }
.wordmark { font-size: 13px; text-transform: uppercase; letter-spacing: .19em; font-weight: 600; text-decoration: none; white-space: nowrap; }
.wordmark span { font-size: 10px; margin-left: 5px; font-weight: 400; letter-spacing: .09em; }
nav { display: flex; gap: 35px; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration: none; }
nav a:hover { text-decoration: underline; }
.hero { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; padding-top: 44px; padding-bottom: 39px; }
.hero-copy { z-index: 1; padding: 30px 0; }
h1 { font: 400 clamp(76px, 9.25vw, 132px)/.9 Georgia, 'Times New Roman', serif; text-transform: uppercase; letter-spacing: -.055em; }
.motto { margin-top: 33px; font: italic 27px/1.4 Georgia, 'Times New Roman', serif; color: var(--sand); }
.hero-art { display: block; margin: 0 -18px 0 -34px; }
.hero-art img { width: 100%; }
.hero-intro { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-top: 24px; }
.hero-intro p { font-size: 14px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 25px; min-height: 44px; font-size: 12px; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link span { font-size: 20px; }
.paper { color: var(--ink); background: var(--paper); }
.section-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 0; }
.eyebrow { font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .17em; font-weight: 600; padding-top: 12px; }
.about { padding-block: 102px 90px; }
.statement { font: 400 clamp(37px, 4.2vw, 58px)/1.09 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; }
.body-copy { font-size: 16px; line-height: 1.8; max-width: 490px; margin-top: 27px; }
.name-story { border-top: 1px solid var(--line); margin-top: 39px; padding-top: 30px; max-width: 535px; }
.name-story h3 { font: 400 25px/1.3 Georgia, 'Times New Roman', serif; margin-bottom: 16px; }
.name-story p { color: #45534f; font-size: 15px; line-height: 1.8; max-width: 490px; }
.name-story p + p { margin-top: 15px; }
.products { border-top: 1px solid var(--line); padding-block: 64px 96px; }
.product-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px; }
.product h3 { font: 700 clamp(44px, 4.5vw, 64px)/1.1 Georgia, 'Times New Roman', serif; letter-spacing: -.045em; }
.product h3 span { color: #726b42; }
.product-category { border: 1px solid #919986; border-radius: 2px; padding: 7px 10px; color: #4d594b; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.product-line { font: italic 21px/1.4 Georgia, 'Times New Roman', serif; margin-top: 15px; }
.product .body-copy { margin-top: 21px; }
.product-link { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 19px; margin-top: 30px; text-decoration: none; font-size: 14px; }
.product-link:hover { background: #243f4808; }
.product-link .link-domain { margin-left: auto; font-size: 12px; color: var(--muted); }
.product-link > span:last-child { font-size: 23px; margin-left: 8px; }
.contact { padding-block: 76px 86px; }
.contact-heading { font: 400 38px/1.2 Georgia, 'Times New Roman', serif; letter-spacing: -.02em; }
.email-address { padding-block: 8px; font-size: clamp(18px, 2.2vw, 27px); -webkit-user-select: text; user-select: text; }
.site-footer { border-top: 1px solid #ede5d633; padding-block: 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 11px; }
.footer-name { text-transform: uppercase; letter-spacing: .12em; }
.site-footer small { font-size: 11px; }
.site-footer a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.skip-link { position: absolute; top: 12px; left: 12px; padding: 14px 18px; background: var(--paper); color: var(--ink); transform: translateY(-150%); z-index: 10; }
.skip-link:focus { transform: translateY(0); }
@media (min-width: 1600px) {
  .hero { padding-block: 55px 45px; }
}
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 72px); }
  .section-grid { grid-template-columns: 34% 66%; }
  .hero { padding-top: 35px; }
  .hero-art { margin-left: -12px; margin-right: -12px; }
  .about { padding-block: 76px; }
  .products { padding-block: 55px 75px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 84px; gap: 12px; }
  .wordmark { font-size: 11px; letter-spacing: .12em; }
  .wordmark span { display: none; }
  nav { gap: 18px; }
  nav a { font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 37px; padding-bottom: 30px; }
  .hero-copy { padding: 8px 0 0; }
  h1 { font-size: clamp(76px, 17vw, 116px); }
  .motto { margin-top: 23px; font-size: 25px; }
  .hero-art { width: min(100% + 8px, 480px); margin: 16px auto 0; }
  .hero-intro { align-items: start; gap: 18px; padding-top: 12px; }
  .hero-intro p { font-size: 12px; }
  .text-link { font-size: 11px; gap: 10px; }
  .section-grid { grid-template-columns: 1fr; gap: 27px; }
  .eyebrow { padding-top: 0; font-size: 10px; }
  .about { padding-block: 55px; }
  .statement { font-size: 43px; }
  .body-copy { font-size: 15px; margin-top: 22px; }
  .name-story { margin-top: 28px; padding-top: 25px; }
  .products { padding-block: 37px 55px; }
  .product h3 { font-size: 49px; }
  .product-category { font-size: 9px; }
  .product-line { font-size: 20px; }
  .contact { padding-block: 45px 52px; }
  .contact-heading { font-size: 35px; }
  .email-address { font-size: 23px; }
  .site-footer { flex-wrap: wrap; column-gap: 15px; row-gap: 4px; padding-block: 22px; }
  .footer-name { width: 100%; margin-bottom: 8px; }
}
@media (max-width: 360px) {
  nav { gap: 11px; }
  .hero-intro { flex-direction: column; gap: 4px; }
  .email-address { font-size: 20px; }
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
@media (forced-colors: active) {
  a { text-decoration: underline; }
}
