:root {
  --otc-blue: #324e6e;
  --otc-blue-deep: #20364f;
  --otc-blue-night: #142536;
  --otc-gold: #e0b05f;
  --otc-gold-light: #f2d492;
  --otc-bronze: #a86d3d;
  --otc-cream: #f8f2e7;
  --otc-paper: #fffdf8;
  --otc-white: #ffffff;
  --otc-ink: #17212b;
  --otc-muted: #5d6874;
  --otc-line: #d8dee6;
  --otc-red: #a8322d;
  --otc-green: #176348;
  --otc-yellow-wash: #fff7df;
  --otc-red-wash: #fff1ee;
  --otc-green-wash: #edf8f3;
  --otc-blue-wash: #edf4fa;
  --otc-shadow: 0 18px 50px rgba(20, 37, 54, .12);
  --otc-shadow-small: 0 8px 24px rgba(20, 37, 54, .09);
  --otc-radius: 22px;
  --otc-radius-small: 13px;
  --otc-shell: 1180px;
  --otc-heading: Georgia, "Times New Roman", serif;
  --otc-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--otc-paper); color: var(--otc-ink); font-family: var(--otc-body); font-size: 17px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.otc-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--otc-blue-deep); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--otc-bronze); }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--otc-gold); color: var(--otc-blue-night); }
:focus-visible { outline: 4px solid var(--otc-gold); outline-offset: 4px; }

.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; }
.screen-reader-text:focus { position: fixed !important; top: 14px; left: 14px; z-index: 10000; width: auto; height: auto; clip: auto; padding: 12px 16px; margin: 0; color: var(--otc-blue-night); background: var(--otc-gold); font-weight: 900; border-radius: 8px; }
.otc-shell { width: min(calc(100% - 40px), var(--otc-shell)); margin-inline: auto; }
.otc-main { min-height: 60vh; }
.otc-muted { color: var(--otc-muted); }

.otc-urgent-bar { background: var(--otc-blue-night); color: var(--otc-white); font-size: 13px; }
.otc-urgent-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.otc-urgent-bar p { margin: 0; }
.otc-urgent-bar a { color: var(--otc-gold-light); font-weight: 850; white-space: nowrap; }

.otc-site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 248, .96); border-bottom: 1px solid rgba(32, 54, 79, .14); backdrop-filter: blur(16px); }
.otc-site-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.otc-brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.otc-brand__logo img, .otc-footer-logo img, .custom-logo { width: auto; height: 54px; object-fit: contain; }
.otc-brand__wordmark { display: flex; flex-direction: column; text-decoration: none; line-height: 1.13; }
.otc-brand__wordmark strong { color: var(--otc-blue-deep); text-transform: uppercase; letter-spacing: .045em; font-size: 14px; }
.otc-brand__wordmark span { color: var(--otc-bronze); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.otc-primary-nav { margin-left: auto; }
.otc-menu { display: flex; align-items: center; gap: 3px; list-style: none; padding: 0; margin: 0; }
.otc-menu li { position: relative; margin: 0; }
.otc-menu a { display: block; padding: 10px 9px; border-radius: 10px; color: var(--otc-blue-deep); font-size: 13px; font-weight: 800; text-decoration: none; }
.otc-menu a:hover, .otc-menu .current-menu-item > a, .otc-menu .current_page_item > a { background: var(--otc-blue-wash); color: var(--otc-blue-night); }
.otc-menu .menu-item-has-children > ul { position: absolute; left: 0; top: calc(100% + 6px); display: none; min-width: 220px; list-style: none; padding: 8px; margin: 0; background: var(--otc-white); border: 1px solid var(--otc-line); border-radius: 13px; box-shadow: var(--otc-shadow-small); }
.otc-menu .menu-item-has-children:hover > ul, .otc-menu .menu-item-has-children:focus-within > ul { display: block; }
.otc-nav-toggle { display: none; align-items: center; gap: 8px; border: 1px solid var(--otc-line); background: var(--otc-white); border-radius: 10px; padding: 8px 11px; font-size: 13px; font-weight: 850; }
.otc-nav-toggle__icon, .otc-nav-toggle__icon::before, .otc-nav-toggle__icon::after { display: block; width: 20px; height: 2px; background: var(--otc-blue-deep); content: ""; transition: transform .18s ease; }
.otc-nav-toggle__icon { position: relative; }
.otc-nav-toggle__icon::before { position: absolute; top: -6px; }
.otc-nav-toggle__icon::after { position: absolute; top: 6px; }
.otc-nav-toggle[aria-expanded="true"] .otc-nav-toggle__icon { background: transparent; }
.otc-nav-toggle[aria-expanded="true"] .otc-nav-toggle__icon::before { top: 0; transform: rotate(45deg); }
.otc-nav-toggle[aria-expanded="true"] .otc-nav-toggle__icon::after { top: 0; transform: rotate(-45deg); }

.otc-hero { overflow: hidden; position: relative; }
.otc-hero::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; border: 76px solid rgba(224, 176, 95, .09); right: -180px; top: -220px; pointer-events: none; }
.otc-hero--home { background: radial-gradient(circle at 76% 26%, rgba(224,176,95,.18), transparent 27%), linear-gradient(135deg, var(--otc-blue-night) 0%, var(--otc-blue-deep) 62%, #5b4936 110%); color: var(--otc-white); }
.otc-hero--page, .otc-hero--help { padding: 76px 0 70px; background: linear-gradient(135deg, var(--otc-blue-night), var(--otc-blue-deep) 70%, #4b4d48); color: var(--otc-white); }
.otc-hero--compact { padding: 64px 0; background: linear-gradient(135deg, var(--otc-blue-night), var(--otc-blue-deep)); color: var(--otc-white); }
.otc-hero__grid, .otc-help-hero { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .65fr); gap: 58px; align-items: center; }
.otc-hero__copy { min-width: 0; }
.otc-hero h1 { max-width: 920px; margin: 10px 0 22px; font-family: var(--otc-heading); font-size: clamp(42px, 6vw, 78px); line-height: .98; letter-spacing: -.035em; color: var(--otc-white); }
.otc-hero--compact h1 { font-size: clamp(38px, 5vw, 64px); margin-bottom: 0; }
.otc-hero__lede { max-width: 820px; margin: 0 0 26px; color: #edf3f8; font-size: clamp(18px, 2.2vw, 23px); line-height: 1.5; }
.otc-eyebrow, .otc-kicker { margin: 0 0 9px; color: var(--otc-gold); font-size: 11px; font-weight: 950; letter-spacing: .135em; text-transform: uppercase; }
.otc-kicker { color: var(--otc-bronze); }
.otc-hero .otc-eyebrow { color: var(--otc-gold-light); }
.otc-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 24px; }
.otc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 11px 18px; border: 2px solid transparent; border-radius: 12px; font-weight: 900; font-size: 14px; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.otc-button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(20, 37, 54, .16); }
.otc-button:disabled { opacity: .62; cursor: wait; transform: none; }
.otc-button--primary { background: var(--otc-gold); color: var(--otc-blue-night); border-color: var(--otc-gold); }
.otc-button--primary:hover { background: var(--otc-gold-light); color: var(--otc-blue-night); }
.otc-button--secondary { background: transparent; color: currentColor; border-color: rgba(32, 54, 79, .45); }
.otc-hero .otc-button--secondary, .otc-section--navy .otc-button--secondary { border-color: rgba(255, 255, 255, .48); color: var(--otc-white); }
.otc-button--secondary:hover { background: rgba(255, 255, 255, .1); }
.otc-button--light { background: var(--otc-white); color: var(--otc-blue-deep); border-color: var(--otc-white); }
.otc-button--small { min-height: 37px; padding: 8px 12px; border-radius: 9px; font-size: 12px; }
.otc-text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--otc-blue-deep); font-weight: 900; text-decoration: none; }
.otc-text-link:hover { color: var(--otc-bronze); }
.otc-text-link--light { color: var(--otc-gold-light); }
.otc-text-button { border: 0; padding: 0; background: transparent; color: var(--otc-blue-deep); font-weight: 900; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; cursor: pointer; }
.otc-section--navy .otc-text-button { color: var(--otc-gold-light); }

.otc-status { display: inline-flex; align-items: center; gap: 8px; margin: 5px 0 0; padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); color: var(--otc-white); font-size: 11px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.otc-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--otc-gold); box-shadow: 0 0 0 4px rgba(224,176,95,.15); }
.otc-status--green span { background: #7fd7ae; }
.otc-status--bronze span { background: #d79a68; }
.otc-status--red span { background: #ff867d; }

.otc-ticket { position: relative; padding: 28px 28px 25px; color: var(--otc-blue-night); background: var(--otc-cream); border: 2px solid var(--otc-gold); border-radius: 4px 22px 22px 4px; box-shadow: var(--otc-shadow); transform: rotate(1.2deg); }
.otc-ticket::before, .otc-ticket::after { content: ""; position: absolute; left: -12px; width: 22px; height: 22px; border-radius: 50%; background: var(--otc-blue-deep); border-right: 2px solid var(--otc-gold); }
.otc-ticket::before { top: 28%; }
.otc-ticket::after { bottom: 28%; }
.otc-ticket__label { margin: 0 0 12px; color: var(--otc-bronze); font-size: 10px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.otc-ticket ul { margin: 0; padding-left: 19px; }
.otc-ticket li { margin: 7px 0; }
.otc-ticket a { color: var(--otc-blue-deep); }

.otc-home-hero { min-height: 660px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: 70px; padding-block: 72px; }
.otc-home-hero h1 { max-width: 780px; font-size: clamp(50px, 7.1vw, 92px); }
.otc-home-hero__visual { position: relative; display: grid; place-items: center; }
.otc-neon-card { width: min(100%, 430px); min-height: 430px; display: grid; place-items: center; align-content: center; gap: 18px; padding: 46px; border: 2px solid rgba(224,176,95,.62); border-radius: 36px; background: rgba(255,255,255,.055); box-shadow: 0 0 0 10px rgba(224,176,95,.04), inset 0 0 50px rgba(224,176,95,.08); text-align: center; transform: rotate(2deg); }
.otc-neon-card img { width: 310px; max-height: 220px; object-fit: contain; filter: drop-shadow(0 9px 15px rgba(0,0,0,.28)); }
.otc-neon-card p { margin: 0; font-family: var(--otc-heading); color: var(--otc-gold-light); font-size: 30px; line-height: 1.1; }
.otc-neon-card span { color: #e6edf4; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.otc-proof-strip { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 27px 0 0; list-style: none; }
.otc-proof-strip li { margin: 0; padding: 6px 10px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; color: #e6edf4; font-size: 11px; font-weight: 850; }

.otc-checker { height: 18px; background-color: var(--otc-cream); background-image: linear-gradient(45deg, var(--otc-blue-deep) 25%, transparent 25%), linear-gradient(-45deg, var(--otc-blue-deep) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--otc-gold) 75%), linear-gradient(-45deg, transparent 75%, var(--otc-gold) 75%); background-size: 18px 18px; background-position: 0 0, 0 9px, 9px -9px, -9px 0; }
.otc-checker--footer { height: 12px; opacity: .95; }

.otc-section { padding: 82px 0; }
.otc-section:nth-child(even) { --section-alt: 1; }
.otc-section--cream { background: var(--otc-cream); }
.otc-section--navy, .otc-section--lanes { background: var(--otc-blue-night); color: var(--otc-white); }
.otc-section--navy h2, .otc-section--navy h3, .otc-section--lanes h2, .otc-section--lanes h3 { color: var(--otc-white); }
.otc-section--navy .otc-kicker, .otc-section--lanes .otc-kicker { color: var(--otc-gold-light); }
.otc-section h2 { max-width: 900px; margin: 0 0 20px; color: var(--otc-blue-deep); font-family: var(--otc-heading); font-size: clamp(35px, 4.2vw, 57px); line-height: 1.08; letter-spacing: -.025em; }
.otc-section h3 { margin: 0 0 8px; color: var(--otc-blue-deep); font-size: 21px; line-height: 1.25; }
.otc-section p { margin-top: 0; }
.otc-section-lede { max-width: 880px; color: inherit; opacity: .9; font-size: 20px; }
.otc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.otc-page-sections > .otc-section:nth-child(even):not(.otc-section--callout):not(.otc-section--cta) { background: var(--otc-cream); }
.otc-page-sections > .otc-section--callout, .otc-page-sections > .otc-section--cta { padding-block: 44px; }

.otc-card-grid { display: grid; gap: 18px; margin-top: 30px; }
.otc-card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.otc-card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.otc-card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.otc-card { position: relative; min-width: 0; padding: 25px; background: var(--otc-white); border: 1px solid var(--otc-line); border-radius: var(--otc-radius); box-shadow: var(--otc-shadow-small); }
.otc-card::after { content: ""; position: absolute; height: 4px; left: 24px; right: 24px; bottom: 0; border-radius: 999px 999px 0 0; background: linear-gradient(90deg, var(--otc-gold), var(--otc-bronze)); opacity: .75; }
.otc-card p { color: var(--otc-muted); }
.otc-card__number { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 18px; border-radius: 50%; background: var(--otc-blue-wash); color: var(--otc-blue-deep); font-size: 11px; font-weight: 950; letter-spacing: .08em; }
.otc-card--path { display: flex; flex-direction: column; }
.otc-card--path .otc-text-link { margin-top: auto; padding-top: 10px; }

.otc-statement-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .7fr); gap: 48px; align-items: start; margin-top: 25px; }
.otc-prose { max-width: 850px; }
.otc-prose > *:first-child { margin-top: 0; }
.otc-prose p, .otc-legal-section p { margin-bottom: 1.1em; }
.otc-prose h2, .otc-prose h3 { margin-top: 1.7em; }
.otc-prose ul, .otc-prose ol, .otc-legal-section ul { padding-left: 24px; }
.otc-prose li, .otc-legal-section li { margin: 7px 0; }
.otc-callout-card { padding: 25px; border-left: 6px solid var(--otc-gold); background: var(--otc-yellow-wash); border-radius: 0 var(--otc-radius-small) var(--otc-radius-small) 0; box-shadow: var(--otc-shadow-small); }
.otc-callout-card__label { color: var(--otc-bronze); font-size: 10px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.otc-callout-card p:last-child { margin-bottom: 0; color: var(--otc-blue-deep); font-family: var(--otc-heading); font-size: 25px; line-height: 1.35; }

.otc-step-list { list-style: none; counter-reset: otc-step; padding: 0; margin: 34px 0 0; display: grid; gap: 0; }
.otc-step-list li { counter-increment: otc-step; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 18px; margin: 0; padding: 0 0 28px; position: relative; }
.otc-step-list li::before { content: counter(otc-step, decimal-leading-zero); position: relative; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid var(--otc-gold); border-radius: 50%; background: var(--otc-blue-deep); color: var(--otc-white); font-weight: 950; }
.otc-step-list li:not(:last-child)::after { content: ""; position: absolute; left: 28px; top: 58px; bottom: 0; width: 2px; background: var(--otc-line); }
.otc-step-list li > div { padding: 8px 0 0; }
.otc-step-list p { color: var(--otc-muted); margin-bottom: 0; }

.otc-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.otc-comparison__panel { padding: 28px; border-radius: var(--otc-radius); border: 1px solid var(--otc-line); }
.otc-comparison__panel--yes { background: var(--otc-green-wash); border-top: 6px solid var(--otc-green); }
.otc-comparison__panel--no { background: var(--otc-red-wash); border-top: 6px solid var(--otc-red); }
.otc-comparison__panel ul { padding-left: 22px; margin-bottom: 0; }
.otc-comparison__panel li { margin: 8px 0; }

.otc-wide-callout { padding: 36px; border-radius: var(--otc-radius); border: 1px solid var(--otc-line); background: var(--otc-yellow-wash); border-left: 8px solid var(--otc-gold); }
.otc-wide-callout h2 { font-size: clamp(31px, 3.8vw, 50px); }
.otc-wide-callout p:last-child { margin-bottom: 0; }
.otc-wide-callout--navy { background: var(--otc-blue-deep); color: var(--otc-white); border-color: var(--otc-blue-deep); border-left-color: var(--otc-gold); }
.otc-wide-callout--navy h2 { color: var(--otc-white); }
.otc-wide-callout--gold { background: var(--otc-yellow-wash); }
.otc-wide-callout--green { background: var(--otc-green-wash); border-left-color: var(--otc-green); }
.otc-wide-callout--red { background: var(--otc-red-wash); border-left-color: var(--otc-red); }
.otc-cta-band { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 38px; border: 2px solid var(--otc-gold); border-radius: var(--otc-radius); background: var(--otc-blue-deep); color: var(--otc-white); box-shadow: var(--otc-shadow); }
.otc-cta-band h2 { color: var(--otc-white); font-size: clamp(32px, 4vw, 53px); }
.otc-cta-band p { max-width: 700px; color: #e7eef5; }
.otc-cta-band .otc-actions { flex: 0 0 auto; }

.otc-lane-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.otc-lane-card { position: relative; overflow: hidden; min-height: 360px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--otc-radius); background: rgba(255,255,255,.07); }
.otc-lane-card::before { content: ""; height: 7px; position: absolute; left: 0; right: 0; top: 0; background: var(--otc-blue); }
.otc-lane-card--b::before { background: var(--otc-gold); }
.otc-lane-card--c::before { background: var(--otc-bronze); }
.otc-lane-card__letter { position: absolute; right: 22px; top: 12px; color: rgba(255,255,255,.09); font-size: 120px; font-weight: 1000; line-height: 1; }
.otc-lane-card h3 { font-family: var(--otc-heading); font-size: 34px; }
.otc-lane-card p { position: relative; z-index: 1; color: #dce6ee; }
.otc-lane-card a { margin-top: auto; color: var(--otc-gold-light); font-weight: 900; }

.otc-receipts-grid, .otc-plan-layout, .otc-contact-grid, .otc-media-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: start; }
.otc-receipt-chain { list-style: none; padding: 0; margin: 0; counter-reset: receipt; }
.otc-receipt-chain li { counter-increment: receipt; display: grid; grid-template-columns: 54px minmax(0, 1fr); column-gap: 13px; padding: 14px 0; margin: 0; border-bottom: 1px solid var(--otc-line); }
.otc-receipt-chain li::before { content: counter(receipt, decimal-leading-zero); grid-row: 1 / 3; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--otc-gold); color: var(--otc-blue-night); font-size: 11px; font-weight: 950; }
.otc-receipt-chain strong { color: var(--otc-blue-deep); font-size: 18px; }
.otc-receipt-chain span { color: var(--otc-muted); }
.otc-section--help-band { padding: 54px 0; background: var(--otc-bronze); color: var(--otc-white); }
.otc-help-band { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.otc-help-band h2 { color: var(--otc-white); }
.otc-help-band p { max-width: 850px; }
.otc-otis-teaser { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: 55px; align-items: center; }
.otc-otis-teaser img { max-height: 460px; margin: auto; }

.otc-media-split__image { padding: 24px; background: var(--otc-cream); border: 1px solid var(--otc-line); border-radius: var(--otc-radius); }
.otc-media-split__image img { width: 100%; max-height: 540px; object-fit: contain; }
.otc-quote { max-width: 940px; margin: 0 auto; padding: 36px 42px; background: var(--otc-blue-deep); color: var(--otc-white); border-radius: var(--otc-radius); box-shadow: var(--otc-shadow); }
.otc-quote blockquote { margin: 0; font-family: var(--otc-heading); font-size: clamp(30px, 4.5vw, 53px); line-height: 1.2; }
.otc-quote figcaption { margin-top: 18px; color: var(--otc-gold-light); font-weight: 850; }
.otc-legal-section { max-width: 900px; }
.otc-legal-section h2 { font-size: clamp(29px, 3.5vw, 45px); }

.otc-inquiry-wrap { margin-top: 24px; }
.otc-inquiry-form { padding: 28px; background: var(--otc-white); color: var(--otc-ink); border: 1px solid var(--otc-line); border-radius: var(--otc-radius); box-shadow: var(--otc-shadow-small); }
.otc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.otc-field { min-width: 0; }
.otc-field--wide { grid-column: 1 / -1; }
.otc-field label, .otc-task-form label { display: block; margin-bottom: 6px; color: var(--otc-blue-deep); font-size: 13px; font-weight: 900; }
.otc-field input, .otc-field select, .otc-field textarea, .otc-task-form input { width: 100%; border: 1.5px solid #bac5cf; border-radius: 10px; background: var(--otc-white); color: var(--otc-ink); padding: 11px 12px; }
.otc-field input:focus, .otc-field select:focus, .otc-field textarea:focus, .otc-task-form input:focus { border-color: var(--otc-blue); outline: 3px solid rgba(224,176,95,.45); outline-offset: 1px; }
.otc-form-safety, .otc-local-data-note { padding: 13px 15px; background: var(--otc-yellow-wash); border-left: 5px solid var(--otc-gold); border-radius: 0 10px 10px 0; font-size: 13px; }
.otc-consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; font-size: 13px; }
.otc-consent input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--otc-blue); }
.otc-form-note { margin: 14px 0 0; color: var(--otc-muted); font-size: 11px; }
.otc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.otc-form-notice { display: grid; gap: 4px; margin-bottom: 18px; padding: 14px 16px; border-radius: 11px; }
.otc-form-notice--success { background: var(--otc-green-wash); border-left: 5px solid var(--otc-green); }
.otc-form-notice--error { background: var(--otc-red-wash); border-left: 5px solid var(--otc-red); }
.otc-form-intro { max-width: 820px; color: var(--otc-muted); }

.otc-help-hero { min-height: 470px; }
.otc-ticket--help { transform: rotate(-1deg); }
.otc-app-status { margin-bottom: 20px; padding: 14px 16px; border-radius: 12px; background: var(--otc-blue-wash); border-left: 6px solid var(--otc-blue); font-size: 13px; }
.otc-help-search-panel { display: grid; grid-template-columns: minmax(0, 2fr) minmax(170px, .55fr) minmax(170px, .55fr); gap: 14px; align-items: end; }
.otc-field--search input { min-height: 55px; font-size: 18px; }
.otc-category-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.otc-category-chip { padding: 8px 12px; border: 1px solid var(--otc-line); border-radius: 999px; background: var(--otc-white); color: var(--otc-blue-deep); font-size: 12px; font-weight: 850; cursor: pointer; }
.otc-category-chip.is-active { background: var(--otc-blue-deep); border-color: var(--otc-blue-deep); color: var(--otc-white); }
.otc-result-count { margin: 13px 0 0; color: var(--otc-muted); font-size: 12px; }
.otc-card--route { box-shadow: none; }
.otc-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.otc-resource-card { display: flex; flex-direction: column; min-width: 0; padding: 25px; border: 1px solid rgba(255,255,255,.17); border-top: 6px solid var(--otc-gold); border-radius: var(--otc-radius); background: rgba(255,255,255,.075); color: var(--otc-white); }
.otc-resource-card--emergency { border-top-color: #ff7c73; }
.otc-resource-card--urgent { border-top-color: var(--otc-gold-light); }
.otc-resource-card h3 { font-family: var(--otc-heading); font-size: 29px; }
.otc-resource-card > p { color: #dce6ee; }
.otc-resource-card__top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.otc-resource-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.otc-resource-tags span, .otc-urgency { display: inline-block; padding: 4px 7px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; font-size: 9px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.otc-urgency { color: var(--otc-gold-light); }
.otc-resource-card dl { margin: 9px 0 17px; }
.otc-resource-card dl div { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 8px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.otc-resource-card dt { color: var(--otc-gold-light); font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.otc-resource-card dd { margin: 0; color: #eef4f8; font-size: 13px; overflow-wrap: anywhere; }
.otc-resource-card a { color: var(--otc-gold-light); }
.otc-next-step { padding: 14px; margin: 0 0 12px; border-radius: 11px; background: rgba(255,255,255,.08); }
.otc-next-step strong { display: block; color: var(--otc-gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.otc-next-step p { margin: 4px 0 0; color: var(--otc-white); font-size: 14px; }
.otc-resource-card details { margin: 0 0 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; }
.otc-resource-card summary { cursor: pointer; padding: 9px 12px; font-size: 12px; font-weight: 850; }
.otc-resource-card details ul { margin: 0; padding: 0 30px 12px; color: #dce6ee; font-size: 12px; }
.otc-verification-note { margin-top: auto; font-size: 10px !important; color: #aebdca !important; }
.otc-resource-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding-top: 12px; }
.otc-resource-card__actions .otc-text-link { color: var(--otc-gold-light); }
.otc-empty-state { padding: 28px; border: 1px dashed rgba(255,255,255,.35); border-radius: var(--otc-radius); text-align: center; }
.otc-saved-list, .otc-plan-items, .otc-stability-list { display: grid; gap: 9px; }
.otc-saved-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; border: 1px solid var(--otc-line); border-radius: 10px; background: var(--otc-white); }
.otc-saved-item div { display: grid; }
.otc-saved-item span { color: var(--otc-muted); font-size: 12px; }
.otc-task-form { margin: 18px 0; }
.otc-task-form > div { display: flex; gap: 8px; }
.otc-plan-item, .otc-stability-item { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 10px; align-items: start; padding: 12px 14px; border: 1px solid var(--otc-line); border-radius: 11px; background: var(--otc-white); }
.otc-plan-item input, .otc-stability-item input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--otc-green); }
.otc-plan-item span { display: grid; }
.otc-plan-item small { color: var(--otc-muted); line-height: 1.45; }
.otc-stability-item { grid-template-columns: 22px minmax(0, 1fr); }
.otc-guide-list details { margin-bottom: 10px; border: 1px solid var(--otc-line); border-radius: 12px; background: var(--otc-white); }
.otc-guide-list summary { padding: 13px 15px; cursor: pointer; color: var(--otc-blue-deep); font-weight: 900; }
.otc-guide-list ol { padding: 0 34px 16px 50px; }
.otc-guide-list li { margin: 8px 0; }

.otc-site-footer { background: var(--otc-blue-night); color: #dce6ee; }
.otc-site-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, .8fr)); gap: 42px; padding-block: 62px 48px; }
.otc-site-footer h2 { margin: 0 0 13px; color: var(--otc-gold-light); font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.otc-site-footer p { font-size: 13px; }
.otc-site-footer__brand img { max-width: 270px; height: 70px; margin-bottom: 15px; filter: brightness(1.2); }
.otc-footer-links { list-style: none; padding: 0; margin: 0; }
.otc-footer-links li { margin: 7px 0; color: #dce6ee; font-size: 13px; }
.otc-footer-links a { color: #edf3f8; }
.otc-site-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-block: 18px 26px; border-top: 1px solid rgba(255,255,255,.13); }
.otc-site-footer__bottom p { margin: 0; font-size: 11px; }
.otc-footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; list-style: none; padding: 0; margin: 0; }
.otc-footer-menu a { color: #cdd9e3; font-size: 11px; }

.nav-links, .page-numbers { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 26px; }
.page-numbers { padding: 8px 12px; border: 1px solid var(--otc-line); border-radius: 8px; text-decoration: none; }
.page-numbers.current { background: var(--otc-blue-deep); color: var(--otc-white); }

@media (max-width: 1100px) {
  .otc-brand__wordmark { display: none; }
  .otc-menu a { padding-inline: 7px; font-size: 12px; }
  .otc-card-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .otc-site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .otc-site-header__inner { min-height: 72px; }
  .otc-brand__logo img, .custom-logo { height: 44px; }
  .otc-nav-toggle { display: inline-flex; }
  .otc-primary-nav { display: none; position: fixed; inset: 110px 0 0; padding: 18px 20px 40px; background: var(--otc-paper); overflow: auto; }
  .otc-primary-nav.is-open { display: block; }
  .otc-menu { display: grid; gap: 4px; }
  .otc-menu a { padding: 14px; font-size: 16px; border-bottom: 1px solid var(--otc-line); }
  .otc-menu .menu-item-has-children > ul { position: static; display: block; box-shadow: none; border: 0; background: transparent; margin-left: 18px; }
  .otc-home-hero, .otc-hero__grid, .otc-help-hero, .otc-statement-grid, .otc-receipts-grid, .otc-plan-layout, .otc-contact-grid, .otc-media-split, .otc-otis-teaser { grid-template-columns: 1fr; }
  .otc-home-hero { min-height: auto; padding-block: 62px; }
  .otc-home-hero__visual { order: -1; }
  .otc-neon-card { min-height: 290px; transform: none; }
  .otc-neon-card img { max-height: 150px; }
  .otc-ticket { transform: none; }
  .otc-lane-grid { grid-template-columns: 1fr; }
  .otc-lane-card { min-height: 280px; }
  .otc-card-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .otc-help-search-panel { grid-template-columns: 1fr 1fr; }
  .otc-field--search { grid-column: 1 / -1; }
  .otc-resource-grid { grid-template-columns: 1fr; }
  .otc-help-band, .otc-cta-band, .otc-section-head { align-items: flex-start; flex-direction: column; }
  .otc-cta-band .otc-actions { flex: 0 1 auto; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .otc-shell { width: min(calc(100% - 28px), var(--otc-shell)); }
  .otc-urgent-bar__inner { padding-block: 7px; display: block; }
  .otc-urgent-bar p { line-height: 1.35; }
  .otc-urgent-bar a { display: inline-block; margin-top: 2px; }
  .otc-primary-nav { top: 120px; }
  .otc-hero--page, .otc-hero--help, .otc-hero--compact { padding-block: 54px; }
  .otc-home-hero h1, .otc-hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .otc-neon-card { width: 100%; padding: 26px; }
  .otc-section { padding-block: 62px; }
  .otc-section h2 { font-size: clamp(33px, 10.3vw, 46px); }
  .otc-card-grid--2, .otc-card-grid--3, .otc-card-grid--4, .otc-comparison, .otc-form-grid, .otc-help-search-panel { grid-template-columns: 1fr; }
  .otc-field--search { grid-column: auto; }
  .otc-card, .otc-inquiry-form, .otc-wide-callout, .otc-cta-band { padding: 22px; }
  .otc-step-list li { grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
  .otc-step-list li::before { width: 46px; height: 46px; }
  .otc-step-list li:not(:last-child)::after { left: 22px; top: 46px; }
  .otc-task-form > div { flex-direction: column; }
  .otc-plan-item { grid-template-columns: 22px minmax(0, 1fr); }
  .otc-plan-item button { grid-column: 2; justify-self: start; }
  .otc-site-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .otc-site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .otc-footer-menu { justify-content: flex-start; }
}

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

@media print {
  :root { --otc-ink: #000; --otc-muted: #333; }
  body { background: #fff; color: #000; font-size: 10.5pt; }
  .otc-urgent-bar, .otc-site-header, .otc-site-footer, .otc-actions, .otc-category-chips, .otc-help-search-panel, .otc-card--route, .otc-resource-grid, .otc-form-note, .otc-text-button, .otc-task-form, .otc-checker, .otc-app-status, .otc-result-count, .otc-empty-state { display: none !important; }
  .otc-section { padding: 18pt 0; break-inside: auto; }
  .otc-section--navy, .otc-section--lanes { background: #fff !important; color: #000 !important; }
  .otc-section h2, .otc-section h3, .otc-section--navy h2, .otc-section--navy h3 { color: #000 !important; }
  .otc-hero { padding: 20pt 0 !important; background: #fff !important; color: #000 !important; border-bottom: 2px solid #000; }
  .otc-hero h1, .otc-hero__lede, .otc-hero .otc-eyebrow { color: #000 !important; }
  .otc-ticket, .otc-card, .otc-inquiry-form, .otc-wide-callout, .otc-plan-item, .otc-stability-item, .otc-saved-item, .otc-guide-list details { box-shadow: none; break-inside: avoid; background: #fff; color: #000; }
  .otc-plan-layout { grid-template-columns: 1fr 1fr; }
  .otc-plan-item button { display: none; }
  a { color: #000; text-decoration: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; overflow-wrap: anywhere; }
}

/* ========================================================================== 
   V2 — Retro-modern community house visual system
   The design borrows the warmth, framed photography, sign-board hierarchy,
   menu-card rhythm, and counter-stripe language of a neighborhood diner
   without inheriting the technical limits of an older fixed-width template.
   ========================================================================== */
:root {
  --otc-heading: "Arial Narrow", "Franklin Gothic Medium", "Aptos Display", Impact, sans-serif;
  --otc-editorial: Georgia, "Times New Roman", serif;
  --otc-rust: #b66f36;
  --otc-teal: #1c5a5b;
  --otc-counter: #ead6b5;
  --otc-grain: radial-gradient(circle at 1px 1px, rgba(32,54,79,.07) 1px, transparent 0);
}
body {
  background-color: var(--otc-paper);
  background-image: var(--otc-grain);
  background-size: 20px 20px;
}
.otc-hero h1,
.otc-section h2,
.otc-quote blockquote,
.otc-neon-card p {
  font-family: var(--otc-heading);
  font-weight: 900;
  letter-spacing: -.025em;
}
.otc-hero h1 { text-wrap: balance; }
.otc-section h2 { text-wrap: balance; }
.otc-quote blockquote { font-family: var(--otc-editorial); font-weight: 700; }

.otc-preview-banner { background: #7d2e2a; color: #fff; font-size: 12px; }
.otc-preview-banner__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.otc-preview-banner strong { color: var(--otc-gold-light); text-transform: uppercase; letter-spacing: .08em; }
.otc-preview-banner a { color: #fff; font-weight: 900; }

.otc-site-header { box-shadow: 0 8px 28px rgba(20,37,54,.08); }
.otc-site-header__inner { min-height: 82px; }
.otc-header-actions { display: flex; align-items: center; flex: 0 0 auto; }
.otc-menu > li > a { text-transform: uppercase; letter-spacing: .035em; font-size: 11px; }
.otc-menu .menu-item-has-children > a::after { content: " ▾"; color: var(--otc-bronze); }
.otc-menu .menu-item-has-children > ul { border-top: 5px solid var(--otc-gold); }
.otc-menu .menu-item-has-children > ul a { text-transform: none; letter-spacing: 0; font-size: 13px; }

.otc-image-frame,
.otc-hero-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 4px solid var(--otc-cream);
  border-radius: 28px;
  background: var(--otc-blue-night);
  box-shadow: 0 0 0 2px rgba(224,176,95,.82), 0 24px 60px rgba(8,24,39,.28);
}
.otc-image-frame::after,
.otc-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(8,24,39,.32));
}
.otc-image-frame img,
.otc-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.otc-image-label {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(20,37,54,.88);
  color: #fff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.otc-image-caption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 14px;
  margin: 0;
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.otc-concept-notice { margin: 18px 0 0; color: var(--otc-muted); font-size: 11px; }

.otc-hero--photo-led { min-height: 0; }
.otc-home-hero--visual { grid-template-columns: minmax(0, 1fr) minmax(460px, .95fr); min-height: 720px; gap: 52px; }
.otc-home-hero--visual h1 { max-width: 720px; font-size: clamp(54px, 6.4vw, 92px); line-height: .94; text-transform: uppercase; }
.otc-home-hero__media { aspect-ratio: 1.35 / 1; transform: rotate(.8deg); }
.otc-home-hero__media img { object-fit: cover; }
.otc-home-hero__copy { position: relative; z-index: 3; }
.otc-home-hero__copy::before {
  content: "OPEN LATE FOR HOPE • EARLY FOR WORK";
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 10px;
  border: 1px solid rgba(224,176,95,.5);
  border-radius: 4px;
  color: var(--otc-gold-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  transform: rotate(-1deg);
}

.otc-hero--page { padding: 68px 0 62px; }
.otc-hero--page .otc-hero__grid { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 46px; }
.otc-hero--page .otc-hero-media-wrap { display: grid; gap: 12px; min-width: 0; }
.otc-hero--page .otc-hero-media { aspect-ratio: 4 / 3; min-height: 360px; }
.otc-hero--page .otc-hero-media--portrait { aspect-ratio: 4 / 4.5; background: radial-gradient(circle at 50% 40%, rgba(224,176,95,.16), transparent 45%), var(--otc-blue-night); }
.otc-hero--page .otc-hero-media--portrait img { object-fit: contain; padding: 12px 16px 0; }
.otc-proof-card {
  position: relative;
  z-index: 3;
  width: calc(100% - 28px);
  margin: -54px auto 0;
  padding: 18px 20px;
  border: 2px solid var(--otc-gold);
  border-radius: 14px;
  background: rgba(248,242,231,.97);
  color: var(--otc-blue-night);
  box-shadow: var(--otc-shadow-small);
}
.otc-proof-card ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px 18px; margin: 0; padding-left: 18px; font-size: 12px; }
.otc-proof-card li { margin: 0; }

.otc-section--photo-story { background: linear-gradient(180deg, #fffdf8, #f4ead9); }
.otc-section--enterprise-story { background: linear-gradient(135deg, #efe1ca, #fff9ef); }
.otc-photo-split { display: grid; grid-template-columns: minmax(380px, .95fr) minmax(0, 1.05fr); gap: 58px; align-items: center; }
.otc-photo-split--reverse { grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); }
.otc-photo-split__media { aspect-ratio: 4 / 3; min-height: 430px; }
.otc-photo-split__copy > p { max-width: 760px; }
.otc-check-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 9px; }
.otc-check-list li { position: relative; margin: 0; padding: 8px 12px 8px 42px; border-left: 4px solid var(--otc-gold); background: rgba(255,255,255,.62); border-radius: 0 10px 10px 0; }
.otc-check-list li::before { content: "✓"; position: absolute; left: 14px; top: 7px; color: var(--otc-green); font-weight: 950; }

.otc-actions--center { justify-content: center; margin-top: 32px; }
.otc-day-rhythm { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; margin-top: 30px; }
.otc-day-rhythm > div { position: relative; min-height: 190px; padding: 23px 17px 18px; border: 1px solid var(--otc-line); border-top: 6px solid var(--otc-gold); background: #fff; box-shadow: var(--otc-shadow-small); }
.otc-day-rhythm > div:nth-child(even) { transform: translateY(14px); border-top-color: var(--otc-blue); }
.otc-day-rhythm span { display: block; margin-bottom: 14px; color: var(--otc-bronze); font-family: var(--otc-heading); font-size: 30px; font-weight: 900; line-height: 1; }
.otc-day-rhythm strong { display: block; color: var(--otc-blue-deep); font-size: 15px; }
.otc-day-rhythm p { margin: 8px 0 0; color: var(--otc-muted); font-size: 12px; line-height: 1.5; }

.otc-visual-grid { display: grid; grid-template-columns: 1.35fr .65fr .9fr; gap: 16px; align-items: stretch; margin-top: 26px; }
.otc-visual-card { overflow: hidden; margin: 0; border: 1px solid var(--otc-line); background: #fff; box-shadow: var(--otc-shadow-small); }
.otc-visual-card > div { position: relative; height: 340px; overflow: hidden; background: var(--otc-blue-night); }
.otc-visual-card > div img { width: 100%; height: 100%; object-fit: cover; }
.otc-visual-card__otis img { object-fit: contain !important; object-position: center top; padding: 14px 10px 0; }
.otc-visual-card figcaption { display: grid; gap: 5px; padding: 17px 18px 19px; }
.otc-visual-card figcaption strong { color: var(--otc-blue-deep); font-family: var(--otc-heading); font-size: 23px; }
.otc-visual-card figcaption span { color: var(--otc-muted); font-size: 12px; line-height: 1.5; }

.otc-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.otc-gallery-card { overflow: hidden; margin: 0; border: 1px solid var(--otc-line); border-radius: var(--otc-radius); background: #fff; box-shadow: var(--otc-shadow-small); }
.otc-gallery-card__image { position: relative; height: 310px; overflow: hidden; background: var(--otc-blue-night); }
.otc-gallery-card__image img { width: 100%; height: 100%; object-fit: cover; }
.otc-gallery-card figcaption { padding: 21px; }
.otc-gallery-card figcaption p { margin-bottom: 0; color: var(--otc-muted); }

.otc-section--home-news { background: #fff; }
.otc-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.otc-news-card { overflow: hidden; border: 1px solid var(--otc-line); border-radius: 18px; background: #fff; box-shadow: var(--otc-shadow-small); }
.otc-news-card__image { display: block; height: 220px; overflow: hidden; }
.otc-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.otc-news-card__image:hover img { transform: scale(1.03); }
.otc-news-card__body { padding: 22px; }
.otc-news-card__body h2, .otc-news-card__body h3 { margin: 0 0 10px; font-family: var(--otc-heading); font-size: 27px; line-height: 1.05; }
.otc-news-card__body h2 a, .otc-news-card__body h3 a { color: var(--otc-blue-deep); text-decoration: none; }
.otc-news-card__meta { margin: 0 0 8px; color: var(--otc-bronze); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.otc-news-card__excerpt { color: var(--otc-muted); font-size: 14px; }

.otc-social-links { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 18px 0 0; }
.otc-social-links li { margin: 0; }
.otc-social-links a { display: inline-flex; padding: 6px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 850; text-decoration: none; }
.otc-footer-donate { margin-top: 15px; }
.otc-footer-preview-note { padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.06); color: var(--otc-gold-light); font-size: 11px; text-align: center; }

.otc-help-hero__side { display: grid; gap: 14px; }
.otc-help-hero__image { height: 230px; }
.otc-contact-hero-side { display: grid; gap: 14px; }
.otc-contact-hero-image { height: 270px; }

@media (max-width: 1180px) {
  .otc-header-actions { display: none; }
  .otc-home-hero--visual { grid-template-columns: minmax(0,1fr) minmax(390px,.8fr); }
  .otc-day-rhythm { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .otc-day-rhythm > div:nth-child(even) { transform: none; }
  .otc-visual-grid { grid-template-columns: 1.1fr .8fr; }
  .otc-visual-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  body.otc-menu-open .otc-preview-banner,
  body.otc-menu-open .otc-urgent-bar { display: none; }
  .otc-primary-nav { top: 72px; }
  .otc-home-hero--visual,
  .otc-hero--page .otc-hero__grid,
  .otc-photo-split,
  .otc-photo-split--reverse { grid-template-columns: 1fr; }
  .otc-home-hero__media { order: -1; aspect-ratio: 16 / 10; transform: none; }
  .otc-home-hero--visual { min-height: auto; padding-block: 52px 66px; }
  .otc-home-hero--visual h1 { font-size: clamp(48px, 10vw, 76px); }
  .otc-hero--page .otc-hero-media-wrap { order: -1; }
  .otc-hero--page .otc-hero-media { min-height: 320px; }
  .otc-photo-split__media { min-height: 340px; order: -1; }
  .otc-photo-split--reverse .otc-photo-split__media { order: -1; }
  .otc-gallery-grid { grid-template-columns: 1fr 1fr; }
  .otc-news-grid { grid-template-columns: 1fr 1fr; }
  .otc-proof-card { margin-top: -40px; }
}

@media (max-width: 640px) {
  .otc-preview-banner__inner { display: block; padding-block: 7px; }
  .otc-preview-banner__inner > * { display: block; }
  .otc-image-caption { position: static; padding: 10px 12px; background: rgba(20,37,54,.95); text-shadow: none; }
  .otc-image-frame::after, .otc-hero-media::after { display: none; }
  .otc-home-hero__media { aspect-ratio: 4 / 3; }
  .otc-home-hero__copy::before { display: none; }
  .otc-home-hero--visual h1 { font-size: clamp(43px, 13vw, 61px); }
  .otc-hero--page .otc-hero-media { min-height: 250px; aspect-ratio: 4 / 3; }
  .otc-proof-card { width: 100%; margin: 0; }
  .otc-proof-card ul { grid-template-columns: 1fr; }
  .otc-photo-split__media { min-height: 260px; }
  .otc-day-rhythm { grid-template-columns: 1fr 1fr; }
  .otc-day-rhythm > div { min-height: 160px; }
  .otc-visual-grid, .otc-gallery-grid, .otc-news-grid { grid-template-columns: 1fr; }
  .otc-visual-card:last-child { grid-column: auto; }
  .otc-visual-card > div { height: 280px; }
  .otc-gallery-card__image { height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  .otc-news-card__image img { transition: none; }
}

@media print {
  .otc-preview-banner, .otc-image-label, .otc-image-caption, .otc-concept-notice, .otc-header-actions { display: none !important; }
  .otc-image-frame, .otc-hero-media, .otc-news-card, .otc-gallery-card, .otc-visual-card { box-shadow: none !important; border: 1px solid #777 !important; }
  .otc-day-rhythm { grid-template-columns: repeat(3, 1fr); }
}

.otc-help-tools { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
@media (max-width: 640px) { .otc-help-tools { justify-content: flex-start; } }
