/*
Theme Name: Orientjade
Theme URI: https://orientjade.example
Author: Orientjade Studio
Description: Editorial, enquiry-only jade catalogue for Orientjade Studio.
Version: 2.0.0
Text Domain: orientjade
*/

:root {
  --oj-paper: #f4f3ee;
  --oj-soft: #e9ebe5;
  --oj-white: #fff;
  --oj-ink: #142019;
  --oj-muted: #606960;
  --oj-forest: #0c2e22;
  --oj-jade: #176c4c;
  --oj-gold: #9c7a3b;
  --oj-line: rgba(20, 32, 25, 0.16);
  --oj-serif: Georgia, "Times New Roman", "Noto Serif TC", serif;
  --oj-sans: Inter, "Segoe UI", "Noto Sans TC", Arial, sans-serif;
  --oj-container: 1360px;
  --oj-reading: 680px;
  --oj-media: 760px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--oj-paper);
  color: var(--oj-ink);
  font-family: var(--oj-sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}
body.oj-menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
button, input, textarea, select { font: inherit; letter-spacing: 0; }
h1, h2, h3, h4 { margin-top: 0; font-family: var(--oj-serif); font-weight: 400; line-height: 1.08; letter-spacing: 0; overflow-wrap: anywhere; }
p { overflow-wrap: anywhere; }
:focus-visible { outline: 3px solid #d6a33f; outline-offset: 4px; }

.screen-reader-text { 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:focus { position: fixed; z-index: 1000; top: .5rem; left: .5rem; width: auto; height: auto; margin: 0; padding: .7rem 1rem; clip: auto; background: var(--oj-white); }
.oj-container { width: min(calc(100% - 64px), var(--oj-container)); margin-inline: auto; }
.oj-section { padding: 112px 0; }
.oj-eyebrow { margin: 0 0 18px; color: var(--oj-jade); font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.oj-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.oj-section-heading h2 { margin: 0; max-width: 720px; font-size: 52px; }
.oj-text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; text-decoration: none; }
.oj-text-link svg, .oj-button svg { width: 16px; height: 16px; stroke-width: 1.6; }
.oj-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 19px; border: 1px solid var(--oj-forest); border-radius: 2px; background: var(--oj-forest); color: var(--oj-white); font-size: 13px; font-weight: 650; text-decoration: none; transition: background 160ms ease, color 160ms ease, border-color 160ms ease; }
.oj-button:hover { border-color: var(--oj-jade); background: var(--oj-jade); }
.oj-button-light { border-color: rgba(255,255,255,.7); background: transparent; color: var(--oj-white); }
.oj-button-light:hover { border-color: var(--oj-white); background: var(--oj-white); color: var(--oj-forest); }

/* Header */
.oj-site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--oj-line); background: rgba(244,243,238,.96); backdrop-filter: blur(14px); }
.admin-bar .oj-site-header { top: 32px; }
.oj-header-inner { width: min(calc(100% - 64px), var(--oj-container)); min-height: 82px; margin-inline: auto; display: grid; grid-template-columns: 210px 1fr 280px; align-items: center; gap: 32px; }
.oj-wordmark, .oj-footer-wordmark { font-family: var(--oj-serif); font-size: 22px; line-height: 1; text-decoration: none; }
.oj-primary-nav ul { display: flex; justify-content: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.oj-primary-nav a { position: relative; display: block; padding: 29px 0 27px; color: #334139; font-size: 13px; text-decoration: none; }
.oj-primary-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--oj-ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.oj-primary-nav a:hover::after, .oj-primary-nav .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }
.oj-header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.oj-language-switch { display: inline-flex; border: 1px solid var(--oj-line); }
.oj-language-switch a { min-width: 42px; padding: 7px 9px; font-size: 11px; text-align: center; text-decoration: none; }
.oj-language-switch a[aria-current="true"] { background: var(--oj-forest); color: var(--oj-white); }
.oj-header-enquire { border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.oj-icon-button { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--oj-ink); }
.oj-icon-button svg { width: 22px; height: 22px; }
.oj-menu-toggle { display: none; }
.oj-mobile-backdrop { position: fixed; z-index: 190; inset: 0; background: rgba(10,21,15,.44); }
.oj-mobile-panel { position: fixed; z-index: 200; top: 0; right: 0; bottom: 0; width: min(88vw, 420px); padding: 24px; background: var(--oj-paper); transform: translateX(102%); visibility: hidden; transition: transform 220ms ease, visibility 220ms; }
.oj-menu-open .oj-mobile-panel { transform: translateX(0); visibility: visible; }
.oj-mobile-panel-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--oj-line); }
.oj-mobile-panel nav ul { margin: 36px 0; padding: 0; list-style: none; }
.oj-mobile-panel nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--oj-line); font-family: var(--oj-serif); font-size: 26px; text-decoration: none; }
.oj-mobile-panel-footer { display: grid; gap: 20px; color: var(--oj-muted); font-size: 13px; }

/* Homepage */
.oj-hero { min-height: calc(100svh - 82px); display: flex; align-items: end; padding: 80px max(32px, calc((100vw - var(--oj-container))/2)); background-color: #50645a; background-image: linear-gradient(90deg, rgba(8,24,17,.74), rgba(8,24,17,.12) 68%), var(--oj-hero-image); background-position: center; background-size: cover; color: var(--oj-white); }
.oj-hero-content { max-width: 690px; padding-bottom: 4vh; }
.oj-hero .oj-eyebrow { color: #d6c18b; }
.oj-hero h1 { margin: 0 0 22px; font-size: 82px; }
.oj-hero p:not(.oj-eyebrow) { max-width: 570px; margin: 0 0 34px; font-size: 18px; }
.oj-manifesto { padding: 118px 0; border-bottom: 1px solid var(--oj-line); }
.oj-manifesto-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(300px,.7fr); align-items: end; gap: 100px; }
.oj-manifesto h2 { max-width: 690px; margin: 0; font-size: 66px; }
.oj-manifesto p { margin: 0 0 28px; color: var(--oj-muted); font-size: 17px; }
.oj-category-stories { display: grid; grid-template-columns: repeat(4,1fr); }
.oj-category-story { position: relative; min-height: 570px; overflow: hidden; background: var(--oj-soft); color: var(--oj-white); text-decoration: none; }
.oj-category-story::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,21,14,.58), transparent 52%); content: ""; }
.oj-category-story img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.oj-category-story:hover img { transform: scale(1.025); }
.oj-category-story span { position: absolute; z-index: 1; right: 28px; bottom: 26px; left: 28px; font-family: var(--oj-serif); font-size: 30px; }
.oj-jade-education { display: grid; grid-template-columns: 1.16fr .84fr; min-height: 720px; background: var(--oj-forest); color: var(--oj-white); }
.oj-jade-education-media img { height: 100%; object-fit: cover; }
.oj-jade-education-copy { align-self: center; max-width: 620px; padding: 90px; }
.oj-jade-education-copy .oj-eyebrow { color: #cbb87e; }
.oj-jade-education-copy h2 { margin-bottom: 28px; font-size: 58px; }
.oj-jade-education-copy p:not(.oj-eyebrow) { margin-bottom: 32px; color: rgba(255,255,255,.72); }
.oj-brand-story { background: #e7e6df; }
.oj-brand-story-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 110px; }
.oj-brand-mark { aspect-ratio: 1; display: grid; place-content: center; border: 1px solid rgba(156,122,59,.55); border-radius: 50%; color: var(--oj-gold); text-align: center; }
.oj-brand-mark img { width: 84%; height: 84%; margin: auto; border-radius: 50%; object-fit: cover; }
.oj-brand-mark span { display: block; font-family: var(--oj-serif); font-size: 126px; line-height: .8; }
.oj-brand-mark small { margin-top: 26px; font-family: var(--oj-serif); font-size: 14px; line-height: 1.5; }
.oj-brand-story h2 { max-width: 740px; margin-bottom: 28px; font-size: 58px; }
.oj-brand-story p:not(.oj-eyebrow) { max-width: 640px; margin-bottom: 28px; color: var(--oj-muted); }
.oj-journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.oj-journal-card { min-width: 0; }
.oj-journal-media { aspect-ratio: 4/3; display: block; overflow: hidden; background: var(--oj-soft); }
.oj-journal-media img { height: 100%; object-fit: cover; transition: transform 400ms ease; }
.oj-journal-media:hover img { transform: scale(1.02); }
.oj-journal-meta { margin-top: 20px; color: var(--oj-muted); font-size: 11px; text-transform: uppercase; }
.oj-journal-card h3 { margin: 10px 0 12px; font-size: 25px; }
.oj-journal-card h3 a { text-decoration: none; }
.oj-journal-card p { margin: 0; color: var(--oj-muted); font-size: 14px; }
.oj-enquiry-band { padding: 100px 0; background: var(--oj-jade); color: var(--oj-white); text-align: center; }
.oj-enquiry-band .oj-eyebrow { color: #d9c993; }
.oj-enquiry-band h2 { max-width: 850px; margin: 0 auto 18px; font-size: 58px; }
.oj-enquiry-band p:not(.oj-eyebrow) { margin: 0 auto 28px; color: rgba(255,255,255,.78); }
.oj-enquiry-band-compact { padding: 76px 0; }

/* Catalogue */
.oj-catalogue-header { padding: 90px 0 72px; border-bottom: 1px solid var(--oj-line); }
.oj-catalogue-header-inner { max-width: 980px; margin-left: max(32px, calc((100vw - var(--oj-container))/2)); }
.oj-catalogue-header h1 { margin: 0 0 18px; font-size: 72px; }
.oj-catalogue-header p:last-child { max-width: 620px; margin: 0; color: var(--oj-muted); font-size: 17px; }
.oj-catalogue-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 54px 24px; }
.oj-catalogue-card { min-width: 0; }
.oj-catalogue-media { position: relative; aspect-ratio: 4/5; display: block; overflow: hidden; background: #e8e9e4; }
.oj-catalogue-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.oj-catalogue-card:hover .oj-catalogue-media img { transform: scale(1.025); }
.oj-catalogue-arrow { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center; background: rgba(244,243,238,.92); opacity: 0; transform: translateY(6px); transition: opacity 160ms ease, transform 160ms ease; }
.oj-catalogue-card:hover .oj-catalogue-arrow { opacity: 1; transform: translateY(0); }
.oj-catalogue-arrow svg { width: 17px; }
.oj-catalogue-copy { padding-top: 18px; }
.oj-catalogue-category { margin: 0 0 5px; color: var(--oj-muted); font-size: 11px; text-transform: uppercase; }
.oj-catalogue-copy h2 { margin: 0 0 8px; font-size: 24px; }
.oj-catalogue-copy h2 a { text-decoration: none; }
.oj-catalogue-action { border-bottom: 1px solid currentColor; color: var(--oj-muted); font-size: 12px; }
.woocommerce-pagination { margin-top: 64px; }
.woocommerce-pagination ul.page-numbers { display: flex; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.woocommerce-pagination a, .woocommerce-pagination span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--oj-line); text-decoration: none; }
.woocommerce-pagination .current { background: var(--oj-forest); color: var(--oj-white); }
.oj-empty-state { padding: 70px 0; border-block: 1px solid var(--oj-line); color: var(--oj-muted); text-align: center; }

/* Product detail */
.oj-product-layout { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(420px,.88fr); align-items: start; }
.oj-product-gallery { display: grid; gap: 2px; background: var(--oj-line); }
.oj-product-image { aspect-ratio: 4/5; margin: 0; overflow: hidden; background: #e9eae5; }
.oj-product-image img { width: 100%; height: 100%; object-fit: cover; }
.oj-product-summary { position: sticky; top: 82px; min-height: calc(100vh - 82px); display: grid; align-items: center; padding: 72px 9%; }
.oj-product-summary-inner { max-width: 520px; }
.oj-product-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 72px; color: var(--oj-muted); font-size: 12px; text-decoration: none; }
.oj-product-back svg { width: 15px; }
.oj-product-summary h1 { margin: 0 0 24px; font-size: 58px; }
.oj-product-intro { margin-bottom: 30px; color: var(--oj-muted); font-size: 16px; }
.oj-product-facts { margin: 0 0 26px; border-top: 1px solid var(--oj-line); }
.oj-product-facts div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--oj-line); }
.oj-product-facts dt { color: var(--oj-muted); font-size: 12px; }
.oj-product-facts dd { margin: 0; font-size: 13px; }
.oj-availability-note { display: flex; gap: 10px; margin: 0 0 24px; color: var(--oj-muted); font-size: 12px; }
.oj-availability-note svg { flex: 0 0 17px; width: 17px; margin-top: 2px; }
.oj-product-enquire { width: 100%; }
.oj-product-assurance { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px; color: var(--oj-muted); font-size: 10px; text-transform: uppercase; }

/* Pages and Journal */
.oj-page-hero { padding: 104px 0 82px; border-bottom: 1px solid var(--oj-line); }
.oj-page-hero-inner { max-width: 920px; }
.oj-page-hero h1 { margin: 0; font-size: 72px; }
.oj-page-hero p:last-child { max-width: 620px; margin: 24px 0 0; color: var(--oj-muted); }
.oj-page-body, .oj-prose { width: min(calc(100% - 48px), var(--oj-reading)); margin: 86px auto; }
.oj-prose > *:first-child { margin-top: 0; }
.oj-prose h2 { margin: 58px 0 20px; font-size: 38px; }
.oj-prose h3 { margin: 42px 0 16px; font-size: 27px; }
.oj-prose p, .oj-article-content p { margin: 0 0 1.5em; }
.oj-prose img { width: min(100vw - 48px, var(--oj-media)); max-width: none; margin: 40px 50%; transform: translateX(-50%); }
.oj-page-enquiry { width: min(calc(100% - 48px), var(--oj-reading)); margin: 0 auto 100px; padding-top: 30px; border-top: 1px solid var(--oj-line); }
.oj-page-enquiry p { color: var(--oj-muted); }
.oj-blog-header { padding: 100px 0 82px; border-bottom: 1px solid var(--oj-line); text-align: center; }
.oj-blog-header-inner { max-width: 760px; margin: auto; }
.oj-blog-header h1 { margin: 0 0 22px; font-size: 78px; }
.oj-blog-header p:last-child { color: var(--oj-muted); }
.oj-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 58px 24px; }
.oj-blog-card-media { aspect-ratio: 4/3; display: block; overflow: hidden; background: var(--oj-soft); }
.oj-blog-card-media img { height: 100%; object-fit: cover; transition: transform 420ms ease; }
.oj-blog-card:hover .oj-blog-card-media img { transform: scale(1.02); }
.oj-blog-meta { display: flex; justify-content: center; gap: 18px; color: var(--oj-muted); font-size: 11px; text-transform: uppercase; }
.oj-blog-card .oj-blog-meta { justify-content: space-between; margin-top: 18px; }
.oj-blog-card h2 { margin: 14px 0 12px; font-size: 28px; }
.oj-blog-card h2 a { text-decoration: none; }
.oj-blog-card p { color: var(--oj-muted); font-size: 14px; }
.oj-blog-read { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 650; text-decoration: none; }
.oj-blog-read svg { width: 15px; }
.oj-blog-pagination { margin-top: 64px; }
.oj-article-header { padding: 90px 24px 52px; text-align: center; }
.oj-article-header-inner { max-width: 860px; margin: auto; }
.oj-article-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 40px; color: var(--oj-muted); font-size: 12px; text-decoration: none; }
.oj-article-back svg { width: 15px; }
.oj-article-header h1 { margin: 24px auto 22px; font-size: 58px; }
.oj-article-deck { max-width: 680px; margin: auto; color: var(--oj-muted); font-size: 17px; }
.oj-article-featured, .oj-article-content .oj-article-inline-media { width: min(calc(100% - 48px), var(--oj-media)); margin: 0 auto 48px; }
.oj-article-featured img, .oj-article-inline-media img { max-height: 760px; object-fit: cover; }
.oj-article-shell { width: min(calc(100% - 48px), var(--oj-reading)); margin-inline: auto; }
.oj-article-content { padding-top: 20px; font-family: var(--oj-serif); font-size: 18px; line-height: 1.95; }
.oj-article-content h2 { margin: 54px 0 22px; font-size: 34px; }
.oj-article-content .oj-article-inline-media { max-width: none; margin: 42px 50%; transform: translateX(-50%); }
.oj-article-signoff { margin-top: 52px; color: var(--oj-muted); font-family: var(--oj-serif); text-align: right; }
.oj-article-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 38px; margin-bottom: 100px; padding-top: 25px; border-top: 1px solid var(--oj-line); font-size: 13px; }
.oj-article-navigation a:last-child { text-align: right; }

/* Footer */
.oj-site-footer { padding: 88px 0 28px; background: #091b14; color: rgba(255,255,255,.82); }
.oj-footer-top { display: grid; grid-template-columns: 1.2fr .55fr .55fr 1fr; gap: 60px; }
.oj-footer-wordmark { display: inline-block; margin-bottom: 22px; color: var(--oj-white); font-size: 27px; }
.oj-language-content.oj-content-zh { display: none; }
.oj-lang-zh-hant .oj-language-content.oj-content-en { display: none; }
.oj-lang-zh-hant .oj-language-content.oj-content-zh { display: block; }
.oj-footer-intro p { max-width: 310px; color: rgba(255,255,255,.58); }
.oj-footer-intro > a:last-child { font-size: 12px; }
.oj-footer-nav h2 { margin: 0 0 20px; color: rgba(255,255,255,.45); font-family: var(--oj-sans); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.oj-footer-nav ul { margin: 0; padding: 0; list-style: none; }
.oj-footer-nav li { margin-bottom: 10px; }
.oj-footer-nav a { font-size: 13px; text-decoration: none; }
.oj-footer-enquire h2 { margin-bottom: 24px; color: var(--oj-white); font-size: 34px; }
.oj-footer-enquire .oj-eyebrow { color: #cdbb83; }
.oj-footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 76px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: 10px; }

/* WooCommerce presentation containment */
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce ul.products, .woocommerce div.product form.cart, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-product-rating, .woocommerce-tabs, .related.products, .upsells.products { display: none !important; }

@media (max-width: 1180px) {
  .oj-header-inner { grid-template-columns: 190px 1fr 180px; }
  .oj-primary-nav ul { gap: 19px; }
  .oj-header-enquire { display: none; }
  .oj-category-story { min-height: 460px; }
  .oj-jade-education-copy { padding: 64px; }
  .oj-product-summary { padding-inline: 7%; }
  .oj-footer-top { grid-template-columns: 1.1fr .55fr .55fr; }
  .oj-footer-enquire { grid-column: 1/-1; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.15); }
}

@media (max-width: 959px) {
  .admin-bar .oj-site-header { top: 0; }
  .oj-container, .oj-header-inner { width: min(calc(100% - 40px), var(--oj-container)); }
  .oj-header-inner { min-height: 68px; grid-template-columns: 1fr auto; }
  .oj-primary-nav, .oj-header-tools .oj-language-switch, .oj-header-enquire { display: none; }
  .oj-menu-toggle { display: grid; place-items: center; }
  .oj-section { padding: 82px 0; }
  .oj-hero { min-height: 78svh; padding: 60px 28px; }
  .oj-hero h1 { font-size: 62px; }
  .oj-manifesto { padding: 82px 0; }
  .oj-manifesto-grid { grid-template-columns: 1fr; gap: 44px; }
  .oj-manifesto h2 { font-size: 52px; }
  .oj-category-stories { grid-template-columns: repeat(2,1fr); }
  .oj-jade-education { grid-template-columns: 1fr; }
  .oj-jade-education-media { height: 60vw; }
  .oj-jade-education-copy { padding: 72px 40px; }
  .oj-brand-story-grid { grid-template-columns: .7fr 1.3fr; gap: 60px; }
  .oj-brand-mark span { font-size: 90px; }
  .oj-catalogue-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .oj-product-layout { grid-template-columns: 1fr; }
  .oj-product-summary { position: static; min-height: 0; padding: 72px 40px 100px; }
  .oj-product-summary-inner { max-width: 650px; }
  .oj-product-back { margin-bottom: 50px; }
  .oj-blog-grid, .oj-journal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .oj-journal-card:last-child { display: none; }
}

@media (max-width: 639px) {
  .oj-container, .oj-header-inner { width: min(calc(100% - 32px), var(--oj-container)); }
  .oj-section { padding: 68px 0; }
  .oj-section-heading { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .oj-section-heading h2 { font-size: 38px; }
  .oj-hero { min-height: calc(88svh - 68px); padding: 48px 20px; background-image: linear-gradient(0deg, rgba(8,24,17,.74), rgba(8,24,17,.05) 72%), var(--oj-hero-image); }
  .oj-hero-content { padding-bottom: 0; }
  .oj-hero h1 { font-size: 48px; }
  .oj-hero p:not(.oj-eyebrow) { font-size: 15px; }
  .oj-manifesto h2 { font-size: 40px; }
  .oj-manifesto p { font-size: 15px; }
  .oj-category-stories { grid-template-columns: 1fr; }
  .oj-category-story { min-height: 110vw; }
  .oj-jade-education-media { height: 90vw; }
  .oj-jade-education-copy { padding: 62px 24px; }
  .oj-jade-education-copy h2, .oj-brand-story h2 { font-size: 40px; }
  .oj-brand-story-grid { grid-template-columns: 1fr; gap: 48px; }
  .oj-brand-mark { width: min(78vw, 320px); margin: auto; }
  .oj-journal-grid, .oj-blog-grid, .oj-catalogue-grid { grid-template-columns: 1fr; gap: 48px; }
  .oj-journal-card:last-child { display: block; }
  .oj-catalogue-header { padding: 68px 0 52px; }
  .oj-catalogue-header-inner { margin-inline: 16px; }
  .oj-catalogue-header h1, .oj-page-hero h1, .oj-blog-header h1 { font-size: 48px; }
  .oj-enquiry-band { padding: 72px 16px; }
  .oj-enquiry-band h2 { font-size: 40px; }
  .oj-product-gallery { gap: 1px; }
  .oj-product-summary { padding: 52px 20px 100px; }
  .oj-product-summary h1 { font-size: 42px; }
  .oj-product-back { margin-bottom: 38px; }
  .oj-product-assurance { align-items: start; flex-direction: column; }
  .oj-page-hero, .oj-blog-header { padding: 72px 0 58px; }
  .oj-page-body, .oj-prose { margin-block: 62px; }
  .oj-article-header { padding: 66px 20px 40px; }
  .oj-article-header h1 { font-size: 40px; }
  .oj-article-content { font-size: 17px; }
  .oj-article-navigation { grid-template-columns: 1fr; }
  .oj-article-navigation a:last-child { text-align: left; }
  .oj-footer-top { grid-template-columns: 1fr 1fr; gap: 48px 28px; }
  .oj-footer-intro, .oj-footer-enquire { grid-column: 1/-1; }
  .oj-footer-bottom { align-items: start; flex-direction: column; margin-top: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
