:root {
  --ofogh-ink: #172033;
  --ofogh-navy: #0b356f;
  --ofogh-navy-2: #07264f;
  --ofogh-brand: #14549a;
  --ofogh-brand-dark: #0b356f;
  --ofogh-mist: #f1f3f6;
  --ofogh-line: #dde3ea;
  --ofogh-muted: #697586;
  --ofogh-white: #fff;
  --ofogh-success: #137a55;
  --ofogh-danger: #b42318;
  --ofogh-radius: 20px;
  --ofogh-shadow: 0 24px 70px rgba(7, 38, 79, .10);
  --ofogh-container: 1240px;
  --ofogh-font-family: "IRANYekan", "Yekan Bakh", Tahoma, Arial, sans-serif;
  --ofogh-product-image-fit: cover;
  --ofogh-product-image-x: 50%;
  --ofogh-product-image-y: 78%;
  --ofogh-product-image-scale: 1.45;
  --ofogh-product-image-pad-x: 0%;
  --ofogh-product-image-pad-y: 0%;
  --ofogh-card-image-ratio: 1/1;
  --ofogh-single-image-ratio: 1/1;
  --ofogh-logo-max-height: 58px;
  --ofogh-page-content-width: 920px;
  --ofogh-product-gallery-width: 40%;
  --ofogh-product-gallery-max: 480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ofogh-ink);
  background: #fff;
  font-family: var(--ofogh-font-family);
  direction: rtl;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, input, textarea, select { font-family: var(--ofogh-font-family); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.ofogh-container { width: min(calc(100% - 40px), var(--ofogh-container)); margin-inline: auto; }
.ofogh-narrow { max-width: var(--ofogh-page-content-width); }
.ofogh-main { min-height: 55vh; }
.ofogh-elementor-page, .ofogh-full-width-page { width: 100%; overflow-x: clip; }
.ofogh-entry-content--elementor, .ofogh-entry-content--full { width: 100%; }
.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; inset: 12px auto auto 12px; width: auto; height: auto; clip: auto; z-index: 99999; padding: 12px 18px; background: #fff; border-radius: 10px; box-shadow: var(--ofogh-shadow); }

/* Header */
.ofogh-topbar { background: var(--ofogh-navy-2); color: rgba(255,255,255,.82); font-size: 12px; }
.ofogh-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ofogh-topbar-links { display: flex; gap: 20px; direction: ltr; }
.ofogh-topbar a:hover { color: #fff; }
.ofogh-header { position: relative; z-index: 80; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--ofogh-line); box-shadow: 0 5px 20px rgba(7,38,79,.025); }
.ofogh-sticky-header .ofogh-header { position: sticky; top: 0; }
.ofogh-header-main { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.ofogh-brand img { display: block; max-height: var(--ofogh-logo-max-height); width: auto; }
.ofogh-wordmark { display: inline-flex; flex-direction: column; line-height: 1.15; }
.ofogh-wordmark span { color: var(--ofogh-navy); font-size: 22px; font-weight: 900; letter-spacing: -.4px; }
.ofogh-wordmark small { margin-top: 5px; color: var(--ofogh-brand); font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; direction: ltr; }
.ofogh-menu { display: flex; align-items: center; gap: 5px; list-style: none; padding: 0; margin: 0; }
.ofogh-menu > li { position: relative; }
.ofogh-menu > li > a { display: flex; align-items: center; min-height: 42px; padding: 0 13px; color: #344054; font-size: 13px; font-weight: 700; border-radius: 11px; transition: .2s ease; }
.ofogh-menu > li.current-menu-item > a, .ofogh-menu > li > a:hover { color: var(--ofogh-navy); background: #eef4fb; }
.ofogh-menu .sub-menu { display: none; position: absolute; top: 100%; right: 0; min-width: 225px; margin: 0; padding: 10px; list-style: none; background: #fff; border: 1px solid var(--ofogh-line); box-shadow: var(--ofogh-shadow); border-radius: 15px; }
.ofogh-menu li:hover > .sub-menu { display: block; }
.ofogh-menu .sub-menu a { display: block; padding: 9px 12px; border-radius: 9px; font-size: 12px; }
.ofogh-menu .sub-menu a:hover { background: var(--ofogh-mist); color: var(--ofogh-navy); }
.ofogh-header-call { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; color: #fff; background: var(--ofogh-navy); border-radius: 11px; font-size: 12px; font-weight: 800; transition: .2s ease; }
.ofogh-header-call:hover { background: var(--ofogh-brand); color: #fff; }
.ofogh-menu-toggle { display: none; border: 1px solid var(--ofogh-line); background: #fff; color: var(--ofogh-navy); border-radius: 10px; padding: 8px 12px; font-weight: 700; }
.ofogh-header-search { padding-bottom: 14px; }

/* Shared UI */
.ofogh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.ofogh-btn:hover { transform: translateY(-1px); }
.ofogh-btn-primary { background: var(--ofogh-brand); color: #fff; }
.ofogh-btn-primary:hover { background: var(--ofogh-navy); color: #fff; }
.ofogh-btn-dark { background: var(--ofogh-navy); color: #fff; }
.ofogh-btn-dark:hover { background: var(--ofogh-navy-2); color: #fff; }
.ofogh-btn-light { background: #eef4fb; color: var(--ofogh-navy); border-color: #d2e1f2; }
.ofogh-btn-ghost { background: #fff; color: var(--ofogh-navy); border-color: var(--ofogh-line); }
.ofogh-btn-white { background: #fff; color: var(--ofogh-navy); }
.ofogh-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--ofogh-brand); font-size: 11px; font-weight: 900; }
.ofogh-kicker::before { content: ''; width: 23px; height: 2px; background: currentColor; border-radius: 2px; }

/* Home hero */
.ofogh-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 10% 20%, rgba(73,122,177,.30), transparent 28%), linear-gradient(135deg, var(--ofogh-navy) 0%, var(--ofogh-navy-2) 72%, #051b39 100%); }
.ofogh-hero-grid-bg { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 68px 68px; transform: perspective(500px) rotateX(8deg) scale(1.1); }
.ofogh-hero::after { content: ''; position: absolute; left: -130px; bottom: -200px; width: 520px; height: 520px; border: 70px solid rgba(255,255,255,.045); border-radius: 50%; }
.ofogh-hero-inner { position: relative; z-index: 2; min-height: 600px; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.65fr); gap: 65px; align-items: center; padding-block: 72px; }
.ofogh-hero-inner.is-single { grid-template-columns: minmax(0, 880px); justify-content: center; }
.ofogh-hero-copy { min-width: 0; width: 100%; }
.ofogh-hero-copy .ofogh-kicker { color: #bcd2ea; }
.ofogh-hero h1 { margin: 16px 0 20px; max-width: 800px; color: #fff; font-size: clamp(40px, 5.5vw, 70px); line-height: 1.28; letter-spacing: -1.8px; font-weight: 900; }
.ofogh-hero-copy > p { max-width: 760px; margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 2.05; }
.ofogh-hero-search { max-width: 850px; }
.ofogh-hero-hints { margin-top: 13px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: rgba(255,255,255,.58); font-size: 10px; }
.ofogh-hero-hints button { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); color: rgba(255,255,255,.84); border-radius: 999px; padding: 5px 10px; font-size: 10px; }
.ofogh-hero-hints button:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.11); }
.ofogh-hero-panel { align-self: center; display: flex; flex-direction: column; justify-content: center; padding: 27px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 24px; box-shadow: 0 25px 80px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.ofogh-panel-label { color: #c7d9ec; font-size: 10px; font-weight: 900; }
.ofogh-hero-panel ol { list-style: none; padding: 0; margin: 18px 0 23px; }
.ofogh-hero-panel li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.ofogh-hero-panel li:last-child { border-bottom: 0; }
.ofogh-hero-panel li > b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.1); color: #d6e5f4; font-size: 11px; }
.ofogh-hero-panel strong, .ofogh-hero-panel small { display: block; }
.ofogh-hero-panel strong { color: #fff; font-size: 12px; }
.ofogh-hero-panel small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 10px; }

/* Home sections */
.ofogh-section { padding: 88px 0; }
.ofogh-section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.ofogh-section-head h2 { margin: 8px 0 0; font-size: clamp(25px, 3vw, 37px); letter-spacing: -.7px; }
.ofogh-section-head > a, .ofogh-text-link { color: var(--ofogh-brand); font-size: 11px; font-weight: 900; }
.ofogh-section-note { color: var(--ofogh-muted); font-size: 10px; }
.ofogh-categories-section { background: #fff; }
.ofogh-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.ofogh-category-card { overflow: hidden; border: 1px solid var(--ofogh-line); border-radius: var(--ofogh-radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ofogh-category-card:hover { transform: translateY(-4px); border-color: #cdd6e1; box-shadow: var(--ofogh-shadow); }
.ofogh-category-media { position: relative; aspect-ratio: 16/8; overflow: hidden; background: linear-gradient(135deg, #eef1f5, #dce2e9); background-size: cover; background-position: var(--ofogh-product-image-x) var(--ofogh-product-image-y); }
.ofogh-category-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(7,38,79,.32)); }
.ofogh-category-media:not(.has-image)::before { content: ''; position: absolute; inset: 24% 18%; border: 18px solid rgba(11,53,111,.08); border-radius: 50%; box-shadow: 80px 30px 0 -30px rgba(20,84,154,.10), -70px -25px 0 -35px rgba(11,53,111,.09); }
.ofogh-category-index { position: absolute; z-index: 2; right: 18px; top: 14px; color: rgba(255,255,255,.96); font-size: 10px; font-weight: 900; }
.ofogh-category-content { padding: 21px; }
.ofogh-category-content h3 { margin: 0; font-size: 17px; }
.ofogh-category-content p { margin: 5px 0 12px; color: var(--ofogh-muted); font-size: 11px; }
.ofogh-category-content > span { color: var(--ofogh-brand); font-size: 10px; font-weight: 900; }

.ofogh-products-section { background: var(--ofogh-mist); }
.ofogh-home-products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 17px; }
.ofogh-home-product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e0e5eb; border-radius: 18px; transition: .25s ease; }
.ofogh-home-product-card:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(7,38,79,.09); }
.ofogh-home-product-image { position: relative; display: block; aspect-ratio: var(--ofogh-card-image-ratio); overflow: hidden; background: #eef1f4; }
.ofogh-home-product-image img { width: 100%; height: 100%; display: block; padding: var(--ofogh-product-image-pad-y) var(--ofogh-product-image-pad-x); object-fit: var(--ofogh-product-image-fit); object-position: var(--ofogh-product-image-x) var(--ofogh-product-image-y); transform: scale(var(--ofogh-product-image-scale)); transition: transform .3s ease; background: #eef1f4; }
.ofogh-home-product-card:hover .ofogh-home-product-image img { transform: scale(calc(var(--ofogh-product-image-scale) * 1.02)); }
/* When enabled in Customizer, legacy crop settings affect only portrait poster-style media. */
body.ofogh-crop-portrait-only .ofogh-home-product-image img:not(.ofogh-image-poster),
body.ofogh-crop-portrait-only .woocommerce ul.products li.product a img:not(.ofogh-image-poster),
body.ofogh-crop-portrait-only .woocommerce div.product div.images .woocommerce-product-gallery__image img:not(.ofogh-image-poster) {
  padding: 0; object-fit: cover; object-position: 50% 50%; transform: scale(1);
}
body.ofogh-crop-portrait-only .ofogh-home-product-card:hover .ofogh-home-product-image img:not(.ofogh-image-poster) { transform: scale(1.02); }
.ofogh-home-product-image .ofogh-stock-pill { position: absolute; z-index: 2; right: 12px; top: 12px; }
.ofogh-home-product-content { padding: 17px; border-top: 1px solid #edf0f3; }
.ofogh-home-sku { display: block; color: var(--ofogh-brand); font-size: 9px; font-weight: 900; letter-spacing: .2px; text-align: right; }
.ofogh-home-product-content h3 { min-height: 52px; margin: 6px 0 13px; font-size: 13px; line-height: 1.85; }

.ofogh-trust-section { background: #fff; }
.ofogh-trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: start; }
.ofogh-trust-copy { position: sticky; top: 115px; }
.ofogh-trust-copy h2 { margin: 10px 0 18px; font-size: clamp(29px, 4vw, 44px); line-height: 1.55; letter-spacing: -1px; }
.ofogh-trust-copy p { margin: 0 0 24px; color: var(--ofogh-muted); font-size: 13px; }
.ofogh-trust-items { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ofogh-line); border-right: 1px solid var(--ofogh-line); }
.ofogh-trust-items > div { min-height: 220px; padding: 25px; border-left: 1px solid var(--ofogh-line); border-bottom: 1px solid var(--ofogh-line); }
.ofogh-trust-items span { display: inline-flex; color: var(--ofogh-brand); font-size: 10px; font-weight: 900; }
.ofogh-trust-items h3 { margin: 23px 0 8px; font-size: 16px; }
.ofogh-trust-items p { margin: 0; color: var(--ofogh-muted); font-size: 11px; }

.ofogh-journal-section { background: var(--ofogh-mist); }
.ofogh-journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.ofogh-journal-card { overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid #e0e5eb; }
.ofogh-journal-image { display: grid; place-items: center; aspect-ratio: 16/9; overflow: hidden; background: linear-gradient(135deg, var(--ofogh-navy), #315b8e); color: #fff; }
.ofogh-journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.ofogh-journal-card:hover img { transform: scale(1.035); }
.ofogh-journal-placeholder { font-weight: 900; }
.ofogh-journal-card > div { padding: 20px; }
.ofogh-journal-card time, .ofogh-post-card time { color: var(--ofogh-brand); font-size: 9px; }
.ofogh-journal-card h3 { margin: 5px 0 10px; font-size: 15px; }
.ofogh-journal-card p { margin: 0; color: var(--ofogh-muted); font-size: 11px; }

.ofogh-contact-band { padding: 52px 0; color: #fff; background: linear-gradient(120deg, var(--ofogh-navy-2), var(--ofogh-brand)); }
.ofogh-contact-band .ofogh-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ofogh-contact-band span { font-size: 11px; opacity: .78; }
.ofogh-contact-band h2 { margin: 5px 0 0; color: #fff; font-size: clamp(20px, 3vw, 30px); }

/* Footer */
.ofogh-footer { padding: 66px 0 0; color: rgba(255,255,255,.76); background: var(--ofogh-navy-2); }
.ofogh-footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 65px; }
.ofogh-footer h3, .ofogh-footer h4 { margin: 0 0 16px; color: #fff; }
.ofogh-footer h3 { font-size: 21px; }
.ofogh-footer h4 { font-size: 13px; }
.ofogh-footer p { margin: 0; max-width: 470px; font-size: 11px; color: rgba(255,255,255,.61); }
.ofogh-footer-contact { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 20px; font-size: 11px; }
.ofogh-footer-contact a:hover, .ofogh-footer-menu a:hover { color: #fff; }
.ofogh-footer-menu { margin: 0; padding: 0; list-style: none; }
.ofogh-footer-menu li { margin: 7px 0; }
.ofogh-footer-menu a { font-size: 11px; }
.ofogh-worktime { margin-top: 14px !important; }
.ofogh-footer-bottom { min-height: 70px; margin-top: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.10); font-size: 9px; color: rgba(255,255,255,.48); }

/* Standard pages */
.ofogh-content-page { padding: 68px 0 96px; background: #fff; }
.ofogh-page-header { margin-bottom: 34px; }
.ofogh-page-header h1 { margin: 7px 0 0; font-size: clamp(30px, 4vw, 47px); }
.ofogh-full-page-header { padding-top: 65px; }
.ofogh-archive-description { max-width: 750px; margin-top: 12px; color: var(--ofogh-muted); font-size: 12px; }
.ofogh-entry-content:not(.ofogh-entry-content--elementor):not(.ofogh-entry-content--full) { font-size: 14px; }
.ofogh-entry-content:not(.ofogh-entry-content--elementor) p { margin: 0 0 1.5em; }
.ofogh-entry-content:not(.ofogh-entry-content--elementor) h2, .ofogh-entry-content:not(.ofogh-entry-content--elementor) h3 { margin-top: 1.8em; }
.ofogh-entry-content:not(.ofogh-entry-content--elementor) a { color: var(--ofogh-brand); text-decoration: underline; text-underline-offset: 3px; }
.ofogh-single-post > header { margin-bottom: 30px; }
.ofogh-single-post h1 { margin: 8px 0 12px; font-size: clamp(32px, 5vw, 54px); line-height: 1.45; }
.ofogh-single-post time { color: var(--ofogh-muted); font-size: 10px; }
.ofogh-single-cover { margin-bottom: 35px; overflow: hidden; border-radius: 22px; }
.ofogh-single-cover img { width: 100%; display: block; }
.ofogh-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.ofogh-post-card { overflow: hidden; border: 1px solid var(--ofogh-line); border-radius: 17px; background: #fff; }
.ofogh-post-thumb { display: grid; place-items: center; aspect-ratio: 16/9; overflow: hidden; background: var(--ofogh-navy); color: #fff; }
.ofogh-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ofogh-post-card > div { padding: 18px; }
.ofogh-post-card h2 { margin: 5px 0 10px; font-size: 15px; }
.ofogh-post-card p { color: var(--ofogh-muted); font-size: 11px; }
.ofogh-404 { padding: 100px 0; text-align: center; }
.ofogh-404 .ofogh-container { max-width: 800px; }
.ofogh-404 > .ofogh-container > span { display: block; color: #e5e7eb; font-size: clamp(90px, 18vw, 190px); font-weight: 950; line-height: 1; }
.ofogh-404 h1 { margin-top: -15px; font-size: 34px; }
.ofogh-404 p { color: var(--ofogh-muted); }
.ofogh-404 .ofogh-btn { margin-top: 24px; }
.ofogh-fallback-search { display: flex; gap: 8px; }
.ofogh-fallback-search input { flex: 1; min-height: 50px; padding: 0 16px; border: 1px solid var(--ofogh-line); border-radius: 11px; }
.ofogh-fallback-search button { border: 0; padding: 0 22px; background: var(--ofogh-brand); color: #fff; border-radius: 11px; font-weight: 800; }

/* About page */
.ofogh-about-hero { padding: 78px 0; background: linear-gradient(180deg, #fff, var(--ofogh-mist)); }
.ofogh-about-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: center; }
.ofogh-about-hero-copy h1 { margin: 12px 0 20px; font-size: clamp(36px, 5vw, 62px); line-height: 1.45; letter-spacing: -1.4px; }
.ofogh-about-hero-copy p { margin: 0; max-width: 620px; color: var(--ofogh-muted); font-size: 14px; }
.ofogh-about-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.ofogh-about-hero-media { position: relative; min-height: 365px; display: grid; place-items: center; overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, var(--ofogh-navy), #37699f); box-shadow: var(--ofogh-shadow); color: rgba(255,255,255,.8); font-weight: 900; letter-spacing: 3px; }
.ofogh-about-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ofogh-about-story-section { background: #fff; }
.ofogh-about-story-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.ofogh-about-story-grid h2 { margin: 8px 0 0; font-size: clamp(28px, 4vw, 43px); line-height: 1.55; }
.ofogh-about-story-grid > p { margin: 7px 0 0; color: var(--ofogh-muted); font-size: 14px; line-height: 2.15; }
.ofogh-about-services-section { background: var(--ofogh-mist); }
.ofogh-about-services-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.ofogh-about-services-grid article { min-height: 235px; padding: 24px; background: #fff; border: 1px solid var(--ofogh-line); border-radius: 17px; }
.ofogh-about-services-grid article > span { color: var(--ofogh-brand); font-size: 10px; font-weight: 900; }
.ofogh-about-services-grid h3 { margin: 24px 0 9px; font-size: 15px; line-height: 1.8; }
.ofogh-about-services-grid p { margin: 0; color: var(--ofogh-muted); font-size: 11px; }
.ofogh-managers-section { background: #fff; }
.ofogh-managers-heading { max-width: 760px; margin-bottom: 32px; }
.ofogh-managers-heading h2 { margin: 8px 0 12px; font-size: clamp(28px, 4vw, 42px); }
.ofogh-managers-heading p { margin: 0; color: var(--ofogh-muted); font-size: 13px; }
.ofogh-managers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ofogh-manager-card { display: grid; grid-template-columns: 38% 62%; min-height: 410px; overflow: hidden; border: 1px solid var(--ofogh-line); border-radius: 22px; background: #fff; box-shadow: 0 16px 45px rgba(7,38,79,.05); }
.ofogh-manager-photo { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #dce5ef, #f2f5f8); color: var(--ofogh-navy); font-size: 70px; font-weight: 900; }
.ofogh-manager-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.ofogh-manager-content { padding: 28px; }
.ofogh-manager-role { display: inline-flex; padding: 5px 9px; color: var(--ofogh-brand); background: #eef4fb; border-radius: 999px; font-size: 9px; font-weight: 900; }
.ofogh-manager-content h3 { margin: 13px 0 11px; font-size: 21px; }
.ofogh-manager-content p { margin: 0; color: var(--ofogh-muted); font-size: 11px; }
.ofogh-manager-content ul { margin: 18px 0 0; padding: 0 18px 0 0; color: #475467; font-size: 10px; }
.ofogh-manager-content li { margin: 6px 0; }
.ofogh-about-cta { padding: 58px 0; color: #fff; background: linear-gradient(115deg, var(--ofogh-navy-2), var(--ofogh-navy)); }
.ofogh-about-cta .ofogh-container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.ofogh-about-cta span { color: #bbcee4; font-size: 10px; }
.ofogh-about-cta h2 { margin: 5px 0 8px; color: #fff; font-size: clamp(23px, 3vw, 34px); }
.ofogh-about-cta p { max-width: 760px; margin: 0; color: rgba(255,255,255,.68); font-size: 11px; }

/* WooCommerce catalog */
.woocommerce .woocommerce-breadcrumb { max-width: var(--ofogh-container); margin: 22px auto 10px; padding-inline: 20px; color: #8a94a4; font-size: 9px; }
.woocommerce-products-header, .woocommerce .woocommerce-notices-wrapper, .woocommerce .products, .woocommerce nav.woocommerce-pagination, .woocommerce div.product, .woocommerce .related.products, .woocommerce .upsells.products { width: min(calc(100% - 40px), var(--ofogh-container)); margin-inline: auto; }
.woocommerce-products-header { padding: 42px 0 15px; text-align: right; }
.woocommerce-products-header__title.page-title { margin: 0; font-size: clamp(28px, 4vw, 42px); }
.term-description { max-width: 820px; margin-top: 8px; color: var(--ofogh-muted); font-size: 12px; }
.ofogh-archive-search { width: min(calc(100% - 40px), var(--ofogh-container)); margin: 0 auto 25px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 17px; padding: 0 0 78px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; overflow: hidden; border: 1px solid var(--ofogh-line); border-radius: 17px; background: #fff; transition: .25s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(7,38,79,.09); }
.woocommerce ul.products li.product a img { width: 100%; height: auto; aspect-ratio: var(--ofogh-card-image-ratio); margin: 0 !important; padding: var(--ofogh-product-image-pad-y) var(--ofogh-product-image-pad-x); object-fit: var(--ofogh-product-image-fit); object-position: var(--ofogh-product-image-x) var(--ofogh-product-image-y); transform: scale(var(--ofogh-product-image-scale)); background: #eef1f4; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { position: relative; z-index: 2; padding: 15px 16px 0 !important; background: #fff; font-size: 13px !important; line-height: 1.8; min-height: 64px; color: var(--ofogh-ink); }
.ofogh-loop-meta { position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; padding: 7px 16px 0; background: #fff; }
.ofogh-loop-sku small { display: block; color: #98a2b3; font-size: 8px; }
.ofogh-loop-sku b { display: block; margin-top: -2px; color: var(--ofogh-brand); font-size: 9px; font-weight: 900; text-align: right; }
.ofogh-stock-pill { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 999px; font-size: 8px; font-weight: 900; white-space: nowrap; }
.ofogh-stock-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.ofogh-stock-pill.is-in { color: var(--ofogh-success); background: #eaf8f2; }
.ofogh-stock-pill.is-out { color: var(--ofogh-danger); background: #fff0ee; }
.ofogh-card-link { position: relative; z-index: 2; display: block; margin-top: 14px; padding: 12px 16px; border-top: 1px solid #eef0f3; background: #fff; color: var(--ofogh-brand); font-size: 9px; font-weight: 900; }
.woocommerce nav.woocommerce-pagination { padding-bottom: 80px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; justify-content: center; gap: 6px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid var(--ofogh-line); border-radius: 10px; background: #fff; font-size: 10px; }
.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: var(--ofogh-navy); border-color: var(--ofogh-navy); }

.woocommerce div.product { padding: 45px 0 82px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 48px; }
.woocommerce div.product div.images { width: var(--ofogh-product-gallery-width); max-width: var(--ofogh-product-gallery-max); }
.woocommerce div.product div.summary { width: calc(96% - var(--ofogh-product-gallery-width)); max-width: 690px; padding-top: 5px; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; border: 1px solid var(--ofogh-line); border-radius: 20px; background: #eef1f4; }
.woocommerce div.product div.images .woocommerce-product-gallery__image { aspect-ratio: var(--ofogh-single-image-ratio); overflow: hidden; background: #eef1f4; }
.woocommerce div.product div.images .woocommerce-product-gallery__image > a { display: block; width: 100%; height: 100%; overflow: hidden; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img { width: 100%; height: 100%; padding: var(--ofogh-product-image-pad-y) var(--ofogh-product-image-pad-x); object-fit: var(--ofogh-product-image-fit); object-position: var(--ofogh-product-image-x) var(--ofogh-product-image-y); transform: scale(var(--ofogh-product-image-scale)); background: #eef1f4; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 10px !important; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto !important; float: none !important; overflow: hidden; border: 1px solid var(--ofogh-line); border-radius: 9px; background: #eef1f4; }
.woocommerce div.product div.images .flex-control-thumbs img { width: 100%; aspect-ratio: 1/1; object-fit: var(--ofogh-product-image-fit); object-position: var(--ofogh-product-image-x) var(--ofogh-product-image-y); transform: scale(var(--ofogh-product-image-scale)); }
body.ofogh-crop-portrait-only .woocommerce div.product div.images .flex-control-thumbs img:not(.ofogh-image-poster) { object-fit: cover; object-position: 50% 50%; transform: scale(1); }
.woocommerce div.product .product_title { margin: 0 0 15px; font-size: clamp(28px, 3.6vw, 43px); line-height: 1.5; letter-spacing: -.8px; }
.woocommerce-product-details__short-description { max-width: 650px; color: var(--ofogh-muted); font-size: 12px; }
.ofogh-product-data-card { margin-top: 22px; padding: 21px; border: 1px solid var(--ofogh-line); border-radius: 18px; background: #fff; box-shadow: 0 16px 45px rgba(7,38,79,.05); }
.ofogh-product-code-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--ofogh-line); }
.ofogh-product-code-row span { display: block; color: var(--ofogh-muted); font-size: 9px; }
.ofogh-product-code-row strong { display: block; margin-top: 2px; color: var(--ofogh-navy); font-size: 16px; text-align: right; }
.ofogh-copy { border: 1px solid var(--ofogh-line); background: #fff; color: #4b5565; border-radius: 9px; padding: 7px 11px; font-size: 9px; font-weight: 800; }
.ofogh-copy:hover { border-color: #bfcbd8; color: var(--ofogh-brand); }
.ofogh-product-status-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 14px 0; }
.ofogh-product-cat { color: var(--ofogh-muted); font-size: 9px; }
.ofogh-product-cat a { color: var(--ofogh-navy); }
.ofogh-product-actions { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8px; }
.ofogh-product-actions .ofogh-btn-ghost { grid-column: 1 / -1; }
.ofogh-product-help { margin: 12px 0 0; color: #7b8797; font-size: 9px; }
.woocommerce div.product .woocommerce-tabs { clear: both; padding-top: 15px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0 0 24px; padding: 0; border-bottom: 1px solid var(--ofogh-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 0 -1px 18px; padding: 0; border: 0; background: transparent; border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 0; font-size: 11px; font-weight: 800; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid var(--ofogh-brand); }
.woocommerce div.product .woocommerce-tabs .panel { color: #4e5968; font-size: 12px; }
.woocommerce .related.products, .woocommerce .upsells.products { padding-bottom: 75px; }
.woocommerce .related.products > h2, .woocommerce .upsells.products > h2 { margin: 0 0 24px; font-size: 24px; }
.woocommerce .related.products ul.products, .woocommerce .upsells.products ul.products { width: 100%; padding-bottom: 0; }
.woocommerce table.shop_attributes { border-top: 0; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { padding: 11px; border-bottom: 1px solid var(--ofogh-line); background: #fff !important; font-style: normal; font-size: 11px; }

@media (max-width: 1050px) {
  .ofogh-header-main { grid-template-columns: auto auto 1fr auto; gap: 15px; }
  .ofogh-menu-toggle { display: block; grid-column: 2; }
  .ofogh-nav { display: none; position: absolute; top: calc(100% + 8px); right: 20px; left: 20px; padding: 14px; background: #fff; border: 1px solid var(--ofogh-line); border-radius: 15px; box-shadow: var(--ofogh-shadow); }
  .ofogh-nav.is-open { display: block; }
  .ofogh-menu { flex-direction: column; align-items: stretch; }
  .ofogh-menu .sub-menu { position: static; display: block; box-shadow: none; border: 0; padding-right: 15px; }
  .ofogh-header-call { grid-column: 4; }
  .ofogh-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .ofogh-hero-panel { max-width: 620px; }
  .ofogh-home-products, .woocommerce ul.products { grid-template-columns: repeat(3,1fr); }
  .ofogh-trust-grid { grid-template-columns: 1fr; }
  .ofogh-trust-copy { position: static; }
  .ofogh-about-services-grid { grid-template-columns: 1fr 1fr; }
  .ofogh-manager-card { grid-template-columns: 42% 58%; }
}

@media (max-width: 820px) {
  .ofogh-about-hero-grid, .ofogh-about-story-grid { grid-template-columns: 1fr; gap: 35px; }
  .ofogh-about-hero-media { min-height: 300px; }
  .ofogh-managers-grid { grid-template-columns: 1fr; }
  .ofogh-manager-card { min-height: 360px; }
  .woocommerce div.product div.images { width: 42%; }
  .woocommerce div.product div.summary { width: 54%; }
}

@media (max-width: 760px) {
  .ofogh-container { width: min(calc(100% - 28px), var(--ofogh-container)); }
  .ofogh-topbar-inner { min-height: 34px; }
  .ofogh-topbar-inner > span { display: none; }
  .ofogh-topbar-links { width: 100%; justify-content: space-between; font-size: 10px; }
  .ofogh-header-main { min-height: 68px; grid-template-columns: 1fr auto; }
  .ofogh-brand img { max-height: 48px; }
  .ofogh-menu-toggle { grid-column: 2; }
  .ofogh-header-call { display: none; }
  .ofogh-nav { right: 14px; left: 14px; }
  .ofogh-header-search { padding-bottom: 9px; }
  .ofogh-hero-inner { min-height: 0; padding-block: 52px; }
  .ofogh-hero h1 { font-size: clamp(33px, 10.8vw, 50px); letter-spacing: -1px; }
  .ofogh-hero-copy > p { font-size: 13px; }
  .ofogh-hero-panel { display: none; }
  .ofogh-section { padding: 62px 0; }
  .ofogh-section-head { align-items: start; flex-direction: column; margin-bottom: 23px; }
  .ofogh-category-grid, .ofogh-home-products, .ofogh-journal-grid, .ofogh-post-grid { grid-template-columns: 1fr 1fr; }
  .ofogh-trust-items { grid-template-columns: 1fr; }
  .ofogh-contact-band .ofogh-container, .ofogh-about-cta .ofogh-container { align-items: stretch; flex-direction: column; }
  .ofogh-footer-grid { grid-template-columns: 1fr; gap: 33px; }
  .ofogh-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .ofogh-about-hero { padding: 55px 0; }
  .ofogh-about-hero-copy h1 { font-size: clamp(33px, 9vw, 46px); }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .woocommerce div.product { padding-top: 28px; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: 100%; max-width: none; }
  .woocommerce div.product div.images { margin-bottom: 28px; }
  .ofogh-product-actions { grid-template-columns: 1fr; }
  .ofogh-product-actions .ofogh-btn-ghost { grid-column: auto; }
}

@media (max-width: 540px) {
  .ofogh-about-services-grid { grid-template-columns: 1fr; }
  .ofogh-manager-card { grid-template-columns: 1fr; min-height: 0; }
  .ofogh-manager-photo { min-height: 340px; }
  .ofogh-manager-content { padding: 23px; }
}

@media (max-width: 480px) {
  .ofogh-category-grid, .ofogh-home-products, .ofogh-journal-grid, .ofogh-post-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 11px 11px 0 !important; font-size: 11px !important; min-height: 60px; }
  .ofogh-loop-meta { padding-inline: 11px; align-items: flex-start; flex-direction: column; }
  .ofogh-card-link { padding: 10px 11px; }
  .ofogh-category-card { display: grid; grid-template-columns: 120px 1fr; }
  .ofogh-category-media { aspect-ratio: auto; min-height: 150px; }
  .ofogh-category-content { padding: 17px; }
  .ofogh-hero-hints { gap: 6px; }
  .ofogh-hero-hints span { width: 100%; }
}

@media (max-width: 900px) and (min-width: 761px) {
  .ofogh-home-products, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
