/* ============================================================
   ROUGE CUSTOM STYLES
   This file sits on top of the Opklim template CSS.
   Tinker here first before touching the template's large style.css.
   ============================================================ */

:root {
  --rouge-red: #ec3a2c;
  --rouge-red-dark: #c5271d;
  --rouge-navy: #062b4f;
  --rouge-navy-deep: #031d35;
  --rouge-ink: #10243c;
  --rouge-soft: #f6f7f9;
  --rouge-border: #e8e5df;
  --rouge-gold: #d7b46a;
}

html { scroll-behavior: smooth; }
body { color: #5f6670; font-size: 16px; line-height: 1.72; }
a { color: var(--rouge-red); }
a:hover { color: var(--rouge-red-dark); }

/* ---------- Header / nav ---------- */
.rouge-topbar { background: var(--rouge-navy-deep); color: #fff; padding: 10px 0; font-size: 14px; }
.rouge-topbar a { color: #fff; margin-right: 22px; }
.rouge-topbar i { color: var(--rouge-red); margin-right: 7px; }
.rouge-header { background: #fff; border-bottom: 1px solid var(--rouge-border); box-shadow: 0 5px 25px rgba(0,0,0,.04); }
.rouge-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; }
.rouge-logo img { width: 250px; max-width: 72vw; height: auto; display: block; }
.rouge-menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.rouge-menu a { color: var(--rouge-ink); font-weight: 700; letter-spacing: .01em; }
.rouge-menu a:hover, .rouge-menu a.active { color: var(--rouge-red); }
.rouge-mobile-toggle { display: none; border: 0; background: var(--rouge-navy); color: #fff; padding: 10px 13px; border-radius: 3px; }

/* ---------- Buttons ---------- */
.rouge-btn, .thm-btn.rouge-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--rouge-red); color: #fff !important; border-radius: 2px;
  padding: 14px 24px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  box-shadow: 0 12px 25px rgba(236,58,44,.18); border: 0;
}
.rouge-btn:hover { background: var(--rouge-red-dark); color: #fff !important; }
.rouge-btn-outline { background: transparent; color: #fff !important; border: 1px solid rgba(255,255,255,.45); box-shadow: none; }
.rouge-btn-outline:hover { background: #fff; color: var(--rouge-navy) !important; }

/* ---------- Hero ---------- */
.rouge-hero {
  position: relative; min-height: 690px; display: flex; align-items: center; color: #fff; overflow: hidden;
  background: linear-gradient(90deg, rgba(3,29,53,.94), rgba(3,29,53,.72), rgba(3,29,53,.30)), url('../images/slider/slider-1-1.jpg') center center / cover no-repeat;
}
.rouge-hero:after { content: ''; position: absolute; inset: auto 0 0 0; height: 8px; background: var(--rouge-red); }
.rouge-hero .container { position: relative; z-index: 2; }
.eyebrow { color: var(--rouge-red); font-weight: 900; text-transform: uppercase; letter-spacing: .20em; font-size: 13px; margin-bottom: 15px; }
.rouge-hero h1 { font-family: Georgia, 'Times New Roman', serif; font-size: 68px; line-height: 1.05; font-weight: 700; color: #fff; margin-bottom: 24px; max-width: 780px; }
.rouge-hero p { max-width: 670px; color: rgba(255,255,255,.88); font-size: 19px; margin-bottom: 30px; }
.rouge-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.rouge-hero-card { margin-top: 45px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; max-width: 900px; background: rgba(255,255,255,.16); }
.rouge-hero-card div { background: rgba(6,43,79,.78); padding: 21px 24px; border-top: 2px solid var(--rouge-red); }
.rouge-hero-card strong { display: block; color: #fff; font-size: 16px; }
.rouge-hero-card span { display: block; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.45; }

/* ---------- Section basics ---------- */
.rouge-section { padding: 95px 0; }
.rouge-section-soft { background: var(--rouge-soft); }
.rouge-section-navy { background: var(--rouge-navy-deep); color: #dfe8f2; }
.rouge-section-navy h2, .rouge-section-navy h3 { color: #fff; }
.rouge-title { font-family: Georgia, 'Times New Roman', serif; font-size: 43px; line-height: 1.18; color: var(--rouge-ink); margin-bottom: 18px; }
.rouge-title span { color: var(--rouge-red); }
.rouge-lead { font-size: 18px; color: #5d6671; max-width: 760px; }

/* ---------- Cards ---------- */
.rouge-card { background: #fff; padding: 34px; border: 1px solid var(--rouge-border); height: 100%; transition: .2s ease; position: relative; overflow: hidden; }
.rouge-card:before { content: ''; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: var(--rouge-red); opacity: .9; }
.rouge-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(16,36,60,.10); }
.rouge-card i { font-size: 36px; color: var(--rouge-red); margin-bottom: 18px; display: inline-block; }
.rouge-card h3 { color: var(--rouge-ink); font-size: 22px; margin-bottom: 12px; }
.rouge-card p { margin-bottom: 0; }
.rouge-card a { font-weight: 800; }

/* ---------- Owner statement / signature area ---------- */
.owner-note { background: #fff; border: 1px solid var(--rouge-border); padding: 45px; box-shadow: 0 22px 55px rgba(16,36,60,.08); }
.owner-note p { font-size: 18px; color: #4e5660; }
.signature-line { margin-top: 24px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.signature-name { font-family: Georgia, 'Times New Roman', serif; color: var(--rouge-navy); font-size: 36px; font-style: italic; line-height: 1; }
.signature-title { color: #777; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.owner-photo-card { min-height: 440px; background: linear-gradient(rgba(3,29,53,.15), rgba(3,29,53,.55)), url('../images/resources/about-1-1.jpg') center center / cover no-repeat; }

/* ---------- Process / stats ---------- */
.process-list { counter-reset: step; }
.process-item { position: relative; padding-left: 82px; margin-bottom: 30px; }
.process-item:before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 54px; height: 54px; border-radius: 50%; background: var(--rouge-red); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 20px; }
.process-item h3 { color: var(--rouge-ink); font-size: 21px; margin-bottom: 6px; }
.rouge-stat { text-align: center; padding: 30px 18px; border: 1px solid rgba(255,255,255,.12); }
.rouge-stat strong { display: block; font-size: 40px; color: #fff; font-family: Georgia, 'Times New Roman', serif; }
.rouge-stat span { color: #cbd7e4; }

/* ---------- Page title ---------- */
.rouge-page-title { padding: 110px 0; background: linear-gradient(90deg, rgba(3,29,53,.92), rgba(3,29,53,.62)), url('../images/background/inner-banner-bg-1-1.jpg') center / cover no-repeat; color: #fff; }
.rouge-page-title h1 { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 56px; }
.rouge-breadcrumb { color: rgba(255,255,255,.75); }
.rouge-breadcrumb a { color: #fff; }

/* ---------- Contact and footer ---------- */
.contact-box { background: #fff; border: 1px solid var(--rouge-border); padding: 35px; height: 100%; }
.contact-box h3 { color: var(--rouge-ink); margin-bottom: 16px; }
.contact-line { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 15px; }
.contact-line i { color: var(--rouge-red); margin-top: 5px; }
.footer-rouge { background: #031d35; color: #c6d2df; padding: 60px 0 25px; }
.footer-rouge img { width: 230px; max-width: 100%; margin-bottom: 22px; }
.footer-rouge h3 { color: #fff; font-size: 20px; margin-bottom: 18px; }
.footer-rouge a { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 35px; padding-top: 22px; font-size: 14px; }
.footer-small { font-size: 13px; color: #9fb0c0; }

/* ---------- Little helpers ---------- */
.red-text { color: var(--rouge-red); }
.navy-text { color: var(--rouge-navy); }
.service-list { padding-left: 0; list-style: none; }
.service-list li { margin-bottom: 10px; padding-left: 24px; position: relative; }
.service-list li:before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: var(--rouge-red); position: absolute; left: 0; top: 0; }
.notice-box { background: #fff7f6; border-left: 4px solid var(--rouge-red); padding: 18px 22px; color: #4a4f55; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .rouge-nav { min-height: 82px; }
  .rouge-mobile-toggle { display: inline-block; }
  .rouge-menu { display: none; position: absolute; left: 15px; right: 15px; top: 82px; background: #fff; border: 1px solid var(--rouge-border); padding: 18px; z-index: 20; box-shadow: 0 20px 50px rgba(0,0,0,.12); }
  .rouge-menu.open { display: block; }
  .rouge-menu li { margin-bottom: 12px; }
  .rouge-menu .rouge-btn { width: 100%; }
  .rouge-hero { min-height: 620px; }
  .rouge-hero h1 { font-size: 46px; }
  .rouge-hero-card { grid-template-columns: 1fr; }
  .owner-note { padding: 30px; }
}
@media (max-width: 575px) {
  .rouge-topbar .container { display: block; }
  .rouge-logo img { width: 220px; }
  .rouge-hero h1 { font-size: 38px; }
  .rouge-title { font-size: 34px; }
  .rouge-section { padding: 65px 0; }
}
