/*
Theme Name: Pricetech
Theme URI: https://pricetechchem.com/
Author: 2 Dots Technologies
Author URI: https://www.2dots.in/
Description: Standalone custom theme for Pricetech Chem LLP. Built pixel-for-pixel from the approved HTML. No page builder, no Elementor, no paid plugins. Classic-Editor compatible, fully dynamic through Pricetech Settings and the Pricetech plugins.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pricetech
Tags: custom-menu, featured-images, translation-ready, full-width-template
*/

/* ---------------------------------------------------------------
   1. Base — matches the approved HTML <helmet> exactly
   --------------------------------------------------------------- */
html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body {
	margin: 0;
	font-family: Manrope, system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #1C1E22;
	background: #fff;
}
img { max-width: 100%; }
a { color: #0B3E9C; text-decoration: none; }
a:hover { color: #C79A16; }
::selection { background: #C79A16; color: #fff; }
summary::-webkit-details-marker { display: none; }
summary { list-style: none; cursor: pointer; }
details[open] .om-plus { transform: rotate(45deg); }

@keyframes omRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes omFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes omDrift { 0% { transform: scale(1.06) translate3d(0,0,0); } 50% { transform: scale(1.14) translate3d(-2.2%,-1.6%,0); } 100% { transform: scale(1.06) translate3d(0,0,0); } }
@keyframes omOrb { 0%,100% { transform: translate3d(0,0,0) scale(1); opacity:.55; } 50% { transform: translate3d(40px,-60px,0) scale(1.25); opacity:.9; } }
@keyframes omSheen { 0% { transform: translateX(-40%) skewX(-12deg); opacity:0; } 35% { opacity:.5; } 100% { transform: translateX(140%) skewX(-12deg); opacity:0; } }
@keyframes omMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

[data-hoverscroll] { scrollbar-width: none; -ms-overflow-style: none; }
[data-hoverscroll]::-webkit-scrollbar { width: 0; height: 0; }
[data-hoverscroll]:hover { scrollbar-width: thin; scrollbar-color: #C4CBD8 transparent; }
[data-hoverscroll]:hover::-webkit-scrollbar { width: 6px; }
[data-hoverscroll]:hover::-webkit-scrollbar-thumb { background: #C4CBD8; border-radius: 999px; }
[data-hoverscroll]:hover::-webkit-scrollbar-track { background: transparent; }

.pt-site { width: 100%; overflow-x: hidden; }
.screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------------------------------------------------------------
   2. Header — approved markup, hover states only
   --------------------------------------------------------------- */
.pt-navlink { transition: color .2s ease; }
.pt-navlink:hover { color: #0B3E9C; }
.pt-dropitem:hover { background: #EAF0FA; color: #0B3E9C; }
.pt-dropall:hover { background: #0B3E9C; color: #fff; }
.pt-cta:hover {
	background: #06265F; color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(11,62,156,.3);
}
.pt-burger:hover { background: #EAF0FA; }
.pt-mlink:hover, .pt-msub:hover { color: #0B3E9C; }
.pt-mcta:hover { background: #06265F; color: #fff; }

/* Breakpoints — identical to the approved header (1180px / 620px) */
@media (max-width: 1179px) {
	.pt-header [data-pt-desktop-nav] { display: none !important; }
	.pt-header [data-pt-burger] { display: flex !important; }
}
@media (max-width: 619px) {
	.pt-header [data-pt-cta] { display: none !important; }
}

/* ---------------------------------------------------------------
   3. Footer — approved markup, hover states only
   --------------------------------------------------------------- */
.pt-flink:hover { color: #fff; }
.pt-fall:hover { color: #fff; }
.pt-social:hover { background: rgba(255,255,255,.12); border-color: #C79A16; color: #fff; }
.pt-credit:hover { color: #C79A16; }
.pt-top:hover { background: #C79A16; color: #1C1E22; }

/* ---------------------------------------------------------------
   4. Interactive blocks converted from the approved HTML
   --------------------------------------------------------------- */
.pt-cond { display: contents; }
.pt-cond[hidden] { display: none !important; }

/* ---------------------------------------------------------------
   5. Editorial / blog / archive — same type scale as the design
   --------------------------------------------------------------- */
.pt-page-hero { position: relative; padding: clamp(150px,20vh,210px) clamp(20px,4vw,48px) clamp(60px,8vw,96px); background: #06265F; overflow: hidden; }
.pt-page-hero__veil { position: absolute; inset: 0; background: linear-gradient(100deg,rgba(6,38,95,.94),rgba(6,38,95,.72) 55%,rgba(28,30,34,.6)); pointer-events: none; }
.pt-page-hero__inner { position: relative; max-width: 1320px; margin: 0 auto; }
.pt-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-family: Manrope; font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 22px; animation: omRise .7s both; }
.pt-crumbs a { color: rgba(255,255,255,.6); }
.pt-crumbs a:hover { color: #C79A16; }
.pt-crumbs__current { color: #C79A16; }
.pt-page-hero h1 { font-family: Archivo; font-weight: 800; font-size: clamp(34px,5.4vw,76px); line-height: 1.02; letter-spacing: -.03em; color: #fff; margin: 0 0 20px; max-width: 20ch; text-wrap: balance; animation: omRise .8s .08s both; }
.pt-page-hero p { font-family: Manrope; font-size: clamp(15px,1.25vw,19px); line-height: 1.65; color: rgba(255,255,255,.78); margin: 0; max-width: 60ch; animation: omRise .8s .16s both; }

.pt-shell { padding: clamp(60px,8vw,120px) clamp(20px,4vw,48px); background: #fff; }
.pt-shell__inner { max-width: 1320px; margin: 0 auto; }
.pt-grid-cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: clamp(20px,2.4vw,30px); }

.pt-prose { font-family: Manrope; font-size: 17px; line-height: 1.75; color: #545963; max-width: 72ch; }
.pt-prose h2 { font-family: Archivo; font-weight: 800; font-size: clamp(26px,3.2vw,42px); line-height: 1.07; letter-spacing: -.025em; color: #1C1E22; margin: 44px 0 18px; }
.pt-prose h3 { font-family: Archivo; font-weight: 700; font-size: 22px; color: #1C1E22; margin: 34px 0 12px; }
.pt-prose h4 { font-family: Archivo; font-weight: 700; font-size: 18px; color: #1C1E22; margin: 28px 0 10px; }
.pt-prose p { margin: 0 0 18px; }
.pt-prose ul, .pt-prose ol { margin: 0 0 22px; padding-left: 22px; }
.pt-prose li { margin-bottom: 9px; }
.pt-prose blockquote { margin: 26px 0; padding: 22px 26px; background: #F5F6F8; border-left: 2px solid #C79A16; border-radius: 0 16px 16px 0; }
.pt-prose img { border-radius: 18px; height: auto; }
.pt-prose figure { margin: 26px 0; }
.pt-prose figcaption { font-size: 13.5px; color: #6B7280; margin-top: 10px; }
.pt-prose table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.pt-prose th, .pt-prose td { border: 1px solid #E7EBF2; padding: 12px 16px; text-align: left; }
.pt-prose th { background: #F5F6F8; font-family: Archivo; font-weight: 700; }
.pt-prose a { color: #0B3E9C; text-decoration: underline; text-decoration-color: rgba(11,62,156,.3); text-underline-offset: 3px; }
.pt-prose a:hover { color: #C79A16; }

.pt-card { background: #fff; border: 1px solid #E7EBF2; border-radius: 22px; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; display: block; }
.pt-card:hover { transform: translateY(-6px); box-shadow: 0 28px 56px -30px rgba(6,38,95,.3); }
.pt-card__media { position: relative; height: 240px; background: #F5F6F8; }
.pt-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.pt-card__body { padding: 26px 26px 30px; }
.pt-card__eyebrow { font-family: Manrope; font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #C79A16; margin-bottom: 12px; }
.pt-card__title { font-family: Archivo; font-weight: 800; font-size: 19px; line-height: 1.25; color: #1C1E22; margin: 0 0 10px; }
.pt-card__text { font-family: Manrope; font-size: 14.5px; line-height: 1.65; color: #6B7280; margin: 0; }
.pt-card__meta { font-family: Manrope; font-size: 13px; color: #6B7280; margin-top: 14px; }

.pt-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	background: #0B3E9C; color: #fff; font-family: Archivo; font-weight: 700;
	font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase;
	padding: 16px 28px; border: 0; border-radius: 999px; cursor: pointer;
	transition: background .25s ease, transform .25s ease;
}
.pt-btn:hover { background: #06265F; color: #fff; transform: translateY(-2px); }
.pt-btn--ghost { background: transparent; color: #1C1E22; border: 1px solid #D5DAE3; }
.pt-btn--ghost:hover { background: transparent; border-color: #0B3E9C; color: #0B3E9C; }
.pt-btn--gold { background: #C79A16; color: #1C1E22; }
.pt-btn--gold:hover { background: #C79A16; color: #1C1E22; box-shadow: 0 18px 36px rgba(199,154,22,.35); transform: translateY(-3px); }

.pt-pagination { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(34px,4vw,56px); }
.pt-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 48px; min-height: 48px; padding: 0 14px;
	border: 1px solid #E7EBF2; border-radius: 14px; background: #fff;
	font-family: Archivo; font-weight: 700; font-size: 14.5px; color: #1C1E22;
	transition: border-color .25s ease, color .25s ease;
}
.pt-pagination .page-numbers:hover { border-color: #0B3E9C; color: #0B3E9C; }
.pt-pagination .page-numbers.current { background: #0B3E9C; border-color: #0B3E9C; color: #fff; }

/* Forms — same visual language as the approved contact form */
.pt-field {
	width: 100%; background: #fff; border: 1px solid #D5DAE3; border-radius: 12px;
	padding: 15px 18px; font-family: Manrope; font-size: 15px; color: #1C1E22; outline: none;
	transition: border-color .25s ease;
}
.pt-field:focus { border-color: #0B3E9C; }
.pt-notice { border-radius: 14px; padding: 16px 20px; font-family: Manrope; font-size: 15px; margin-bottom: 20px; }
.pt-notice--ok { background: rgba(199,154,22,.16); border: 1px solid #C79A16; color: #1C1E22; }
.pt-notice--err { background: rgba(200,60,60,.1); border: 1px solid rgba(200,60,60,.5); color: #7A1F1F; }
.pt-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.pt-sidebar { display: grid; gap: 26px; align-content: start; }
.pt-widget { background: #F5F6F8; border: 1px solid #E7EBF2; border-radius: 20px; padding: 26px 26px 30px; }
.pt-widget__title { font-family: Archivo; font-weight: 800; font-size: 16px; letter-spacing: .02em; margin: 0 0 16px; }
.pt-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.pt-widget a { font-family: Manrope; font-size: 15px; color: #545963; }
.pt-widget a:hover { color: #0B3E9C; }

.pt-htmlsitemap { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.pt-htmlsitemap ul { list-style: none; margin: 8px 0 0 18px; padding: 0; display: grid; gap: 8px; }

@media print {
	.pt-header, .pt-top, .pt-footer { display: none !important; }
}
