:root {
  --paper: #f3eddf;
  --sheet: #fffdf7;
  --ink: #22241f;
  --muted: #66645d;
  --rule: #bbb09d;
  --green: #24483d;
  --green-dark: #18352d;
  --red: #a83d2d;
  --red-dark: #7f2a1e;
  --tan: #e4d8bf;
  --gold: #c49b4a;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.48;
}

a { color: var(--red-dark); }
a:hover { color: var(--red); }

.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.utility-bar {
  color: #fff;
  background: var(--red-dark);
  border-bottom: 3px solid #572016;
  font-size: 0.79rem;
  letter-spacing: 0.035em;
}

.utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-bar a { color: #fff; font-weight: 700; }

.site-header {
  background: var(--sheet);
  border-bottom: 1px solid var(--rule);
}

/* Compact masthead used by the policy and contact pages. */
.site-header .nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header .nav > .brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-header .nav > .nav-links { overflow: visible; }

.site-header .nav > .nav-links a {
  padding: 10px 0 8px 20px;
  color: var(--green-dark);
  border: 0;
  font-size: 0.76rem;
}

.site-header .nav > .nav-links a:hover {
  color: var(--red-dark);
  background: transparent;
  text-decoration: underline;
}

.masthead {
  min-height: 112px;
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 0.65fr;
  gap: 34px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--green-dark);
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--green);
  outline: 1px solid var(--green);
  outline-offset: 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.brand-copy { display: block; }

.brand-name {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 0.9;
}

.brand-tagline {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-search label {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.81rem;
  font-style: italic;
}

.search-row { display: flex; }

.search-row input {
  min-width: 0;
  width: 100%;
  height: 41px;
  padding: 0 13px;
  color: #666;
  background: #fff;
  border: 1px solid #8f8a7e;
  border-right: 0;
  border-radius: 0;
  font: inherit;
}

.search-row button {
  width: 94px;
  color: white;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 0;
  font-weight: 700;
}

.search-row button:disabled { opacity: 1; cursor: not-allowed; }

.catalog-desk {
  padding-left: 18px;
  border-left: 1px solid var(--rule);
  font-size: 0.78rem;
  line-height: 1.35;
}

.catalog-desk strong {
  display: block;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
}

.catalog-desk span { display: block; margin-top: 3px; color: var(--muted); }

.nav-band { background: var(--green); border-top: 1px solid var(--green-dark); }

.nav-links {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar { display: none; }

.nav-links a {
  flex: 0 0 auto;
  padding: 13px 18px 12px;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links a:first-child { border-left: 1px solid rgba(255, 255, 255, 0.17); }
.nav-links a:hover { color: #fff; background: var(--green-dark); }

.department-strip {
  color: #36372f;
  background: var(--tan);
  border-bottom: 1px solid #bdae92;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.83rem;
}

.department-strip .shell {
  min-height: 35px;
  display: flex;
  align-items: center;
  gap: 11px 22px;
  overflow-x: auto;
  white-space: nowrap;
}

.department-strip a { color: #36372f; text-decoration: none; }
.department-strip a:hover { text-decoration: underline; }

.catalog-page {
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 42px;
  background: var(--sheet);
  border: 1px solid var(--rule);
  box-shadow: 0 5px 18px rgba(58, 49, 33, 0.08);
}

.edition-line {
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  color: var(--muted);
  border-bottom: 3px double var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.front-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.7fr;
  gap: 0;
  border-bottom: 1px solid var(--ink);
}

.front-story {
  position: relative;
  min-height: 420px;
  padding: 50px 52px 44px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.95), rgba(255, 253, 247, 0.78)),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(36, 72, 61, 0.035) 7px 8px),
    var(--tan);
}

.front-story::after {
  content: "FG";
  position: absolute;
  right: 28px;
  bottom: -56px;
  color: rgba(36, 72, 61, 0.06);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
}

.overline {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: var(--red-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }

h1 {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0;
  font-size: clamp(2.7rem, 5.8vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.front-story .deck {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 24px 0 0;
  color: #494940;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.55;
}

.text-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 3px;
  color: var(--red-dark);
  border-bottom: 2px solid var(--red-dark);
  text-decoration: none;
  font-size: 0.81rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.store-desk {
  padding: 33px 30px 30px;
  background: #efe8d8;
  border-left: 1px solid var(--ink);
}

.store-desk h2 {
  margin: 0 0 4px;
  padding-bottom: 10px;
  border-bottom: 3px double var(--ink);
  font-size: 1.4rem;
  font-weight: 600;
}

.desk-date { margin: 8px 0 20px; color: var(--muted); font-size: 0.75rem; }
.store-desk p { font-family: Georgia, "Times New Roman", serif; font-size: 0.94rem; }

.status-list { margin: 19px 0; padding: 0; list-style: none; }

.status-list li {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #c7bba3;
  font-size: 0.78rem;
}

.status-list li::before { content: "✓"; color: var(--green); font-weight: 900; }
.desk-contact { margin-top: 22px; font-size: 0.82rem; }
.desk-contact a { font-weight: 700; }

.catalog-section { padding: 38px 42px 44px; border-bottom: 1px solid var(--rule); }

.section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 23px;
  padding-bottom: 8px;
  border-bottom: 3px double var(--ink);
}

.section-title h2 { margin: 0; font-size: 1.75rem; font-weight: 600; }
.section-title span { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 0.82rem; font-style: italic; }

.department-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--rule);
}

.department-card {
  position: relative;
  min-height: 250px;
  padding: 27px 25px 24px;
  background: #fff;
}

.department-card + .department-card { border-left: 1px solid var(--rule); }

.department-no {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--red-dark);
  font: 700 0.7rem/1 Arial, sans-serif;
  letter-spacing: 0.12em;
}

.department-card h3 { max-width: 210px; margin: 0 0 11px; font-size: 1.45rem; font-weight: 500; }
.department-card p { max-width: 270px; margin: 0; color: var(--muted); font-size: 0.88rem; }
.department-card footer { margin-top: 28px; color: var(--green); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.catalog-symbol {
  position: absolute;
  top: 22px;
  right: 21px;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.notebook-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 38px;
}

.buyer-note {
  padding: 24px;
  color: #f7f1e5;
  background: var(--green);
  border: 6px double #f7f1e5;
  outline: 1px solid var(--green);
}

.buyer-note p { margin: 0; font-family: Georgia, "Times New Roman", serif; }
.buyer-note .note-signoff { margin-top: 24px; color: #d7c9aa; font-size: 0.78rem; font-style: italic; }

.check-table { width: 100%; border-collapse: collapse; font-size: 0.83rem; }
.check-table th, .check-table td { padding: 12px 11px; border: 1px solid var(--rule); text-align: left; vertical-align: top; }
.check-table th { width: 35%; color: var(--green-dark); background: #eee5d3; font-family: Georgia, "Times New Roman", serif; }
.check-table td { background: #fff; }

.contact-ribbon {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 27px 42px;
  color: white;
  background: var(--red-dark);
}

.contact-ribbon h2 { margin: 0 0 5px; font-size: 1.45rem; }
.contact-ribbon p { margin: 0; color: #ead8d2; font-size: 0.84rem; }

.catalog-button {
  display: inline-block;
  padding: 11px 18px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid #fff;
  outline: 1px solid var(--paper);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.catalog-button:hover { color: var(--red-dark); background: white; }

.site-footer {
  padding: 35px 0 42px;
  color: #d8d1c4;
  background: #20251f;
  font-size: 0.76rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
}

.site-footer .brand { color: #fff; }
.site-footer .brand-mark { border-color: #d8d1c4; outline-color: #d8d1c4; }
.site-footer .brand-name { font-size: 1.5rem; }
.site-footer .brand-tagline { color: #aaa69e; }
.site-footer p { max-width: 600px; margin: 16px 0 0; }

.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px 20px; }
.footer-links a { color: #e8e1d5; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { margin-top: 26px; padding-top: 19px; border-top: 1px solid #444a41; color: #999d94; }

.legal-main {
  min-height: 66vh;
  padding: 52px 0 78px;
  background: var(--sheet);
  border-bottom: 1px solid var(--rule);
}

.legal-wrap { width: min(820px, calc(100% - 32px)); margin: 0 auto; }
.legal-main .overline, .legal-main .eyebrow { margin: 0 0 12px; color: var(--red-dark); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.legal-main h1 { margin: 0; padding-bottom: 17px; border-bottom: 3px double var(--ink); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 500; }
.legal-main .lead { margin: 22px 0 38px; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 1.03rem; }
.legal-main h2 { margin: 34px 0 9px; font-size: 1.34rem; }
.legal-main p, .legal-main li { color: #53534d; }
.legal-card { margin-top: 28px; padding: 22px; background: #eee5d3; border: 1px solid var(--rule); }
.legal-card p { margin: 0; }

@media (max-width: 900px) {
  .masthead { grid-template-columns: 1fr 1fr; gap: 22px; padding: 22px 0; }
  .catalog-search { grid-row: 2; grid-column: 1 / -1; }
  .catalog-desk { justify-self: end; }
  .front-grid, .notebook-grid { grid-template-columns: 1fr; }
  .store-desk { border-left: 0; border-top: 1px solid var(--ink); }
  .department-grid { grid-template-columns: 1fr; }
  .department-card + .department-card { border-left: 0; border-top: 1px solid var(--rule); }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .shell, .catalog-page { width: min(100% - 20px, 1180px); }
  .utility-inner { justify-content: center; text-align: center; }
  .utility-inner span:last-child { display: none; }
  .masthead { grid-template-columns: 1fr; min-height: 0; }
  .site-header .nav { min-height: 70px; }
  .site-header .nav > .nav-links a { padding-left: 13px; }
  .catalog-desk { display: none; }
  .catalog-search { grid-row: auto; grid-column: auto; }
  .brand-name { font-size: 1.85rem; }
  .front-story { min-height: 0; padding: 37px 25px 39px; }
  .front-story::after { right: -35px; font-size: 10rem; }
  h1 { font-size: 3.05rem; }
  .store-desk { padding: 27px 24px; }
  .catalog-section { padding: 30px 20px 34px; }
  .section-title { display: block; }
  .section-title span { display: block; margin-top: 6px; }
  .department-card { min-height: 220px; }
  .contact-ribbon, .footer-grid { grid-template-columns: 1fr; }
  .contact-ribbon { padding: 26px 20px; }
  .footer-links { justify-content: flex-start; }
  .edition-line { padding: 0 13px; font-size: 0.65rem; }
}
