.proof-marquee { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); background: #1f252c; color: #fbfaf8; }
.proof-marquee__title { min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(40px,6vw,84px); border-right: 1px solid #5b6268; }
.proof-marquee__title > span { color: #c7e247; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.proof-marquee__title h2 { max-width: 850px; margin: 50px 0 0; font: 700 clamp(50px,8vw,110px)/.82 Garamond,Georgia,serif; }
.proof-marquee__statement { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(34px,5vw,64px); background: #f06449; color: #1f252c; }
.proof-marquee__statement p { margin: 0; font-size: 18px; line-height: 1.5; }
.proof-marquee__statement a { width: fit-content; margin-top: 28px; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-size: 13px; font-weight: 700; text-decoration: none; }
.proof-marquee__ruler { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,1fr); background: #fbfaf8; color: #1f252c; border-bottom: 1px solid #1f252c; }
.proof-marquee__ruler span { padding: 18px 6vw; border-right: 1px solid #b9b6b0; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.proof-marquee__ruler span:last-child { border-right: 0; }

.craft-honors-page { margin: 0; min-height: 100vh; background: #fbfaf8; color: #1f252c; font-family: "Trebuchet MS",sans-serif; }
.craft-honors-page * { box-sizing: border-box; }
.craft-honors-page a { color: inherit; }
.craft-honors-nav { padding: 22px 6vw; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #dad6cf; }
.craft-honors-nav a { font-weight: 700; text-decoration: none; }
.craft-honors-nav a:last-child { font-size: 13px; }
.craft-honors-hero { min-height: 650px; display: grid; grid-template-columns: 8fr 4fr; background: #c7e247; }
.craft-honors-hero__copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(58px,8vw,110px) 6vw; }
.craft-honors-hero__copy span { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.craft-honors-hero h1 { max-width: 1000px; margin: 30px 0 22px; font: 700 clamp(64px,11vw,142px)/.78 Garamond,Georgia,serif; }
.craft-honors-hero p { max-width: 650px; margin: 0; font-size: 18px; line-height: 1.55; }
.craft-honors-hero__counter { display: grid; place-items: center; overflow: hidden; background: #1f252c; color: #c7e247; font: 700 clamp(150px,24vw,360px)/1 Garamond,Georgia,serif; }
.craft-honors-body { padding: 80px 6vw 110px; }
.craft-honors-intro { display: grid; grid-template-columns: 5fr 7fr; gap: 7vw; padding-bottom: 54px; border-bottom: 1px solid #1f252c; }
.craft-honors-intro h2, .craft-honors-method h2, .craft-honors-record h2 { margin: 0; font: 700 clamp(36px,5vw,62px)/.95 Garamond,Georgia,serif; }
.craft-honors-intro p { max-width: 720px; margin: 0; color: #616970; font-size: 17px; line-height: 1.65; }
.craft-honors-disciplines { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; margin-top: 54px; }
.craft-honors-disciplines article { grid-column: span 3; min-height: 230px; padding: 22px 0; border-top: 5px solid #1f252c; }
.craft-honors-disciplines article:nth-child(2) { grid-column: span 4; border-top-color: #f06449; }
.craft-honors-disciplines article:nth-child(3) { grid-column: span 2; border-top-color: #71822d; }
.craft-honors-disciplines article:nth-child(4) { grid-column: span 3; border-top-color: #2c7190; }
.craft-honors-disciplines b { font-size: 11px; }
.craft-honors-disciplines h3 { margin: 42px 0 10px; font: 700 28px/1 Garamond,Georgia,serif; }
.craft-honors-disciplines p { margin: 0; color: #697078; font-size: 14px; line-height: 1.5; }
.craft-honors-method { display: grid; grid-template-columns: 5fr 7fr; gap: 7vw; margin-top: 60px; padding: 46px; background: #1f252c; color: #fbfaf8; }
.craft-honors-method ol { margin: 0; padding-left: 20px; color: #d2d5d7; font-size: 15px; line-height: 1.75; }
.craft-honors-record { margin-top: 52px; padding: 34px 0; border-top: 1px solid #1f252c; border-bottom: 1px solid #1f252c; }
.craft-honors-record p { max-width: 720px; color: #697078; font-size: 15px; line-height: 1.6; }
@media(max-width:800px){.proof-marquee{grid-template-columns:1fr}.proof-marquee__title{border-right:0}.proof-marquee__ruler{grid-template-columns:repeat(2,1fr)}.craft-honors-hero{grid-template-columns:1fr}.craft-honors-hero__counter{display:none}.craft-honors-intro,.craft-honors-method{grid-template-columns:1fr}.craft-honors-disciplines article,.craft-honors-disciplines article:nth-child(n){grid-column:span 6}}
@media(max-width:520px){.proof-marquee__ruler{grid-template-columns:1fr}.proof-marquee__ruler span{border-right:0;border-bottom:1px solid #b9b6b0}.craft-honors-hero{min-height:560px}.craft-honors-body{padding-inline:24px}.craft-honors-disciplines article,.craft-honors-disciplines article:nth-child(n){grid-column:1/-1}.craft-honors-method{padding:28px}}
