/* ===== WoodenPanda - Deneb-Inspired Light Theme ===== */

:root {
  --wp-navy: #12211d;
  --wp-navy-light: #2a4e45;
  --wp-accent: #4a7c59;
  --wp-accent-dark: #3a6347;
  --wp-accent-light: #e8f0eb;
  --wp-white: #f7f9f2;
  --wp-off-white: #eef3e4;
  --wp-light-gray: #e6ecd6;
  --wp-gray: #5a6b5e;
  --wp-dark-gray: #0a2120;
  --wp-black: #070f0e;
  --font-heading: 'DM Serif Display', serif;
  --font-body: 'DM Sans', sans-serif;
  --font-script: 'DM Serif Display', serif;
  --font-accent: 'DM Serif Display', serif;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  --radius: 12px;
}

/* ===== Reset & Base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--font-body);
  background-color: var(--wp-white);
  color: var(--wp-dark-gray);
  overflow-x: hidden;
  background-image: url('../images/wood-texture.jpg');
  background-repeat: repeat;
  background-size: 400px;
  background-blend-mode: overlay;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--wp-navy);
  letter-spacing: -0.02em;
}

a { color: var(--wp-navy-light); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--wp-dark-gray); }

/* Instrument Serif italic accent in headings */
h1 em, h2 em, h3 em, h4 em, .script-accent {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
}

img { max-width: 100%; }

.section-padding { padding: 100px 0; }
.section-padding-sm { padding: 60px 0; }

/* ===== Background Utilities ===== */
.bg-white { background-color: var(--wp-white) !important; }
.bg-light { background-color: var(--wp-off-white) !important; }
.bg-navy { background-color: var(--wp-navy) !important; background-image: url('../images/wood-dark.png') !important; background-repeat: repeat !important; background-size: 300px !important; background-blend-mode: overlay !important; }
.bg-navy-light { background-color: var(--wp-navy-light) !important; }
.bg-accent { background-color: var(--wp-accent) !important; }
.text-accent { color: var(--wp-accent) !important; }
.text-navy { color: var(--wp-navy) !important; }
.text-gray { color: var(--wp-gray) !important; }

/* ===== Script Heading (Deneb decorative style) ===== */
.script-heading {
  font-family: var(--font-accent);
  font-size: 1.4rem;
  color: var(--wp-accent);
  font-weight: 400;
  font-style: italic;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.script-heading::before {
  content: '✦';
  margin-right: 8px;
  font-size: 0.8em;
}
.script-heading::after {
  content: '✦';
  margin-left: 8px;
  font-size: 0.8em;
}

/* ===== Buttons ===== */
.btn-accent {
  background-color: var(--wp-accent);
  color: #ffffff;
  border: none;
  padding: 14px 40px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s;
}
.btn-accent:hover {
  background-color: var(--wp-accent-dark);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(74,124,89,0.35);
}

.btn-outline-accent {
  border: 2px solid var(--wp-navy-light) !important;
  color: var(--wp-dark-gray) !important;
  border-radius: 50px !important;
  padding: 12px 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  background: transparent;
}
.btn-outline-accent:hover {
  background-color: var(--wp-accent) !important;
  color: var(--wp-dark-gray) !important;
}

.btn-outline-light {
  border: 2px solid rgba(255,255,255,0.6) !important;
  color: var(--wp-white) !important;
  border-radius: 50px !important;
  padding: 12px 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
.btn-outline-light:hover {
  background-color: var(--wp-white) !important;
  color: var(--wp-navy) !important;
}

/* ===== Navbar ===== */
.navbar {
  background-color: rgba(247, 249, 242, 0.95);
  backdrop-filter: blur(20px);
  padding: 15px 0;
  transition: all 0.3s;
  z-index: 1050;
  box-shadow: none;
}
.navbar.scrolled {
  background-color: rgba(247, 249, 242, 0.98);
  padding: 10px 0;
  box-shadow: var(--shadow-sm);
}
.navbar-brand img { transition: transform 0.3s; }
.navbar-brand:hover img { transform: scale(1.1); }
.nav-link {
  color: var(--wp-navy) !important;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 16px !important;
  transition: color 0.3s;
}
.nav-link:hover { color: var(--wp-accent) !important; }
.navbar-toggler { border: none; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230a2120' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.dropdown-menu {
  background: var(--wp-white);
  border: 1px solid var(--wp-light-gray);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.dropdown-item {
  color: var(--wp-dark-gray);
  font-size: 0.9rem;
  padding: 8px 20px;
}
.dropdown-item:hover {
  background: var(--wp-accent-light);
  color: var(--wp-accent-dark);
}

/* Navbar on dark hero pages */
.navbar-hero {
  background-color: transparent;
}
.navbar-hero .nav-link { color: var(--wp-white) !important; }
.navbar-hero .nav-link:hover { color: var(--wp-accent) !important; }
.navbar-hero .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-hero.scrolled {
  background-color: rgba(247, 249, 242, 0.98);
}
.navbar-hero.scrolled .nav-link { color: var(--wp-navy) !important; }
.navbar-hero.scrolled .nav-link:hover { color: var(--wp-accent) !important; }
.navbar-hero.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230a2120' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ===== Hero Section (Home) ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--wp-navy) url('../images/wood-dark.png') repeat;
  background-size: 300px;
  background-blend-mode: overlay;
}
.hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(26,26,46,0.85) 0%, rgba(22,33,62,0.75) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 30px;
  max-width: 900px;
  margin: 0 auto;
}
.maple-leaf-icon, .maple-leaf-icon-sm {
  display: inline-block;
  vertical-align: middle;
  color: #c41e3a;
}
.hero h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--wp-white);
  margin-bottom: 20px;
}
.hero h1 .accent { color: var(--wp-accent); }
.hero .script-label {
  font-family: var(--font-accent);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--wp-accent);
  margin-bottom: 15px;
  display: block;
}
.hero p.lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  margin: 0 auto;
}

/* ===== Service Icons Row ===== */
.service-icons-row {
  padding: 50px 0;
  background: var(--wp-white);
  border-bottom: 1px solid var(--wp-light-gray);
}
.service-icon-item {
  text-align: center;
  padding: 20px 15px;
  transition: all 0.3s;
  cursor: pointer;
}
.service-icon-item:hover { transform: translateY(-5px); }
.service-icon-item .icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--wp-accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  transition: all 0.3s;
}
.service-icon-item:hover .icon-circle {
  background: var(--wp-accent);
}
.service-icon-item .icon-circle i {
  font-size: 1.6rem;
  color: var(--wp-accent);
  transition: color 0.3s;
}
.service-icon-item:hover .icon-circle i { color: var(--wp-white); }
.service-icon-item span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--wp-dark-gray);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Scrollable icon bar (services page) */
.service-icon-bar {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
}
.service-icon-bar::-webkit-scrollbar { height: 4px; }
.service-icon-bar::-webkit-scrollbar-thumb { background: var(--wp-accent); border-radius: 2px; }

/* ===== Page Hero (Deneb style - dark with breadcrumb) ===== */
.page-hero {
  padding: 180px 0 80px;
  background: var(--wp-navy) url('../images/wood-dark.png') repeat;
  background-size: 300px;
  background-blend-mode: overlay;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--wp-navy);
  opacity: 0.15;
}
.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--wp-white);
  position: relative;
}
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1.1rem; position: relative; }
.page-hero .breadcrumb-nav {
  position: relative;
  margin-top: 20px;
}
.page-hero .breadcrumb-nav a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}
.page-hero .breadcrumb-nav a:hover { color: var(--wp-accent); }
.page-hero .breadcrumb-nav span {
  color: var(--wp-accent);
  font-size: 0.9rem;
}
.page-hero .breadcrumb-nav .separator {
  color: rgba(255,255,255,0.4);
  margin: 0 10px;
}

/* ===== Section Heading ===== */
.section-heading {
  margin-bottom: 60px;
}
.section-heading .subtitle {
  font-family: var(--font-accent);
  font-size: 1.4rem;
  color: var(--wp-navy-light);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 10px;
}
.section-heading .subtitle::before { content: '✦ '; font-size: 0.7em; }
.section-heading .subtitle::after { content: ' ✦'; font-size: 0.7em; }
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--wp-navy);
}
.section-heading p { color: var(--wp-gray); font-size: 1.05rem; max-width: 600px; }

/* White variant for dark backgrounds */
.section-heading-light h2 { color: var(--wp-white); }
.section-heading-light p { color: rgba(255,255,255,0.7); }

/* ===== Service Cards (Deneb style) ===== */
.service-card {
  background: var(--wp-white);
  border: 1px solid var(--wp-light-gray);
  border-radius: var(--radius);
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--wp-accent);
}
.service-card .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--wp-accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: var(--wp-accent);
  transition: all 0.3s;
}
.service-card:hover .icon {
  background: var(--wp-accent);
  color: var(--wp-white);
}
.service-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--wp-navy);
}
.service-card p { color: var(--wp-gray); font-size: 0.95rem; line-height: 1.7; }

/* ===== Why Hire Us Stats Badge ===== */
.stats-badge {
  background: var(--wp-accent);
  color: var(--wp-dark-gray);
  border-radius: var(--radius);
  padding: 30px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 10px 30px rgba(216,255,133,0.3);
}
.stats-badge h3 {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--wp-dark-gray);
  margin-bottom: 5px;
}
.stats-badge p {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

/* ===== Stats Counter Row ===== */
.stats-row {
  background: var(--wp-navy);
  padding: 60px 0;
}
.stat-item {
  text-align: center;
  padding: 20px;
}
.stat-item h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 900;
  color: var(--wp-accent);
  margin-bottom: 5px;
}
.stat-item p {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ===== Portfolio Grid with Filter Tabs ===== */
.portfolio-filters { margin-bottom: 40px; }
.portfolio-filters .filter-btn {
  background: none;
  border: 2px solid var(--wp-light-gray);
  color: var(--wp-gray);
  padding: 8px 24px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.3s;
  margin: 4px;
  border-radius: 50px;
  font-weight: 500;
}
.portfolio-filters .filter-btn:hover,
.portfolio-filters .filter-btn.active {
  background: var(--wp-accent);
  border-color: var(--wp-accent);
  color: var(--wp-white);
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.portfolio-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.5s;
}
.portfolio-item:hover img { transform: scale(1.08); }
.portfolio-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 30px;
  background: linear-gradient(transparent, rgba(26,26,46,0.9));
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s;
}
.portfolio-item:hover .portfolio-overlay {
  transform: translateY(0);
  opacity: 1;
}
.portfolio-overlay h5 { font-weight: 700; margin-bottom: 5px; color: var(--wp-white); }
.portfolio-overlay span { color: var(--wp-accent); font-size: 0.85rem; text-transform: uppercase; }

/* ===== Pricing Cards (Deneb style) ===== */
.pricing-card {
  background: var(--wp-white);
  border: 2px solid var(--wp-light-gray);
  border-radius: var(--radius);
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s;
  height: 100%;
}
.pricing-card:hover,
.pricing-card.featured {
  border-color: var(--wp-accent);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}
.pricing-card.featured {
  background: var(--wp-navy);
}
.pricing-card.featured h4,
.pricing-card.featured .price,
.pricing-card.featured .price-period { color: var(--wp-white); }
.pricing-card.featured li { color: rgba(255,255,255,0.8); }
.pricing-card h4 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: var(--wp-navy);
}
.pricing-card .price {
  font-size: 3rem;
  font-weight: 900;
  color: var(--wp-navy);
  line-height: 1;
}
.pricing-card .price-period {
  font-size: 0.9rem;
  color: var(--wp-gray);
  margin-bottom: 25px;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
}
.pricing-card ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--wp-light-gray);
  font-size: 0.95rem;
  color: var(--wp-dark-gray);
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-card.featured ul li { border-bottom-color: rgba(255,255,255,0.1); }
.pricing-card ul li .check { color: var(--wp-accent); font-weight: bold; }
.pricing-card ul li .cross { color: #dc3545; font-weight: bold; }

/* ===== Testimonial Carousel ===== */
.testimonial-card {
  background: var(--wp-white);
  border: 1px solid var(--wp-light-gray);
  border-radius: var(--radius);
  padding: 40px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.testimonial-card .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 3px solid var(--wp-accent);
}
.testimonial-card .stars {
  color: var(--wp-accent);
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.testimonial-card blockquote {
  font-size: 1rem;
  color: var(--wp-gray);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}
.testimonial-card .author {
  font-weight: 700;
  color: var(--wp-navy);
  font-size: 1rem;
}
.testimonial-card .role {
  font-size: 0.85rem;
  color: var(--wp-gray);
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--wp-accent);
  border-radius: 50%;
  padding: 20px;
  background-size: 50%;
}

/* ===== Zigzag Workflow (Deneb style) ===== */
.workflow-step {
  margin-bottom: 80px;
}
.workflow-step:last-child { margin-bottom: 0; }
.workflow-step .step-number {
  font-family: var(--font-accent);
  font-size: 3rem;
  color: var(--wp-navy-light);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin-bottom: 10px;
}
.workflow-step h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.workflow-step p {
  color: var(--wp-gray);
  font-size: 1rem;
  line-height: 1.8;
}
.workflow-step img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

/* ===== Blog Cards (Deneb style) ===== */
.blog-card {
  background: var(--wp-white);
  border: 1px solid var(--wp-light-gray);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: all 0.3s;
  box-shadow: var(--shadow-sm);
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.blog-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.blog-card-body { padding: 25px; }
.blog-card .category {
  color: var(--wp-accent);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.blog-card h4 { font-size: 1.15rem; margin: 10px 0; }
.blog-card h4 a { color: var(--wp-navy); }
.blog-card h4 a:hover { color: var(--wp-accent); }
.blog-card .date { color: var(--wp-gray); font-size: 0.85rem; }
.blog-card .author { color: var(--wp-gray); font-size: 0.85rem; }
.blog-content { line-height: 1.8; font-size: 1.05rem; }
.blog-content h2, .blog-content h3 { margin-top: 2rem; margin-bottom: 1rem; }
.blog-content p { margin-bottom: 1.5rem; color: var(--wp-dark-gray); }
.blog-content a { color: var(--wp-accent); text-decoration: underline; }

/* ===== Contact Form (Deneb style - side by side) ===== */
.form-control, .form-select {
  background: var(--wp-white) !important;
  border: 2px solid var(--wp-light-gray) !important;
  color: var(--wp-dark-gray) !important;
  border-radius: var(--radius);
  padding: 14px 20px;
  font-size: 0.95rem;
}
.form-control:focus {
  border-color: var(--wp-accent) !important;
  box-shadow: 0 0 0 0.2rem rgba(216, 255, 133, 0.25) !important;
}
.form-control::placeholder { color: var(--wp-gray) !important; }

/* ===== CTA Banner (Deneb yellow style) ===== */
.cta-section {
  padding: 80px 0;
  background: var(--wp-accent) url('../images/wood-texture.jpg') repeat;
  background-size: 400px;
  background-blend-mode: multiply;
  text-align: center;
}
.cta-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--wp-dark-gray);
}
.cta-section p { color: rgba(10,33,32,0.75); font-size: 1.1rem; }
.cta-section .btn-dark {
  background: var(--wp-navy);
  color: var(--wp-white);
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  transition: all 0.3s;
}
.cta-section .btn-dark:hover {
  background: var(--wp-black);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* ===== Skill Bars ===== */
.skill-bar {
  margin-bottom: 30px;
}
.skill-bar .label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--wp-navy);
}
.skill-bar .label .percent { color: var(--wp-accent); }
.skill-bar .bar {
  height: 8px;
  background: var(--wp-light-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.skill-bar .bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--wp-accent), var(--wp-accent-dark));
  border-radius: 4px;
  transition: width 1.5s ease;
}

/* ===== Timeline (About page) ===== */
.timeline {
  position: relative;
  padding: 20px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: var(--wp-light-gray);
}
.timeline-item {
  position: relative;
  margin-bottom: 50px;
}
.timeline-item .timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--wp-accent);
  border: 3px solid var(--wp-white);
  box-shadow: var(--shadow-sm);
  z-index: 2;
}
.timeline-item .timeline-content {
  width: 45%;
  background: var(--wp-white);
  border: 1px solid var(--wp-light-gray);
  border-radius: var(--radius);
  padding: 25px;
  box-shadow: var(--shadow-sm);
}
.timeline-item:nth-child(odd) .timeline-content { margin-left: auto; }
.timeline-item:nth-child(even) .timeline-content { margin-right: auto; }
.timeline-item .timeline-year {
  font-family: var(--font-accent);
  font-size: 1.3rem;
  color: var(--wp-navy-light);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
}
.timeline-item h4 { font-size: 1.1rem; margin-bottom: 8px; }
.timeline-item p { color: var(--wp-gray); font-size: 0.9rem; margin: 0; }

@media (max-width: 768px) {
  .timeline::before { left: 20px; }
  .timeline-item .timeline-dot { left: 20px; }
  .timeline-item .timeline-content { width: calc(100% - 50px); margin-left: 50px !important; margin-right: 0 !important; }
}

/* ===== Expertise Tags ===== */
.expertise-tag {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid var(--wp-light-gray);
  margin: 5px;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 50px;
  color: var(--wp-dark-gray);
  transition: all 0.3s;
}
.expertise-tag:hover {
  border-color: var(--wp-accent);
  color: var(--wp-accent);
  background: var(--wp-accent-light);
}

/* ===== Footer (Deneb 4-column dark style) ===== */
.footer {
  background: var(--wp-navy) url('../images/wood-dark.png') repeat;
  background-size: 300px;
  background-blend-mode: overlay;
  color: var(--wp-white);
  padding-top: 80px;
}
.footer h6 {
  color: var(--wp-white);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.footer p { color: rgba(255,255,255,0.6); }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: rgba(255,255,255,0.6); font-size: 0.9rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--wp-accent); }
.footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: var(--wp-white);
  transition: all 0.3s;
  margin-right: 8px;
}
.footer .social-links a:hover {
  background: var(--wp-accent);
  color: var(--wp-white);
}
.footer .newsletter-input {
  display: flex;
  gap: 0;
}
.footer .newsletter-input input {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--wp-white);
  padding: 12px 16px;
  border-radius: var(--radius) 0 0 var(--radius);
  font-size: 0.9rem;
  flex: 1;
}
.footer .newsletter-input input::placeholder { color: rgba(255,255,255,0.4); }
.footer .newsletter-input button {
  background: var(--wp-accent);
  color: var(--wp-white);
  border: none;
  padding: 12px 20px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}
.footer .newsletter-input button:hover { background: var(--wp-accent-dark); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 25px 0;
  margin-top: 60px;
}

/* ===== Accordion (light theme) ===== */
.accordion-item {
  background: var(--wp-white) !important;
  border: 1px solid var(--wp-light-gray) !important;
  border-radius: var(--radius) !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-button {
  background: var(--wp-white) !important;
  color: var(--wp-navy) !important;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background: var(--wp-accent-light) !important;
  color: var(--wp-accent-dark) !important;
}
.accordion-body { color: var(--wp-gray); }

/* ===== Process Step (light) ===== */
.process-step {
  padding: 30px;
  border-left: 3px solid var(--wp-light-gray);
  margin-bottom: 20px;
  transition: all 0.3s;
  background: var(--wp-white);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.process-step:hover {
  border-left-color: var(--wp-accent);
  box-shadow: var(--shadow-sm);
}
.process-step .step-num {
  font-family: var(--font-accent);
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
  color: var(--wp-navy-light);
  margin-bottom: 10px;
}
.process-step h4 { font-size: 1.3rem; margin-bottom: 10px; color: var(--wp-navy); }
.process-step p { color: var(--wp-gray); margin: 0; }

/* ===== Marquee (light) ===== */
.marquee-wrap {
  overflow: hidden;
  padding: 25px 0;
  background: var(--wp-off-white);
  border-top: 1px solid var(--wp-light-gray);
  border-bottom: 1px solid var(--wp-light-gray);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}
.marquee-track .marquee-item {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 40px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(26,26,46,0.15);
  transition: all 0.3s;
}
.marquee-track .marquee-item:hover {
  color: var(--wp-accent);
  -webkit-text-stroke: 1px var(--wp-accent);
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== Contact Info Card ===== */
.contact-info-card {
  background: var(--wp-navy);
  border-radius: var(--radius);
  padding: 40px;
  color: var(--wp-white);
  height: 100%;
}
.contact-info-card h6 {
  color: var(--wp-accent);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-info-card p { color: rgba(255,255,255,0.7); font-size: 1rem; }
.contact-info-card a { color: var(--wp-white); }
.contact-info-card a:hover { color: var(--wp-accent); }

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .section-padding { padding: 60px 0; }
  .page-hero { padding: 140px 0 60px; }
  .marquee-track .marquee-item { font-size: 1.5rem; padding: 0 20px; }
  .stats-row .stat-item h2 { font-size: 2rem; }
}

/* ===== Animations ===== */
.fade-up {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .fade-up.animated {
    opacity: 0;
    transform: translateY(30px);
  }
  .fade-up.animated.visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Selection ===== */
::selection { background: var(--wp-accent); color: var(--wp-white); }

/* ===== Scrollbar ===== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--wp-off-white); }
::-webkit-scrollbar-thumb { background: var(--wp-accent); border-radius: 4px; }
