/*
Theme Name: Global Roof Blue Modern
Author: Custom Theme Studio
Description: ธีม WordPress สีน้ำเงินโมเดิร์นสำหรับโรงงานเมทัลชีท งานหลังคา และงานติดตั้ง ออกแบบใหม่ทั้งระบบ พร้อม WooCommerce, Schema และหน้า Conversion
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: globalroof-blue
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, e-commerce, blog
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --gr-navy-950: #061426;
  --gr-navy-900: #081c35;
  --gr-navy-800: #0c294b;
  --gr-blue-700: #0a4eb8;
  --gr-blue-600: #0b63e5;
  --gr-blue-500: #1683ff;
  --gr-cyan: #42d7ff;
  --gr-ice: #eaf5ff;
  --gr-slate-700: #33465f;
  --gr-slate-500: #65768b;
  --gr-slate-200: #dbe5ef;
  --gr-slate-100: #edf3f8;
  --gr-white: #fff;
  --gr-success: #13a86b;
  --gr-shadow: 0 20px 60px rgba(6, 29, 58, .12);
  --gr-radius-sm: 12px;
  --gr-radius: 22px;
  --gr-radius-lg: 34px;
  --gr-container: min(1180px, calc(100vw - 40px));
  --gr-font: "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--gr-navy-950);
  background: #fff;
  font-family: var(--gr-font);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--gr-blue-600); text-decoration: none; }
a:hover { color: var(--gr-blue-700); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .6em;
  color: var(--gr-navy-950);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.45rem, 5vw, 5.3rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.45rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { margin: 0 0 1.15em; }
ul, ol { padding-inline-start: 1.3rem; }
::selection { color: #fff; background: var(--gr-blue-600); }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; }
.gr-container { width: var(--gr-container); margin-inline: auto; }
.gr-section { position: relative; padding: clamp(72px, 9vw, 128px) 0; overflow: clip; }
.gr-section--compact { padding: clamp(56px, 7vw, 88px) 0; }
.gr-section--ice { background: var(--gr-ice); }
.gr-section--navy { color: #cfe2f5; background: var(--gr-navy-950); }
.gr-section--navy h2, .gr-section--navy h3 { color: #fff; }
.gr-section--navy .gr-card h3 { color: var(--gr-navy-950); }
.gr-grid { display: grid; gap: 24px; }
.gr-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gr-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gr-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gr-stack > * + * { margin-top: 24px; }

.gr-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px;
  color: var(--gr-blue-600); font-size: .79rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.gr-eyebrow::before { width: 28px; height: 2px; content: ""; background: currentColor; }
.gr-section--navy .gr-eyebrow, .gr-hero .gr-eyebrow { color: var(--gr-cyan); }
.gr-lede { max-width: 720px; color: var(--gr-slate-500); font-size: clamp(1.04rem, 1.5vw, 1.2rem); }
.gr-section--navy .gr-lede { color: #b9cee3; }
.gr-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
.gr-section-head > div { max-width: 750px; }

.gr-btn {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 23px; border: 1px solid transparent; border-radius: 999px;
  color: #fff; background: var(--gr-blue-600); box-shadow: 0 10px 28px rgba(11, 99, 229, .22);
  font-size: .96rem; font-weight: 750; line-height: 1.2; transition: transform .2s, background .2s, box-shadow .2s;
}
.gr-btn:hover { color: #fff; background: var(--gr-blue-700); box-shadow: 0 14px 34px rgba(11, 99, 229, .3); transform: translateY(-2px); }
.gr-btn--light { color: var(--gr-navy-950); background: #fff; box-shadow: none; }
.gr-btn--light:hover { color: var(--gr-blue-700); background: var(--gr-ice); }
.gr-btn--ghost { color: var(--gr-navy-950); border-color: var(--gr-slate-200); background: transparent; box-shadow: none; }
.gr-btn--ghost:hover { color: var(--gr-blue-700); border-color: var(--gr-blue-500); background: #fff; }
.gr-btn svg { width: 18px; height: 18px; }

.gr-topbar { color: #c8d9ea; background: #04101f; font-size: .78rem; }
.gr-topbar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 16px; }
.gr-topbar a { color: #eaf5ff; }
.gr-topbar__items { display: flex; align-items: center; gap: 18px; }
.gr-site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(128, 164, 199, .18); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); transition: box-shadow .2s; }
.admin-bar .gr-site-header { top: 32px; }
.gr-site-header.is-scrolled { box-shadow: 0 8px 28px rgba(5, 29, 58, .1); }
.gr-header__inner { display: flex; min-height: 82px; align-items: center; gap: 28px; }
.gr-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; color: var(--gr-navy-950); }
.gr-brand:hover { color: var(--gr-navy-950); }
.gr-brand__mark { display: grid; width: 43px; height: 43px; place-items: center; overflow: hidden; border-radius: 13px; background: linear-gradient(135deg, var(--gr-blue-500), var(--gr-blue-700)); }
.gr-brand__mark svg { width: 27px; color: #fff; }
.gr-brand__name { display: block; font-size: 1.02rem; font-weight: 850; line-height: 1.05; letter-spacing: -.02em; }
.gr-brand__tag { display: block; margin-top: 4px; color: var(--gr-slate-500); font-size: .64rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.custom-logo { width: auto; max-height: 52px; }
.gr-primary-nav { margin-left: auto; }
.gr-primary-nav ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.gr-primary-nav li { position: relative; }
.gr-primary-nav a { display: block; padding: 12px 12px; color: var(--gr-navy-900); font-size: .89rem; font-weight: 700; }
.gr-primary-nav a:hover, .gr-primary-nav .current-menu-item > a, .gr-primary-nav .current_page_item > a { color: var(--gr-blue-600); }
.gr-primary-nav .sub-menu { position: absolute; top: calc(100% + 10px); left: 0; display: block; min-width: 240px; padding: 10px; border: 1px solid var(--gr-slate-200); border-radius: 16px; background: #fff; box-shadow: var(--gr-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.gr-primary-nav li:hover > .sub-menu, .gr-primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.gr-primary-nav .sub-menu a { padding: 10px 12px; border-radius: 9px; }
.gr-primary-nav .sub-menu a:hover { background: var(--gr-ice); }
.gr-header__cta { flex: 0 0 auto; }
.gr-menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 0; border-radius: 12px; background: var(--gr-ice); }
.gr-menu-toggle span, .gr-menu-toggle::before, .gr-menu-toggle::after { display: block; width: 20px; height: 2px; margin: 5px auto; content: ""; background: var(--gr-navy-900); transition: .2s; }

.gr-hero { position: relative; min-height: min(790px, calc(100vh - 70px)); display: grid; align-items: center; overflow: hidden; color: #d7e9fa; background: #071b31; isolation: isolate; }
.gr-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: url("assets/images/hero-factory-blue.webp") center/cover no-repeat; }
.gr-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,16,31,.97) 0%, rgba(4,21,41,.9) 42%, rgba(4,21,41,.25) 75%, rgba(4,21,41,.08) 100%); }
.gr-hero__content { max-width: 770px; padding: 90px 0 120px; }
.gr-hero h1 { max-width: 760px; margin-bottom: 24px; color: #fff; font-size: clamp(2.7rem, 6.2vw, 5.65rem); }
.gr-hero h1 span { color: var(--gr-cyan); }
.gr-hero__lead { max-width: 650px; margin-bottom: 32px; color: #c1d6e9; font-size: clamp(1.07rem, 1.6vw, 1.24rem); }
.gr-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gr-hero__proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 52px; padding: 0; list-style: none; }
.gr-hero__proof li { display: flex; align-items: center; gap: 9px; color: #e9f4ff; font-size: .86rem; font-weight: 650; }
.gr-check { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid rgba(66, 215, 255, .45); border-radius: 50%; color: var(--gr-cyan); background: rgba(66,215,255,.1); font-size: .72rem; }
.gr-hero__rail { position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid rgba(255,255,255,.13); background: rgba(4,16,31,.66); backdrop-filter: blur(12px); }
.gr-hero__rail-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.gr-hero__stat { display: flex; min-height: 84px; align-items: center; gap: 14px; padding: 16px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.gr-hero__stat:first-child { padding-left: 0; }
.gr-hero__stat:last-child { border: 0; }
.gr-hero__stat strong { color: #fff; font-size: 1.5rem; }
.gr-hero__stat span { color: #aebfd0; font-size: .78rem; line-height: 1.4; }

.gr-card { position: relative; height: 100%; padding: 28px; border: 1px solid var(--gr-slate-200); border-radius: var(--gr-radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.gr-card:hover { border-color: #b9d6f7; box-shadow: var(--gr-shadow); transform: translateY(-6px); }
.gr-card__icon { display: grid; width: 52px; height: 52px; margin-bottom: 25px; place-items: center; border-radius: 15px; color: var(--gr-blue-600); background: var(--gr-ice); }
.gr-card__icon svg { width: 25px; }
.gr-card p { color: var(--gr-slate-500); }
.gr-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-size: .9rem; font-weight: 800; }
.gr-card__link::after { content: "→"; transition: transform .2s; }
.gr-card:hover .gr-card__link::after { transform: translateX(4px); }
.gr-product-card { overflow: hidden; padding: 0; }
.gr-product-card__visual { position: relative; aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(145deg, #e7f3ff, #c6e0f8); }
.gr-product-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gr-product-card:hover .gr-product-card__visual img { transform: scale(1.04); }
.gr-product-card__fallback { position: absolute; inset: 0; display: grid; place-items: center; background: repeating-linear-gradient(165deg, #1355a9 0 18px, #1b74d8 18px 37px); }
.gr-product-card__fallback svg { width: 92px; color: rgba(255,255,255,.9); }
.gr-product-card__body { padding: 25px; }
.gr-tag { display: inline-flex; margin-bottom: 12px; padding: 5px 10px; border-radius: 999px; color: var(--gr-blue-700); background: var(--gr-ice); font-size: .7rem; font-weight: 800; }

.gr-split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.gr-media { position: relative; overflow: hidden; border-radius: var(--gr-radius-lg); box-shadow: var(--gr-shadow); }
.gr-media img { width: 100%; min-height: 460px; object-fit: cover; }
.gr-media__badge { position: absolute; right: 22px; bottom: 22px; max-width: 230px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; color: #fff; background: rgba(5,26,48,.86); backdrop-filter: blur(12px); }
.gr-media__badge strong { display: block; font-size: 1.1rem; }
.gr-feature-list { display: grid; gap: 15px; margin: 28px 0 32px; padding: 0; list-style: none; }
.gr-feature-list li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; }
.gr-feature-list .gr-check { margin-top: 2px; color: var(--gr-blue-600); border-color: #b5daf7; background: var(--gr-ice); }

.gr-process { counter-reset: process; }
.gr-process__item { position: relative; padding: 28px 26px 28px 84px; border-top: 1px solid rgba(255,255,255,.14); }
.gr-process__item::before { position: absolute; top: 24px; left: 16px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(66,215,255,.35); border-radius: 14px; color: var(--gr-cyan); background: rgba(66,215,255,.08); content: "0" counter(process); counter-increment: process; font-weight: 800; }
.gr-process__item p { margin: 0; color: #adc4d9; font-size: .91rem; }

.gr-colors { display: flex; flex-wrap: wrap; gap: 12px; }
.gr-color { display: flex; align-items: center; gap: 10px; padding: 9px 13px 9px 9px; border: 1px solid var(--gr-slate-200); border-radius: 999px; background: #fff; font-size: .76rem; font-weight: 700; }
.gr-color i { width: 25px; height: 25px; border: 1px solid rgba(0,0,0,.08); border-radius: 50%; background: var(--swatch); box-shadow: inset 0 1px 2px rgba(255,255,255,.35); }

.gr-quote-strip { position: relative; overflow: hidden; padding: clamp(52px, 7vw, 82px) 0; background: linear-gradient(125deg, var(--gr-blue-700), #0b77e9 58%, #10acd6); }
.gr-quote-strip::after { position: absolute; inset: -120% -10% auto 55%; width: 620px; aspect-ratio: 1; border: 100px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.gr-quote-strip__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; }
.gr-quote-strip h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 3rem); }
.gr-quote-strip p { margin: 0; color: #dcebfb; }

.gr-page-hero { position: relative; padding: clamp(88px, 10vw, 150px) 0 clamp(68px, 8vw, 110px); overflow: hidden; color: #c7d9ea; background: radial-gradient(circle at 80% 0%, #164f8b 0, transparent 34%), var(--gr-navy-950); }
.gr-page-hero::after { position: absolute; right: -130px; bottom: -220px; width: 520px; height: 520px; border: 1px solid rgba(66,215,255,.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(66,215,255,.04), 0 0 0 140px rgba(66,215,255,.025); }
.gr-page-hero__inner { position: relative; z-index: 1; max-width: 890px; }
.gr-page-hero h1 { margin-bottom: 20px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.gr-breadcrumbs { margin-bottom: 24px; color: #91abc4; font-size: .78rem; }
.gr-breadcrumbs a { color: #d2e4f5; }
.gr-breadcrumbs span { margin: 0 8px; }

.gr-content { max-width: 820px; margin-inline: auto; }
.gr-content > * + * { margin-top: 1.2em; }
.gr-content h2 { margin-top: 1.45em; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.gr-content h3 { margin-top: 1.3em; }
.gr-content img { border-radius: var(--gr-radius); }
.gr-content blockquote { margin: 30px 0; padding: 24px 28px; border-left: 4px solid var(--gr-blue-500); border-radius: 0 var(--gr-radius-sm) var(--gr-radius-sm) 0; color: var(--gr-slate-700); background: var(--gr-ice); }
.gr-content table { width: 100%; border-collapse: collapse; }
.gr-content th, .gr-content td { padding: 12px; border: 1px solid var(--gr-slate-200); text-align: left; }

.gr-post-card { overflow: hidden; padding: 0; }
.gr-post-card__media { aspect-ratio: 16/10; overflow: hidden; background: var(--gr-ice); }
.gr-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gr-post-card:hover .gr-post-card__media img { transform: scale(1.04); }
.gr-post-card__body { padding: 25px; }
.gr-post-card__meta { margin-bottom: 10px; color: var(--gr-slate-500); font-size: .73rem; font-weight: 700; }
.gr-post-card h2, .gr-post-card h3 { font-size: 1.25rem; }
.gr-pagination { margin-top: 48px; }
.gr-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.gr-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 12px; border: 1px solid var(--gr-slate-200); border-radius: 10px; color: var(--gr-navy-900); background: #fff; }
.gr-pagination .current, .gr-pagination a:hover { color: #fff; border-color: var(--gr-blue-600); background: var(--gr-blue-600); }

.gr-portfolio-card { position: relative; min-height: 390px; display: flex; align-items: end; overflow: hidden; border-radius: var(--gr-radius); background: var(--gr-navy-800); }
.gr-portfolio-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gr-portfolio-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 25%, rgba(3,14,27,.9)); }
.gr-portfolio-card:hover img { transform: scale(1.05); }
.gr-portfolio-card__body { position: relative; z-index: 1; padding: 28px; color: #c8dbea; }
.gr-portfolio-card h3 { color: #fff; }

.gr-faq { border-top: 1px solid var(--gr-slate-200); }
.gr-faq__item { border-bottom: 1px solid var(--gr-slate-200); }
.gr-faq__button { position: relative; width: 100%; padding: 22px 48px 22px 0; border: 0; color: var(--gr-navy-950); background: transparent; font-weight: 780; text-align: left; }
.gr-faq__button::after { position: absolute; top: 50%; right: 5px; content: "+"; color: var(--gr-blue-600); font-size: 1.6rem; transform: translateY(-50%); }
.gr-faq__button[aria-expanded="true"]::after { content: "−"; }
.gr-faq__panel { display: none; padding: 0 48px 22px 0; color: var(--gr-slate-500); }
.gr-faq__panel.is-open { display: block; }

.gr-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 72px); }
.gr-contact-list { display: grid; gap: 16px; margin: 28px 0; padding: 0; list-style: none; }
.gr-contact-list li { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: start; }
.gr-contact-list .gr-card__icon { width: 44px; height: 44px; margin: 0; border-radius: 12px; }
.gr-form { padding: clamp(26px, 4vw, 42px); border: 1px solid var(--gr-slate-200); border-radius: var(--gr-radius-lg); background: #fff; box-shadow: var(--gr-shadow); }
.gr-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gr-field--full { grid-column: 1 / -1; }
.gr-field label { display: block; margin-bottom: 7px; font-size: .83rem; font-weight: 750; }
.gr-field input, .gr-field select, .gr-field textarea, .gr-form input, .gr-form textarea, .gr-form select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cbd9e7; border-radius: 11px; outline: 0; background: #f9fbfd; transition: border .2s, box-shadow .2s;
}
.gr-field textarea, .gr-form textarea { min-height: 130px; resize: vertical; }
.gr-field input:focus, .gr-field select:focus, .gr-field textarea:focus, .gr-form input:focus, .gr-form textarea:focus { border-color: var(--gr-blue-500); box-shadow: 0 0 0 4px rgba(22,131,255,.12); background: #fff; }
.gr-form-note { margin-top: 14px; color: var(--gr-slate-500); font-size: .75rem; }

.gr-site-footer { color: #a9bfd2; background: #04101f; }
.gr-footer__main { display: grid; grid-template-columns: 1.25fr .7fr .8fr 1fr; gap: 44px; padding: 74px 0 56px; }
.gr-site-footer h2, .gr-site-footer h3 { color: #fff; font-size: 1rem; }
.gr-site-footer p { font-size: .84rem; }
.gr-footer__brand { margin-bottom: 18px; color: #fff; }
.gr-footer__brand .gr-brand { color: #fff; }
.gr-footer__menu { margin: 0; padding: 0; list-style: none; }
.gr-footer__menu li + li { margin-top: 8px; }
.gr-footer__menu a { color: #b7cadd; font-size: .84rem; }
.gr-footer__menu a:hover { color: var(--gr-cyan); }
.gr-footer__bottom { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }
.gr-floating-actions { position: fixed; z-index: 900; right: 18px; bottom: 20px; display: grid; gap: 10px; }
.gr-float { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; color: #fff; background: var(--gr-blue-600); box-shadow: 0 12px 30px rgba(4,20,38,.25); transition: transform .2s; }
.gr-float:hover { color: #fff; transform: translateY(-3px); }
.gr-float--line { background: #06c755; }
.gr-float svg { width: 22px; }

.error404 .gr-page-hero { min-height: 66vh; display: grid; align-items: center; text-align: center; }
.gr-404__code { display: block; color: var(--gr-cyan); font-size: clamp(5rem, 18vw, 12rem); font-weight: 900; line-height: .85; opacity: .24; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin: 0 0 22px; color: var(--gr-slate-500); font-size: .78rem; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 18px; border: 1px solid var(--gr-slate-200); border-radius: var(--gr-radius); background: #fff; transition: .25s; }
.woocommerce ul.products li.product:hover { box-shadow: var(--gr-shadow); transform: translateY(-5px); }
.woocommerce ul.products li.product a img { border-radius: 15px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--gr-navy-950); font-size: 1.08rem; }
.woocommerce ul.products li.product .price { color: var(--gr-blue-600); font-weight: 800; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 999px; color: #fff; background: var(--gr-blue-600); }
.woocommerce a.button:hover, .woocommerce button.button:hover { color: #fff; background: var(--gr-blue-700); }
.woocommerce div.product div.images img { border-radius: var(--gr-radius); }
.woocommerce div.product .product_title { font-size: clamp(2rem, 4vw, 3.6rem); }
.single-product .woocommerce div.product .product_title { display: none; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--gr-blue-600); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--gr-blue-600); background: var(--gr-ice); }

@media (max-width: 1080px) {
  .gr-header__cta { display: none; }
  .gr-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .gr-footer__main { grid-template-columns: 1.2fr 1fr 1fr; }
  .gr-footer__main > :first-child { grid-column: 1 / -1; max-width: 560px; }
}

@media (max-width: 900px) {
  .admin-bar .gr-site-header { top: 46px; }
  .gr-topbar { display: none; }
  .gr-header__inner { min-height: 72px; }
  .gr-menu-toggle { display: block; }
  .gr-primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; height: calc(100vh - 72px); margin: 0; padding: 24px 20px; overflow-y: auto; background: #fff; box-shadow: 0 20px 40px rgba(5,29,58,.13); }
  .nav-open .gr-primary-nav { display: block; }
  .gr-primary-nav ul { display: block; }
  .gr-primary-nav a { padding: 14px 8px; border-bottom: 1px solid var(--gr-slate-100); font-size: 1rem; }
  .gr-primary-nav .sub-menu { position: static; display: block; padding: 0 0 0 16px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .gr-grid--3, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gr-split, .gr-contact-grid { grid-template-columns: 1fr; }
  .gr-split .gr-media { order: -1; }
  .gr-media img { min-height: 360px; }
  .gr-hero::after { background: linear-gradient(90deg, rgba(4,16,31,.97), rgba(4,21,41,.76)); }
  .gr-quote-strip__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  :root { --gr-container: min(100% - 28px, 1180px); --gr-radius: 18px; --gr-radius-lg: 24px; }
  body { font-size: 15px; }
  .gr-section { padding: 68px 0; }
  .gr-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
  .gr-grid--2, .gr-grid--3, .gr-grid--4, .woocommerce ul.products { grid-template-columns: 1fr; }
  .gr-hero { min-height: 700px; }
  .gr-hero__content { padding: 70px 0 160px; }
  .gr-hero h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .gr-hero__proof { gap: 14px; margin-top: 36px; }
  .gr-hero__rail-inner { grid-template-columns: repeat(3, auto); overflow-x: auto; }
  .gr-hero__stat { min-width: 170px; padding: 13px 16px; }
  .gr-hero__stat:first-child { padding-left: 0; }
  .gr-card { padding: 23px; }
  .gr-form-grid { grid-template-columns: 1fr; }
  .gr-field--full { grid-column: auto; }
  .gr-footer__main { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .gr-footer__main > :first-child { grid-column: 1 / -1; }
  .gr-footer__bottom { min-height: 84px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .gr-brand__tag { display: none; }
  .gr-floating-actions { right: 12px; bottom: 12px; }
  .gr-float { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
