/* Trade 196 — self-contained stylesheet */
/* Brand: teal #67d1c6 | purple #5851d2 | dark #1a1a2e */

:root {
  --color-teal:   #67d1c6;
  --color-purple: #5851d2;
  --color-dark:   #1a1a2e;
}

/* ── Reset & base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Exo 2', sans-serif; font-size: 16px; color: #333; background: #fff; line-height: 1.7; }
a { color: #67d1c6; text-decoration: none; }
a:hover { color: #1a1a2e; }
img { max-width: 100%; height: auto; display: block; }
h1 { font-size: 2.2rem; font-weight: 700; margin-bottom: 1rem; color: #1a1a2e; }
h2 { font-size: 1.8rem; font-weight: 300; margin-bottom: 1rem; color: #1a1a2e; }
h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 0.75rem; color: #1a1a2e; }
p { margin-bottom: 1rem; }
ul { padding-left: 1.4rem; margin-bottom: 1rem; }
li { margin-bottom: 0.4rem; }
strong { font-weight: 600; }
.wrapper { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Single dark nav (matches original) ── */
#header { background: #1a1a2e; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.4); }
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.75rem 0; }
#site-branding img { height: 44px; filter: brightness(0) invert(1); }
#access.desktop .menu { display: flex; list-style: none; gap: 0; padding: 0; margin: 0; }
#access.desktop .menu a { display: block; padding: 0.5rem 1.1rem; color: #ccc; font-weight: 600; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: 3px solid transparent; transition: color 0.2s, border-color 0.2s; }
#access.desktop .menu a:hover, #access.desktop .menu .current a { color: #fff; border-bottom-color: #67d1c6; }
.hamburger { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: #fff; padding: 0.3rem; }
#mobile-menu { background: #111; padding: 0.5rem 0; }
#mobile-menu .menu { list-style: none; padding: 0; margin: 0; }
#mobile-menu .menu a { display: block; padding: 0.7rem 1.5rem; color: #eee; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
#mobile-menu .menu a:hover { color: #67d1c6; }
.hidden { display: none !important; }
#mobile-menu.open { display: block !important; }

/* ── Hero slider ── */
#main { position: relative; overflow: hidden; background: #1a1a2e; border-bottom: 4px solid #67d1c6; height: 560px; }


/* Slides stacked; JS adds/removes .sy-active to fade between them */
#slippry-demo { list-style: none; padding: 0; margin: 0; }
#slippry-demo > li { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; -webkit-transition: opacity 800ms ease; transition: opacity 800ms ease; }
#slippry-demo > li.sy-active { opacity: 1; }
#slippry-demo > li img { width: 100%; height: 560px; object-fit: cover; object-position: 50% 20%; display: block; }
.overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 60%, transparent 100%); z-index: 1; }
.slider-wrap { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; }
.content-area { max-width: 640px; }

/* Hero text — large, bold, uppercase, teal highlight per line */
.slide_title_block p {
  display: inline;
  background: #67d1c6;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.1em 0.45em;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.65;
  text-shadow: none;
  margin: 0;
}
.slide_title_block a.button {
  display: block;
  width: fit-content;
  margin-top: 1.8rem;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.85);
  color: #fff !important;
  font-size: 0.88rem;
  padding: 0.55rem 1.6rem;
  letter-spacing: 0.06em;
  border-radius: 2px;
}
.slide_title_block a.button:hover { background: rgba(255,255,255,0.15); border-color: #fff; transform: translateY(-1px); }
.sy-pager { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 0.5rem; list-style: none; padding: 0; }
.sy-pager a { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4); display: block; overflow: hidden; text-indent: -9999px; }
.sy-pager .sy-active a { background: #67d1c6; }

/* ── Button ── */
.button, button.button, a.button, button[type=submit] {
  display: inline-block; padding: 0.6rem 1.4rem; background: #67d1c6; color: #fff !important;
  font-weight: 600; font-size: 0.9rem; border-radius: 3px; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.1s; font-family: inherit; letter-spacing: 0.02em;
}
.button:hover, a.button:hover, button[type=submit]:hover { background: #1a1a2e; color: #fff !important; transform: translateY(-1px); }

/* ── Service tiles — contained, flush below hero ── */
.home-services { margin: 0; }
.home-services-tri { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.home-services-tri .item { position: relative; overflow: hidden; aspect-ratio: 16/9; background: #111; }
.home-services-tri .item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.home-services-tri .item:hover img { transform: scale(1.06); }
.home-services-tri .item .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 55%, transparent 100%); z-index: 1; }
.home-services-tri .item .title { position: absolute; bottom: 1.2rem; left: 1.2rem; right: 1.2rem; z-index: 2; }
.home-services-tri .item .title h3 { color: #fff; font-size: 0.85rem; margin: 0; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }
.home-services-tri .item a { display: block; position: absolute; inset: 0; z-index: 3; }

/* ── Welcome section — two column ── */
.home-welcome-wrap { padding: 3rem 0; }
#welcome { columns: 2; column-gap: 3rem; }
#welcome h2 { column-span: all; text-align: center; font-size: 1.9rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.5rem; color: #1a1a2e; }

/* ── Main content (inner pages) ── */
#container { padding: 0 0 4rem; }
.entry-content { max-width: 100%; padding-top: 2.5rem; }

/* Page hero strip */
/* ── Inner page hero (photo + teal text — same treatment as homepage) ── */
.page-hero {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #1a1a2e;
  border-bottom: 4px solid #67d1c6;
}
.page-hero img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
.page-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 65%, transparent 100%);
  z-index: 1;
}
.page-hero-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.page-hero h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0;
}
.page-hero h2 span {
  display: inline-block;
  background: #67d1c6;
  padding: 0.12em 0.45em;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: none;
}

/* ── Inner page body ── */
.entry-content h1 {
  color: #67d1c6;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.entry-content h3 {
  color: #1a1a2e;
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.entry-content .lead {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 1.4rem;
  color: #1a1a2e;
}
.entry-content p {
  line-height: 1.8;
  margin-bottom: 1.2rem;
  color: #444;
}
.entry-content ul {
  margin: 0.5rem 0 1.8rem 1.4rem;
  line-height: 1.9;
  color: #444;
}
/* Section subheadings (OUR SERVICES, WHY CHOOSE etc) */
.entry-content h3.section-heading,
.entry-content > h3 {
  color: #67d1c6;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
}
/* Service tiles inside inner pages — match homepage */
.entry-content .home-services { margin-top: 0; }
.entry-content .home-services-tri { gap: 4px; }

/* Breadcrumb */
.breadcrumb { font-size: 0.85rem; color: #999; margin-bottom: 1.5rem; }
.breadcrumb a { color: #67d1c6; }

/* ── Contact form block — warehouse background, two column ── */
#twitter-block {
  background-color: #1a1a2e;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 4rem 0;
}
#twitter-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.32);
}
#twitter-block > .wrapper { position: relative; z-index: 1; }
.contact-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-left h3 { color: #fff; font-size: 1.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 1rem; }
.contact-left p { color: rgba(255,255,255,0.8); }
#contact-form { margin-top: 0; }
#contact-form p { margin-bottom: 1rem; }
#contact-form label { color: rgba(255,255,255,0.9); font-size: 0.9rem; font-weight: 500; display: block; }
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form input[type=tel],
#contact-form textarea {
  display: block; width: 100%; margin-top: 0.3rem;
  padding: 0.65rem 0.9rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 4px;
  background: rgba(255,255,255,0.13); color: #fff; font-family: inherit; font-size: 0.95rem;
}
#contact-form input::placeholder, #contact-form textarea::placeholder { color: rgba(255,255,255,0.45); }
#contact-form input:focus, #contact-form textarea:focus { outline: none; border-color: #67d1c6; background: rgba(255,255,255,0.2); }
#contact-form textarea { min-height: 110px; resize: vertical; }
.form-success { color: #7eefb2 !important; font-weight: 600 !important; }
.form-error { color: #ffb3b3 !important; }

/* ── Contact page ── */
.contact-section { padding: 4rem 0; background: #fff; }
.contact-page-columns { display: grid; grid-template-columns: 1fr 1.6fr; gap: 4rem; align-items: start; }
.contact-page-left h1 { color: #67d1c6; text-transform: uppercase; letter-spacing: 0.05em; font-size: 1.3rem; font-weight: 700; margin-bottom: 1.2rem; margin-top: 0; }
.contact-page-left p { color: #555; line-height: 1.8; margin-bottom: 1rem; }

/* Light-bg form (contact page) */
.contact-section #contact-form label { color: #333; font-size: 0.9rem; font-weight: 600; display: block; margin-bottom: 0.4rem; }
.contact-section #contact-form input[type=text],
.contact-section #contact-form input[type=email],
.contact-section #contact-form input[type=tel],
.contact-section #contact-form textarea {
  display: block; width: 100%; padding: 0.65rem 0.9rem;
  border: 1px solid #ddd; border-radius: 4px;
  background: #fff; color: #333; font-family: inherit; font-size: 0.95rem;
  margin-bottom: 1rem;
}
.contact-section #contact-form input::placeholder,
.contact-section #contact-form textarea::placeholder { color: #bbb; }
.contact-section #contact-form input:focus,
.contact-section #contact-form textarea:focus { outline: none; border-color: #67d1c6; }
.contact-section #contact-form textarea { min-height: 130px; resize: vertical; margin-bottom: 1.2rem; }
.contact-section #contact-form p { margin-bottom: 0; }
.contact-section .form-success { color: #2d7a2d !important; font-weight: 600 !important; margin-top: 0.75rem; display: block; }
.contact-section .form-error { color: #c0392b !important; margin-top: 0.75rem; display: block; }

/* Google map — full width */
.contact-map { width: 100%; height: 420px; overflow: hidden; }
.contact-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ── Service nav ── */
.service-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  gap: 1rem;
}
.service-nav a { font-size: 0.9rem; font-weight: 600; letter-spacing: 0.02em; color: #67d1c6; transition: color 0.2s; }
.service-nav a:hover { color: #1a1a2e; }
.service-nav .nav-all {
  font-size: 0.78rem;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #ddd;
  padding: 0.35rem 1rem;
  border-radius: 2px;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.service-nav .nav-all:hover { color: #67d1c6; border-color: #67d1c6; }
.service-nav .nav-spacer { flex: 1; }

/* ── Client logos ── */
#accreditations { background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 1.8rem 0; }
#accreditations .wrapper { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
#accreditations .item img { max-height: 58px; width: auto; filter: grayscale(100%); opacity: 0.55; transition: opacity 0.2s, filter 0.2s; }
#accreditations .item img:hover { opacity: 0.85; filter: grayscale(30%); }

/* ── Footer ── */
#footer { background: #1a1a2e; padding: 2rem 0; }
#footer .wrapper { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
#footer .left img { height: 36px; filter: brightness(0) invert(1); opacity: 0.75; margin-bottom: 0.6rem; display: block; }
#footer .left p { font-size: 0.82rem; color: #666; margin: 0; }
#footer .right ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 1.5rem; }
#footer .right ul li { margin: 0; }
#footer .right a { color: #888; font-size: 0.88rem; }
#footer .right a:hover { color: #67d1c6; }

/* ── Privacy ── */
.page-privacy h3 { margin-top: 1.8rem; color: #1a1a2e; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .home-services-tri { grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .contact-columns { grid-template-columns: 1fr; gap: 2rem; }
  .contact-page-columns { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-map { height: 320px; }
  #welcome { columns: 1; }
}
@media (max-width: 640px) {
  .hamburger { display: block; }
  #access.desktop { display: none; }
  .header .access { display: none; }
  .home-services-tri { grid-template-columns: 1fr; gap: 4px; }
  .service-nav { flex-direction: column; }
  #contact-details { flex-direction: column; gap: 1rem; }
  #footer .wrapper { flex-direction: column; align-items: flex-start; }
  #footer .right ul { flex-direction: column; gap: 0.5rem; }
  .sy-slide img, #slippry-demo > li img { height: 280px; }
  #main { height: 280px; }
  .slide_title_block p { font-size: 1.7rem; }
  h1 { font-size: 1.7rem; }
  .page-hero h2 span { font-size: 1.3rem; }
  .page-hero { height: 220px; }
}
