.review-site { font-family: var(--edit-serif); }
.review-shell { width: min(1280px, calc(100% - 96px)); margin: auto; }
.review-ribbon { background: var(--blue-deep); color: var(--white); font: 12px/1.5 var(--edit-sans); }
.review-ribbon > div { display: flex; justify-content: space-between; gap: 24px; padding-block: 10px; }
.review-ribbon a { white-space: nowrap; }
.review-header-bar { background: #fff; border-bottom: 1px solid var(--line); }
.review-header { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 112px; }
.review-brand { width: 260px; flex-shrink: 0; }
.review-brand img { width: 100%; height: auto; }
.review-header #review-nav { display: flex; gap: 24px; align-items: center; font: 500 14px var(--edit-sans); }
.review-header #review-nav a { text-decoration: none; padding: 14px 0; }
.review-header #review-nav a:hover { color: var(--red); }
.review-header #review-nav .nav-give { background: var(--red); color: white; padding: 14px 20px; }
.review-header #nav-toggle { display: none; background: transparent; cursor: pointer; }
.review-hero { padding: 28px 0 64px; border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; gap: 12px; font: 12px var(--edit-sans); color: var(--ink-soft); margin-bottom: 52px; }
.breadcrumb a { text-decoration: none; }
.review-site .eyebrow { font: 600 11px/1.5 var(--edit-sans); letter-spacing: .16em; text-transform: uppercase; color: var(--red); margin-bottom: 18px; }
.review-hero h1 { max-width: 1100px; font: 500 clamp(3rem, 5.9vw, 6.4rem)/1.04 var(--display); letter-spacing: -.035em; margin: 0; }
.hero-description { max-width: 760px; font-size: 21px; margin: 24px 0 0; color: var(--ink-soft); }
.review-site h2 { font-family: var(--display); font-weight: 500; font-size: 2.6rem; line-height: 1.12; letter-spacing: -.025em; }
.review-site h3 { font-family: var(--edit-serif); font-size: 1.8rem; line-height: 1.2; letter-spacing: -.015em; }
.review-site .button { display: inline-flex; align-items: center; gap: 12px; font: 500 13px/1.4 var(--edit-sans); padding: 17px 22px; text-decoration: none; margin: 8px 12px 8px 0; cursor: pointer; }
.review-site .button.red { background: var(--red); color: white; }
.review-site a:focus-visible, .review-site button:focus-visible, .review-site input:focus-visible, .review-site select:focus-visible, .review-site textarea:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.review-site input, .review-site select, .review-site textarea { border: 1px solid var(--line); border-radius: 0; background: var(--white); padding: 13px; max-width: 100%; font: 16px/1.5 var(--edit-sans); }
.review-site label { display: block; font: 500 13px var(--edit-sans); margin: 15px 0 8px; }
.index-layout { display: grid; grid-template-columns: 250px 1fr; gap: 80px; padding-block: 64px 100px; }
.index-aside > p:not(.eyebrow) { font-size: 26px; line-height: 1.4; }
.index-aside nav { display: grid; gap: 14px; margin: 30px 0; font: 14px var(--edit-sans); }
.index-aside nav a { text-decoration: none; }
.index-aside input { width: 100%; }
.design-group { margin-bottom: 48px; scroll-margin-top: 30px; }
.design-group h2 { border-bottom: 3px solid var(--ink); padding-bottom: 20px; margin-bottom: 0; }
.design-row { display: grid; grid-template-columns: 44px 1fr 30px; align-items: center; gap: 22px; padding: 23px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .18s, background .18s; }
.design-row:hover { background: var(--paper-deep); padding-inline: 12px; }
.design-row strong { display: block; font: 500 24px var(--edit-serif); }
.design-row small { display: block; font: 12px var(--edit-sans); color: var(--ink-soft); margin-top: 6px; }
.design-number { font: 12px var(--edit-sans); color: var(--red); }
.review-note { padding: 18px 20px; border-left: 3px solid var(--gold); background: #ebe2ce; font: 13px/1.6 var(--edit-sans); margin: 22px 0; }
.review-note strong { display: block; margin-bottom: 7px; }
.review-note p { margin: 0; }
.detail-layout { display: grid; grid-template-columns: 235px minmax(0, 850px); gap: 75px; padding-block: 60px 100px; align-items: start; }
.detail-aside { font-size: 16px; }
.detail-aside nav { display: grid; gap: 12px; font: 13px/1.5 var(--edit-sans); max-height: 55vh; overflow: auto; padding-right: 10px; }
.detail-aside nav a { text-decoration: none; }
.source-panel { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 26px; font: 13px/1.6 var(--edit-sans); }
.source-panel > a { display: block; margin-bottom: 16px; }
.source-panel .button { font-size: 12px; padding: 14px; }
.source-panel hr { margin: 24px 0; border: 0; border-top: 1px solid var(--line); }
.byline { font-size: 20px; }
.topic-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.topic-links a { font: 11px/1.4 var(--edit-sans); border: 1px solid var(--line); padding: 7px; text-decoration: none; }
.text-button { background: transparent; border: 0; cursor: pointer; text-decoration: underline; font: 14px var(--edit-sans); padding: 10px 0; }
.article-image { margin: 0 0 40px; }
.article-image img { max-height: 550px; object-fit: contain; background: var(--paper-deep); }
.article-image figcaption { font: 12px/1.5 var(--edit-sans); color: var(--ink-soft); margin-top: 10px; }
.prose { font-size: 20px; line-height: 1.75; overflow-wrap: anywhere; }
.prose > p:first-of-type { font-size: 23px; }
.prose p { margin-bottom: 1.35em; }
.prose h2, .prose h3, .prose h4 { margin: 1.5em 0 .7em; scroll-margin-top: 24px; }
.prose h2 { font-size: 2.5rem; }
.prose h3 { font-size: 1.9rem; }
.prose h4 { font-size: 1.45rem; }
.prose a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.prose a:hover { color: var(--red); }
.prose img { width: auto; max-width: 100%; max-height: 700px; object-fit: contain; margin: 24px auto; }
.prose figure { margin: 30px 0; }
.prose figcaption { font: 13px/1.6 var(--edit-sans); color: var(--ink-soft); }
.prose blockquote { border-left: 3px solid var(--red); margin: 35px 0; padding: 12px 30px; font-style: italic; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 36px 0; }
.prose table { display: block; overflow-x: auto; border-collapse: collapse; max-width: 100%; font-size: 16px; }
.prose td, .prose th { border: 1px solid var(--line); padding: 12px; }
.prose pre { overflow-x: auto; font-size: 14px; }
.prose audio, .prose video { width: 100%; margin: 24px 0; }
.prose iframe { width: 100%; border: 0; display: block; margin: 30px 0; background: var(--white); }
.prose .audio-embed { height: 200px; }
.prose .video-embed { aspect-ratio: 16 / 9; height: auto; min-height: 260px; }
.prose .source-embed-link, .prose .download-link { display: block; border-bottom: 1px solid var(--line); padding: 16px 0; color: var(--blue); font: 500 16px/1.5 var(--edit-sans); }
.directory-section { border-bottom: 1px solid var(--line); padding: 8px 0 36px; display: flow-root; }
.directory-section img { width: 200px; max-height: 280px; float: left; margin: 10px 32px 24px 0; object-fit: contain; }
.directory-section h3 img { margin-top: 0; }
.directory-content { font-size: 18px; }
.directory-content h3 { font-family: var(--display); font-size: 2.4rem; }
.list-section { padding-block: 38px 80px; }
.list-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 44px; border-bottom: 1px solid var(--line); padding-bottom: 25px; font: 13px var(--edit-sans); }
.list-toolbar select { max-width: 360px; }
.list-toolbar form { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 32px; }
.story-card { border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.story-card img { aspect-ratio: 16 / 10; object-fit: cover; margin-bottom: 22px; }
.story-card h2 { font-family: var(--edit-serif); font-size: 25px; line-height: 1.23; }
.story-card h2 a { text-decoration: none; }
.story-card p { font-size: 17px; color: var(--ink-soft); }
.story-card .eyebrow { font-size: 10px; }
.read-link { display: inline-block; font: 500 13px var(--edit-sans); color: var(--red); text-decoration: none; margin-top: 12px; }
.lead-story { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; padding-bottom: 44px; }
.lead-story h2 { font-size: 40px; font-family: var(--display); }
.lead-story img { height: 100%; margin: 0; max-height: 390px; }
.lead-story > div { align-self: center; }
.story-rule { height: 8px; background: var(--red); width: 60px; margin-bottom: 20px; }
.lead-story > .story-rule { min-height: 200px; width: 100%; background: var(--paper-deep); border-top: 4px solid var(--red); }
.pagination { display: flex; justify-content: center; align-items: center; gap: 30px; padding: 44px 0 10px; font: 14px var(--edit-sans); }
.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 40px; }
.photo-grid button { background: transparent; padding: 0; cursor: zoom-in; }
.photo-grid img { width: 100%; height: 190px; object-fit: cover; margin: 0; }
#image-dialog { width: min(1100px, 94vw); max-height: 94vh; padding: 22px; background: var(--paper); border: 0; }
#image-dialog::backdrop { background: #071827e8; }
#image-dialog > img { height: 65vh; width: 100%; object-fit: contain; }
#image-dialog p { margin: 12px; text-align: center; }
#image-dialog > div { display: flex; justify-content: space-between; }
#image-dialog button { background: var(--blue-deep); color: white; padding: 10px 20px; cursor: pointer; }
.dialog-close { display: block; margin: 0 0 16px auto; }
.form-panel { padding: 36px; border: 1px solid var(--line); background: var(--white); margin-bottom: 40px; }
.form-panel form { display: grid; }
.form-panel .button { justify-self: start; margin-top: 24px; }
.service-panel { background: var(--blue-deep); color: var(--white); padding: 38px; margin-bottom: 40px; }
.service-panel .eyebrow { color: #e2bc77; }
.service-panel .button { color: var(--white); border-color: #ffffff50; }
.service-panel .review-note { background: #ffffff0c; color: var(--white); }
.event-action { margin-bottom: 30px; }
.chapter-panel { margin-bottom: 40px; }
.search-layout { padding-block: 50px 90px; max-width: 960px; }
.review-search { border-bottom: 3px solid var(--ink); padding-bottom: 35px; margin-bottom: 40px; }
.review-search > div { display: flex; gap: 10px; }
.review-search input[type="search"] { width: 100%; font-size: 21px; }
.search-results-list article { border-bottom: 1px solid var(--line); padding: 22px 0; }
.search-results-list h3 { font-size: 26px; }
.search-results-list h3 a { text-decoration: none; }
.collection-links { display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 30px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 30px; }
.product-grid a { text-decoration: none; }
.product-grid figure { background: var(--paper-deep); padding: 28px; height: 300px; margin: 0 0 22px; }
.product-grid img { height: 100%; width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-grid h2 { font: 500 23px/1.25 var(--edit-serif); }
.product-grid p { font: 14px var(--edit-sans); color: var(--red); }
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 60px 100px; }
.product-layout > figure { background: var(--paper-deep); padding: 55px; align-self: start; }
.product-layout > figure img { max-height: 660px; object-fit: contain; mix-blend-mode: multiply; }
.product-price { font: 40px var(--display); }
.product-layout input[type="number"] { width: 85px; margin-right: 15px; }
.transaction-layout, .document-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 65px; padding-block: 60px 100px; }
.basket-list article { border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 28px; }
.basket-list h2 { font-size: 29px; }
.document-cover { background: var(--white); padding: 60px; border-top: 5px solid var(--red); box-shadow: 8px 8px 0 var(--paper-deep); min-height: 420px; }
.empty-page { padding-block: 50px 100px; min-height: 300px; }
.loading { padding-block: 90px; min-height: 60vh; font-size: 28px; }
.review-footer { background: var(--blue-deep); color: var(--white); padding: 64px 0; }
.review-footer > div { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.review-footer h2 { font-size: 44px; }
.review-footer h2 em { color: #decda8; }
.review-footer .eyebrow { color: #decda8; }
.review-footer nav { display: grid; gap: 14px; align-content: center; justify-content: end; font: 14px var(--edit-sans); }
.review-footer nav a { text-decoration: none; }
[hidden] { display: none !important; }
@media (max-width: 1100px) {
  .review-shell { width: calc(100% - 48px); }
  .review-brand { width: 210px; }
  .review-header #review-nav { gap: 14px; font-size: 12px; }
  .detail-layout { gap: 40px; grid-template-columns: 190px minmax(0, 1fr); }
  .index-layout { gap: 40px; grid-template-columns: 210px 1fr; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .review-shell { width: calc(100% - 36px); }
  .review-ribbon > div { gap: 16px; font-size: 10px; }
  .review-header { min-height: 90px; flex-wrap: wrap; padding-block: 18px; }
  .review-brand { width: 210px; }
  .review-header #nav-toggle { display: block; }
  .review-header #review-nav { display: none; width: 100%; padding: 16px 0; flex-wrap: wrap; gap: 12px 22px; font-size: 14px; }
  .review-header #review-nav.is-open { display: flex; }
  .breadcrumb { margin-bottom: 30px; }
  .review-hero { padding-bottom: 38px; }
  .review-hero h1 { font-size: clamp(2.5rem, 10vw, 4rem); }
  .hero-description { font-size: 18px; }
  .index-layout, .detail-layout, .product-layout, .transaction-layout, .document-layout { grid-template-columns: 1fr; gap: 30px; padding-block: 35px 55px; }
  .index-aside nav { display: none; }
  .index-aside > p:not(.eyebrow) { display: none; }
  .detail-aside { order: 2; border-top: 1px solid var(--line); padding-top: 24px; }
  .article-layout .detail-aside { order: 0; }
  .article-layout .detail-aside .source-panel, .article-layout .detail-aside .topic-links { display: none; }
  .article-layout .detail-aside .eyebrow, .article-layout .detail-aside p { margin-bottom: 10px; }
  .prose { font-size: 18px; }
  .prose > p:first-of-type { font-size: 20px; }
  .prose h2 { font-size: 30px; }
  .prose h3 { font-size: 25px; }
  .prose .video-embed { min-height: 190px; }
  .story-grid { grid-template-columns: 1fr; }
  .lead-story { grid-template-columns: 1fr; gap: 20px; }
  .lead-story h2 { font-size: 32px; }
  .story-card img { max-height: 280px; }
  .list-toolbar { align-items: start; flex-direction: column; }
  .list-toolbar select { width: 100%; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-grid img { height: 140px; }
  .directory-section img { width: 130px; margin-right: 20px; }
  .directory-content h3 { font-size: 29px; }
  .form-panel, .service-panel, .document-cover { padding: 24px; }
  .review-search > div { flex-direction: column; }
  .review-search .button { justify-content: center; margin-right: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 18px; }
  .product-grid figure { height: 230px; padding: 20px; }
  .product-grid h2 { font-size: 20px; }
  .product-layout > figure { padding: 30px; }
  .product-layout > figure img { max-height: 350px; }
  .review-footer > div { grid-template-columns: 1fr; gap: 24px; }
  .review-footer nav { justify-content: start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .design-row { transition: none; } }
@media print { .review-ribbon, .review-header, .site-header, .utility-bar, .review-footer, .detail-aside, .breadcrumb, .skip-link { display: none; } .detail-layout { display: block; } .review-shell { width: 100%; } .review-hero h1 { font-size: 32pt; } .prose { font-size: 12pt; } }

.related-articles { margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line); }
.related-articles > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.related-articles h3 { font: 600 21px / 1.4 var(--edit-serif); }
.byline a { color: inherit; text-underline-offset: 4px; }
.review-footer nav { flex-wrap: wrap; }
@media(max-width: 760px) { .related-articles > div { grid-template-columns: 1fr; } }
