/*
Theme Name: HITAC Classic
Theme URI: https://www.hitacadhesives.com/
Author: HITAC
Author URI: https://www.hitacadhesives.com/
Description: HITAC Adhesives & Coatings — WordPress theme that preserves the layout and feel of the legacy hitacadhesives.com site. Built on a lightweight Bootstrap-compatible grid.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hitac
*/

/* =========================================================
   Reset / base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: #0070b8; text-decoration: none; }
a:hover { color: #004f80; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0 0 0.5em;
  line-height: 1.25;
  color: #1a1a1a;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; font-weight: 500; color: #555; letter-spacing: 0.5px; }
p { margin: 0 0 1em; }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  background: #214496;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.site-branding { display: flex; align-items: center; gap: 12px; }
.site-logo img { max-height: 60px; width: auto; display: block; }
.site-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  color: #1a1a1a;
}
.site-title a { color: inherit; }

/* Top nav */
.main-nav ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.main-nav a {
  display: inline-block;
  padding: 8px 14px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 1000;
  letter-spacing: 0.3px;
}
.main-nav a:hover {
  color: #C12126;;
  text-decoration: none;
}
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a {
  color: #0070b8;
}

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
}

/* =========================================================
   Generic page header
   ========================================================= */
.page-title {
  padding: 30px 0 20px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.page-title h1 {
  font-size: 2.25rem;
  margin: 0;
  letter-spacing: 1px;
  color: #1a1a1a;
}

/* =========================================================
   Home: video
   ========================================================= */
.home-video {
  padding-top: 20px;
}
.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* =========================================================
   Home: quicklinks
   ========================================================= */
.home-quicklinks {
  border-bottom: 1px solid #f0f0f0;
}
.quicklink {
  display: block;
  padding: 10px 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0070b8;
  text-decoration: none;
  font-weight: 600;
}
.quicklink:hover {
  color: #004f80;
  text-decoration: underline;
}
.quicklink-tile {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.quicklink-tile img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.quicklink-tile__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px;
  transition: background 0.2s;
}

.quicklink-tile:hover .quicklink-tile__label {
  background: rgba(0, 0, 0, 0.6);
}
/* =========================================================
   Home: tagline
   ========================================================= */
.home-tagline {
  padding: 40px 0;
}
.tagline-heading {
  color: #C12126;
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tagline-points {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tagline-points li {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 6px 0;
  color: #24429A;
}

/* =========================================================
   Home: intro + products intro
   ========================================================= */
.home-intro {
	background: url('https://hitacadhesives.kinsta.cloud/wp-content/uploads/2026/06/story-hero.jpg') center / cover no-repeat;
	text-shadow: 1px 2px 3px #000;
}
.home-intro,
.home-products-intro {
  padding: 40px 0 30px;
}
.home-intro h2 {
	font-size: 2rem;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
	color: #fff;
}
.home-products-intro h2 {
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.home-intro p {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.7;
  color: #fff;
  margin: 0 0 14px;
}
.home-products-intro p {
  font-size: 1.25rem;
  line-height: 1.7;
  margin: 0 0 14px;
}

/* =========================================================
   Home: product cards
   ========================================================= */
.home-products {
  padding: 24px 0 60px;
}
.product-col {
  margin-bottom: 30px;
}
.product-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 24px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card__name {
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.product-card__points {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 18px;
  flex: 1;
}
.product-card__points li {
  font-size: 1rem;
  line-height: 1.55;
  color: #333;
  margin-bottom: 6px;
}
.product-card__more {
  display: inline-block;
  align-self: flex-start;
  color: #0070b8;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.product-card__more::after { content: " \2192"; }
.product-card__more:hover { text-decoration: underline; }

/* =========================================================
   Solutions detail
   ========================================================= */
.solutions-detail {
  padding: 32px 0 60px;
}

/* Wrapper around grouped products inside col-sm-8 */
.solution_block {
  margin-bottom: 30px;
}

/* Each product block */
.solutions-product {
  padding: 0 0 24px;
}
.solutions-product__name {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #1a1a1a;
}
.solutions-product__patent {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0070b8;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.solutions-product__points {
  padding-left: 22px;
  margin: 0 0 12px;
}
.solutions-product__points li {
  margin-bottom: 6px;
  line-height: 1.6;
  font-size: 0.95rem;
}
.solutions-product__body {
  line-height: 1.7;
  font-size: 0.95rem;
}
.solutions-product__body p {
  margin: 0 0 12px;
}

/* Sidebar banner under the row 1 image */
.solutions-sidebar-banner {
  text-align: center;
  padding: 16px 8px;
}
.solutions-sidebar-banner h3 {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #0070b8;
  margin: 0;
}

/* Matches the original site's accent class */
.style1 {
  color: #0070b8;
}

/* =========================================================
   About / End Products / End Users / R&D / Production
   Common "image gallery" page layout
   ========================================================= */
.image-gallery-page {
  padding: 32px 0 60px;
}
.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.image-gallery__item {
  text-align: center;
}
.image-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e5e5e5;
}
.image-gallery__caption {
  font-size: 13px;
  color: #777;
  margin-top: 8px;
}
.gallery-intro {
  margin: 0 auto 24px;
  text-align: center;
  color: #555;
  line-height: 1.7;
}

/* =========================================================
   Contact page
   ========================================================= */
.contact-page { padding: 32px 0 60px; }
.contact-info {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 32px;
}
.contact-info strong { color: #1a1a1a; }

.contact-form-slot {
  background: #f9f9f7;
  border: 1px solid #e5e5e5;
  padding: 24px;
  margin-bottom: 32px;
  min-height: 200px;
}
.contact-form-slot__placeholder {
  border: 1px dashed #ccc;
  padding: 28px;
  text-align: center;
  color: #777;
  background: #fff;
}

.contact-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f0f0f0;
}
.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================================================
   Brochures + Datasheets pages
   ========================================================= */
.docs-page { padding: 32px 0 60px; }

.docs-download-feature {
  text-align: center;
  margin-bottom: 32px;
}
.docs-download-feature a {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 0;
  border-bottom: 1px solid #0070b8;
}

.datasheet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.datasheet-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.datasheet-list a {
  font-weight: 600;
  font-size: 0.95rem;
}
.datasheet-list a::before {
  content: "\1F4C4";
  margin-right: 8px;
  opacity: 0.6;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: #214496;
  border-top: 1px solid #e5e5e5;
  padding: 36px 0 24px;
  font-size: 1.25rem;
  text-align: center;
}
.site-footer__address {
  margin: 0 0 20px;
  line-height: 1.7;
  color: #fff;
}
.site-footer__address strong {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
  color: #fff;
}
.site-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
}
.site-footer a {
  font-size: 1.25rem;
  color: #fff;
}
.site-footer__nav a:hover { color: #0070b8; }
.site-footer__copy {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.5px;
}

/* =========================================================
   Mobile
   ========================================================= */
@media (max-width: 900px) {
  .menu-toggle { display: inline-block; }
  .main-nav { display: none; flex-basis: 100%; }
  .main-nav.is-open { display: block; }
  .main-nav.is-open ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav.is-open a {
    padding: 12px 4px;
    border-bottom: 1px solid #f0f0f0;
  }
  .home-quicklinks .col-md-3 { margin-bottom: 8px; }
}

@media (max-width: 540px) {
  h1, .page-title h1 { font-size: 1.5rem; }
  .tagline-heading { font-size: 1.25rem; letter-spacing: 1px; }
}

/* =========================================================
   WordPress utility classes
   ========================================================= */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden;
  padding: 0; position: absolute; word-wrap: normal !important;
}
.alignleft  { float: left;  margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin: 0 auto 1.5em; }
