/*
 * ORNE Vibrasyon premium theme layer
 * The CMS data model remains untouched; this file owns visual presentation.
 */

:root {
  --orne-ink: #172126;
  --orne-ink-soft: #2d3b40;
  --orne-muted: #66767c;
  --orne-surface: #ffffff;
  --orne-canvas: #f2f5f6;
  --orne-line: #dce3e6;
  --orne-brand: #d94727;
  --orne-brand-dark: #a92d18;
  --orne-teal: #176f74;
  --orne-steel: #aab5b9;
  --orne-shadow-sm: 0 8px 22px rgba(16, 30, 36, .08);
  --orne-shadow-md: 0 18px 45px rgba(16, 30, 36, .13);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--orne-ink);
  overflow-x: hidden;
  background: var(--orne-canvas);
  font-family: Inter, "Segoe UI", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(242,245,246,.92) 38%, rgba(234,239,241,.96)),
    repeating-linear-gradient(90deg, transparent 0, transparent 119px, rgba(20,34,40,.025) 120px);
}

::selection {
  color: #fff;
  background: var(--orne-brand);
}

a {
  color: var(--orne-brand);
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

a:hover,
a:focus {
  color: var(--orne-brand-dark);
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  width: calc(100% - 48px);
  max-width: 1400px;
}

#all,
#content,
#advantages {
  background: transparent;
}

#content {
  padding-bottom: 54px;
}

/* Topbar and navigation */
#top {
  min-height: 42px;
  padding: 0;
  border: 0;
  color: #dfe7e9;
  background: #162127;
  font-size: 13px;
}

.orne-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
}

.orne-topbar .offer,
.orne-topbar-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
}

.orne-topbar-label {
  color: #9fb0b6;
}

.orne-topbar-phone,
.orne-topbar-link {
  color: #fff !important;
  font-weight: 700;
}

.orne-topbar-phone .fa {
  width: 23px;
  height: 23px;
  margin-right: 7px;
  border-radius: 50%;
  color: #fff;
  background: var(--orne-brand);
  font-size: 11px;
  line-height: 23px;
  text-align: center;
}

.orne-topbar-link {
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.16);
}

.language {
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.language li {
  float: none;
}

.language img {
  width: 22px;
  border: 1px solid rgba(255,255,255,.28);
}

#navbar.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 88px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.97);
  box-shadow: 0 1px 0 rgba(21,34,40,.10);
  transition: min-height .22s ease, box-shadow .22s ease;
}

body.orne-scrolled #navbar {
  min-height: 72px;
  box-shadow: 0 12px 32px rgba(16,30,36,.12);
}

#navbar .container {
  display: flex;
  align-items: center;
  min-height: inherit;
}

#navbar .navbar-header {
  flex: 0 0 auto;
}

#navbar .navbar-brand {
  display: flex;
  align-items: center;
  height: 88px;
  padding: 12px 0;
}

#navbar .logo {
  width: auto;
  max-width: 240px;
  max-height: 64px;
  transition: max-height .22s ease;
}

body.orne-scrolled #navbar .navbar-brand {
  height: 72px;
}

body.orne-scrolled #navbar .logo {
  max-height: 52px;
}

#navbar #navigation {
  flex: 1 1 auto;
  padding: 0;
}

#navbar .navbar-nav {
  float: right;
  margin: 0;
}

#navbar .navbar-nav > li > a {
  position: relative;
  padding: 34px 18px 31px;
  color: #34444a;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

body.orne-scrolled #navbar .navbar-nav > li > a {
  padding-top: 26px;
  padding-bottom: 23px;
}

#navbar .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 21px;
  left: 18px;
  height: 3px;
  background: var(--orne-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

#navbar .navbar-nav > li > a:hover:after,
#navbar .navbar-nav > .active > a:after {
  transform: scaleX(1);
}

#navbar .navbar-nav > .active > a,
#navbar .navbar-nav > .active > a:hover,
#navbar .navbar-nav > .active > a:focus,
#navbar .navbar-nav > li > a:hover,
#navbar .navbar-nav > li > a:focus {
  color: var(--orne-brand);
  background: transparent;
}

/* Hero slider */
#main-slider {
  position: relative;
  overflow: hidden;
  margin: 28px 0 38px;
  border: 0;
  border-radius: 8px;
  background: #111a1e;
  box-shadow: var(--orne-shadow-md);
  opacity: 1;
}

#main-slider .item {
  position: relative;
  overflow: hidden;
  background: #111a1e;
}

#main-slider .item:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(8,14,17,.86) 0%, rgba(8,14,17,.57) 34%, rgba(8,14,17,.08) 66%);
}

#main-slider .item > img,
#main-slider .img-responsive {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: saturate(1.03) contrast(1.04);
  transform: none;
}

#main-slider .owl-item.active .item > img {
  transform: none;
}

.slider-article {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 58px;
  bottom: auto;
  width: min(660px, calc(100% - 116px));
  padding: 0;
  color: #fff;
  transform: translateY(-50%);
}

.slider-kicker,
.orne-section-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--orne-brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.slider-kicker {
  color: #ff8d6d;
}

.slider-title {
  margin: 0 0 14px;
  color: #fff !important;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 3px 18px rgba(0,0,0,.42);
}

.slider-description {
  max-width: 580px;
  margin: 0;
  color: #eff5f6 !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}

.slider-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.slider-actions .btn {
  min-width: 154px;
}

.btn,
.btn-primary,
.btn-info {
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn-primary {
  border-color: var(--orne-brand);
  background: var(--orne-brand);
  box-shadow: 0 9px 22px rgba(217,71,39,.22);
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: var(--orne-brand-dark);
  background: var(--orne-brand-dark);
  transform: translateY(-2px);
}

.btn-ghost {
  border-color: rgba(255,255,255,.62);
  color: #fff;
  background: rgba(255,255,255,.08);
}

.btn-ghost:hover,
.btn-ghost:focus {
  border-color: #fff;
  color: var(--orne-ink);
  background: #fff;
}

#main-slider .owl-controls {
  z-index: 3;
  right: 34px;
  bottom: 28px;
}

#main-slider .owl-controls .owl-page span {
  width: 11px;
  height: 11px;
  margin: 4px;
  border: 2px solid #fff;
  background: transparent;
  opacity: .72;
}

#main-slider .owl-controls .owl-page.active span {
  border-color: var(--orne-brand);
  background: var(--orne-brand);
  opacity: 1;
}

/* Home capability and process bands */
.orne-capability-band {
  margin: 0 0 32px;
  padding: 44px 0;
  border-top: 1px solid var(--orne-line);
  border-bottom: 1px solid var(--orne-line);
  background: #fff;
}

.orne-capability-band .container {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.6fr);
  gap: 58px;
  align-items: center;
}

.orne-capability-intro h2,
.orne-process-header h2 {
  margin: 0 0 12px;
  color: var(--orne-ink);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.orne-capability-intro p,
.orne-process-header p {
  margin: 0;
  color: var(--orne-muted);
  font-size: 15px;
  line-height: 1.75;
}

.orne-capability-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid var(--orne-line);
}

.orne-capability-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 8px 24px;
  border-right: 1px solid var(--orne-line);
}

.orne-capability-item > .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(217,71,39,.28);
  border-radius: 5px;
  color: var(--orne-brand);
  background: #fff7f4;
  font-size: 18px;
}

.orne-capability-item strong,
.orne-capability-item span {
  display: block;
}

.orne-capability-item strong {
  margin-bottom: 7px;
  color: var(--orne-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.orne-capability-item span {
  color: var(--orne-muted);
  font-size: 13px;
  line-height: 1.55;
}

.orne-process-band {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: 66px 0;
  color: #d7e0e3;
  background: #17262c;
}

.orne-process-band:after {
  content: "";
  position: absolute;
  top: 0;
  right: 11%;
  width: 140px;
  height: 100%;
  border-right: 1px solid rgba(255,255,255,.06);
  border-left: 1px solid rgba(255,255,255,.06);
  transform: skewX(-18deg);
}

.orne-process-band .container {
  position: relative;
  z-index: 1;
}

.orne-process-header {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  column-gap: 60px;
  align-items: end;
  max-width: 1020px;
  margin-bottom: 40px;
}

.orne-process-header .orne-section-kicker {
  grid-column: 1 / -1;
  color: #ff7657;
}

.orne-process-header h2 {
  margin: 0;
  color: #fff;
  font-size: 37px;
}

.orne-process-header p {
  color: #aebfc4;
}

.orne-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.orne-process-list li {
  min-width: 0;
  min-height: 170px;
  margin: 0;
  padding: 23px 28px 20px;
  border-top: 2px solid rgba(255,255,255,.13);
  border-right: 1px solid rgba(255,255,255,.11);
}

.orne-process-list li:first-child {
  border-top-color: var(--orne-brand);
}

.orne-process-list li:last-child {
  border-right: 0;
}

.orne-process-list span,
.orne-process-list strong,
.orne-process-list small {
  display: block;
}

.orne-process-list span {
  margin-bottom: 24px;
  color: #ff7657;
  font-size: 12px;
  font-weight: 900;
}

.orne-process-list strong {
  margin-bottom: 9px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.orne-process-list small {
  color: #aebfc4;
  font-size: 13px;
  line-height: 1.65;
}

.orne-process-action {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.orne-process-phone {
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
}

.orne-process-phone .fa {
  margin-right: 8px;
  color: #ff7657;
}

/* Section surfaces */
.panel,
.box,
.breadcrumb {
  border-radius: 8px;
}

.panel {
  border: 1px solid var(--orne-line);
  background: var(--orne-surface);
  box-shadow: var(--orne-shadow-sm);
}

.panel-default > .panel-heading,
.panel-heading {
  padding: 26px 28px 20px;
  border: 0;
  border-bottom: 1px solid var(--orne-line);
  background: #fff;
}

.panel-title {
  color: var(--orne-ink);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
}

.panel-body {
  padding: 26px;
}

.box {
  margin: 0 0 26px;
  padding: 30px;
  border: 1px solid var(--orne-line);
  background: var(--orne-surface);
  box-shadow: var(--orne-shadow-sm);
}

.breadcrumb {
  margin: 24px 0;
  padding: 13px 18px;
  border: 1px solid var(--orne-line);
  background: rgba(255,255,255,.88);
  box-shadow: none;
}

.breadcrumb > li + li:before {
  color: #a1aeb3;
}

.breadcrumb a {
  color: var(--orne-brand);
  font-weight: 700;
}

/* Product system */
.orne-product-section {
  overflow: hidden;
  margin-bottom: 32px;
}

.orne-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.orne-product-grid.orne-home-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.orne-product-grid.has-sidebar,
.orne-product-grid.orne-home-products.has-sidebar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.orne-sidebar-products {
  grid-template-columns: minmax(0, 1fr);
}

.orne-product-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--orne-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16,30,36,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.orne-product-card:hover {
  border-color: rgba(217,71,39,.34);
  box-shadow: 0 20px 38px rgba(16,30,36,.13);
  transform: translateY(-6px);
}

.orne-product-media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e7ecee;
}

.orne-product-media:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: var(--orne-brand);
  transform: scaleX(.24);
  transform-origin: left;
  transition: transform .28s ease;
}

.orne-product-card:hover .orne-product-media:after {
  transform: scaleX(1);
}

.orne-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .3s ease;
}

.orne-product-card:hover .orne-product-media img {
  transform: scale(1.04);
  filter: saturate(1.06) contrast(1.03);
}

.orne-product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 150px;
  padding: 21px 20px 20px;
}

.orne-product-content h2,
.orne-product-content h3 {
  margin: 0 0 18px;
  color: var(--orne-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.orne-product-content h2 a,
.orne-product-content h3 a {
  color: inherit;
}

.orne-product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--orne-brand);
  font-size: 13px;
  font-weight: 900;
}

.orne-product-link .fa {
  transition: transform .2s ease;
}

.orne-product-link:hover .fa {
  transform: translateX(4px);
}

/* Legacy card fallback for remaining CMS widgets */
#content .product {
  overflow: hidden;
  height: auto;
  margin-bottom: 24px;
  border: 1px solid var(--orne-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16,30,36,.06);
}

#content .product .flip-container {
  height: 240px;
}

#content .product .front,
#content .product .back {
  height: 240px;
}

#content .product .back,
#content .product .invisible {
  display: none !important;
}

#content .product .front {
  position: static;
  transform: none !important;
}

#content .product .front img {
  width: 100%;
  height: 240px;
  max-height: none;
  object-fit: cover;
}

#content .product .text {
  min-height: 132px;
  padding: 20px;
}

#content .product .text h3 {
  margin: 0 0 16px;
  color: var(--orne-ink);
  font-size: 16px;
  line-height: 1.4;
}

/* Page introductions and rich content */
.orne-page-intro,
.orne-page-header {
  position: relative;
}

.orne-page-intro {
  margin-bottom: 28px;
  padding: 32px 34px;
  border-left: 5px solid var(--orne-brand);
  border-radius: 0 8px 8px 0;
  color: #fff;
  background: #1b292f;
  box-shadow: var(--orne-shadow-sm);
}

.orne-page-intro h1,
.orne-page-header h1 {
  margin: 0 0 14px;
  color: inherit;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
}

.orne-page-intro .description,
.orne-page-intro .description p {
  margin-bottom: 0;
  color: #d8e2e5;
  font-size: 15px;
  line-height: 1.8;
}

.orne-category-description {
  margin-top: 34px;
}

.orne-category-description,
.orne-category-description * {
  color: var(--orne-ink-soft) !important;
}

.orne-category-description h2,
.orne-category-description h3,
.orne-category-description h4,
.orne-category-description strong {
  color: var(--orne-ink) !important;
}

.orne-category-description a {
  color: var(--orne-brand) !important;
}

.orne-category-description > :first-child {
  margin-top: 0;
}

.orne-page-header {
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--orne-line);
}

.orne-page-header h1 {
  color: var(--orne-ink);
}

.orne-page-cover {
  overflow: hidden;
  margin: 0 0 30px;
  border-radius: 8px;
}

.orne-page-cover img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

#text-page {
  overflow: hidden;
}

#text-page h2,
#text-page h3,
#text-page h4,
#post-content h2,
#post-content h3 {
  color: var(--orne-ink);
  font-weight: 900;
  line-height: 1.25;
}

#text-page p,
#post-content p,
.description p {
  color: #46565c;
  font-size: 15px;
  line-height: 1.85;
}

#text-page ul,
#post-content ul {
  padding-left: 20px;
}

#text-page li,
#post-content li {
  margin-bottom: 8px;
  line-height: 1.7;
}

#text-page iframe,
#post-content iframe,
.post iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--orne-shadow-sm);
}

iframe[src*="youtube"],
iframe[src*="youtu.be"] {
  aspect-ratio: 16 / 9;
  height: auto;
}

#text-page img[alt*="referans" i],
#text-page img[alt*="logo" i] {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

/* Product detail */
.orne-product-detail-header {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 34px 38px;
  border-left: 5px solid var(--orne-brand);
  border-radius: 0 8px 8px 0;
  color: #fff;
  background: #1b2a30;
  box-shadow: var(--orne-shadow-sm);
}

.orne-product-detail-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 70px;
  width: 110px;
  height: 100%;
  border-right: 1px solid rgba(255,255,255,.08);
  border-left: 1px solid rgba(255,255,255,.08);
  transform: skewX(-18deg);
}

.orne-product-detail-header .orne-section-kicker {
  color: #ff7657;
}

.orne-product-detail-header h1 {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.15;
}

.orne-product-summary {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin-top: 14px;
  color: #c5d1d5;
}

.orne-product-summary p {
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.7;
}

#productMain {
  overflow: hidden;
  margin: 0 0 26px;
  border: 1px solid var(--orne-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--orne-shadow-sm);
}

#productMain #mainImage {
  margin: 0;
  background: #e9edef;
}

#productMain #mainImage img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
}

#details {
  padding: 0;
}

#details .nav-tabs {
  padding: 0 22px;
  border-bottom: 1px solid var(--orne-line);
  background: #f8fafb;
}

#details .nav-tabs > li > a {
  padding: 16px 18px;
  border: 0;
  color: var(--orne-muted);
  font-weight: 800;
}

#details .nav-tabs > li.active > a {
  border-bottom: 3px solid var(--orne-brand);
  color: var(--orne-brand);
  background: transparent;
}

#details .tab-content {
  padding: 28px;
}

/* Contact */
#contact .orne-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 30px;
}

#contact .orne-contact-cards:before,
#contact .orne-contact-cards:after {
  display: none;
}

#contact .orne-contact-cards > div {
  width: auto;
  min-height: 150px;
  padding: 23px;
  border: 1px solid var(--orne-line);
  border-radius: 8px;
  background: #f8fafb;
}

#contact .orne-contact-cards h4 {
  margin: 0 0 14px;
  color: var(--orne-ink);
  font-weight: 900;
}

#contact .orne-contact-cards .fa {
  margin-right: 8px;
  color: var(--orne-brand);
}

#map-canvas {
  overflow: hidden;
  border: 1px solid var(--orne-line);
  border-radius: 8px;
}

.form-control {
  min-height: 46px;
  border: 1px solid #ccd6da;
  border-radius: 5px;
  box-shadow: none;
}

.form-control:focus {
  border-color: var(--orne-brand);
  box-shadow: 0 0 0 3px rgba(217,71,39,.10);
}

textarea.form-control {
  min-height: 150px;
}

.orne-contact-main {
  margin-bottom: 44px;
}

.orne-contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: end;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 46px 48px;
  border-left: 5px solid var(--orne-brand);
  border-radius: 0 8px 8px 0;
  color: #fff;
  background: #18282e;
}

.orne-contact-hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 26%;
  width: 110px;
  height: 100%;
  border-right: 1px solid rgba(255,255,255,.07);
  border-left: 1px solid rgba(255,255,255,.07);
  transform: skewX(-18deg);
}

.orne-contact-hero > * {
  position: relative;
  z-index: 1;
}

.orne-contact-hero .orne-section-kicker {
  color: #ff7657;
}

.orne-contact-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.08;
}

.orne-contact-hero p {
  max-width: 800px;
  margin: 0;
  color: #bdcbd0;
  font-size: 16px;
  line-height: 1.75;
}

.orne-contact-call {
  display: grid;
  grid-template-columns: 42px auto;
  gap: 14px;
  align-items: center;
  min-width: 220px;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  color: #fff !important;
  background: rgba(255,255,255,.06);
}

.orne-contact-call > .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  color: #fff;
  background: var(--orne-brand);
}

.orne-contact-call span,
.orne-contact-call small {
  display: block;
}

.orne-contact-call span {
  color: #aebfc4;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.orne-contact-call small {
  margin-top: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: none;
}

.orne-contact-shell {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid var(--orne-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--orne-shadow-sm);
}

.orne-contact-aside {
  padding: 38px;
  border-right: 1px solid var(--orne-line);
  background: #f4f7f8;
}

.orne-contact-aside h2,
.orne-contact-form-panel h2,
.orne-contact-map h2 {
  margin: 0 0 24px;
  color: var(--orne-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}

.orne-contact-lines {
  border-top: 1px solid var(--orne-line);
}

.orne-contact-lines > a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--orne-line);
  color: var(--orne-ink);
}

.orne-contact-lines > a > .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(217,71,39,.25);
  border-radius: 5px;
  color: var(--orne-brand);
  background: #fff;
}

.orne-contact-lines span,
.orne-contact-lines strong {
  display: block;
}

.orne-contact-lines span {
  color: var(--orne-muted);
  font-size: 12px;
}

.orne-contact-lines strong {
  overflow-wrap: anywhere;
  margin-top: 3px;
  color: var(--orne-ink);
  font-size: 15px;
  font-weight: 900;
}

.orne-contact-address {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.orne-contact-address > .fa {
  color: var(--orne-brand);
  font-size: 20px;
}

.orne-contact-address span {
  color: var(--orne-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.orne-contact-address p {
  margin: 5px 0 0;
  color: var(--orne-ink);
  font-size: 14px;
  line-height: 1.65;
}

.orne-contact-checklist {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--orne-line);
}

.orne-contact-checklist h3 {
  margin: 0 0 14px;
  color: var(--orne-ink);
  font-size: 15px;
  font-weight: 900;
}

.orne-contact-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.orne-contact-checklist li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 17px;
  color: var(--orne-muted);
  font-size: 13px;
  line-height: 1.55;
}

.orne-contact-checklist li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--orne-brand);
}

.orne-contact-form-panel {
  padding: 38px 42px 42px;
}

.orne-contact-form-panel h2 {
  margin-bottom: 8px;
}

.orne-contact-form-lead {
  max-width: 650px;
  margin: 0 0 26px;
  color: var(--orne-muted);
  font-size: 14px;
  line-height: 1.65;
}

.orne-contact-form-panel label {
  margin-bottom: 8px;
  color: var(--orne-ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.orne-contact-form-panel .form-control {
  background: #fbfcfc;
}

.orne-captcha-row {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr);
  gap: 16px;
  align-items: end;
}

.orne-captcha-row label,
.orne-captcha-row .captcha {
  display: block;
}

.orne-captcha-row .captcha {
  overflow: hidden;
  min-width: 150px;
  min-height: 42px;
  border: 1px solid var(--orne-line);
  border-radius: 5px;
  background: #fff;
}

.orne-contact-submit {
  min-width: 190px;
  padding: 12px 20px;
}

.orne-contact-submit .fa {
  margin-left: 8px;
}

.orne-contact-map {
  overflow: hidden;
  border: 1px solid var(--orne-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--orne-shadow-sm);
}

.orne-contact-map > header {
  padding: 28px 32px 20px;
}

.orne-contact-map h2 {
  margin-bottom: 0;
}

.orne-contact-map #map-canvas {
  width: 100%;
  height: 410px;
  border: 0;
  border-top: 1px solid var(--orne-line);
  border-radius: 0;
}

/* Footer */
#footer {
  margin-top: 0;
  padding: 58px 0 46px;
  color: #cbd6d9;
  background: #172329;
}

.orne-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 54px;
}

#footer .footer-logo {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 74px;
  margin: 0 0 20px;
  filter: brightness(0) invert(1);
}

.orne-footer-brand p {
  max-width: 430px;
  color: #aebdc2;
  line-height: 1.75;
}

.orne-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  color: #fff !important;
  font-weight: 900;
}

#footer h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer li {
  margin-bottom: 10px;
}

#footer a {
  color: #cbd6d9;
}

#footer a:hover {
  color: #fff;
}

.orne-footer-contact > a {
  display: block;
  margin-bottom: 12px;
}

#footer .social {
  display: flex;
  gap: 9px;
  margin-top: 22px;
}

#footer .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.05);
}

#footer .social a:hover {
  border-color: var(--orne-brand);
  background: var(--orne-brand);
  transform: translateY(-2px);
}

#copyright {
  padding: 17px 0;
  color: #8fa0a6;
  background: #10191d;
}

.orne-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
}

#copyright p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.orne-copyright-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.orne-site-credit {
  position: relative;
  padding-left: 13px;
  color: #718288;
  text-decoration: none !important;
  transition: color .2s ease;
}

.orne-site-credit:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #53646a;
  content: "";
  transform: translateY(-50%);
}

.orne-site-credit strong {
  color: #82949a;
  font-weight: 700;
  transition: color .2s ease;
}

.orne-site-credit:hover,
.orne-site-credit:focus,
.orne-site-credit:hover strong,
.orne-site-credit:focus strong {
  color: #c6d0d3;
}

/* Refined motion */
.orne-reveal-ready [data-orne-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.orne-reveal-ready [data-orne-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .container {
    width: calc(100% - 36px);
  }

  #navbar .navbar-nav > li > a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .slider-title {
    font-size: 39px;
  }

  .orne-product-grid.orne-home-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .orne-topbar-label {
    display: none;
  }

  #navbar.navbar,
  #navbar .navbar-brand {
    min-height: 74px;
    height: 74px;
  }

  #navbar .container {
    display: block;
  }

  #navbar .navbar-header {
    float: none;
  }

  #navbar .navbar-toggle {
    display: block;
    margin-top: 18px;
    border: 1px solid var(--orne-line);
    border-radius: 5px;
    color: var(--orne-ink);
  }

  #navbar .navbar-collapse.collapse {
    display: none !important;
  }

  #navbar .navbar-collapse.collapse.in {
    display: block !important;
  }

  #navbar #navigation {
    position: absolute;
    right: 18px;
    left: 18px;
    padding: 8px 18px 16px;
    border: 1px solid var(--orne-line);
    border-top: 3px solid var(--orne-brand);
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: var(--orne-shadow-md);
  }

  #navbar .navbar-nav {
    float: none;
  }

  #navbar .navbar-nav > li {
    float: none;
  }

  #navbar .navbar-nav > li > a,
  body.orne-scrolled #navbar .navbar-nav > li > a {
    padding: 13px 8px;
    border-bottom: 1px solid #edf1f2;
  }

  #navbar .navbar-nav > li > a:after {
    display: none;
  }

  #main-slider .item > img,
  #main-slider .img-responsive {
    height: 470px;
    object-fit: cover;
    object-position: center bottom;
  }

  .slider-article {
    top: 50%;
    left: 34px;
    bottom: auto;
    width: calc(100% - 68px);
  }

  .slider-title {
    font-size: 35px;
  }

  .orne-product-grid,
  .orne-product-grid.orne-home-products,
  .orne-product-grid.has-sidebar,
  .orne-product-grid.orne-home-products.has-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #contact .orne-contact-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .orne-contact-hero,
  .orne-contact-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .orne-contact-hero {
    align-items: start;
  }

  .orne-contact-call {
    width: fit-content;
  }

  .orne-contact-aside {
    border-right: 0;
    border-bottom: 1px solid var(--orne-line);
  }

  .orne-capability-band .container,
  .orne-process-header {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .orne-capability-list {
    border-top: 1px solid var(--orne-line);
    border-left: 0;
  }

  .orne-capability-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .orne-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orne-process-list li:nth-child(2) {
    border-right: 0;
  }

  .orne-footer-grid {
    grid-template-columns: 1.3fr 1fr;
  }

  .orne-footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  #top {
    min-height: 38px;
  }

  .orne-topbar {
    min-height: 38px;
  }

  .orne-topbar-actions .language,
  .orne-topbar-link {
    display: none;
  }

  .orne-topbar-phone {
    font-size: 12px;
  }

  #navbar .logo {
    max-width: 190px;
    max-height: 50px;
  }

  #main-slider {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  #main-slider .item > img,
  #main-slider .img-responsive {
    height: 410px;
  }

  .slider-article {
    top: 50%;
    left: 22px;
    bottom: auto;
    width: calc(100% - 44px);
  }

  .slider-kicker {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .slider-title {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .slider-description {
    font-size: 14px;
    line-height: 1.55;
  }

  .orne-capability-band {
    padding: 34px 0;
  }

  .orne-capability-intro h2,
  .orne-process-header h2 {
    font-size: 27px;
  }

  .orne-capability-list,
  .orne-process-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .orne-capability-list {
    border-top: 0;
  }

  .orne-capability-item {
    padding: 20px 0;
    border-top: 1px solid var(--orne-line);
    border-right: 0;
  }

  .orne-process-band {
    padding: 48px 0;
  }

  .orne-process-list li,
  .orne-process-list li:nth-child(2) {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
  }

  .orne-process-list span {
    margin-bottom: 12px;
  }

  .orne-process-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .orne-contact-hero {
    gap: 28px;
    padding: 32px 24px;
  }

  .orne-contact-hero h1 {
    font-size: 33px;
  }

  .orne-contact-call {
    width: 100%;
  }

  .orne-contact-aside,
  .orne-contact-form-panel {
    padding: 27px 22px;
  }

  .orne-contact-aside h2,
  .orne-contact-form-panel h2,
  .orne-contact-map h2 {
    font-size: 24px;
  }

  .orne-captcha-row {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .orne-contact-map > header {
    padding: 24px 22px 18px;
  }

  .orne-contact-map #map-canvas {
    height: 340px;
  }

  #main-slider .owl-controls {
    right: 16px;
    bottom: 14px;
  }

  .panel-default > .panel-heading,
  .panel-heading {
    padding: 22px 20px 17px;
  }

  .panel-title {
    font-size: 23px;
  }

  .panel-body,
  .box {
    padding: 18px;
  }

  .orne-product-grid,
  .orne-product-grid.orne-home-products,
  .orne-product-grid.has-sidebar,
  .orne-product-grid.orne-home-products.has-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  .orne-product-media {
    aspect-ratio: 4 / 3;
  }

  .orne-product-detail-header {
    padding: 26px 22px;
  }

  .orne-product-detail-header h1 {
    font-size: 30px;
  }

  .orne-page-intro {
    padding: 24px 21px;
  }

  .orne-page-intro h1,
  .orne-page-header h1 {
    font-size: 28px;
  }

  .orne-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .orne-footer-contact {
    grid-column: auto;
  }

  .orne-copyright {
    display: block;
  }

  .orne-copyright-meta {
    display: inline-flex;
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .orne-copyright-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    white-space: normal;
  }

  .orne-site-credit {
    padding-left: 0;
  }

  .orne-site-credit:before {
    display: none;
  }
}

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

/* Keep product artwork and embedded ORNE marks fully visible. */
.orne-product-media {
  aspect-ratio: 16 / 9;
  background: #e7ebec;
}

.orne-product-media img {
  object-fit: contain;
  object-position: center;
}

.orne-product-card:hover .orne-product-media img {
  transform: scale(1.015);
}

@media (min-width: 992px) {
  body .orne-content-page #text-page .orne-page-header .orne-page-video-lead {
    color: rgba(255,255,255,.84);
    font-size: 17px;
    line-height: 1.7;
  }
}

/* Vibrasyon Sistemleri: desktop-only cinematic background */
@media (min-width: 992px) {
  .orne-page-video-enabled .orne-page-header {
    min-height: clamp(410px, 35vw, 520px);
    padding: 58px 64px;
    border-radius: 0 6px 6px 0;
    background: #101c21;
  }

  .orne-page-video-enabled .orne-page-header:before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(8, 17, 21, .92) 0%, rgba(8, 17, 21, .68) 42%, rgba(8, 17, 21, .20) 72%, rgba(8, 17, 21, .36) 100%),
      linear-gradient(0deg, rgba(8, 17, 21, .55), transparent 50%);
  }

  .orne-page-video-enabled .orne-page-header:after {
    z-index: 2;
  }

  .orne-page-video-enabled .orne-page-header-copy,
  .orne-page-video-enabled .orne-page-header-index {
    z-index: 3;
  }

  .orne-page-video-enabled .orne-page-header-copy {
    max-width: 720px;
  }

  .orne-page-video-enabled .orne-page-header h1 {
    font-size: clamp(44px, 4.6vw, 68px);
  }

  .orne-page-video-enabled .orne-page-header-index {
    align-self: flex-start;
    color: rgba(255,255,255,.16);
  }

  .orne-page-video-enabled .orne-page-header > .orne-page-video-bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    background: #101c21 center / cover no-repeat;
  }

  .orne-page-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity .8s ease;
  }

  .orne-page-video-bg.is-playing video {
    opacity: 1;
  }

  .orne-page-video-lead {
    max-width: 620px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.83);
    font-size: 17px;
    line-height: 1.7;
  }
}

@media (max-width: 991px) {
  .orne-page-video-bg,
  .orne-page-video-lead {
    display: none;
  }
}

/* YouTube archive belongs to the video pages, not the floating action rail. */
#orne-youtube-float,
.orne-youtube-float {
  display: none !important;
}

.orne-location-float {
  bottom: 98px !important;
}

.orne-youtube-archive-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  overflow: hidden;
  margin: 62px 0 0;
  padding: 46px 50px;
  border-left: 5px solid #ff3d30;
  border-radius: 0 6px 6px 0;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(255,255,255,.04), transparent 44%),
    #142329;
  box-shadow: 0 20px 46px rgba(13, 28, 34, .15);
}

.orne-youtube-archive-cta-top {
  margin: 0 0 46px;
}

.orne-youtube-archive-copy {
  max-width: 900px;
}

.orne-youtube-archive-cta .orne-section-kicker {
  color: #ff7657;
}

body .orne-content-page #text-page .orne-youtube-archive-cta h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 32px;
  line-height: 1.15;
}

body .orne-content-page #text-page .orne-youtube-archive-cta p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.75;
}

.orne-youtube-archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 4px;
  color: #fff !important;
  background: #e62117;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.orne-youtube-archive-link:hover,
.orne-youtube-archive-link:focus {
  color: #fff !important;
  background: #ff2d22;
  box-shadow: 0 12px 28px rgba(230,33,23,.28);
  transform: translateY(-2px);
}

.orne-youtube-archive-link .fa {
  font-size: 22px;
}

@media (max-width: 991px) {
  .orne-youtube-archive-cta {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 42px;
    padding: 34px 28px;
  }

  .orne-youtube-archive-cta-top {
    margin: 0 0 38px;
  }

  .orne-youtube-archive-link {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .orne-location-float {
    right: 72px !important;
    bottom: 12px !important;
  }

  body .orne-content-page #text-page .orne-youtube-archive-cta h2 {
    font-size: 27px;
  }

  .orne-youtube-archive-link {
    width: 100%;
    padding: 0 16px;
    white-space: normal;
    text-align: center;
  }
}

/* Premium v4: one visual system for every inner page */
@media (min-width: 1600px) {
  .container {
    width: calc(100% - 80px);
    max-width: 1720px;
  }
}

.orne-content-page,
.orne-category-page,
.orne-product-detail-page {
  padding-top: 24px;
}

.orne-content-page .breadcrumb,
.orne-category-page .breadcrumb,
.orne-product-detail-page .breadcrumb {
  margin-bottom: 24px;
}

.orne-content-page #text-page.box {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.orne-page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  min-height: 190px;
  margin: 0;
  padding: 42px 48px;
  border: 0;
  border-left: 5px solid var(--orne-brand);
  border-radius: 0 6px 0 0;
  color: #fff;
  background: #142329;
  box-shadow: 0 18px 42px rgba(13, 28, 34, .14);
}

.orne-page-header:after {
  content: "";
  position: absolute;
  top: -30%;
  right: 10%;
  width: 180px;
  height: 170%;
  border-right: 1px solid rgba(255,255,255,.07);
  border-left: 1px solid rgba(255,255,255,.07);
  transform: skewX(-18deg);
}

.orne-page-header > div,
.orne-page-header-index {
  position: relative;
  z-index: 1;
}

.orne-page-header .orne-section-kicker {
  color: #ff7657;
}

.orne-page-header h1 {
  max-width: 980px;
  margin: 8px 0 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
}

.orne-page-header-index {
  color: rgba(255,255,255,.09);
  font-size: 82px;
  font-weight: 900;
  line-height: 1;
}

.orne-page-cover {
  margin: 0 0 52px;
  border-radius: 0 0 6px 6px;
  background: #dfe5e7;
  box-shadow: 0 22px 50px rgba(13, 28, 34, .14);
}

.orne-page-cover img {
  width: 100%;
  max-height: 640px;
  aspect-ratio: 16 / 6;
  object-fit: cover;
}

body .orne-content-page #text-page .orne-site-section {
  max-width: 1500px;
  margin: 0 auto 42px;
  color: var(--orne-muted);
  font-family: Inter, "Segoe UI", "Open Sans", Arial, sans-serif;
}

body .orne-content-page #text-page .orne-site-section h2,
body .orne-content-page #text-page .orne-site-section h3,
body .orne-content-page #text-page .orne-site-section h4 {
  color: var(--orne-ink);
  font-family: Inter, "Segoe UI", "Open Sans", Arial, sans-serif;
  font-weight: 900;
}

body .orne-content-page #text-page .orne-site-section p {
  color: #526269 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

body .orne-content-page #text-page .orne-site-hero {
  margin: 0 0 26px;
  padding: 50px 36px 42px;
  border: 0;
  border-top: 2px solid var(--orne-brand);
  background: #fff;
}

body .orne-content-page #text-page .orne-site-hero h2 {
  max-width: 1080px;
  margin-bottom: 14px;
  font-size: 35px;
  line-height: 1.2;
}

body .orne-content-page #text-page .orne-site-kicker {
  margin-bottom: 10px;
  color: var(--orne-brand);
  font-size: 12px;
  font-weight: 900;
}

body .orne-content-page #text-page .orne-site-lead {
  max-width: 1120px;
  color: #43545a !important;
  font-size: 16px !important;
}

body .orne-content-page #text-page .orne-site-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}

body .orne-content-page #text-page .orne-site-col,
body .orne-content-page #text-page .orne-site-col-2,
body .orne-content-page #text-page .orne-site-col-4 {
  width: auto;
  min-width: 0;
  padding: 0;
}

body .orne-content-page #text-page .orne-site-card {
  min-height: 100%;
  padding: 26px 24px;
  border: 1px solid var(--orne-line);
  border-top: 3px solid #9eabad;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(13, 28, 34, .06);
}

body .orne-content-page #text-page .orne-site-card h3 {
  margin-bottom: 11px;
  font-size: 20px;
}

body .orne-content-page #text-page .orne-site-band {
  margin: 28px 0;
  padding: 30px 32px;
  border: 0;
  border-left: 4px solid var(--orne-brand);
  color: #d9e3e5;
  background: #17272d;
}

body .orne-content-page #text-page .orne-site-band h3,
body .orne-content-page #text-page .orne-site-band p {
  color: #fff !important;
}

body .orne-content-page #text-page .orne-site-list {
  margin-bottom: 28px;
}

body .orne-content-page #text-page .orne-site-list li {
  padding: 13px 0 13px 24px;
  border-color: var(--orne-line);
  color: #526269;
  font-size: 14px;
}

body .orne-content-page #text-page .orne-site-list li:before {
  top: 20px;
  border-radius: 0;
  background: var(--orne-brand);
}

body .orne-content-page #text-page .orne-site-links {
  gap: 9px;
  margin: 0 0 30px;
}

body .orne-content-page #text-page .orne-site-links a {
  margin: 0;
  padding: 10px 13px;
  border-radius: 3px;
  font-weight: 800;
}

body .orne-content-page #text-page .orne-site-faq-item,
body .orne-content-page #text-page .orne-site-note {
  padding: 20px 22px;
  border-color: var(--orne-line);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(13, 28, 34, .05);
}

body .orne-content-page #text-page .orne-site-cta {
  margin: 34px 0 0;
  padding: 34px;
  border-radius: 5px;
  background: #142329;
}

body .orne-content-page #text-page .orne-site-cta h3 {
  color: #fff;
  font-size: 25px;
}

/* Reference page */
body .orne-page-id-2 #text-page .orne-site-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body .orne-page-id-2 #text-page .orne-ref-logo {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--orne-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(13, 28, 34, .05);
}

body .orne-page-id-2 #text-page .orne-ref-logo img {
  max-height: 84px;
  filter: saturate(.92);
}

/* Video and project pages */
body .orne-content-page #text-page .orne-page-switch,
body .orne-content-page #text-page .orne-project-choice {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
  padding: 7px;
  border: 1px solid var(--orne-line);
  border-radius: 5px;
  background: #edf2f3;
}

body .orne-content-page #text-page .orne-page-switch a,
body .orne-content-page #text-page .orne-project-choice a {
  min-height: 46px;
  margin: 0;
  border-radius: 3px;
  box-shadow: none;
}

body .orne-content-page #text-page .orne-section-head,
body .orne-content-page #text-page .orne-video-section-title {
  margin: 46px 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--orne-line);
}

body .orne-content-page #text-page .orne-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0 0 40px;
}

body .orne-content-page #text-page .orne-video-card {
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 28, 34, .11);
  transition: transform .24s ease, box-shadow .24s ease;
}

body .orne-content-page #text-page .orne-video-card:hover {
  box-shadow: 0 22px 44px rgba(13, 28, 34, .16);
  transform: translateY(-4px);
}

body .orne-content-page #text-page .orne-video-frame {
  border-radius: 0;
  background: #111b20;
}

body .orne-content-page #text-page .orne-video-meta {
  padding: 22px 24px 24px;
}

body .orne-content-page #text-page .orne-video-meta h3 {
  font-size: 20px;
}

/* Product category */
.orne-category-page .orne-page-intro {
  min-height: 205px;
  margin-bottom: 30px;
  padding: 42px 48px;
  border-left: 5px solid var(--orne-brand);
  border-radius: 0 6px 6px 0;
  background: #142329;
  box-shadow: 0 18px 42px rgba(13, 28, 34, .14);
}

.orne-category-page .orne-page-intro h1 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 44px;
}

.orne-category-lead {
  max-width: 780px;
  margin: 0;
  color: #c8d5d8;
  font-size: 15px;
  line-height: 1.75;
}

.orne-category-page .orne-product-grid,
.orne-category-page .orne-product-grid.has-sidebar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.orne-category-page .orne-category-description.box {
  margin: 42px 0 0;
  padding: 34px;
  border: 0;
  border-left: 4px solid var(--orne-brand);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

/* Product detail */
.orne-product-detail-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  min-height: 220px;
  margin-bottom: 0;
  padding: 44px 48px;
  border-radius: 0 6px 0 0;
}

.orne-product-detail-copy {
  position: relative;
  z-index: 1;
  max-width: 1050px;
}

.orne-product-detail-header h1 {
  font-size: 44px;
  line-height: 1.1;
}

.orne-product-contact {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 235px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 3px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
}

.orne-product-contact:hover {
  border-color: var(--orne-brand);
  background: var(--orne-brand);
}

.orne-product-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 26px;
  border: 1px solid var(--orne-line);
  border-top: 0;
  background: #fff;
}

.orne-product-facts span {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px 22px;
  border-right: 1px solid var(--orne-line);
  color: var(--orne-ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.orne-product-facts span:last-child {
  border-right: 0;
}

.orne-product-facts .fa {
  margin-right: 11px;
  color: var(--orne-brand);
  font-size: 17px;
}

.orne-product-detail-page #productMain {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 18px 42px rgba(13, 28, 34, .12);
}

.orne-product-detail-page #productMain #mainImage img {
  max-height: 760px;
}

.orne-product-detail-page #details.box {
  margin-top: 34px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(13, 28, 34, .08);
}

.orne-inner-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin: 44px 0 10px;
  padding: 34px 38px;
  border-left: 4px solid var(--orne-brand);
  color: #fff;
  background: #142329;
}

.orne-inner-cta .orne-section-kicker {
  color: #ff7657;
}

.orne-inner-cta h2 {
  max-width: 780px;
  margin: 6px 0 0;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.25;
}

.orne-inner-cta .btn {
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .orne-page-header,
  .orne-category-page .orne-page-intro,
  .orne-product-detail-header {
    padding: 34px 30px;
  }

  .orne-page-header h1,
  .orne-category-page .orne-page-intro h1,
  .orne-product-detail-header h1 {
    font-size: 36px;
  }

  body .orne-content-page #text-page .orne-site-grid,
  body .orne-page-id-2 #text-page .orne-site-grid,
  .orne-category-page .orne-product-grid,
  .orne-category-page .orne-product-grid.has-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orne-product-detail-header,
  .orne-inner-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .orne-content-page,
  .orne-category-page,
  .orne-product-detail-page {
    padding-top: 14px;
  }

  .orne-page-header {
    min-height: 165px;
    padding: 30px 24px;
  }

  .orne-page-header h1,
  .orne-category-page .orne-page-intro h1,
  .orne-product-detail-header h1 {
    font-size: 31px;
  }

  .orne-page-header-index {
    font-size: 52px;
  }

  .orne-page-cover {
    margin-bottom: 34px;
  }

  .orne-page-cover img {
    aspect-ratio: 4 / 3;
  }

  body .orne-content-page #text-page .orne-site-hero {
    padding: 32px 22px;
  }

  body .orne-content-page #text-page .orne-site-hero h2 {
    font-size: 27px;
  }

  body .orne-content-page #text-page .orne-site-grid,
  body .orne-page-id-2 #text-page .orne-site-grid,
  body .orne-content-page #text-page .orne-video-grid,
  .orne-category-page .orne-product-grid,
  .orne-category-page .orne-product-grid.has-sidebar,
  .orne-product-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  body .orne-content-page #text-page .orne-site-card,
  body .orne-content-page #text-page .orne-site-band,
  body .orne-content-page #text-page .orne-site-cta {
    padding: 24px 21px;
  }

  .orne-category-page .orne-page-intro {
    min-height: 0;
    padding: 30px 24px;
  }

  .orne-product-detail-header {
    min-height: 0;
    padding: 32px 24px;
  }

  .orne-product-contact {
    width: 100%;
  }

  .orne-product-facts span {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--orne-line);
  }

  .orne-product-facts span:last-child {
    border-bottom: 0;
  }

  .orne-inner-cta {
    padding: 28px 24px;
  }

  .orne-inner-cta h2 {
    font-size: 23px;
  }
}

/* Premium v3: industrial showcase and stable content flow */
.orne-reveal-ready [data-orne-reveal],
[data-orne-reveal] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

#main-slider {
  margin-top: 24px;
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 22px 55px rgba(10, 24, 30, .16);
}

#main-slider .owl-controls {
  right: auto;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.orne-system-showcase {
  padding: 82px 0 74px;
  background: #fff;
}

.orne-system-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: 72px;
  align-items: end;
  max-width: 1180px;
  margin-bottom: 38px;
}

.orne-system-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--orne-ink);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.12;
}

.orne-system-heading > p {
  margin: 0 0 3px;
  color: var(--orne-muted);
  font-size: 15px;
  line-height: 1.8;
}

.orne-system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.orne-system-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 430px;
  border-radius: 6px;
  color: #fff !important;
  background: #101b20;
  box-shadow: 0 18px 44px rgba(15, 29, 35, .16);
  isolation: isolate;
}

.orne-system-card:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 2px;
  background: var(--orne-brand);
  transition: width .28s ease;
}

.orne-system-card:hover:before {
  width: 78px;
}

.orne-system-card > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}

.orne-system-card:hover > img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.03);
}

.orne-system-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10,17,20,.06) 16%, rgba(10,17,20,.88) 100%);
}

.orne-system-content {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 32px;
  left: 34px;
}

.orne-system-content small,
.orne-system-content strong,
.orne-system-content em,
.orne-system-content b {
  display: block;
  letter-spacing: 0;
}

.orne-system-content small {
  margin-bottom: 12px;
  color: #ff8267;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.orne-system-content strong {
  margin-bottom: 9px;
  color: #fff;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.15;
}

.orne-system-content em {
  max-width: 520px;
  color: #d7e1e4;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

.orne-system-content b {
  margin-top: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.orne-system-content b .fa {
  margin-left: 9px;
  color: #ff8267;
  transition: transform .22s ease;
}

.orne-system-card:hover .orne-system-content b .fa {
  transform: translateX(5px);
}

.orne-capability-band {
  margin: 0;
  padding: 56px 0;
  border-top: 0;
  border-bottom: 1px solid var(--orne-line);
  background: #f6f8f8;
}

.orne-capability-band .container {
  gap: 44px;
}

.orne-capability-intro {
  grid-column: 1;
}

.orne-capability-list {
  grid-column: 2;
}

.orne-capability-intro h2 {
  font-size: 29px;
}

.orne-capability-item {
  min-height: 118px;
  padding: 14px 24px;
  align-items: start;
}

#advantages {
  padding: 76px 0 84px;
  background: #edf1f2;
}

#advantages > .container {
  display: block;
}

#advantages > .container:before,
#advantages > .container:after {
  display: table;
  content: "";
}

#advantages > .container:after {
  clear: both;
}

.orne-product-section.panel {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.orne-product-section .panel-heading {
  padding: 0 0 34px;
  border: 0;
  background: transparent;
}

.orne-product-section .panel-heading .panel-title {
  margin-top: 6px;
  color: var(--orne-ink);
  font-size: 38px;
  font-weight: 900;
}

.orne-product-lead {
  max-width: 620px;
  margin: 13px auto 0;
  color: var(--orne-muted);
  font-size: 15px;
  line-height: 1.7;
}

.orne-product-section .panel-body {
  padding: 0;
}

.orne-product-grid.orne-home-products,
.orne-product-grid.orne-home-products.has-sidebar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.orne-product-card {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(13, 28, 34, .09);
}

.orne-product-card:hover {
  border-color: transparent;
  box-shadow: 0 22px 42px rgba(13, 28, 34, .16);
  transform: translateY(-4px);
}

.orne-product-media {
  position: relative;
  height: auto;
  aspect-ratio: 4 / 3;
  background: #dfe5e7;
}

.orne-product-media:after {
  display: none;
}

.orne-product-media:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 36%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(12,22,26,.35));
}

.orne-product-index {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 27px;
  border: 1px solid rgba(255,255,255,.62);
  color: #fff;
  background: rgba(16,30,36,.55);
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.orne-product-content {
  min-height: 130px;
  padding: 23px 24px 22px;
}

.orne-product-content h3 {
  min-height: 44px;
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.35;
}

.orne-product-link {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.orne-process-band {
  margin-top: 0;
  padding: 82px 0 76px;
  background: #142329;
}

.orne-process-list li {
  min-height: 188px;
}

#footer {
  min-height: 0;
}

@media (max-width: 991px) {
  .orne-system-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .orne-system-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .orne-system-card {
    min-height: 390px;
  }

  .orne-capability-intro,
  .orne-capability-list {
    grid-column: auto;
  }

  .orne-product-grid.orne-home-products,
  .orne-product-grid.orne-home-products.has-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #main-slider {
    border-radius: 0;
  }

  #main-slider .item:after {
    display: none;
  }

  #main-slider .item > img,
  #main-slider .img-responsive {
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  #main-slider .slider-article {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
    padding: 24px 22px 54px;
    background: #142329;
    transform: none;
  }

  #main-slider .slider-title {
    font-size: 27px;
    line-height: 1.12;
  }

  #main-slider .slider-description {
    max-width: none;
    margin-bottom: 0;
    color: #d9e2e4;
  }

  #main-slider .owl-controls {
    right: auto;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
  }

  .orne-social-float {
    top: auto !important;
    bottom: 12px !important;
    width: 54px !important;
    height: 54px !important;
  }

  .orne-location-float {
    right: 132px !important;
  }

  .orne-youtube-float {
    right: 72px !important;
  }

  .orne-whatsapp-float {
    right: 12px !important;
  }

  .orne-system-showcase {
    padding: 48px 0 42px;
  }

  .orne-system-heading {
    margin-bottom: 26px;
  }

  .orne-system-heading h2 {
    font-size: 30px;
  }

  .orne-system-heading > p {
    font-size: 14px;
  }

  .orne-system-card {
    min-height: 340px;
  }

  .orne-system-content {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .orne-system-content strong {
    font-size: 26px;
  }

  .orne-capability-band {
    padding: 42px 0;
  }

  #advantages {
    padding: 52px 0 58px;
  }

  .orne-product-section .panel-heading .panel-title {
    font-size: 31px;
  }

  .orne-product-grid.orne-home-products,
  .orne-product-grid.orne-home-products.has-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  .orne-product-content h3 {
    min-height: 0;
  }
}

.orne-product-media {
  aspect-ratio: 16 / 9;
  background: #e7ebec;
}

.orne-product-media img {
  object-fit: contain;
  object-position: center;
}

.orne-product-card:hover .orne-product-media img {
  transform: scale(1.015);
}

/* Final mobile action rail: two controls after removing YouTube. */
@media (max-width: 640px) {
  body .orne-location-float {
    right: 72px !important;
    bottom: 12px !important;
  }

  body .orne-whatsapp-float {
    right: 12px !important;
    bottom: 12px !important;
  }
}

/* Compact social directory in the top utility bar. */
.orne-topbar-social,
.orne-topbar-social-links {
  display: inline-flex;
  align-items: center;
}

.orne-topbar-social {
  gap: 11px;
}

.orne-topbar-social-label {
  color: #aebcc1;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.orne-topbar-social-links {
  gap: 6px;
}

.orne-topbar-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: #fff !important;
  background: rgba(255, 255, 255, .04);
  font-size: 12px;
  text-decoration: none !important;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.orne-topbar-social-links a:hover,
.orne-topbar-social-links a:focus {
  border-color: transparent;
  color: #fff !important;
  transform: translateY(-2px);
}

.orne-topbar-social-links .instagram:hover,
.orne-topbar-social-links .instagram:focus {
  background: #d62976;
}

.orne-topbar-social-links .tiktok:hover,
.orne-topbar-social-links .tiktok:focus {
  background: #12a8a0;
}

.orne-topbar-social-links .youtube:hover,
.orne-topbar-social-links .youtube:focus {
  background: #e62117;
}

@media (max-width: 1199px) {
  .orne-topbar-social-label {
    display: none;
  }
}

@media (max-width: 767px) {
  .orne-topbar-social {
    display: none;
  }
}
