@charset "UTF-8";
/*
Theme Name: Opava City Katalog
Theme URI: https://opava.city/
Author: Opava City s.r.o.
Author URI: https://opava.city/
Description: Katalogová a redakční šablona Opava City propojující firmy, noviny, poptávky, reality a news.
Version: 1.7.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: opava-city-katalog
*/

:root {
  --opc-black:#090909;
  --opc-white:#fff;
  --opc-soft:#f7f5f1;
  --opc-warm:#f4efe5;
  --opc-line:#d8d1c5;
  --opc-gold:#b98218;
  --opc-yellow:#ffd60a;
  --opc-muted:#6e6e73;
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:var(--opc-white); color:var(--opc-black); font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; height:auto; }
button,input,textarea,select { font:inherit; }
.opc-wrap { width:min(1280px,calc(100% - 48px)); margin:0 auto; }
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.opc-kicker { margin:0 0 16px; font-size:11px; line-height:1; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.opc-gold { color:#d8a23b; }
.opc-editor-content { padding:56px 0; border-bottom:1px solid var(--opc-line); }
.opc-editor-content>.opc-wrap>*:first-child { margin-top:0; }
.opc-editor-content>.opc-wrap>*:last-child { margin-bottom:0; }

/* Editable homepage modules */
.opc-brand-news { background:#fff; }
.opc-brand-news-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:14px; }
.opc-brand-story { min-height:360px; display:flex; flex-direction:column; padding:24px; border:1px solid var(--opc-line); background:var(--opc-soft); }
.opc-brand-story.featured { min-height:520px; }
.opc-brand-story-media { margin:-24px -24px 25px; overflow:hidden; aspect-ratio:16/9; background:#ddd; }
.opc-brand-story-media img { width:100%; height:100%; object-fit:cover; transition:.25s; }
.opc-brand-story:hover .opc-brand-story-media img { transform:scale(1.025); }
.opc-brand-story small { color:#8a5d0a; font-size:9px; font-weight:850; letter-spacing:.1em; }
.opc-brand-story h3 { margin:20px 0 12px; font-size:clamp(26px,2.7vw,42px); line-height:.95; letter-spacing:-.05em; }
.opc-brand-story:not(.featured) h3 { font-size:27px; }
.opc-brand-story p { color:var(--opc-muted); line-height:1.55; }
.opc-brand-story>a:last-child { margin-top:auto; padding-top:25px; font-size:11px; font-weight:800; }
.opc-home-ad { background:var(--opc-black); color:white; }
.opc-home-ad-card { min-height:520px; display:grid; grid-template-columns:.82fr 1.18fr; border:1px solid #50401f; background:#111; }
.opc-home-ad-copy { display:flex; flex-direction:column; align-items:flex-start; padding:54px; }
.opc-home-ad-copy h2 { margin:0; font-size:clamp(50px,6vw,88px); line-height:.86; letter-spacing:-.065em; }
.opc-home-ad-copy>p:not(.opc-kicker) { max-width:520px; color:#aaa; font-size:17px; line-height:1.55; }
.opc-home-ad-copy>a { margin-top:auto; padding:13px 18px; border-radius:999px; background:#d9a53f; color:#090909; font-size:12px; font-weight:850; }
.opc-home-ad-media { position:relative; min-height:420px; display:grid; place-items:center; overflow:hidden; background:radial-gradient(circle,#fff7dc 0,#d7be87 42%,#5c430f 100%); }
.opc-home-ad-media img,.opc-home-ad-media iframe,.opc-home-ad-media video { width:100%; height:100%; object-fit:cover; }
.opc-home-ad-media iframe { position:absolute; inset:0; border:0; }
.opc-home-ad-o { color:white; font-size:clamp(240px,32vw,520px); line-height:.7; font-weight:850; letter-spacing:-.12em; text-shadow:0 0 80px rgba(255,255,255,.8); }
.opc-home-reality { background:var(--opc-warm); }
.opc-reality-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.opc-reality-card { min-height:380px; display:flex; flex-direction:column; padding:18px; background:white; border:1px solid var(--opc-line); }
.opc-reality-media { height:205px; display:grid; place-items:center; margin-bottom:22px; overflow:hidden; background:var(--opc-black); color:#d9a53f; font-family:Georgia,serif; font-size:90px; }
.opc-reality-media img { width:100%; height:100%; object-fit:cover; }
.opc-reality-card small { color:#8e8e93; font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.opc-reality-card h3 { margin:13px 0; font-size:25px; line-height:1; letter-spacing:-.04em; }
.opc-reality-card>a:last-child { margin-top:auto; font-size:10px; font-weight:800; }
.opc-home-top-firms { background:#fff; }
.opc-top-firm-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.opc-top-firm-card { min-height:240px; display:flex; flex-direction:column; padding:24px; border:1px solid #c69737; background:linear-gradient(135deg,#fff,#fbf2df); }
.opc-top-firm-card small { color:#8a5d0a; font-size:9px; font-weight:850; letter-spacing:.1em; }
.opc-top-firm-card h3 { margin:42px 0 12px; font-size:28px; line-height:1; letter-spacing:-.04em; }
.opc-top-firm-card p { color:var(--opc-muted); font-size:12px; }
.opc-top-firm-card>a:last-child { margin-top:auto; font-size:10px; font-weight:850; }
.opc-home-demand { background:#dba63d; }
.opc-home-demand-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:90px; align-items:end; }
.opc-home-demand h2 { margin:0; font-size:clamp(54px,7vw,96px); line-height:.87; letter-spacing:-.065em; }
.opc-home-demand-grid>div:last-child p { max-width:540px; font-size:18px; line-height:1.5; }
.opc-home-demand-grid>div:last-child a { display:inline-block; margin-top:18px; padding:14px 20px; border-radius:999px; background:var(--opc-black); color:white; font-size:12px; font-weight:850; }

.opc-demand-page { padding:72px 0 110px; background:var(--opc-soft); }
.opc-demand-grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:72px; align-items:start; }
.opc-demand-intro h1 { margin:0; font-size:clamp(52px,7vw,92px); line-height:.92; letter-spacing:-.065em; }
.opc-demand-intro>p:not(.opc-kicker) { margin:28px 0 0; color:var(--opc-muted); font-size:18px; line-height:1.55; }
.opc-demand-form { display:grid; grid-template-columns:1fr 1fr; gap:20px; padding:34px; background:white; border:1px solid var(--opc-line); border-radius:22px; box-shadow:0 18px 50px rgba(0,0,0,.06); }
.opc-demand-form label { display:grid; gap:8px; font-size:12px; font-weight:750; }
.opc-demand-form label.full,.opc-demand-form .opc-form-actions,.opc-demand-form .opc-form-message { grid-column:1/-1; }
.opc-demand-form input,.opc-demand-form select,.opc-demand-form textarea { width:100%; padding:13px 14px; border:1px solid #c7c7cc; border-radius:10px; background:white; color:var(--opc-black); }
.opc-demand-form textarea { min-height:160px; resize:vertical; }
.opc-demand-form .opc-consent { display:flex; grid-column:1/-1; gap:10px; align-items:flex-start; font-weight:500; line-height:1.45; }
.opc-demand-form .opc-consent input { width:auto; margin-top:3px; }
.opc-demand-form button { padding:14px 20px; border:0; border-radius:999px; background:var(--opc-black); color:white; font-weight:800; cursor:pointer; }
.opc-demand-plugin-form { padding:34px; background:white; border:1px solid var(--opc-line); border-radius:22px; box-shadow:0 18px 50px rgba(0,0,0,.06); }
.opc-demand-plugin-form form { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.opc-demand-plugin-form label { display:grid; gap:8px; font-size:12px; font-weight:750; }
.opc-demand-plugin-form input,.opc-demand-plugin-form select,.opc-demand-plugin-form textarea { width:100%; padding:13px 14px; border:1px solid #c7c7cc; border-radius:10px; background:white; }
.opc-demand-plugin-form textarea { min-height:150px; }
.opc-demand-plugin-form button,.opc-demand-plugin-form input[type="submit"] { width:auto; padding:14px 20px; border:0; border-radius:999px; background:var(--opc-black); color:white; font-weight:800; cursor:pointer; }
.opc-form-message { padding:14px 16px; border-radius:10px; background:#edf7ed; color:#1e5f2b; }
.opc-form-message.error { background:#fff0f0; color:#9c1c1c; }
.opc-honeypot { position:absolute!important; left:-9999px!important; }

.opc-issue-bar { min-height:40px; display:flex; align-items:center; justify-content:center; gap:24px; padding:9px 20px; background:linear-gradient(90deg,#f4efe5,#fffaf0 50%,#f4efe5); border-bottom:1px solid #d7c7a7; font-size:11px; }
.opc-issue-bar strong { letter-spacing:.08em; }
.opc-issue-bar a { color:#76520d; }
.opc-site-header { position:sticky; z-index:40; top:0; background:rgba(255,255,255,.92); border-bottom:1px solid rgba(0,0,0,.12); backdrop-filter:blur(20px); }
.opc-header-inner { min-height:52px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:44px; }
.opc-brand { width:34px; height:34px; display:grid; place-items:center; }
.opc-symbol-o { position:relative; width:24px; height:24px; display:block; border:4px solid var(--opc-black); border-radius:50%; }
.opc-symbol-o:after { content:""; position:absolute; top:-7px; right:-4px; width:7px; height:7px; border:2px solid white; border-radius:50%; background:var(--opc-gold); }
.opc-footer-brand span { color:var(--opc-gold); }
.opc-nav ul { display:flex; align-items:center; justify-content:center; gap:30px; margin:0; padding:0; list-style:none; }
.opc-nav a { font-size:12px; color:#333; transition:opacity .2s; }
.opc-nav a:hover { opacity:.5; }
.opc-header-action { padding:8px 13px; border-radius:999px; background:var(--opc-black); color:white; font-size:11px; font-weight:700; white-space:nowrap; }

.opc-catalog-hero { position:relative; isolation:isolate; min-height:680px; display:flex; flex-direction:column; justify-content:center; overflow:hidden; background:radial-gradient(circle at 50% 0,#fff 0,#fbf8f2 48%,#f2eee7 100%); text-align:center; }
.opc-catalog-hero:before { content:"O"; position:absolute; z-index:-1; top:46%; left:50%; transform:translate(-50%,-50%); color:rgba(255,255,255,.76); font-size:clamp(340px,44vw,700px); line-height:.7; font-weight:800; letter-spacing:-.1em; text-shadow:0 0 75px rgba(203,147,37,.2),0 0 190px rgba(105,169,228,.16); }
.opc-hero-content { position:relative; z-index:1; width:min(980px,calc(100% - 40px)); margin:auto; padding:72px 0 135px; }
.opc-hero-content>.opc-kicker { color:#8a5d0a; }
.opc-hero-content h1 { margin:0; font-size:clamp(62px,8.5vw,116px); line-height:.88; font-weight:750; letter-spacing:-.07em; }
.opc-hero-content>p:not(.opc-kicker) { max-width:700px; margin:30px auto 32px; color:var(--opc-muted); font-size:21px; line-height:1.35; letter-spacing:-.02em; }
.opc-hero-search { width:min(760px,100%); display:grid; grid-template-columns:1fr auto; margin:0 auto; padding:6px; background:white; border:1px solid #c7c7cc; border-radius:18px; box-shadow:0 14px 40px rgba(0,0,0,.08); }
.opc-hero-search input[type="search"] { min-width:0; padding:15px 18px; border:0; outline:0; background:transparent; font-size:17px; }
.opc-hero-search button { min-width:112px; border:0; border-radius:13px; background:var(--opc-black); color:white; font-size:14px; font-weight:700; cursor:pointer; }
.opc-hero-actions { margin-top:24px; display:flex; align-items:center; justify-content:center; gap:26px; font-size:14px; }
.opc-primary-action { padding:12px 18px; border-radius:999px; background:var(--opc-gold); color:white; font-weight:700; }
.opc-catalog-pulse { position:absolute; left:0; right:0; bottom:0; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #9a6b16; background:#0b0b0b; }
.opc-catalog-pulse span { min-height:74px; display:flex; flex-direction:column; justify-content:center; border-right:1px solid #3b3325; color:#8f8f93; font-size:10px; text-transform:uppercase; letter-spacing:.06em; }
.opc-catalog-pulse span:last-child { border:0; }
.opc-catalog-pulse b { margin-bottom:4px; color:#d5a13c; font-family:Georgia,"Times New Roman",serif; font-size:19px; line-height:1; font-weight:600; letter-spacing:-.02em; text-transform:none; }

.opc-section { padding:105px 0; }
.opc-catalog-section { background:white; }
.opc-section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; padding-bottom:34px; }
.opc-section-head h2 { margin:0; font-size:clamp(44px,5.4vw,74px); line-height:.95; font-weight:720; letter-spacing:-.055em; }
.opc-section-head>a { padding-bottom:4px; border-bottom:1px solid; color:#6a4a0f; font-size:13px; white-space:nowrap; }
.opc-catalog-summary { min-height:58px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; margin-bottom:26px; border-top:1px solid var(--opc-black); border-bottom:1px solid var(--opc-line); }
.opc-catalog-summary span { padding:0 18px; border-right:1px solid var(--opc-line); color:var(--opc-muted); font-size:10px; letter-spacing:.04em; text-transform:uppercase; }
.opc-catalog-summary span:first-child { padding-left:0; }
.opc-catalog-summary span:last-child { border:0; text-align:right; }
.opc-catalog-summary b { color:var(--opc-black); }
.opc-catalog-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--opc-line); border-left:1px solid var(--opc-line); }
.opc-catalog-card { position:relative; min-height:190px; display:flex; flex-direction:column; padding:21px 22px; border-right:1px solid var(--opc-line); border-bottom:1px solid var(--opc-line); transition:background .25s,color .25s,transform .25s; }
.opc-catalog-card:hover { z-index:1; background:var(--opc-black); color:white; transform:translateY(-4px); }
.opc-catalog-number { color:var(--opc-gold); font-family:Georgia,"Times New Roman",serif; font-size:22px; line-height:1; font-weight:400; letter-spacing:-.03em; }
.opc-catalog-card>div { margin-top:auto; }
.opc-catalog-card h3 { max-width:245px; margin:0 0 8px; font-size:25px; line-height:1; font-weight:730; letter-spacing:-.04em; }
.opc-catalog-card p { max-width:220px; margin:0; color:var(--opc-muted); font-size:13px; line-height:1.4; }
.opc-catalog-card:hover p { color:#aaa; }
.opc-catalog-count { display:inline-block; margin-top:16px; padding:5px 8px; border:1px solid var(--opc-line); border-radius:999px; color:#6e6e73; font-size:8px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.opc-catalog-card:hover .opc-catalog-count { border-color:#444; color:#d8a23b; }
.opc-card-arrow { position:absolute; top:18px; right:20px; font-size:18px; font-style:normal; }
.opc-catalog-cta { min-height:74px; display:flex; align-items:center; justify-content:space-between; padding:0 24px; background:linear-gradient(100deg,#9c690d,#d2a33f); color:white; font-size:14px; }
.opc-catalog-cta strong { font-weight:700; }
.opc-catalog-cta a { border-bottom:1px solid; font-weight:750; }

.opc-company-preview { padding-top:74px; }
.opc-company-head { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; padding-bottom:24px; border-bottom:1px solid var(--opc-black); }
.opc-company-head h3 { margin:0; font-size:clamp(32px,3.5vw,48px); line-height:1; letter-spacing:-.05em; }
.opc-company-head>a { padding-bottom:3px; border-bottom:1px solid; color:#6a4a0f; font-size:12px; white-space:nowrap; }
.opc-company-list { display:grid; grid-template-columns:1fr 1fr; }
.opc-company-list>a { min-height:96px; display:grid; grid-template-columns:42px 1fr auto; gap:16px; align-items:center; padding:0 22px 0 0; border-bottom:1px solid var(--opc-line); }
.opc-company-list>a:nth-child(odd) { border-right:1px solid var(--opc-line); }
.opc-company-list>a:nth-child(even) { padding-left:22px; }
.opc-company-list>a>span { color:#8e8e93; font-size:9px; font-weight:800; }
.opc-company-list strong,.opc-company-list small { display:block; }
.opc-company-list strong { margin-bottom:6px; font-size:15px; letter-spacing:-.015em; }
.opc-company-list small { color:var(--opc-muted); font-size:10px; }
.opc-company-list i { color:#6a4a0f; font-size:10px; font-style:normal; font-weight:700; }
.opc-company-list>a:hover strong { text-decoration:underline; text-underline-offset:3px; }

.opc-print { overflow:hidden; background:var(--opc-black); color:white; }
.opc-print-grid { display:grid; grid-template-columns:minmax(360px,.78fr) minmax(480px,1.22fr); gap:110px; align-items:center; }
.opc-cover { position:relative; width:min(520px,100%); margin:0; justify-self:end; }
.opc-cover:before { content:""; position:absolute; inset:22px -22px -22px 22px; background:linear-gradient(135deg,#e0b34f,#6f4a0c); }
.opc-cover img { position:relative; z-index:1; width:100%; box-shadow:0 40px 100px rgba(0,0,0,.55); }
.opc-cover figcaption { position:relative; z-index:2; margin-top:38px; color:#8e8e93; font-size:9px; font-weight:800; letter-spacing:.16em; text-align:center; }
.opc-print-copy h2 { margin:0; font-size:clamp(58px,6.3vw,92px); line-height:.9; font-weight:740; letter-spacing:-.065em; }
.opc-print-lead { max-width:710px; margin:34px 0 40px; color:#d2d2d7; font-size:21px; line-height:1.45; letter-spacing:-.02em; }
.opc-print-facts { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #454545; border-bottom:1px solid #454545; }
.opc-print-facts>div { padding:22px 18px 22px 0; border-right:1px solid #454545; }
.opc-print-facts>div+div { padding-left:22px; }
.opc-print-facts>div:last-child { border:0; }
.opc-print-facts strong,.opc-print-facts span { display:block; }
.opc-print-facts strong { color:#e2ad43; font-family:Georgia,"Times New Roman",serif; font-size:32px; line-height:1; font-weight:500; letter-spacing:-.04em; }
.opc-print-facts span { margin-top:8px; color:#8e8e93; font-size:10px; text-transform:uppercase; letter-spacing:.06em; }
.opc-print-actions { display:flex; align-items:center; gap:28px; margin-top:34px; font-size:14px; }
.opc-gold-button { padding:13px 19px; border-radius:999px; background:var(--opc-gold); color:white; font-weight:750; }
.opc-print-actions>a:last-child { color:#e2ad43; }
.opc-fine-print { max-width:720px; margin:30px 0 0; color:#777; font-size:11px; line-height:1.5; }

.opc-market { background:white; }
.opc-market-intro { width:min(980px,calc(100% - 48px)); margin:0 auto 64px; text-align:center; }
.opc-market-intro h2 { margin:0; font-size:clamp(60px,7vw,100px); line-height:.9; font-weight:740; letter-spacing:-.07em; }
.opc-market-intro>p:last-child { max-width:620px; margin:28px auto 0; color:var(--opc-muted); font-size:18px; line-height:1.45; }
.opc-market-columns { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.opc-market-card { min-height:420px; display:flex; flex-direction:column; padding:46px; background:var(--opc-soft); }
.opc-market-card.dark { background:var(--opc-black); color:white; }
.opc-market-card>span { font-size:10px; font-weight:800; letter-spacing:.14em; }
.opc-market-card h3 { margin:72px 0 20px; font-size:clamp(42px,4.7vw,66px); line-height:.94; font-weight:720; letter-spacing:-.055em; }
.opc-market-card p { max-width:470px; margin:0; color:var(--opc-muted); font-size:16px; line-height:1.45; }
.opc-market-card.dark p { color:#a1a1a6; }
.opc-market-card a { align-self:flex-start; margin-top:auto; padding-bottom:4px; border-bottom:1px solid; font-size:13px; font-weight:700; }
.opc-market-card.dark a { color:#e2ad43; }
.opc-sector-exchange { padding:112px 0 104px; background:white; }
.opc-sector-exchange-list { margin-top:38px; border-top:1px solid var(--opc-black); }
.opc-sector-exchange-list>a { min-height:92px; display:grid; grid-template-columns:48px 1fr auto; gap:20px; align-items:center; border-bottom:1px solid var(--opc-line); }
.opc-sector-exchange-list>a>span { color:#8e8e93; font-size:10px; font-weight:800; }
.opc-sector-exchange-list small { display:block; margin-bottom:5px; color:#8e8e93; font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.opc-sector-exchange-list strong { font-size:19px; letter-spacing:-.02em; }
.opc-sector-exchange-list i { font-size:20px; font-style:normal; transition:.2s; }
.opc-sector-exchange-list>a:hover i { transform:translateX(6px); }

.opc-news { background:white; }
.opc-news-grid,.opc-archive-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--opc-line); border-left:1px solid var(--opc-line); }
.opc-story,.opc-archive-card { min-height:320px; display:flex; flex-direction:column; padding:26px; border-right:1px solid var(--opc-line); border-bottom:1px solid var(--opc-line); }
.opc-story img,.opc-archive-card img { width:100%; height:210px; margin:-26px -26px 24px; max-width:calc(100% + 52px); object-fit:cover; }
.opc-story small,.opc-archive-card small { color:#8e8e93; font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.opc-story h3,.opc-archive-card h2 { margin:28px 0 14px; font-size:28px; line-height:1.03; letter-spacing:-.04em; }
.opc-story p,.opc-archive-card p { margin:0; color:var(--opc-muted); font-size:13px; line-height:1.5; }
.opc-story>a:last-child,.opc-archive-card>a:last-child { align-self:flex-start; margin-top:auto; padding-top:26px; font-size:11px; font-weight:750; }

.opc-archive-hero { padding:85px 0 62px; background:radial-gradient(circle at 20% 0,#fff 0,#fbf8f2 48%,#f2eee7 100%); }
.opc-archive-hero h1 { margin:0; font-size:clamp(58px,7vw,96px); line-height:.9; letter-spacing:-.07em; }
.opc-archive-hero p { max-width:720px; margin:26px 0 0; color:var(--opc-muted); font-size:18px; line-height:1.45; }
.opc-archive-description { max-width:720px; margin:26px 0 0; color:var(--opc-muted); font-size:18px; line-height:1.45; }
.opc-archive-description>*:first-child { margin-top:0; }
.opc-archive-description>*:last-child { margin-bottom:0; }
.opc-archive-search { margin:35px 0 0; }
.opc-archive-main { padding:72px 0 110px; }
.opc-filter-row { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 34px; }
.opc-filter-row a { padding:8px 12px; border:1px solid var(--opc-line); border-radius:999px; font-size:10px; }
.opc-filter-row a:hover { background:var(--opc-black); color:white; }
.navigation.pagination { margin-top:48px; }
.nav-links { display:flex; flex-wrap:wrap; gap:8px; }
.page-numbers { min-width:38px; min-height:38px; display:grid; place-items:center; padding:0 10px; border:1px solid var(--opc-line); font-size:11px; }
.page-numbers.current { background:var(--opc-black); color:white; }

/* Dynamic OPC category — online market mapped to one print page */
.opc-sector-hero { position:relative; isolation:isolate; padding:92px 0 84px; overflow:hidden; background:radial-gradient(circle at 18% 0,#fff 0,#fbf8f2 48%,#f2eee7 100%); }
.opc-sector-hero:after { content:"O"; position:absolute; z-index:-1; top:50%; right:6vw; transform:translateY(-52%); color:rgba(255,255,255,.72); font-size:clamp(260px,35vw,560px); line-height:.7; font-weight:800; letter-spacing:-.1em; text-shadow:0 0 70px rgba(203,147,37,.22),0 0 170px rgba(105,169,228,.16); }
.opc-sector-hero-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:90px; align-items:end; }
.opc-sector-hero h1 { margin:0; font-size:clamp(76px,8.6vw,126px); line-height:.82; font-weight:750; letter-spacing:-.075em; }
.opc-sector-hero-copy>p,.opc-sector-hero-copy>div { max-width:600px; margin:0 0 30px; color:var(--opc-muted); font-size:20px; line-height:1.45; letter-spacing:-.02em; }
.opc-sector-hero-links { display:flex; gap:28px; margin-top:22px; font-size:13px; }
.opc-sector-hero-links a:first-child { font-weight:750; }
.opc-sector-hero-links a:last-child { color:#76520d; }
.opc-engine-subcategories { padding:46px 0 0; border-top:1px solid var(--opc-line); background:white; }
.opc-engine-subcategory-head { display:flex; align-items:end; justify-content:space-between; gap:24px; padding-bottom:22px; }
.opc-engine-subcategory-head h2 { margin:0; font-size:clamp(36px,4vw,58px); line-height:.95; letter-spacing:-.055em; }
.opc-engine-subcategory-head>span { padding-bottom:6px; color:var(--opc-muted); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.opc-engine-subcategory-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid var(--opc-line); border-left:1px solid var(--opc-line); }
.opc-engine-subcategory-list>a { min-height:148px; display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; gap:24px; padding:24px; border-right:1px solid var(--opc-line); border-bottom:1px solid var(--opc-line); font-size:clamp(18px,1.65vw,24px); line-height:1.05; font-weight:750; letter-spacing:-.035em; transition:.2s; }
.opc-engine-subcategory-list>a b { align-self:flex-end; color:var(--opc-gold); font-family:Georgia,"Times New Roman",serif; font-size:32px; font-weight:500; }
.opc-engine-subcategory-list>a:hover { background:var(--opc-black); color:white; }
.opc-engine-shortcode { margin-top:2px; }
.opc-engine-shortcode ul,.opc-engine-shortcode .opc36-subnav { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:0; padding:0; list-style:none; }
.opc-engine-shortcode .opc36-subnav { border-top:1px solid var(--opc-line); border-left:1px solid var(--opc-line); }
.opc-engine-shortcode li { margin:0; }
.opc-engine-shortcode a { min-height:148px; display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; gap:24px; padding:24px; border:1px solid var(--opc-line); color:var(--opc-black); background:white; font-size:clamp(18px,1.65vw,24px); line-height:1.05; font-weight:750; letter-spacing:-.035em; }
.opc-engine-shortcode .opc36-subnav>a { border-top:0; border-left:0; }
.opc-engine-shortcode .opc36-subnav small { align-self:flex-end; color:var(--opc-gold); font-family:Georgia,"Times New Roman",serif; font-size:30px; font-weight:500; }
.opc-engine-shortcode a:hover { background:var(--opc-black); color:white; }
.opc-engine-shortcode a:hover small { color:#e2ad43; }
.opc-subcategory-collapsible:not(.is-open)>a:nth-child(n+9),.opc-subcategory-collapsible:not(.is-open)>.opc36-subnav>a:nth-child(n+9),.opc-subcategory-collapsible:not(.is-open)>ul>li:nth-child(n+9) { display:none; }
.opc-subcategory-toggle { display:block; margin:22px auto 0; padding:11px 17px; border:1px solid var(--opc-black); border-radius:999px; background:white; color:var(--opc-black); font-size:11px; font-weight:800; cursor:pointer; }
.opc-sector-search-band { padding:28px 0 44px; background:white; }
.opc-sector-search-band .opc-hero-search { width:min(900px,100%); margin:0 auto; }
.opc-sector-pulse { display:grid; grid-template-columns:repeat(4,1fr); background:var(--opc-black); border-top:1px solid #9a6b16; }
.opc-sector-pulse span { min-height:76px; display:flex; flex-direction:column; justify-content:center; padding:0 32px; border-right:1px solid #3b3325; color:#8f8f93; font-size:10px; letter-spacing:.07em; text-transform:uppercase; }
.opc-sector-pulse span:last-child { border:0; }
.opc-sector-pulse b { margin-bottom:5px; color:#d5a13c; font-family:Georgia,"Times New Roman",serif; font-size:19px; line-height:1; font-weight:600; letter-spacing:-.02em; text-transform:none; }
.opc-sector-section { padding:102px 0; background:white; }
.opc-sector-firms { background:var(--opc-soft); }
.opc-sector-top-firms { background:#fff; border-top:1px solid var(--opc-line); }
.opc-paid-company { border-color:#c69737; background:linear-gradient(135deg,#fff,#fbf2df); }
.opc-category-sponsor { background:white; }
.opc-category-sponsor>* { width:min(1280px,calc(100% - 48px)); margin:44px auto 0; }
.opc-category-demand { padding:68px 0; background:var(--opc-black); color:white; }
.opc-category-demand>.opc-wrap { display:flex; align-items:end; justify-content:space-between; gap:40px; }
.opc-category-demand h2 { margin:0; font-size:clamp(48px,6vw,82px); line-height:.9; letter-spacing:-.06em; }
.opc-category-demand a { padding:14px 20px; border-radius:999px; background:#d9a53f; color:#090909; font-size:12px; font-weight:850; }
.opc-sector-active-filter { min-height:132px; display:grid; grid-template-columns:1fr auto auto; gap:38px; align-items:center; margin-bottom:62px; padding:26px 30px; border:1px solid #c69637; background:linear-gradient(120deg,#fff 0%,#f8f1e3 100%); }
.opc-sector-active-filter h2 { margin:0; font-size:clamp(36px,4vw,58px); line-height:.92; letter-spacing:-.055em; }
.opc-sector-active-filter strong { color:#9a680c; font-family:Georgia,"Times New Roman",serif; font-size:26px; font-weight:500; white-space:nowrap; }
.opc-sector-active-filter>a { padding-bottom:3px; border-bottom:1px solid; font-size:11px; font-weight:800; white-space:nowrap; }
.opc-sector-subgrid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--opc-line); border-left:1px solid var(--opc-line); }
.opc-sector-subgrid>a { position:relative; min-height:180px; display:flex; flex-direction:column; padding:20px; border-right:1px solid var(--opc-line); border-bottom:1px solid var(--opc-line); transition:.22s; }
.opc-sector-subgrid>a>span { color:var(--opc-gold); font-family:Georgia,"Times New Roman",serif; font-size:22px; }
.opc-sector-subgrid>a>i { position:absolute; top:20px; right:20px; font-size:16px; font-style:normal; }
.opc-sector-subgrid>a>div { margin-top:auto; }
.opc-sector-subgrid h3 { margin:0 0 8px; font-size:24px; line-height:1; letter-spacing:-.04em; }
.opc-sector-subgrid p { margin:0; color:var(--opc-muted); font-size:12px; line-height:1.4; }
.opc-sector-subgrid>a:hover { z-index:1; background:var(--opc-black); color:white; transform:translateY(-3px); }
.opc-sector-subgrid>a:hover p { color:#999; }
.opc-sector-company-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.opc-sector-company { position:relative; min-height:330px; display:flex; flex-direction:column; padding:24px; background:white; border:1px solid var(--opc-line); transition:.22s; }
.opc-sector-company>span { position:absolute; top:22px; right:22px; color:#9a9a9e; font-size:9px; font-weight:800; }
.opc-sector-company-mark { width:62px; height:62px; display:grid; place-items:center; margin-bottom:54px; overflow:hidden; border:1px solid #caa048; color:#9a680c; font-family:Georgia,"Times New Roman",serif; font-size:18px; }
.opc-sector-company-mark img { width:100%; height:100%; object-fit:cover; }
.opc-sector-company small { color:#8e8e93; font-size:9px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.opc-sector-company h3 { margin:14px 0 9px; font-size:27px; line-height:1; letter-spacing:-.04em; }
.opc-sector-company p { margin:0; color:var(--opc-muted); font-size:12px; line-height:1.45; }
.opc-sector-company-link { margin-top:auto; padding-top:25px; font-size:10px; font-weight:800; }
.opc-sector-company:hover { border-color:#a8791d; box-shadow:0 18px 42px rgba(0,0,0,.08); transform:translateY(-4px); }
.opc-sector-offer-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--opc-black); border-left:1px solid var(--opc-line); }
.opc-sector-offer-grid>a { min-height:310px; display:flex; flex-direction:column; padding:24px; border-right:1px solid var(--opc-line); border-bottom:1px solid var(--opc-line); }
.opc-sector-offer-grid span { color:#8a5d0a; font-size:9px; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.opc-sector-offer-grid strong { align-self:flex-end; color:#c5b28c; font-family:Georgia,"Times New Roman",serif; font-size:42px; font-weight:400; }
.opc-sector-offer-grid h3 { margin:60px 0 12px; font-size:28px; line-height:1; letter-spacing:-.045em; }
.opc-sector-offer-grid p { margin-top:auto; font-size:11px; font-weight:750; }
.opc-sector-offer-grid>a:hover { background:var(--opc-black); color:white; }
.opc-sector-offer-grid>a:hover strong { color:#d5a13c; }
.opc-sector-market { background:var(--opc-warm); }
.opc-sector-market-grid { display:grid; grid-template-columns:1.12fr .88fr; gap:22px; }
.opc-sector-small-head h2 { margin:0 0 30px; font-size:clamp(44px,5vw,68px); line-height:.95; letter-spacing:-.055em; }
.opc-sector-demand-list { border-top:1px solid var(--opc-black); }
.opc-sector-demand-list>a { min-height:92px; display:grid; grid-template-columns:42px 1fr auto; gap:18px; align-items:center; border-bottom:1px solid #ccc3b4; }
.opc-sector-demand-list>a>span { color:#9b8e7b; font-size:9px; font-weight:800; }
.opc-sector-demand-list small,.opc-sector-demand-list strong { display:block; }
.opc-sector-demand-list small { margin-bottom:7px; color:#8e8e93; font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.opc-sector-demand-list strong { font-size:16px; }
.opc-sector-demand-list i { font-size:18px; font-style:normal; }
.opc-sector-button { display:inline-block; margin-top:28px; padding:13px 18px; border-radius:999px; background:var(--opc-black); color:white; font-size:12px; font-weight:750; }
.opc-sector-ad { min-height:470px; display:flex; flex-direction:column; padding:38px; background:linear-gradient(140deg,#e3b852 0%,#a86e08 100%); color:#080808; }
.opc-sector-ad>span { padding-bottom:16px; border-bottom:1px solid rgba(0,0,0,.3); font-size:9px; font-weight:850; letter-spacing:.13em; }
.opc-sector-ad>div { margin:68px 0 24px; }
.opc-sector-ad small,.opc-sector-ad strong { display:block; }
.opc-sector-ad small { margin-bottom:18px; font-size:10px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
.opc-sector-ad strong { font-size:clamp(40px,4.5vw,62px); line-height:.9; letter-spacing:-.055em; }
.opc-sector-ad p { max-width:430px; margin:0; font-size:14px; line-height:1.5; }
.opc-sector-ad>a { align-self:flex-start; margin-top:auto; padding-bottom:3px; border-bottom:1px solid; font-size:12px; font-weight:800; }
.opc-sector-story-list { border-top:1px solid var(--opc-black); }
.opc-sector-story-list>a { min-height:104px; display:grid; grid-template-columns:48px 110px 1fr auto; gap:20px; align-items:center; border-bottom:1px solid var(--opc-line); }
.opc-sector-story-list>a>span { color:#a9a095; font-family:Georgia,"Times New Roman",serif; font-size:20px; }
.opc-sector-story-list small { color:#8a5d0a; font-size:9px; font-weight:850; letter-spacing:.1em; }
.opc-sector-story-list h3 { margin:0; font-size:24px; line-height:1.08; letter-spacing:-.035em; }
.opc-sector-story-list i { font-size:11px; font-style:normal; font-weight:750; }
.opc-sector-empty { min-height:92px; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:22px 24px; border:1px solid var(--opc-line); background:white; }
.opc-sector-empty strong,.opc-sector-empty span,.opc-sector-empty a { font-size:13px; }
.opc-sector-empty span { color:var(--opc-muted); }
.opc-sector-empty a { color:#76520d; font-weight:750; }
.opc-sector-print { padding:108px 0; overflow:hidden; background:var(--opc-black); color:white; }
.opc-sector-print-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:center; }
.opc-sector-print-copy h2 { margin:0; font-size:clamp(58px,6vw,88px); line-height:.88; letter-spacing:-.065em; }
.opc-sector-print-copy>p:not(.opc-kicker) { max-width:520px; margin:30px 0; color:#aaa; font-size:17px; line-height:1.55; }
.opc-sector-print-copy>div { display:flex; flex-direction:column; padding-top:24px; border-top:1px solid #444; }
.opc-sector-print-copy b { color:#e2ad43; font-family:Georgia,"Times New Roman",serif; font-size:42px; font-weight:500; }
.opc-sector-print-copy span { margin-top:5px; color:#777; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.opc-sector-sheet { width:min(620px,100%); justify-self:end; padding:20px; background:#f8f4ea; border:1px solid #c99833; color:var(--opc-black); box-shadow:24px 24px 0 #6f4a0c,0 35px 80px rgba(0,0,0,.45); }
.opc-sector-sheet>header { display:flex; align-items:flex-end; justify-content:space-between; gap:18px; padding:5px 0 15px; border-bottom:3px solid var(--opc-black); }
.opc-sector-sheet>header small { font-size:7px; font-weight:850; letter-spacing:.1em; }
.opc-sector-sheet>header strong { font-family:Georgia,"Times New Roman",serif; font-size:22px; line-height:1; text-align:right; text-transform:uppercase; }
.opc-sector-sheet-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:8px; border-top:1px solid #a89c88; border-left:1px solid #a89c88; }
.opc-sector-sheet-grid>span { aspect-ratio:1/.9; display:flex; flex-direction:column; justify-content:space-between; padding:8px; border-right:1px solid #a89c88; border-bottom:1px solid #a89c88; }
.opc-sector-sheet-grid>span.filled { background:var(--opc-black); color:#e2ad43; }
.opc-sector-sheet-grid small { font-size:7px; }
.opc-sector-sheet-grid b { align-self:flex-end; font-size:8px; letter-spacing:.08em; }
.opc-sector-sheet>footer { padding:12px 0 0; color:#6d6253; font-size:7px; font-weight:850; letter-spacing:.08em; text-align:center; }

.opc-single { padding:72px 0 110px; }
.opc-single-head { display:grid; grid-template-columns:1fr auto; gap:40px; align-items:end; padding-bottom:30px; border-bottom:1px solid var(--opc-black); }
.opc-single-head h1 { max-width:980px; margin:0; font-size:clamp(48px,6vw,82px); line-height:.92; letter-spacing:-.06em; }
.opc-single-head>a { padding:10px 14px; border-radius:999px; background:var(--opc-black); color:white; font-size:11px; font-weight:700; white-space:nowrap; }
.opc-single-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:70px; padding-top:42px; }
.opc-single-content { font-family:Georgia,"Times New Roman",serif; font-size:18px; line-height:1.65; }
.opc-single-content>*:first-child { margin-top:0; }
.opc-single-content img { margin:30px 0; }
.opc-profile-meta { border-top:1px solid var(--opc-black); }
.opc-profile-meta>div { padding:16px 0; border-bottom:1px solid var(--opc-line); }
.opc-profile-meta small,.opc-profile-meta strong { display:block; }
.opc-profile-meta small { margin-bottom:6px; color:var(--opc-muted); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.opc-profile-meta strong,.opc-profile-meta a { font-size:13px; }
.opc-related { margin-top:70px; }
.opc-related h2 { margin:0 0 24px; font-size:34px; letter-spacing:-.04em; }
.opc-text-list { border-top:1px solid var(--opc-black); }
.opc-text-list a { min-height:70px; display:grid; grid-template-columns:100px 1fr auto; gap:20px; align-items:center; border-bottom:1px solid var(--opc-line); }
.opc-text-list time { color:var(--opc-muted); font-size:9px; }
.opc-text-list strong { font-size:15px; }
.opc-text-list span { font-size:12px; }
.opc-comments { margin-top:70px; }
.comment-list { padding:0; list-style:none; }
.comment-body { padding:20px 0; border-top:1px solid var(--opc-line); }
.comment-meta { margin-bottom:10px; font-size:11px; }
.comment-content { font-size:14px; line-height:1.55; }
.comment-respond { margin-top:40px; }
.comment-form label { display:block; margin-bottom:6px; font-size:11px; font-weight:700; }
.comment-form input,.comment-form textarea { width:100%; padding:12px; border:1px solid var(--opc-line); background:white; }
.comment-form .submit { width:auto; border:0; background:var(--opc-black); color:white; font-weight:700; cursor:pointer; }

.opc-site-footer { padding-top:70px; background:var(--opc-black); color:white; }
.opc-footer-grid { display:grid; grid-template-columns:1.8fr repeat(3,1fr); gap:52px; padding-bottom:60px; }
.opc-footer-brand { font-family:Georgia,"Times New Roman",serif; font-size:42px; line-height:1; font-weight:500; letter-spacing:-.06em; }
.opc-footer-grid>div:first-child p { color:#777; font-size:14px; line-height:1.5; }
.opc-footer-grid>div:not(:first-child) { display:flex; flex-direction:column; gap:12px; }
.opc-footer-grid small { margin-bottom:10px; color:#d8a23b; font-size:9px; font-weight:800; letter-spacing:.15em; }
.opc-footer-grid>div:not(:first-child) a { color:#aaa; font-size:12px; }
.opc-footer-bottom { min-height:52px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid #343434; color:#6e6e73; font-size:8px; font-weight:800; letter-spacing:.12em; }

@media (max-width:1000px) {
  .opc-nav ul { gap:18px; }
  .opc-catalog-grid,.opc-news-grid,.opc-archive-grid { grid-template-columns:repeat(2,1fr); }
  .opc-catalog-summary { grid-template-columns:1fr 1fr; }
  .opc-catalog-summary span { min-height:48px; display:flex; align-items:center; border-bottom:1px solid var(--opc-line); }
  .opc-catalog-summary span:nth-child(even) { border-right:0; }
  .opc-catalog-summary span:last-child { justify-content:flex-end; }
  .opc-print-grid { grid-template-columns:.8fr 1.2fr; gap:55px; }
  .opc-print-facts { grid-template-columns:1fr; }
  .opc-print-facts>div,.opc-print-facts>div+div { padding:14px 0; border-right:0; border-bottom:1px solid #454545; }
  .opc-single-layout { grid-template-columns:1fr; gap:45px; }
  .opc-sector-hero-grid { gap:46px; }
  .opc-engine-subcategory-list,.opc-engine-shortcode ul,.opc-engine-shortcode .opc36-subnav { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .opc-sector-subgrid { grid-template-columns:repeat(3,1fr); }
  .opc-sector-company-grid { grid-template-columns:repeat(2,1fr); }
  .opc-sector-offer-grid { grid-template-columns:repeat(2,1fr); }
  .opc-sector-print-grid { gap:45px; }
}

@media (max-width:720px) {
  .opc-wrap { width:calc(100% - 28px); }
	.opc-demand-grid { grid-template-columns:1fr; gap:38px; }
	.opc-demand-form { grid-template-columns:1fr; padding:22px; }
	.opc-demand-form label { grid-column:1/-1; }
  .opc-issue-bar { font-size:9px; }
  .opc-issue-bar a { display:none; }
  .opc-header-inner { min-height:48px; grid-template-columns:1fr auto; gap:14px; }
  .opc-brand { width:30px; height:30px; }
  .opc-symbol-o { width:22px; height:22px; }
  .opc-nav { grid-row:2; grid-column:1/3; width:calc(100% + 28px); margin-left:-14px; padding:10px 14px; overflow-x:auto; border-top:1px solid #ddd; }
  .opc-nav ul { justify-content:flex-start; }
  .opc-nav li { flex:none; }
  .opc-nav a { font-size:10px; }
  .opc-header-action { font-size:9px; }
  .opc-catalog-hero { min-height:650px; }
  .opc-hero-content { padding:60px 0 180px; }
  .opc-hero-content h1 { font-size:59px; }
  .opc-hero-content>p:not(.opc-kicker) { margin:22px auto 25px; font-size:17px; }
  .opc-hero-search { border-radius:14px; }
  .opc-hero-search input[type="search"] { padding:13px 11px; font-size:14px; }
  .opc-hero-search button { min-width:82px; font-size:12px; }
  .opc-hero-actions { flex-direction:column; gap:14px; font-size:13px; }
  .opc-catalog-pulse { grid-template-columns:1fr 1fr; }
  .opc-catalog-pulse span { min-height:63px; border-bottom:1px solid #c9c9ce; }
  .opc-section { padding:72px 0; }
  .opc-brand-news-grid,.opc-reality-grid,.opc-top-firm-grid { grid-template-columns:1fr; }
  .opc-brand-story,.opc-brand-story.featured { min-height:340px; }
  .opc-home-ad-card,.opc-home-demand-grid { grid-template-columns:1fr; }
  .opc-home-ad-copy { min-height:390px; padding:30px; }
  .opc-home-ad-media { min-height:330px; }
  .opc-reality-card { min-height:340px; }
  .opc-category-demand>.opc-wrap { align-items:flex-start; flex-direction:column; }
  .opc-demand-plugin-form { padding:22px; }
  .opc-demand-plugin-form form { grid-template-columns:1fr; }
  .opc-section-head,.opc-company-head { align-items:flex-start; gap:20px; }
  .opc-section-head h2 { font-size:43px; }
  .opc-section-head>a,.opc-company-head>a { max-width:110px; text-align:right; font-size:10px; white-space:normal; }
  .opc-catalog-grid,.opc-news-grid,.opc-archive-grid { grid-template-columns:1fr; }
  .opc-catalog-card { min-height:155px; padding:17px; }
  .opc-catalog-card h3 { font-size:23px; }
  .opc-catalog-summary { margin-bottom:18px; }
  .opc-catalog-summary span { padding:0 10px; font-size:8px; }
  .opc-company-list { grid-template-columns:1fr; }
  .opc-company-list>a,.opc-company-list>a:nth-child(even) { min-height:88px; padding:0; border-right:0; }
  .opc-catalog-cta { min-height:94px; align-items:flex-start; flex-direction:column; justify-content:center; gap:10px; padding:15px; font-size:12px; }
  .opc-print-grid { grid-template-columns:1fr; gap:75px; }
  .opc-cover { width:280px; justify-self:center; }
  .opc-cover:before { inset:12px -12px -12px 12px; }
  .opc-print-copy h2 { font-size:56px; }
  .opc-print-lead { font-size:17px; }
  .opc-print-actions { flex-direction:column; align-items:flex-start; gap:18px; }
  .opc-market-columns { grid-template-columns:1fr; }
  .opc-market-intro h2 { font-size:58px; }
  .opc-market-card { min-height:360px; padding:28px; }
  .opc-market-card h3 { margin-top:55px; font-size:43px; }
  .opc-sector-exchange { padding:78px 0 70px; }
  .opc-sector-exchange-list>a { grid-template-columns:32px 1fr auto; gap:10px; min-height:84px; }
  .opc-sector-exchange-list strong { font-size:15px; }
  .opc-archive-hero { padding:55px 0 45px; }
  .opc-archive-hero h1 { font-size:58px; }
  .opc-single-head { grid-template-columns:1fr; align-items:start; }
  .opc-single-head h1 { font-size:50px; }
  .opc-single-head>a { justify-self:start; }
  .opc-text-list a { grid-template-columns:75px 1fr; padding:13px 0; }
  .opc-text-list a span { display:none; }
  .opc-footer-grid { grid-template-columns:1fr 1fr; }
  .opc-footer-grid>div:first-child { grid-column:span 2; }
  .opc-footer-bottom { gap:20px; }
  .opc-sector-hero { padding:62px 0 56px; }
  .opc-sector-hero-grid { grid-template-columns:1fr; gap:48px; }
  .opc-sector-hero h1 { font-size:63px; }
  .opc-sector-hero-copy>p,.opc-sector-hero-copy>div { font-size:17px; }
  .opc-sector-hero-links { flex-direction:column; gap:13px; }
  .opc-engine-subcategories { padding-top:36px; }
  .opc-engine-subcategory-head { align-items:flex-start; flex-direction:column; gap:8px; }
  .opc-engine-subcategory-list,.opc-engine-shortcode ul,.opc-engine-shortcode .opc36-subnav { grid-template-columns:1fr 1fr; }
  .opc-engine-subcategory-list>a,.opc-engine-shortcode a { min-height:116px; padding:17px; font-size:17px; }
  .opc-sector-search-band { padding:20px 0 34px; }
  .opc-sector-pulse { grid-template-columns:1fr 1fr; }
  .opc-sector-pulse span { min-height:64px; padding:0 14px; border-bottom:1px solid #3b3325; font-size:8px; }
  .opc-sector-section { padding:72px 0; }
  .opc-sector-active-filter { grid-template-columns:1fr auto; gap:18px; margin-bottom:44px; padding:22px; }
  .opc-sector-active-filter strong { font-size:21px; }
  .opc-sector-active-filter>a { grid-column:1/3; justify-self:start; }
  .opc-sector-subgrid { grid-template-columns:1fr 1fr; }
  .opc-sector-subgrid>a { min-height:160px; padding:16px; }
  .opc-sector-company-grid { grid-template-columns:1fr; }
  .opc-sector-company { min-height:285px; }
  .opc-sector-offer-grid { grid-template-columns:1fr 1fr; }
  .opc-sector-offer-grid>a { min-height:260px; padding:17px; }
  .opc-sector-offer-grid h3 { margin-top:40px; font-size:23px; }
  .opc-sector-market-grid,.opc-sector-print-grid { grid-template-columns:1fr; }
  .opc-sector-ad { min-height:420px; margin-top:35px; padding:28px; }
  .opc-sector-story-list>a { grid-template-columns:32px 1fr auto; gap:12px; padding:17px 0; }
  .opc-sector-story-list small { grid-column:2; }
  .opc-sector-story-list h3 { grid-column:2; font-size:19px; }
  .opc-sector-story-list i { grid-column:3; grid-row:1/3; }
  .opc-sector-empty { align-items:flex-start; flex-direction:column; }
  .opc-sector-print { padding:74px 0 92px; }
  .opc-sector-print-grid { gap:60px; }
  .opc-sector-sheet { width:calc(100% - 18px); justify-self:start; padding:12px; box-shadow:14px 14px 0 #6f4a0c; }
  .opc-sector-sheet>header strong { font-size:17px; }
}

@media (max-width:430px) {
  .opc-engine-subcategory-list,.opc-engine-shortcode ul,.opc-engine-shortcode .opc36-subnav { grid-template-columns:1fr; }
  .opc-sector-subgrid,.opc-sector-offer-grid { grid-template-columns:1fr; }
  .opc-sector-subgrid>a { min-height:145px; }
}

@media (prefers-reduced-motion:reduce) {
  * { scroll-behavior:auto!important; transition:none!important; }
}
