:root {
  --paper: #eee9df;
  --paper-deep: #e3ddd1;
  --ink: #202322;
  --ink-soft: #505653;
  --rust: #ad563f;
  --rust-text: #8a3e2d;
  --blue: #244452;
  --line: rgba(32, 35, 34, .19);
  --page: 1500px;
  --gutter: clamp(22px, 5.2vw, 84px);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body, button, select { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, select { color: inherit; }
button:focus-visible, a:focus-visible, select:focus-visible { outline: 2px solid var(--rust); outline-offset: 4px; }
::selection { background: var(--rust); color: #fff; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 15px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.section-gutter { padding-left: var(--gutter); padding-right: var(--gutter); }
.site-notice { min-height: 32px; padding: 6px var(--gutter); display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--ink); color: #f4f0e8; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.site-notice a { color: #dfb49e; }
.site-notice a span { margin-left: 5px; }
.site-header { position: relative; z-index: 20; min-height: 90px; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; background: var(--paper); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; width: max-content; align-items: baseline; font-size: 23px; font-weight: 650; letter-spacing: .23em; line-height: 1; }
.wordmark-dot { color: var(--rust); margin-left: 1px; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: clamp(26px, 4vw, 66px); }
.primary-nav a, .mobile-nav a { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--rust-text); }
.header-tools { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.header-switcher { display: flex; align-items: center; gap: 7px; }
.header-switcher select { max-width: 92px; padding: 5px 20px 5px 7px; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 10px; letter-spacing: .06em; cursor: pointer; }
.switcher-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.menu-toggle { display: none; width: 38px; height: 38px; padding: 8px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-toggle > span:not(.visually-hidden) { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--ink); }
.mobile-nav { position: absolute; z-index: 30; inset: 122px 0 auto; padding: 24px var(--gutter) 30px; background: var(--paper); border-bottom: 1px solid var(--line); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
.hero { position: relative; max-width: var(--page); min-height: 690px; margin: 0 auto; padding-top: 57px; padding-bottom: 58px; display: grid; grid-template-columns: minmax(370px, .82fr) minmax(0, 1.18fr); align-items: center; }
.hero-copy { z-index: 2; padding: 18px 0 38px; }
.eyebrow { margin: 0; color: var(--ink-soft); font-size: 9px; font-weight: 600; letter-spacing: .19em; line-height: 1.5; text-transform: uppercase; }
.eyebrow-mark { display: inline-block; width: 19px; height: 1px; margin: 0 9px 3px 0; background: var(--rust); }
.hero h1 { max-width: 690px; margin: 36px 0 24px -5px; font-family: var(--serif); font-size: clamp(74px, 9.4vw, 148px); font-weight: 400; letter-spacing: -.075em; line-height: .79; }
.hero h1 em, .intro-statement em, .material-copy h2 em { color: var(--rust); font-weight: 400; }
.hero-intro { max-width: 360px; margin: 0 0 26px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding: 0 0 7px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: color .2s, border-color .2s; }
.text-link span { color: var(--rust); font-size: 16px; line-height: .8; }
.text-link:hover { border-color: var(--rust); }
.hero-index { display: flex; align-items: center; gap: 13px; margin-top: 78px; color: var(--ink-soft); font-size: 9px; letter-spacing: .15em; }
.hero-index > span:first-child { color: var(--rust-text); font-size: 11px; }
.hero-index-rule { width: 48px; height: 1px; background: var(--line); }
.hero-visual { position: relative; width: 112%; height: clamp(450px, 51vw, 675px); margin-left: -7%; }
.hero-artwork { position: absolute; inset: 0 0 0 6%; overflow: hidden; background: var(--paper-deep); }
.hero-artwork::after { position: absolute; inset: 0; border: 1px solid rgba(32,35,34,.12); content: ""; pointer-events: none; }
.hero-artwork > img, .hero-motion { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-motion { position: absolute; inset: 0; display: none; }
.hero-motion.is-ready { display: block; }
.hero-visual-caption { position: absolute; right: 18px; bottom: 16px; z-index: 1; color: #fff; font-size: 9px; letter-spacing: .15em; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.hero-visual-caption span { margin-left: 20px; color: rgba(255,255,255,.76); }
.hero-vertical-note { position: absolute; left: -2.2%; top: 22%; writing-mode: vertical-rl; color: var(--ink-soft); font-size: 8px; letter-spacing: .17em; }
.hero-bottom-note { position: absolute; right: var(--gutter); bottom: 24px; left: var(--gutter); display: flex; justify-content: space-between; color: var(--ink-soft); font-size: 8px; letter-spacing: .15em; }
.intro-band { display: grid; grid-template-columns: 1fr 2fr .9fr; align-items: start; gap: 34px; padding-top: clamp(95px, 12vw, 180px); padding-bottom: clamp(105px, 13vw, 190px); background: var(--ink); color: var(--paper); }
.intro-band .eyebrow { color: #c4bfb5; }
.intro-statement { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5.1vw, 77px); letter-spacing: -.055em; line-height: 1.02; }
.intro-statement em { color: #d87a5f; }
.intro-aside { max-width: 270px; margin: 11px 0 0; color: #c5c7c3; font-size: 12px; line-height: 1.85; }
.collection-section { max-width: var(--page); margin: 0 auto; padding-top: 124px; padding-bottom: 150px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 44px; }
.section-head h2 { max-width: 620px; margin: 15px 0 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 70px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.section-head > .text-link { margin-bottom: 5px; }
.collection-grid { display: grid; grid-template-columns: 1.1fr .85fr 1fr; grid-template-rows: 220px 250px 210px; gap: 16px; }
.collection-card { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: end; isolation: isolate; padding: 17px 20px; color: #fff; }
.collection-card::after { position: absolute; z-index: -1; inset: 35% 0 0; background: linear-gradient(0deg, rgba(13,20,21,.72), rgba(13,20,21,0)); content: ""; }
.collection-image { position: absolute; z-index: -2; inset: 0; background: var(--paper-deep); }
.collection-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.6,.2,1); }
.collection-card:hover .collection-image img { transform: scale(1.045); }
.collection-card-large { grid-column: 1; grid-row: 1 / span 2; }
.collection-card-short { grid-column: 2; grid-row: 1; }
.collection-card-mid { grid-column: 3; grid-row: 1 / span 2; }
.collection-card-small { grid-column: 1 / span 2; grid-row: 3; }
.collection-card-strap { grid-column: 3; grid-row: 3; }
.collection-number { position: absolute; top: 16px; left: 18px; color: rgba(255,255,255,.85); font-size: 9px; letter-spacing: .14em; }
.collection-name { max-width: 300px; font-family: var(--serif); font-size: clamp(22px, 2.7vw, 38px); line-height: 1; }
.collection-arrow { position: absolute; right: 19px; bottom: 22px; font-size: 18px; color: #e6ae96; }
.material-study { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; padding-top: 95px; padding-bottom: 92px; background: var(--paper-deep); }
.material-copy { max-width: 495px; align-self: center; padding: 0 35px 0 5vw; }
.material-copy h2 { margin: 30px 0 28px; font-family: var(--serif); font-size: clamp(58px, 8vw, 108px); font-weight: 400; letter-spacing: -.07em; line-height: .81; }
.material-copy > p:not(.eyebrow) { max-width: 390px; margin: 0 0 29px; color: var(--ink-soft); font-size: 13px; line-height: 1.9; }
.material-graphic { position: relative; display: grid; min-height: 465px; place-items: center; background: #d1c6b5; }
.material-graphic svg { width: min(65%, 370px); overflow: visible; }
.material-graphic svg path { fill: none; stroke: var(--ink); stroke-width: 1.2; }
.material-graphic svg path:nth-child(1) { fill: #c0866d; stroke: none; }
.material-graphic svg path:nth-child(2) { fill: #ede3d3; stroke: none; }
.material-graphic svg path:nth-child(3) { fill: #244452; stroke: none; }
.material-graphic svg path:nth-child(4) { stroke: rgba(32,35,34,.66); }
.material-graphic > span { position: absolute; right: 17px; bottom: 15px; font-size: 8px; letter-spacing: .16em; }
.closing-panel { display: flex; min-height: 490px; flex-direction: column; align-items: center; justify-content: center; padding-top: 75px; padding-bottom: 84px; text-align: center; }
.closing-panel h2 { max-width: 800px; margin: 21px auto 14px; font-family: var(--serif); font-size: clamp(43px, 6.2vw, 85px); font-weight: 400; letter-spacing: -.06em; line-height: 1.02; }
.closing-panel > p:not(.eyebrow) { max-width: 430px; margin: 0 0 27px; color: var(--ink-soft); font-size: 13px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 27px; padding: 0 20px; font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.button-ink { background: var(--ink); color: #fff; transition: background .2s; }
.button-ink:hover { background: var(--rust); }
.site-footer { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; padding: 74px var(--gutter) 19px; background: #d9d2c6; }
.wordmark-footer { font-size: 19px; }
.footer-brand p { margin: 16px 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: 17px; font-style: italic; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links .eyebrow, .footer-contact .eyebrow { margin-bottom: 8px; }
.footer-links a, .footer-contact a { color: var(--ink-soft); font-size: 11px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }

.page-shell { width: min(100% - 2 * var(--gutter), var(--page)); margin: 0 auto; padding-top: 80px; padding-bottom: 120px; }
.page-shell-text { max-width: 990px; }
.page-heading { margin-bottom: 54px; }
.page-heading h1, .not-found-shell h1 { margin: 15px 0 0; font-family: var(--serif); font-size: clamp(54px, 8.5vw, 112px); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
.page-heading-split { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 35px; }
.page-heading-split > p { max-width: 420px; margin: 0 0 6px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.heading-period { color: var(--rust); }
.page-copy { max-width: 690px; color: var(--ink-soft); font-size: 15px; line-height: 1.9; }
.page-copy h2 { margin: 48px 0 14px; color: var(--ink); font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.05; }
.page-copy h3 { margin: 32px 0 10px; color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.page-copy p { margin: 0 0 19px; }
.page-copy ul { padding-left: 22px; }
.page-copy li { margin: 8px 0; }
.page-copy a { color: var(--rust-text); text-decoration: underline; text-underline-offset: 3px; }
.page-copy address { font-style: normal; }
.collection-filter { display: flex; flex-wrap: wrap; gap: 8px; margin: -12px 0 39px; padding: 0 0 16px; border-bottom: 1px solid var(--line); }
.collection-filter a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid transparent; color: var(--ink-soft); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.collection-filter a span { color: var(--rust-text); font-size: 8px; }
.collection-filter a:hover, .collection-filter a.is-active { border-color: var(--ink); color: var(--ink); }
.study-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px 18px; }
.study-card:nth-child(7n + 1) { grid-column: span 2; }
.study-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5; background: var(--paper-deep); }
.study-card:nth-child(7n + 1) .study-card-image { aspect-ratio: 1.48 / 1; }
.study-card-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.6,.2,1); }
.study-card-image:hover > img { transform: scale(1.035); }
.study-card-mark { position: absolute; right: 12px; bottom: 12px; display: grid; width: 37px; height: 37px; place-items: center; background: var(--paper); color: var(--ink); font-size: 17px; }
.study-image-fallback { display: grid; width: 100%; height: 100%; place-items: center; color: var(--rust); font-family: var(--serif); font-size: 29px; }
.study-card-meta { display: flex; justify-content: space-between; gap: 12px; margin: 15px 0 7px; color: var(--ink-soft); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.study-card-meta a { display: inline-flex; min-height: 24px; align-items: center; }
.study-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(21px, 2.25vw, 31px); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.study-card-description { max-width: 440px; margin: 10px 0 12px; color: var(--ink-soft); font-size: 11px; line-height: 1.65; }
.study-card-price { display: flex; align-items: baseline; gap: 8px; margin: 0; font-size: 10px; letter-spacing: .04em; }
.study-card-price small { color: var(--rust-text); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.currency-reference { display: inline-block; margin-top: 5px; color: var(--ink-soft); font-size: 10px; line-height: 1.55; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 32px; color: var(--ink-soft); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--rust); }
.single-study-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; gap: clamp(44px, 7vw, 115px); }
.study-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.study-gallery figure { margin: 0; background: var(--paper-deep); }
.study-gallery figure:first-child { grid-column: 1/-1; }
.study-gallery-image { width: 100%; height: auto; aspect-ratio: 1 / 1.08; object-fit: cover; }
.study-gallery figure:first-child .study-gallery-image { aspect-ratio: 1.18 / 1; }
.study-gallery figcaption { padding: 9px 11px 11px; color: var(--ink-soft); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.study-purchase-panel { position: sticky; top: 28px; padding-top: 8px; }
.study-purchase-panel h1 { margin: 19px 0 15px; font-family: var(--serif); font-size: clamp(39px, 4.5vw, 61px); font-weight: 400; letter-spacing: -.06em; line-height: .97; }
.single-study-excerpt { margin: 0 0 23px; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.proposed-price { display: flex; flex-direction: column; gap: 2px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 17px; }
.proposed-price small { color: var(--rust-text); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.order-closed { display: flex; align-items: flex-start; gap: 12px; margin: 21px 0 10px; padding: 15px; background: #dfd7c9; }
.order-closed-mark { color: var(--rust); font-size: 16px; }
.order-closed p { margin: 0; font-size: 11px; font-weight: 600; line-height: 1.55; }
.specification-note { margin: 14px 0 26px; color: var(--ink-soft); font-size: 11px; line-height: 1.75; }
.study-detail-copy { padding-top: 19px; border-top: 1px solid var(--line); font-size: 12px; }
.back-to-collection { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 90px; padding-top: 20px; border-top: 1px solid var(--line); }
.back-to-collection > span { color: var(--ink-soft); font-family: var(--serif); font-size: 22px; }
.not-found-shell { min-height: 600px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found-shell > p:not(.eyebrow) { max-width: 450px; color: var(--ink-soft); }
.not-found-shell .button { margin-top: 15px; }
.empty-note { padding: 60px 0; border-top: 1px solid var(--line); color: var(--ink-soft); }
.locale-fallback { font-size: 10px; letter-spacing: .1em; }

@media (min-width: 1600px) {
  .hero { min-height: 790px; }
  .hero-visual { height: 700px; }
}
@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr 1.4fr auto; }
  .primary-nav { gap: 23px; }
  .header-tools { gap: 7px; }
  .hero { min-height: 600px; grid-template-columns: minmax(315px, .85fr) minmax(0, 1.15fr); }
  .hero h1 { font-size: clamp(68px, 10vw, 105px); }
  .hero-visual { height: clamp(425px, 58vw, 570px); }
  .intro-band { grid-template-columns: .75fr 1.7fr; }
  .intro-aside { grid-column: 2; margin-top: -8px; }
  .collection-grid { grid-template-rows: 200px 215px 180px; }
  .study-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 40px 14px; }
  .study-card:nth-child(7n + 1) { grid-column: auto; }
  .study-card:nth-child(5n + 1) .study-card-image { aspect-ratio: 1.15 / 1; }
}
@media (max-width: 720px) {
  :root { --gutter: 21px; }
  .site-notice { min-height: 38px; justify-content: space-between; gap: 8px; font-size: 8px; letter-spacing: .045em; }
  .site-notice > span { max-width: 68%; }
  .site-header { min-height: 71px; grid-template-columns: 1fr auto; }
  .wordmark { font-size: 19px; }
  .primary-nav { display: none; }
  .header-tools { gap: 5px; }
  .header-language select { width: 54px; padding-right: 10px; }
  .header-currency select { width: 68px; padding-right: 10px; }
  .header-tools .menu-toggle { display: block; margin-left: 3px; }
  .mobile-nav { inset: 109px 0 auto; }
  .hero { min-height: 0; padding-top: 36px; padding-bottom: 48px; display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { padding: 0 0 25px; }
  .hero h1 { margin: 25px 0 17px -2px; font-size: clamp(65px, 18vw, 110px); }
  .hero-intro { max-width: 345px; font-size: 12px; }
  .hero-index { margin-top: 31px; }
  .hero-visual { width: 100%; height: auto; aspect-ratio: .92 / 1; margin: 0; }
  .hero-artwork { inset: 0; }
  .hero-vertical-note { display: none; }
  .hero-bottom-note { position: static; order: 3; margin-top: 18px; font-size: 7px; }
  .intro-band { display: block; padding-top: 74px; padding-bottom: 79px; }
  .intro-statement { margin-top: 25px; font-size: clamp(40px, 11vw, 62px); }
  .intro-aside { max-width: 335px; margin: 25px 0 0; font-size: 11px; }
  .collection-section { padding-top: 77px; padding-bottom: 82px; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 27px; }
  .section-head h2 { margin-top: 11px; font-size: 47px; }
  .collection-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 230px 230px 200px; gap: 9px; }
  .collection-card { padding: 11px 12px; }
  .collection-card-large { grid-column: 1 / -1; grid-row: 1; }
  .collection-card-short { grid-column: 1; grid-row: 2; }
  .collection-card-mid { grid-column: 2; grid-row: 2; }
  .collection-card-small { grid-column: 1 / -1; grid-row: 3; }
  .collection-card-strap { grid-column: 1 / -1; grid-row: 4; }
  .collection-name { font-size: 23px; }
  .collection-number { top: 11px; left: 12px; font-size: 8px; }
  .collection-arrow { right: 12px; bottom: 14px; }
  .material-study { display: flex; flex-direction: column; gap: 38px; padding-top: 72px; padding-bottom: 24px; }
  .material-copy { padding: 0; }
  .material-copy h2 { margin-top: 22px; font-size: 76px; }
  .material-copy > p:not(.eyebrow) { font-size: 12px; }
  .material-graphic { min-height: 350px; margin: 0 calc(var(--gutter) * -1); }
  .material-graphic svg { width: 62%; }
  .closing-panel { min-height: 385px; padding-top: 58px; padding-bottom: 65px; }
  .closing-panel h2 { font-size: 52px; }
  .closing-panel > p:not(.eyebrow) { max-width: 340px; font-size: 12px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 34px 18px; padding-top: 49px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 6px; margin-top: 14px; padding-top: 13px; font-size: 7px; }
  .page-shell { padding-top: 58px; padding-bottom: 85px; }
  .page-heading { margin-bottom: 39px; }
  .page-heading h1, .not-found-shell h1 { font-size: clamp(30px, 9.5vw, 62px); }
  .page-heading-split { display: block; }
  .page-heading-split > p { margin-top: 21px; font-size: 12px; }
  .page-copy { font-size: 13px; }
  .page-copy h2 { margin-top: 36px; font-size: 31px; }
  .collection-filter { flex-wrap: nowrap; overflow-x: auto; margin-right: calc(var(--gutter) * -1); padding-right: var(--gutter); scrollbar-width: thin; }
  .collection-filter a { flex-shrink: 0; padding: 8px 10px; font-size: 8px; }
  .study-grid { grid-template-columns: 1fr 1fr; gap: 33px 9px; }
  .study-card:nth-child(5n + 1) .study-card-image, .study-card-image { aspect-ratio: 4 / 5; }
  .study-card h2 { font-size: 21px; }
  .study-card-meta { display: block; line-height: 1.6; }
  .study-card-meta span:last-child { display: block; }
  .study-card-description { font-size: 10px; }
  .study-card-price { display: block; font-size: 9px; }
  .study-card-price small { display: block; margin-top: 3px; }
  .study-card-mark { width: 31px; height: 31px; right: 7px; bottom: 7px; }
  .sale-disclosure { margin-top: 48px; font-size: 10px; }
  .breadcrumb { gap: 7px; font-size: 8px; }
  .single-study-layout { display: flex; flex-direction: column; gap: 35px; }
  .study-gallery { gap: 7px; }
  .study-gallery-image { aspect-ratio: 1 / 1.05; }
  .study-gallery figure:first-child .study-gallery-image { aspect-ratio: .98 / 1; }
  .study-gallery figcaption { padding: 7px 8px; font-size: 7px; }
  .study-purchase-panel { position: static; order: 1; padding-top: 0; }
  .study-purchase-panel h1 { font-size: 48px; }
  .back-to-collection { margin-top: 55px; }
  .back-to-collection > span { font-size: 18px; }
  .not-found-shell { min-height: 510px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-motion { display: none !important; }
}
