:root {
  color-scheme: light;
  --paper: #f7f5ef;
  --ink: #17231c;
  --green: #234534;
  --gold: #a46d16;
  --muted: #5c625c;
  --rule: #c6c9bc;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, figure { margin: 0; }
::selection { background: #e4d4ad; color: var(--ink); }
.page-width { width: min(90.5%, 1440px); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 12px 18px; background: var(--green); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); outline: 3px solid var(--gold); outline-offset: 3px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 102px; border-bottom: 1px solid var(--rule); }
.wordmark { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.wordmark span { font: 48px/1 var(--serif); letter-spacing: -2.5px; }
.header-note { color: var(--green); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; text-align: right; }
.hero { position: relative; min-height: 650px; display: flex; align-items: center; isolation: isolate; }
.hero-copy { position: relative; z-index: 1; width: 49%; padding: 66px 0 54px; }
.eyebrow { color: var(--green); font-size: 10px; font-weight: 600; line-height: 1.8; letter-spacing: 2.8px; text-transform: uppercase; }
h1 { font: clamp(70px, 7.9vw, 126px)/.94 var(--serif); font-weight: 400; letter-spacing: -.065em; margin: 24px 0 26px -5px; }
h1 em { font-style: normal; }
.hero-intro { font-size: clamp(16px, 1.55vw, 22px); line-height: 1.5; color: #474f48; margin-bottom: 7px; }
.hero-description { max-width: 445px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.hero-signature { display: flex; align-items: center; gap: 15px; margin-top: 29px; color: var(--green); font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.hero-signature span { width: 32px; height: 2px; background: var(--gold); flex-shrink: 0; }
.hero-art { position: absolute; z-index: 0; inset: 12px -5.25% 0 33%; overflow: hidden; pointer-events: none; }
.hero-art picture, .hero-art img { width: 100%; height: 100%; }
.hero-art img { object-fit: cover; object-position: 58% center; mix-blend-mode: multiply; }
.hero-art { mask-image: linear-gradient(to right, transparent 0%, black 20%, black 100%); }
.journey { display: flex; align-items: center; gap: 42px; padding-block: 31px; border-top: 1px solid var(--rule); }
.journey > p { flex: 0 0 27%; font-size: 9px; }
.journey ol { display: flex; flex: 1; gap: 30px; list-style: none; padding: 0; margin: 0; }
.journey li { display: flex; gap: 16px; align-items: center; flex: 1; font: clamp(18px, 1.65vw, 25px)/1.4 var(--serif); white-space: nowrap; }
.journey li:not(:last-child)::after { content: ''; height: 1px; flex: 1; background: var(--rule); margin-left: 8px; min-width: 15px; }
.step-number { color: var(--gold); font-size: 21px; }
.heritage { background: #eeece3; border-block: 1px solid #e6e4db; }
.heritage-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; padding-block: 85px; }
h2 { font: clamp(36px, 3.55vw, 56px)/1.08 var(--serif); font-weight: 400; letter-spacing: -.045em; }
.heritage h2, .story-copy h2 { margin: 20px 0 24px; }
.heritage-heading > p:not(.eyebrow) { font-size: 17px; line-height: 1.8; color: var(--muted); max-width: 430px; }
.history-notes { padding-top: 1px; }
.history-notes article { display: flex; gap: 23px; padding-block: 22px; border-bottom: 1px solid #d2d4c8; }
.history-notes article:first-child { padding-top: 0; }
.history-notes article:last-child { border-bottom: 0; padding-bottom: 0; }
.history-number { min-width: 26px; color: var(--gold); font: 16px/1.7 var(--serif); }
h3 { font: 23px/1.25 var(--serif); letter-spacing: -.4px; margin-bottom: 8px; }
.history-notes p { font-size: 14px; line-height: 1.75; color: var(--muted); }
.brand-story { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 10%; padding-block: 96px; }
.story-symbol { display: flex; flex-direction: column; align-items: center; gap: 28px; padding: 45px 20px; }
.story-symbol img { width: 180px; height: 180px; }
.story-symbol span { font-size: 9px; line-height: 1.8; letter-spacing: 2.8px; color: var(--muted); text-transform: uppercase; text-align: center; }
.story-copy { max-width: 590px; }
.story-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.85; color: var(--muted); margin-top: 16px; }
.story-copy > .story-closing { font: italic 23px/1.5 var(--serif); color: var(--green); padding-top: 9px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 28px; border-top: 1px solid var(--rule); }
.footer-wordmark { gap: 8px; }
.footer-wordmark span { font-size: 28px; letter-spacing: -1.3px; }
.site-footer p, .site-footer small { font-size: 11px; color: var(--muted); letter-spacing: .3px; }
@media (min-width: 1700px) { .hero-art { right: 0; } }
@media (max-width: 1050px) {
  .header-note { max-width: 230px; font-size: 10px; line-height: 1.8; }
  .hero { min-height: 570px; }
  .hero-copy { width: 54%; padding-block: 50px; }
  .hero-art { left: 30%; }
  .hero-description { font-size: 15px; max-width: 310px; }
  .hero-signature { max-width: 290px; line-height: 1.8; }
  .journey { gap: 25px; }
  .journey ol { gap: 19px; }
  .journey li { gap: 10px; }
  .journey li:not(:last-child)::after { display: none; }
  .heritage-inner { gap: 7%; padding-block: 65px; }
  .brand-story { gap: 7%; padding-block: 70px; }
}
@media (max-width: 700px) {
  .page-width { width: calc(100% - 44px); }
  .site-header { min-height: 85px; gap: 18px; }
  .wordmark img { width: 39px; height: 39px; }
  .wordmark { gap: 7px; }
  .wordmark span { font-size: 34px; letter-spacing: -1.8px; }
  .header-note { font-size: 8px; letter-spacing: 1.15px; max-width: 137px; }
  .hero { display: block; min-height: 0; }
  .hero-copy { width: 100%; padding: 39px 0 0; }
  .eyebrow { font-size: 8px; letter-spacing: 2px; }
  h1 { font-size: clamp(62px, 13.8vw, 94px); line-height: .98; margin: 20px 0 23px -2px; }
  .hero-intro { font-size: 17px; max-width: 310px; }
  .hero-description { font-size: 15px; max-width: 380px; }
  .desktop-break { display: none; }
  .hero-signature { font-size: 8px; letter-spacing: 1.8px; margin-top: 24px; max-width: none; }
  .hero-art { position: relative; inset: auto; height: auto; width: calc(100% + 44px); margin: 8px -22px 0; mask-image: linear-gradient(to bottom, transparent, black 14%, black 93%, transparent); }
  .hero-art picture { display: block; height: auto; }
  .hero-art img { height: auto; width: 100%; object-fit: contain; }
  .journey { display: block; padding-block: 23px; }
  .journey > p { font-size: 8px; margin-bottom: 19px; }
  .journey ol { gap: 12px; justify-content: space-between; }
  .journey li { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; font-size: clamp(14px, 3.6vw, 20px); white-space: normal; }
  .step-number { font-size: 16px; }
  .heritage-inner { display: block; padding-block: 43px; }
  h2 { font-size: clamp(34px, 8.2vw, 48px); }
  .heritage h2, .story-copy h2 { margin: 17px 0 20px; }
  .heritage-heading > p:not(.eyebrow) { font-size: 16px; }
  .history-notes { margin-top: 35px; }
  .history-notes article { gap: 14px; }
  h3 { font-size: 21px; }
  .brand-story { display: flex; flex-direction: column; gap: 33px; padding-block: 45px; }
  .story-symbol { padding: 0; gap: 15px; }
  .story-symbol img { width: 100px; height: 100px; }
  .story-symbol span { font-size: 8px; letter-spacing: 2px; }
  .story-copy > p:not(.eyebrow) { font-size: 15px; }
  .story-copy > .story-closing { font-size: 22px; }
  .site-footer { flex-wrap: wrap; padding-block: 24px; gap: 16px; }
  .footer-wordmark img { width: 27px; height: 27px; }
  .footer-wordmark span { font-size: 26px; }
  .site-footer p { order: 3; flex-basis: 100%; font-size: 11px; }
}
@media print {
  .skip-link { display: none; }
  .hero { min-height: 0; }
  .hero-copy { padding-block: 30px; }
  .heritage-inner, .brand-story { padding-block: 30px; }
  section, article { break-inside: avoid; }
}

/* Editorial pages share the homepage identity. */
a.wordmark { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
.history-link { display: inline-block; color: var(--green); font-size: 14px; line-height: 1.7; margin-top: 24px; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.history-link span { display: inline-block; margin-left: 6px; }
.history-link:hover, .site-nav a:hover { color: #79500d; }
.site-nav { display: flex; gap: 27px; align-items: center; font-size: 13px; }
.site-nav a { color: var(--green); text-decoration: none; padding-block: 12px; }
.site-nav [aria-current="page"] { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 8px; }
.article-hero { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 35px; padding-block: 68px 45px; }
.article-hero h1 { font-size: clamp(52px, 6.6vw, 100px); line-height: 1.02; letter-spacing: -.055em; margin: 24px 0; }
.article-deck { font: 22px/1.6 var(--serif); color: var(--muted); max-width: 430px; }
.article-art img { width: 100%; height: auto; mix-blend-mode: multiply; }
.article-art figcaption { font-size: 9px; letter-spacing: 1.7px; text-transform: uppercase; text-align: center; color: var(--muted); margin-top: 14px; }
.article-intro { border-block: 1px solid var(--rule); padding-block: 34px; }
.article-intro p { max-width: 860px; font-size: 20px; line-height: 1.8; color: var(--muted); }
.article-intro strong { font-weight: 500; color: var(--ink); }
.accounting-timeline { padding-block: 60px 70px; }
.timeline-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.timeline-heading h2 { font-size: clamp(30px, 3vw, 43px); }
.timeline-heading > p { color: var(--muted); font-size: 12px; }
.history-table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; }
.history-table caption { text-align: left; font-size: 12px; color: var(--muted); line-height: 1.6; padding-bottom: 25px; }
.history-table thead { border-block: 1px solid var(--rule); }
.history-table thead th { padding: 15px 24px 15px 0; font-size: 10px; letter-spacing: 2px; line-height: 1.7; font-weight: 600; text-transform: uppercase; color: var(--green); }
.history-table thead th:first-child { width: 23%; }
.history-table thead th:nth-child(2) { width: 47%; }
.history-table thead th:last-child { width: 30%; padding-left: 30px; }
.history-table tbody tr { border-bottom: 1px solid var(--rule); }
.history-table tbody th, .history-table td { vertical-align: top; padding: 30px 24px 30px 0; }
.history-table tbody th { font: 22px/1.45 var(--serif); color: var(--ink); }
.era-number { display: block; font: 10px/1.4 var(--sans); letter-spacing: 2px; color: var(--gold); margin-bottom: 10px; }
.history-table td { color: var(--muted); font-size: 15px; line-height: 1.85; }
.history-table td:last-child { padding-left: 30px; padding-right: 0; }
.history-table strong { font-weight: 600; color: var(--ink); }
.history-table ul { margin: 0; padding-left: 16px; font-size: 14px; color: var(--green); }
.history-table li::marker { color: var(--gold); }
.mobile-table-label { display: none; }
.history-reflection { background: #eeece3; border-block: 1px solid #e6e4db; }
.reflection-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; padding-block: 65px; }
.reflection-inner h2 { margin-top: 20px; }
.reflection-copy p { color: var(--muted); font-size: 16px; line-height: 1.85; margin-bottom: 20px; }
.reflection-copy p:last-child { margin-bottom: 0; }
.reflection-copy strong { color: var(--ink); font-weight: 500; }
.tool-evolution { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 25px 0; gap: 10px 0; }
.tool-evolution li { font: 19px/1.5 var(--serif); color: var(--green); }
.tool-evolution li:not(:last-child)::after { content: '→'; color: var(--gold); margin-inline: 12px; }
@media (max-width: 900px) {
  .timeline-heading { display: block; }
  .timeline-heading > p { margin-top: 12px; }
  .article-hero { gap: 18px; }
  .history-table tbody th { font-size: 19px; }
  .history-table td:last-child, .history-table thead th:last-child { padding-left: 14px; }
}
@media (max-width: 700px) {
  .site-header { flex-wrap: wrap; padding-block: 20px 8px; gap: 12px; }
  .site-nav { flex-basis: 100%; gap: 25px; font-size: 12px; }
  .article-hero { display: block; padding-block: 36px 28px; }
  .article-hero h1 { font-size: clamp(44px, 11vw, 72px); margin-block: 18px; }
  .article-deck { font-size: 20px; }
  .article-art { max-width: 400px; margin: 20px auto 0; }
  .article-art figcaption { font-size: 8px; }
  .article-intro { padding-block: 25px; }
  .article-intro p { font-size: 17px; }
  .accounting-timeline { padding-block: 35px 45px; }
  .history-table, .history-table caption, .history-table tbody, .history-table tr, .history-table tbody th, .history-table td { display: block; width: 100%; }
  .history-table thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .history-table tbody tr { padding-block: 26px; }
  .history-table tbody tr:first-child { border-top: 1px solid var(--rule); }
  .history-table tbody th { font-size: 25px; padding: 0 0 14px; }
  .history-table td { padding: 0; font-size: 15px; }
  .history-table td:last-child { padding: 18px 0 0; }
  .history-table ul { columns: 2; column-gap: 25px; padding-left: 17px; }
  .history-table li { break-inside: avoid; margin-bottom: 4px; }
  .mobile-table-label { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: var(--green); margin-bottom: 8px; font-weight: 600; }
  .reflection-inner { display: block; padding-block: 40px; }
  .reflection-copy { margin-top: 27px; }
  .reflection-copy p { font-size: 15px; }
  .history-link { font-size: 13px; }
}
@media (max-width: 360px) { .history-table ul { columns: 1; } }
@media print {
  .history-page section, .history-page article { break-inside: auto; }
  .history-table tr { break-inside: avoid; }
  .history-table thead { display: table-header-group; }
  .site-nav { display: none; }
}
