/*
 * HATRI Flatsome Website v2.6.4 — Original Forest Green
 * All design rules are isolated under .hatri-site to avoid conflicts with
 * Flatsome, UX Builder and other WordPress plugins.
 */
.hatri-site {
  --ink: #101918;
  --forest: #0c2f2b;
  --forest-light: #16463f;
  --gold: #d7a529;
  --gold-bright: #efbf43;
  --paper: #f5f3ec;
  --muted: #66706d;
  --line: #dde2dc;
  --white: #ffffff;
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: clip;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.hatri-site, .hatri-site * { box-sizing: border-box; }
.hatri-site.hatri-module-header { position: sticky; top: 0; z-index: 45; overflow: visible; }
.hatri-site.hatri-module-header .site-header { position: relative; top: auto; }
.admin-bar .hatri-site.hatri-module-header { top: 32px; }
html { scroll-behavior: smooth; }
body.hatri-full-site { margin: 0; background: #fff; color: #101918; }
body.hatri-full-site #header,
body.hatri-full-site #wide-nav,
body.hatri-full-site .header,
body.hatri-full-site .header-wrapper,
body.hatri-full-site .header-main,
body.hatri-full-site .header-top,
body.hatri-full-site .header-bottom,
body.hatri-full-site .stuck,
body.hatri-hide-flatsome-header #header,
body.hatri-hide-flatsome-header #wide-nav,
body.hatri-hide-flatsome-header .header-wrapper,
body.hatri-hide-flatsome-header .header-main,
body.hatri-hide-flatsome-header .header-top,
body.hatri-hide-flatsome-header .header-bottom,
body.hatri-hide-flatsome-header .stuck,
body.hatri-full-site #footer,
body.hatri-full-site .absolute-footer,
body.hatri-full-site .page-title,
body.hatri-full-site .breadcrumbs { display: none !important; }
body.hatri-full-site #main,
body.hatri-full-site #content,
body.hatri-full-site .page-wrapper,
body.hatri-full-site .content-area,
body.hatri-full-site .entry-content,
body.hatri-full-site .row-main,
body.hatri-full-site .row-main > .col { max-width: none !important; padding: 0 !important; margin: 0 !important; }
body.hatri-full-site .page-wrapper > .row,
body.hatri-full-site .row-main { max-width: none !important; width: 100% !important; }
body.hatri-modal-open { overflow: hidden !important; }
.hatri-site [hidden] { display: none !important; }
.hatri-site section[id] { scroll-margin-top: 78px; }
.hatri-site h1, .hatri-site h2, .hatri-site h3, .hatri-site p, .hatri-site ul { margin-top: 0; }
.hatri-site[data-hatri-colors] h1, .hatri-site[data-hatri-colors] h2 { color: var(--hatri-heading-color,inherit) !important; }
.hatri-site[data-hatri-colors] h1 em, .hatri-site[data-hatri-colors] h2 em { color: var(--hatri-accent-color,var(--gold-bright)) !important; }
.hatri-site[data-hatri-colors] h3 { color: var(--hatri-item-heading-color,var(--ink)) !important; }
.hatri-site[data-hatri-colors] h3 a { color: inherit; }
.hatri-site p { margin-bottom: 1em; }
.hatri-site button { box-shadow: none; text-shadow: none; }
.hatri-site .hatri-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.admin-bar .hatri-site .site-header { top: 32px; }
.admin-bar .hatri-site.hatri-module-header .site-header { top: auto; }
.hatri-site button, .hatri-site input, .hatri-site textarea { font: inherit; }
.hatri-site button, .hatri-site a { -webkit-tap-highlight-color: transparent; }
.hatri-site a { color: inherit; text-decoration: none; }
.hatri-site img { display: block; max-width: 100%; }
.hatri-site .shell { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.hatri-site .section { padding: 112px 0; }

.hatri-site .topbar { background: #071d1b; color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.hatri-site .topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.hatri-site .topbar-contact { display: flex; align-items: center; gap: 14px; }
.hatri-site .topbar a:hover { color: #fff; }
.hatri-site .topbar-separator { color: var(--gold); }
.hatri-site .topbar-social { display: flex; align-items: center; gap: 6px; padding-left: 13px; border-left: 1px solid rgba(255,255,255,.18); }
.hatri-site .topbar-social a { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: rgba(255,255,255,.72); font-size: 7px; font-weight: 900; letter-spacing: 0; transition: border-color .2s, background .2s; }
.hatri-site .topbar-social a:hover { border-color: var(--gold); background: rgba(215,165,41,.16); }
.hatri-site .topbar-social svg { width: 11px; height: 11px; fill: currentColor; }
.hatri-site .topbar-social .social-instagram svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.hatri-site .topbar-social .social-instagram .icon-dot { fill: currentColor; stroke: none; }
.hatri-site .hatri-language-switcher { display: flex; align-items: center; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.18); text-transform: none; letter-spacing: 0; }
.hatri-site .hatri-language-switcher .gtranslate_wrapper { display: flex; align-items: center; min-height: 26px; }
.hatri-site .hatri-language-switcher select.gt_selector { width: auto !important; min-width: 92px; height: 26px !important; margin: 0 !important; padding: 0 25px 0 8px !important; border: 1px solid rgba(255,255,255,.22) !important; border-radius: 2px; background-color: #071d1b !important; color: #fff !important; font-size: 10px !important; line-height: 24px !important; text-transform: none; }
.hatri-site .hatri-language-switcher select.gt_selector option { background: #071d1b; color: #fff; }
.hatri-site .hatri-language-switcher a.glink { display: inline-flex !important; align-items: center; gap: 4px; margin: 0 3px !important; color: rgba(255,255,255,.78) !important; font-size: 9px !important; line-height: 1; }
.hatri-site .hatri-language-switcher a.glink:hover,
.hatri-site .hatri-language-switcher a.glink.gt-current-lang { color: #fff !important; }
.hatri-site .hatri-language-switcher a.glink img { display: inline-block !important; width: 16px !important; height: auto !important; margin: 0 !important; }
.hatri-site .hatri-language-switcher .gt_switcher { width: auto !important; font-family: inherit !important; }
.hatri-site .hatri-language-switcher .gt_switcher .gt_selected { background: transparent !important; border: 1px solid rgba(255,255,255,.22) !important; }
.hatri-site .hatri-language-switcher .gt_switcher .gt_selected a { width: auto !important; min-width: 92px; padding: 4px 24px 4px 7px !important; color: #fff !important; background-color: #071d1b !important; font-size: 10px !important; line-height: 16px !important; }
.hatri-site .hatri-language-switcher .gt_switcher .gt_option { width: auto !important; min-width: 118px; background: #071d1b !important; border-color: rgba(255,255,255,.22) !important; }
.hatri-site .hatri-language-switcher .gt_switcher .gt_option a { padding: 5px 7px !important; color: #fff !important; background: #071d1b !important; font-size: 10px !important; }
.hatri-site .hatri-language-switcher .gt_switcher .gt_option a:hover { background: #16463f !important; }

.hatri-site .site-header { position: sticky; top: 0; z-index: 40; background: rgba(12,47,43,.97); color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.hatri-site .nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.hatri-site .brand { display: flex; align-items: center; gap: 15px; }
.hatri-site .brand img { width: 110px; height: 50px; object-fit: contain; }
.hatri-site .brand span { border-left: 1px solid rgba(255,255,255,.25); padding-left: 15px; font-size: 11px; line-height: 1.35; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.hatri-site .nav-links { display: flex; align-items: center; gap: 34px; }
.hatri-site .nav-links > a { font-size: 13px; font-weight: 700; letter-spacing: .04em; position: relative; }
.hatri-site .nav-links > a:not(.nav-quote)::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.hatri-site .nav-links > a:hover::after { width: 100%; }
.hatri-site .nav-quote { padding: 11px 18px; background: var(--gold); color: #11201d; }
.hatri-site .nav-quote:hover { background: var(--gold-bright); }
.hatri-site .menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.hatri-site .menu-toggle i { display: block; width: 24px; height: 2px; background: white; margin: 5px; }

.hatri-site .hero { position: relative; min-height: 735px; overflow: hidden; background: var(--forest); color: #fff; }
.hatri-site .hero::before { content: ""; position: absolute; width: 740px; height: 740px; border-radius: 50%; right: -280px; top: -310px; background: rgba(215,165,41,.09); }
.hatri-site .hero::after { content: ""; position: absolute; left: -180px; bottom: -340px; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.hatri-site .hero-grid-bg { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, transparent, black 45%, black); }
.hatri-site .hero-inner { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 50px; }
.hatri-site .eyebrow, .hatri-site .section-kicker { font-size: 11px; font-weight: 800; letter-spacing: .22em; color: #85671a; }
.hatri-site .eyebrow { color: var(--gold-bright); display: flex; align-items: center; gap: 12px; margin-bottom: 27px; }
.hatri-site .eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.hatri-site .hero h1, .hatri-site .section-heading h2, .hatri-site .about-copy h2, .hatri-site .video-copy h2, .hatri-site .contact-copy h2, .hatri-site .split-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 5.5vw, 80px); line-height: .98; font-weight: 500; letter-spacing: -.04em; }
.hatri-site .hero h1 em, .hatri-site .section h2 em, .hatri-site .video-copy h2 em, .hatri-site .contact-copy h2 em { color: var(--gold-bright); font-weight: 400; }
.hatri-site .hero-copy > p { max-width: 610px; margin: 28px 0 33px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.hatri-site .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.hatri-site .button { min-height: 44px; padding: 0 19px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 13px; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; line-height: 1.2; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.hatri-site .button:hover { transform: translateY(-2px); }
.hatri-site .button-gold { background: var(--gold); color: #10221f; }
.hatri-site .button-gold:hover { background: var(--gold-bright); }
.hatri-site .button-ghost { border: 1px solid rgba(255,255,255,.32); color: white; background: transparent; }
.hatri-site .button-ghost:hover { background: rgba(255,255,255,.08); }
.hatri-site .button-dark { background: var(--forest); color: #fff; }
.hatri-site .hero-proof { display: flex; gap: 35px; margin-top: 49px; }
.hatri-site .hero-proof div { display: flex; gap: 11px; align-items: center; padding-right: 29px; border-right: 1px solid rgba(255,255,255,.13); }
.hatri-site .hero-proof div:last-child { border: 0; padding-right: 0; }
.hatri-site .hero-proof strong { font: 500 25px/1 Georgia, serif; color: var(--gold-bright); }
.hatri-site .hero-proof span { font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,255,255,.55); }
.hatri-site .hero-visual { position: relative; height: 560px; }
.hatri-site .hero-ring { position: absolute; width: 490px; height: 490px; border: 1px solid rgba(215,165,41,.35); border-radius: 50%; left: 40px; top: 30px; }
.hatri-site .hero-ring::after { content: ""; position: absolute; inset: 25px; border: 1px solid rgba(255,255,255,.09); border-radius: inherit; }
.hatri-site .hero-image-frame { position: absolute; left: 72px; right: -25px; top: 58px; height: 455px; overflow: hidden; background: #fff; box-shadow: 0 35px 80px rgba(0,0,0,.25); touch-action: pan-y; user-select: none; }
.hatri-site .hero-image-frame::after { content: ""; position: absolute; z-index: 6; inset: 0; border: 8px solid rgba(255,255,255,.65); pointer-events: none; }
.hatri-site .hero-slider-track, .hatri-site .hero-slide { position: absolute; inset: 0; }
.hatri-site .hero-slide { margin: 0; opacity: 0; visibility: hidden; transform: translateX(5%) scale(.985); transition: opacity .65s ease, transform .9s cubic-bezier(.2,.75,.25,1), visibility 0s linear .9s; }
.hatri-site .hero-slide.is-active { z-index: 2; opacity: 1; visibility: visible; transform: translateX(0) scale(1); transition-delay: 0s; }
.hatri-site .hero-slide img { width: 100%; height: 100%; object-fit: contain; padding: 30px 34px 64px; transform-origin: 50% 48%; }
.hatri-site .hero-slide.is-active img { animation: hatriHeroMachineZoom var(--hatri-slide-duration,5200ms) ease-out both; }
.hatri-site .hero-slide-caption { position: absolute; z-index: 3; left: 22px; bottom: 19px; max-width: 44%; display: flex; align-items: center; gap: 9px; color: var(--forest); }
.hatri-site .hero-slide-caption span { color: #95741f; font: 600 16px/1 Georgia,serif; }
.hatri-site .hero-slide-caption strong { overflow: hidden; color: #59625f; font-size: 8px; line-height: 1.35; letter-spacing: .12em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.hatri-site .frame-label { position: absolute; right: 0; top: 0; z-index: 8; background: var(--gold); color: #16221f; padding: 12px 16px; font-size: 9px; letter-spacing: .2em; font-weight: 900; }
.hatri-site .hero-slider-controls { position: absolute; z-index: 8; right: 15px; bottom: 13px; display: flex; gap: 6px; }
.hatri-site .hero-slider-arrow { width: 30px !important; height: 30px !important; min-width: 30px !important; min-height: 30px !important; margin: 0 !important; padding: 0 !important; display: grid; place-items: center; border: 1px solid #d8dbd4; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--forest); cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.hatri-site .hero-slider-arrow span { display: block; margin-top: -2px; font: 400 22px/1 Arial,sans-serif; }
.hatri-site .hero-slider-arrow:hover { border-color: var(--gold); background: var(--forest); color: #fff; }
.hatri-site .hero-slider-dots { position: absolute; z-index: 8; left: 50%; bottom: 22px; display: flex; gap: 6px; transform: translateX(-50%); }
.hatri-site .hero-slider-dots button { width: 6px !important; height: 6px !important; min-width: 6px !important; min-height: 6px !important; margin: 0 !important; padding: 0 !important; border: 0; border-radius: 50%; background: #c8cbc5; cursor: pointer; transition: width .25s, border-radius .25s, background .25s; }
.hatri-site .hero-slider-dots button.is-active { width: 22px !important; border-radius: 6px; background: var(--gold); }
.hatri-site .hero-slider-progress { position: absolute; z-index: 8; left: 8px; right: 8px; bottom: 7px; height: 2px; overflow: hidden; background: rgba(12,47,43,.10); }
.hatri-site .hero-slider-progress i { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left center; }
.hatri-site .hero-slider.is-running .hero-slider-progress i { animation: hatriHeroProgress var(--hatri-slide-duration,5200ms) linear forwards; }
@keyframes hatriHeroMachineZoom { from { transform: scale(1); } to { transform: scale(1.035); } }
@keyframes hatriHeroProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hatri-site .hero-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; background: rgba(7,29,27,.94); color: white; padding: 15px 19px; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 16px 30px rgba(0,0,0,.22); }
.hatri-site .hero-card b, .hatri-site .hero-card small { display: block; }
.hatri-site .hero-card b { font-size: 12px; margin-bottom: 4px; }
.hatri-site .hero-card small { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.52); }
.hatri-site .hero-card-one { left: 5px; bottom: 57px; }
.hatri-site .hero-card-two { right: -48px; top: 95px; }
.hatri-site .card-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--forest); font-weight: 900; }
.hatri-site .pulse { width: 12px; height: 12px; border-radius: 50%; background: #54bd8e; box-shadow: 0 0 0 6px rgba(84,189,142,.13); }
.hatri-site .hero-scroll { position: absolute; z-index: 3; bottom: 23px; left: 50%; transform: translateX(-50%); font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.36); }
.hatri-site .hero-scroll span { color: var(--gold); margin-left: 8px; }

.hatri-site .trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.hatri-site .trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.hatri-site .trust-grid article { min-height: 125px; display: flex; align-items: center; gap: 19px; padding: 24px 40px; border-right: 1px solid var(--line); }
.hatri-site .trust-grid article:last-child { border-right: 0; }
.hatri-site .trust-grid article > span { color: var(--gold); font: italic 28px Georgia,serif; }
.hatri-site .trust-grid b, .hatri-site .trust-grid small { display: block; }
.hatri-site .trust-grid b { font-size: 14px; margin-bottom: 7px; }
.hatri-site .trust-grid small { color: var(--muted); font-size: 11px; line-height: 1.5; }

.hatri-site .about-section { background: var(--paper); }
.hatri-site .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.hatri-site .about-gallery { position: relative; min-height: 530px; }
.hatri-site .about-main-image { position: absolute; width: 78%; height: 470px; left: 0; top: 0; overflow: hidden; background: #ddd; }
.hatri-site .about-main-image img, .hatri-site .about-small-image img { width: 100%; height: 100%; object-fit: cover; }
.hatri-site .about-small-image { position: absolute; right: 0; bottom: 0; width: 49%; height: 235px; border: 10px solid var(--paper); overflow: hidden; }
.hatri-site .experience-seal { position: absolute; left: 58%; top: 65px; transform: translateX(-50%); width: 145px; height: 145px; border-radius: 50%; background: var(--gold); display: grid; align-content: center; justify-items: center; box-shadow: 0 15px 35px rgba(36,45,38,.18); }
.hatri-site .experience-seal strong { font: 500 37px Georgia,serif; }
.hatri-site .experience-seal span { font-size: 9px; line-height: 1.5; text-align: center; letter-spacing: .12em; text-transform: uppercase; }
.hatri-site .about-copy .section-kicker { margin-bottom: 21px; }
.hatri-site .about-copy h2, .hatri-site .section-heading h2, .hatri-site .split-heading h2 { font-size: clamp(40px,4.2vw,58px); line-height: 1.08; }
.hatri-site .section-lead { margin: 27px 0 16px !important; font-size: 18px !important; line-height: 1.65 !important; color: #273633 !important; }
.hatri-site .about-copy > p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.hatri-site .check-list { list-style: none; padding: 0; margin: 27px 0; }
.hatri-site .check-list li { display: flex; align-items: flex-start; gap: 13px; padding: 12px 0; border-bottom: 1px solid #dadbd3; font-size: 13px; font-weight: 700; }
.hatri-site .check-list span { color: var(--gold); }
.hatri-site .text-link, .hatri-site .product-link, .hatri-site .modal-whatsapp, .hatri-site .modal-read-more { border: 0; border-bottom: 1px solid #a4aaa6; background: transparent; padding: 0 0 6px; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.hatri-site .text-link span, .hatri-site .product-link span, .hatri-site .modal-whatsapp span, .hatri-site .modal-read-more span { color: var(--gold); margin-left: 16px; }

.hatri-site .products-section { background: white; }
.hatri-site .section-heading.centered { text-align: center; }
.hatri-site .section-heading .section-kicker { margin-bottom: 20px; }
.hatri-site .section-heading > p { margin: 22px auto 0; max-width: 580px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.hatri-site .product-filters { margin: 47px auto 38px; display: flex; justify-content: center; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.hatri-site .product-filters button { border: 0; background: transparent; padding: 12px 21px; color: #7c8582; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.hatri-site .product-filters button.active { color: var(--forest); border-color: var(--gold); }
.hatri-site .products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.hatri-site .product-card { border: 1px solid var(--line); background: white; transition: transform .25s, box-shadow .25s; }
.hatri-site .product-card.is-filter-hidden,
.hatri-site .product-card.is-limit-hidden { display: none; }
.hatri-site .product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(20,48,42,.1); }
.hatri-site .product-image { position: relative; width: 100%; aspect-ratio: 1.06; background: #f4f5f1; border: 0; padding: 17px; cursor: pointer; overflow: hidden; }
.hatri-site .product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s; }
.hatri-site .product-card:hover .product-image img { transform: scale(1.035); }
.hatri-site .product-image > span { position: absolute; inset: auto 12px 12px; padding: 11px; background: rgba(12,47,43,.93); color: white; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transform: translateY(65px); transition: transform .25s; }
.hatri-site .product-card:hover .product-image > span { transform: translateY(0); }
.hatri-site .product-content { padding: 21px 21px 24px; }
.hatri-site .product-content small, .hatri-site .modal-product-copy > small { color: #9a7a24; text-transform: uppercase; font-size: 9px; letter-spacing: .15em; font-weight: 800; }
.hatri-site .product-content h3 { min-height: 44px; margin: 9px 0 10px; font: 600 18px/1.2 Georgia,serif; }
.hatri-site .product-content p { height: 60px; overflow: hidden; margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.hatri-site .product-link { border-bottom: 0; padding: 0; font-size: 9px; }
.hatri-site .load-more-wrap { text-align: center; margin-top: 42px; }

.hatri-site .news-section { background: var(--paper); }
.hatri-site .news-grid { margin-top: 47px; display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.hatri-site .news-card { min-width: 0; background: #fff; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.hatri-site .news-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(20,48,42,.1); }
.hatri-site .news-image { display: block; aspect-ratio: 1.62; overflow: hidden; background: #d9ddd8; }
.hatri-site .news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.hatri-site .news-card:hover .news-image img { transform: scale(1.035); }
.hatri-site .news-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(12,47,43,.58); font: 600 13px Georgia,serif; letter-spacing: .2em; background: linear-gradient(135deg,#f1f3ee,#d8dbd4); }
.hatri-site .news-content { padding: 25px 25px 27px; }
.hatri-site .news-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 14px; color: #85671a; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hatri-site .news-meta time { color: #909794; }
.hatri-site .news-card h3, .hatri-site .news-card h2 { margin: 13px 0 12px; font: 600 23px/1.2 Georgia,serif; }
.hatri-site .news-card h3 a:hover, .hatri-site .news-card h2 a:hover { color: var(--forest-light); }
.hatri-site .news-card p { margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.hatri-site .news-link { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hatri-site .news-link span { color: var(--gold); }
.hatri-site .news-more { margin-top: 39px; text-align: center; }
.hatri-site .news-empty { margin: 42px auto 0; max-width: 620px; padding: 30px; text-align: center; border: 1px dashed #c8cbc5; background: rgba(255,255,255,.55); color: var(--muted); }
.hatri-site .news-empty p { margin-bottom: 5px; color: var(--ink); font: 500 22px Georgia,serif; }
.hatri-site .news-empty small { font-size: 11px; }

/* Combined News archive and single article templates. */
body.hatri-news-page { margin: 0; background: #fff; color: #101918; }
.hatri-site.hatri-news-single, .hatri-site.hatri-news-archive { overflow: clip; }
.hatri-site .news-article-hero, .hatri-site .news-archive-hero { position: relative; overflow: hidden; background: var(--forest); color: #fff; }
.hatri-site .news-article-hero::before, .hatri-site .news-archive-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -300px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.hatri-site .news-article-hero::after, .hatri-site .news-archive-hero::after { content: ""; position: absolute; width: 310px; height: 310px; left: -170px; bottom: -230px; border-radius: 50%; background: rgba(215,165,41,.08); }
.hatri-site .news-article-hero-inner { position: relative; z-index: 1; max-width: 940px; padding-top: 84px; padding-bottom: 105px; text-align: center; }
.hatri-site .news-breadcrumbs { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 32px; color: rgba(255,255,255,.58); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hatri-site .news-breadcrumbs a:hover { color: var(--gold-bright); }
.hatri-site .news-article-hero .section-kicker { color: var(--gold-bright); }
.hatri-site .news-article-hero h1 { max-width: 920px; margin: 18px auto 22px; color: #fff; font: 500 clamp(42px,5vw,68px)/1.06 Georgia,'Times New Roman',serif; letter-spacing: -.035em; }
.hatri-site .news-article-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hatri-site .news-article-featured { position: relative; z-index: 2; max-width: 1080px; margin-top: -52px; }
.hatri-site .news-article-featured img { width: 100%; max-height: 610px; object-fit: cover; background: #edf0eb; box-shadow: 0 24px 70px rgba(7,29,27,.18); }
.hatri-site .news-article-body { max-width: 880px; padding-top: 75px; padding-bottom: 88px; }
.hatri-site .news-article-content { color: #33413e; font: 400 17px/1.85 Arial,Helvetica,sans-serif; }
.hatri-site .news-article-content > :first-child { margin-top: 0; }
.hatri-site .news-article-content h2, .hatri-site .news-article-content h3, .hatri-site .news-article-content h4 { color: var(--ink); font-family: Georgia,'Times New Roman',serif; letter-spacing: -.015em; }
.hatri-site .news-article-content h2 { margin: 54px 0 20px; font-size: 36px; line-height: 1.2; }
.hatri-site .news-article-content h3 { margin: 38px 0 16px; font-size: 27px; line-height: 1.25; }
.hatri-site .news-article-content h4 { margin: 30px 0 13px; font-size: 21px; line-height: 1.3; }
.hatri-site .news-article-content p { margin: 0 0 25px; }
.hatri-site .news-article-content a { color: #85671a; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hatri-site .news-article-content ul, .hatri-site .news-article-content ol { margin: 0 0 28px; padding-left: 25px; }
.hatri-site .news-article-content li { margin-bottom: 9px; }
.hatri-site .news-article-content blockquote { margin: 40px 0; padding: 7px 0 7px 30px; border-left: 3px solid var(--gold); color: var(--forest); font: 500 26px/1.5 Georgia,'Times New Roman',serif; }
.hatri-site .news-article-content figure { margin: 40px 0; }
.hatri-site .news-article-content img { height: auto; margin-left: auto; margin-right: auto; }
.hatri-site .news-article-content figcaption { margin-top: 10px; color: #7c8582; font-size: 11px; line-height: 1.5; text-align: center; }
.hatri-site .news-article-content iframe { width: 100%; max-width: 100%; }
.hatri-site .news-article-content table { width: 100%; margin: 35px 0; border-collapse: collapse; font-size: 14px; }
.hatri-site .news-article-content th, .hatri-site .news-article-content td { padding: 13px 15px; border: 1px solid var(--line); text-align: left; }
.hatri-site .news-article-content th { background: var(--paper); color: var(--forest); }
.hatri-site .news-page-links { margin-top: 35px; }
.hatri-site .news-article-footer { margin-top: 58px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.hatri-site .news-article-footer-label { display: block; margin-bottom: 6px; color: #8b9390; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hatri-site .news-article-footer strong { color: var(--forest); font: 600 18px Georgia,serif; }
.hatri-site .news-back-link { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hatri-site .news-back-link span { color: var(--gold); }
.hatri-site .news-article-cta { padding: 65px 0; background: var(--paper); border-top: 1px solid var(--line); }
.hatri-site .news-article-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.hatri-site .news-article-cta h2 { max-width: 720px; margin: 10px 0 0; color: var(--forest); font: 500 clamp(30px,3vw,43px)/1.16 Georgia,'Times New Roman',serif; letter-spacing: -.025em; }
.hatri-site .news-article-cta .button { flex: 0 0 auto; }
.hatri-site .news-archive-hero { padding: 92px 0 96px; text-align: center; }
.hatri-site .news-archive-hero .shell { position: relative; z-index: 1; }
.hatri-site .news-archive-hero .section-kicker { color: var(--gold-bright); }
.hatri-site .news-archive-hero h1 { margin: 15px 0 18px; color: #fff; font: 500 clamp(48px,5.2vw,72px)/1.05 Georgia,'Times New Roman',serif; letter-spacing: -.035em; }
.hatri-site .news-archive-hero p { max-width: 650px; margin: 0 auto; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.hatri-site .news-archive-section { background: var(--paper); }
.hatri-site .news-archive-section .news-grid { margin-top: 0; }
.hatri-site .news-pagination { margin-top: 48px; }
.hatri-site .news-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hatri-site .news-pagination a, .hatri-site .news-pagination span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #ccd1cb; background: #fff; color: var(--forest); font-size: 11px; font-weight: 800; }
.hatri-site .news-pagination .current, .hatri-site .news-pagination a:hover { border-color: var(--gold); background: var(--gold); color: #11201d; }

.hatri-site .youtube-channel-section { background: #fff; }
.hatri-site .youtube-video-grid { margin-top: 47px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.hatri-site .youtube-video-grid.youtube-count-1 { grid-template-columns: minmax(0,780px); justify-content: center; }
.hatri-site .youtube-video-grid.youtube-count-2 { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 930px; margin-left: auto; margin-right: auto; }
.hatri-site .youtube-video-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 28px rgba(20,48,42,.08); }
.hatri-site .youtube-embed { position: relative; aspect-ratio: 16/9; background: #061412; overflow: hidden; }
.hatri-site .youtube-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hatri-site .youtube-video-copy { padding: 20px 21px 22px; }
.hatri-site .youtube-video-copy time { display: block; margin-bottom: 9px; color: #85671a; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hatri-site .youtube-video-copy h3 { margin: 0; font: 600 19px/1.35 Georgia,serif; }
.hatri-site .youtube-video-copy h3 a:hover { color: var(--forest-light); }
.hatri-site .youtube-channel-more { margin-top: 39px; text-align: center; }
.hatri-site .youtube-playlist-fallback { max-width: 880px; margin: 47px auto 0; padding: 14px; border: 1px solid var(--line); background: var(--paper); }
.hatri-site .youtube-playlist-fallback > p { margin: 12px 5px 2px; color: var(--muted); font-size: 11px; text-align: center; }
.hatri-site .youtube-empty { margin: 42px auto 0; max-width: 620px; padding: 30px; text-align: center; border: 1px dashed #c8cbc5; background: var(--paper); color: var(--muted); }
.hatri-site .youtube-empty p { margin-bottom: 5px; color: var(--ink); font: 500 22px Georgia,serif; }
.hatri-site .youtube-empty small { font-size: 11px; }

.hatri-site .video-section { padding: 105px 0; background: #071d1b; color: white; position: relative; overflow: hidden; }
.hatri-site .video-section::after { content: "HATRI"; position: absolute; right: -25px; bottom: -80px; font-size: 200px; font-weight: 900; color: rgba(255,255,255,.025); }
.hatri-site .video-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.hatri-site .video-panel { min-height: 395px; position: relative; overflow: hidden; }
.hatri-site .video-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(4,16,14,.82),rgba(4,16,14,.05)); }
.hatri-site .video-panel > img { width: 100%; height: 395px; object-fit: cover; }
.hatri-site .play-button { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--forest); box-shadow: 0 0 0 11px rgba(215,165,41,.16); }
.hatri-site .play-button span { margin-left: 4px; }
.hatri-site .video-caption { position: absolute; z-index: 2; left: 27px; bottom: 25px; }
.hatri-site .video-caption b, .hatri-site .video-caption span { display: block; }
.hatri-site .video-caption b { font-family: Georgia,serif; font-size: 18px; margin-bottom: 5px; }
.hatri-site .video-caption span { color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hatri-site .section-kicker.light { color: var(--gold-bright); }
.hatri-site .video-copy h2, .hatri-site .contact-copy h2 { margin-top: 18px; font-size: clamp(42px,4.3vw,59px); line-height: 1.06; }
.hatri-site .video-copy p, .hatri-site .contact-copy > p { margin: 25px 0 31px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }

.hatri-site .services-section { background: var(--paper); }
.hatri-site .split-heading { display: grid; grid-template-columns: 1fr .62fr; gap: 80px; align-items: end; }
.hatri-site .split-heading .section-kicker { margin-bottom: 18px; }
.hatri-site .split-heading > p { color: var(--muted); line-height: 1.8; font-size: 14px; margin: 0 0 8px; }
.hatri-site .process-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 60px; }
.hatri-site .process-grid article { position: relative; min-height: 305px; padding: 46px 38px; border: 1px solid #d8dbd4; border-right: 0; background: rgba(255,255,255,.45); }
.hatri-site .process-grid article:last-child { border-right: 1px solid #d8dbd4; }
.hatri-site .process-number { position: absolute; right: 22px; top: 20px; color: #c8cbc5; font: italic 20px Georgia,serif; }
.hatri-site .process-icon { width: 54px; height: 54px; display: grid; place-items: center; background: var(--forest); color: var(--gold); font-size: 24px; margin-bottom: 30px; }
.hatri-site .process-grid h3 { margin: 0 0 15px; font: 600 20px Georgia,serif; }
.hatri-site .process-grid p { color: var(--muted); font-size: 12px; line-height: 1.8; }

.hatri-site .contact-section { padding: 105px 0; background: var(--forest); color: white; position: relative; overflow: hidden; }
.hatri-site .contact-section::before { content: ""; position: absolute; inset: 0; opacity: .04; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 22px 22px; }
.hatri-site .contact-grid { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; gap: 95px; align-items: center; }
.hatri-site .contact-copy > p { max-width: 480px; }
.hatri-site .contact-list { margin-top: 40px; display: grid; gap: 24px; }
.hatri-site .contact-list a, .hatri-site .contact-list div { display: grid; gap: 6px; padding-left: 17px; border-left: 2px solid var(--gold); }
.hatri-site .contact-list span { font-size: 8px; color: var(--gold-bright); font-weight: 900; letter-spacing: .18em; }
.hatri-site .contact-list b { font-size: 13px; line-height: 1.55; }
.hatri-site .contact-form-card { background: white; color: var(--ink); padding: 42px; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.hatri-site .form-heading { margin-bottom: 26px; }
.hatri-site .form-heading span, .hatri-site .modal-form > div > span { display: block; color: #95741f; font-size: 8px; letter-spacing: .18em; font-weight: 900; margin-bottom: 8px; }
.hatri-site .form-heading b { font: 500 24px Georgia,serif; }
.hatri-site .lead-form label { display: grid; gap: 8px; }
.hatri-site .lead-form label > span { color: #59625f; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hatri-site .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.hatri-site .lead-form > label { margin-bottom: 17px; }
.hatri-site .lead-form input, .hatri-site .lead-form textarea { width: 100%; border: 1px solid #d9ddd8; background: #fbfcfa; padding: 13px 14px; color: var(--ink); outline: none; border-radius: 0; }
.hatri-site .lead-form input:focus, .hatri-site .lead-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(215,165,41,.12); }
.hatri-site .lead-form input::placeholder, .hatri-site .lead-form textarea::placeholder { color: #a4aaa7; }
.hatri-site .form-submit { width: 100%; }
.hatri-site .form-note, .hatri-site .form-status { text-align: center; margin: 10px 0 0; color: #909794; font-size: 9px; }
.hatri-site .form-status { min-height: 13px; font-weight: 800; }
.hatri-site .form-status.is-success { color: #177155; }
.hatri-site .form-status.is-error { color: #b33a31; }
.hatri-site .form-submit:disabled { cursor: wait; opacity: .7; }
.hatri-site .standalone-form-section { background: var(--paper); }
.hatri-site .standalone-form-shell { max-width: 780px; }

.hatri-site footer { background: #061412; color: rgba(255,255,255,.66); }
.hatri-site .footer-main { padding: 70px 0 55px; display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 65px; }
.hatri-site .footer-brand img { width: 140px; height: 63px; object-fit: contain; margin-bottom: 18px; }
.hatri-site .footer-brand p { max-width: 300px; font-size: 12px; line-height: 1.8; }
.hatri-site .footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: 11px; }
.hatri-site .footer-links b { color: #fff; margin-bottom: 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.hatri-site .footer-links a:hover, .hatri-site .footer-links button:hover { color: var(--gold-bright); }
.hatri-site .footer-links button { border: 0; padding: 0; color: inherit; background: none; cursor: pointer; }
.hatri-site .line-pending { opacity: .55; }
.hatri-site .footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .06em; }

.hatri-site .floating-contact { position: fixed; z-index: 35; right: 19px; bottom: 85px; display: grid; gap: 8px; }
.hatri-site .floating-contact > a, .hatri-site .floating-contact > span { display: flex; align-items: center; justify-content: flex-end; gap: 9px; cursor: pointer; }
.hatri-site .floating-contact b { padding: 9px 11px; border-radius: 3px; background: white; color: #24312e; box-shadow: 0 6px 20px rgba(0,0,0,.15); font-size: 9px; letter-spacing: .06em; opacity: 0; transform: translateX(8px); transition: .2s; }
.hatri-site .floating-contact > *:hover b { opacity: 1; transform: none; }
.hatri-site .floating-contact .floating-contact-icon { width: 40px; height: 40px; display: grid; flex: 0 0 40px; place-items: center; border-radius: 50%; color: white; box-shadow: 0 6px 20px rgba(0,0,0,.2); transition: transform .2s ease, box-shadow .2s ease; }
.hatri-site .floating-contact .floating-contact-icon svg { width: 21px; height: 21px; display: block; fill: currentColor; }
.hatri-site .floating-contact > a:hover .floating-contact-icon { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(0,0,0,.24); }
.hatri-site .float-whatsapp > span { background: #21a765; }
.hatri-site .float-line > span { background: #00b900; }
.hatri-site .float-email > span { background: var(--gold); }

.hatri-site .modal-backdrop { position: fixed; z-index: 100000; inset: 0; padding: 28px; background: rgba(2,15,13,.82); display: grid; place-items: center; overflow-y: auto; opacity: 0; transition: opacity .18s ease; backdrop-filter: blur(7px); }
.hatri-site .modal-backdrop.is-open { opacity: 1; }
.hatri-site .product-modal { position: relative; width: min(1010px,100%); max-height: calc(100vh - 56px); overflow-y: auto; background: white; box-shadow: 0 35px 100px rgba(0,0,0,.38); transform: translateY(12px); transition: transform .18s ease; }
.hatri-site .modal-backdrop.is-open .product-modal { transform: translateY(0); }
.hatri-site .modal-close { position: absolute; float: none; top: 12px; right: 12px; z-index: 6; width: 40px; height: 40px; min-width: 40px; min-height: 40px; padding: 0 !important; margin: 0 !important; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(7,29,27,.94); color: white; font-size: 22px; line-height: 1; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.hatri-site .modal-close:hover { background: var(--gold); color: #10221f; transform: none; }
.hatri-site .modal-product { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 390px; }
.hatri-site .modal-media { min-width: 0; padding: 30px 30px 22px; background: #f1f3ee; }
.hatri-site .modal-image { min-height: 310px; display: grid; place-items: center; }
.hatri-site .modal-image img { max-height: 345px; width: 100%; object-fit: contain; }
.hatri-site .modal-gallery { display: flex; gap: 9px; margin-top: 17px; padding: 3px 2px 5px; overflow-x: auto; scrollbar-width: thin; }
.hatri-site .modal-gallery-thumb { flex: 0 0 64px; width: 64px; height: 64px; min-width: 64px; min-height: 64px; padding: 4px !important; margin: 0 !important; border: 1px solid #d8dbd4; background: #fff; cursor: pointer; transition: border-color .18s, box-shadow .18s; }
.hatri-site .modal-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hatri-site .modal-gallery-thumb:hover, .hatri-site .modal-gallery-thumb.is-active { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(215,165,41,.16); }
.hatri-site .modal-product-copy { padding: 57px 50px 40px; }
.hatri-site .modal-product-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 30px; }
.hatri-site .modal-product-actions .modal-whatsapp, .hatri-site .modal-product-actions .modal-read-more { display: inline-flex; align-items: center; width: auto; text-decoration: none; color: var(--forest); }
.hatri-site .modal-product-copy h2 { margin: 12px 0 18px; font: 500 clamp(30px,4vw,44px)/1.05 Georgia,serif; }
.hatri-site .modal-product-copy > p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.hatri-site .modal-product-copy ul { list-style: none; padding: 0; margin: 23px 0 28px; }
.hatri-site .modal-product-copy li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.hatri-site .modal-product-copy li span { color: var(--gold); margin-right: 10px; }
.hatri-site .modal-form { display: grid; grid-template-columns: .68fr 1.32fr; gap: 38px; padding: 38px 48px 46px; background: var(--paper); border-top: 1px solid var(--line); }
.hatri-site .modal-form h3 { margin: 8px 0; font: 500 26px Georgia,serif; }
.hatri-site .modal-form > div > p { color: var(--muted); font-size: 11px; line-height: 1.7; }
.hatri-site .compact .field-row { margin-bottom: 11px; }
.hatri-site .compact > label { margin-bottom: 11px; }
.hatri-site .compact input, .hatri-site .compact textarea { padding: 10px 12px; }

@media (max-width: 1050px) {
	.hatri-site .nav-links { gap: 10px; }
	.hatri-site .nav-links > a { font-size: 11.5px; }
  .hatri-site .hero-inner { grid-template-columns: 1fr .82fr; }
  .hatri-site .hero-card-two { right: 0; }
  .hatri-site .products-grid { grid-template-columns: repeat(3,1fr); }
  .hatri-site .about-grid { gap: 50px; }
  .hatri-site .video-grid, .hatri-site .contact-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .admin-bar .hatri-site .site-header { top: 46px; }
  .admin-bar .hatri-site.hatri-module-header { top: 46px; }
  .hatri-site.hatri-module-header .site-header { top: auto; }
  .hatri-site .shell { width: min(100% - 34px, 700px); }
  .hatri-site .section { padding: 80px 0; }
  .hatri-site .topbar-inner > span { display: none; }
  .hatri-site .topbar-inner { justify-content: center; }
  .hatri-site .menu-toggle { display: block; }
  .hatri-site .nav-links { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 22px 28px 28px; background: #0b2c29; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 25px 40px rgba(0,0,0,.22); }
  .hatri-site .nav-links.open { display: flex; }
  .hatri-site .nav-links > a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hatri-site .nav-quote { margin-top: 10px; text-align: center; padding: 14px !important; }
  .hatri-site .hero { min-height: auto; }
  .hatri-site .hero-inner { padding: 80px 0 90px; grid-template-columns: 1fr; }
  .hatri-site .hero-copy { text-align: center; }
  .hatri-site .eyebrow, .hatri-site .hero-actions, .hatri-site .hero-proof { justify-content: center; }
  .hatri-site .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hatri-site .hero-visual { height: 460px; max-width: 600px; width: 100%; margin: 0 auto; }
  .hatri-site .hero-image-frame { left: 7%; right: 4%; height: 380px; }
  .hatri-site .hero-ring { width: 410px; height: 410px; left: 50%; transform: translateX(-50%); }
  .hatri-site .hero-card-one { left: 1%; bottom: 0; }
  .hatri-site .trust-grid { grid-template-columns: 1fr; }
  .hatri-site .trust-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .hatri-site .about-grid, .hatri-site .video-grid, .hatri-site .contact-grid { grid-template-columns: 1fr; }
  .hatri-site .about-gallery { max-width: 600px; width: 100%; margin: 0 auto; }
  .hatri-site .products-grid { grid-template-columns: repeat(2,1fr); }
	.hatri-site .news-grid { grid-template-columns: repeat(2,1fr); }
	.hatri-site .youtube-video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hatri-site .video-grid { gap: 50px; }
  .hatri-site .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .hatri-site .process-grid { grid-template-columns: 1fr; }
  .hatri-site .process-grid article { border-right: 1px solid #d8dbd4; border-bottom: 0; }
  .hatri-site .process-grid article:last-child { border-bottom: 1px solid #d8dbd4; }
  .hatri-site .contact-copy { text-align: center; }
  .hatri-site .contact-copy > p { margin-left: auto; margin-right: auto; }
  .hatri-site .contact-list { max-width: 460px; margin-left: auto; margin-right: auto; text-align: left; }
  .hatri-site .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .hatri-site .footer-brand { grid-column: 1/-1; }
  .hatri-site .modal-product { grid-template-columns: 1fr; }
	.hatri-site .modal-media { padding: 27px 27px 20px; }
  .hatri-site .modal-image { min-height: 320px; }
  .hatri-site .modal-form { grid-template-columns: 1fr; }
	.hatri-site .news-article-hero-inner { padding-top: 68px; padding-bottom: 90px; }
	.hatri-site .news-article-featured { margin-top: -42px; }
	.hatri-site .news-article-body { padding-top: 60px; padding-bottom: 72px; }
	.hatri-site .news-article-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
}

@media (max-width: 560px) {
  .hatri-site .shell { width: min(100% - 28px, 520px); }
  .hatri-site .topbar { font-size: 9px; }
  .hatri-site .topbar-contact { gap: 7px; }
	.hatri-site .topbar-email, .hatri-site .topbar-email-separator { display: none; }
	.hatri-site .hatri-language-switcher { padding-left: 7px; }
  .hatri-site .nav-wrap { min-height: 70px; }
  .hatri-site .brand img { width: 92px; height: 42px; }
  .hatri-site .brand span { display: none; }
  .hatri-site .nav-links { top: 70px; }
  .hatri-site .hero-inner { padding: 64px 0 78px; gap: 38px; }
  .hatri-site .hero h1 { font-size: 48px; }
  .hatri-site .hero-copy > p { font-size: 15px; }
  .hatri-site .hero-actions { display: grid; }
  .hatri-site .hero-proof { gap: 15px; }
  .hatri-site .hero-proof div { display: block; padding-right: 13px; }
  .hatri-site .hero-proof span { margin-top: 6px; display: block; }
  .hatri-site .hero-visual { height: 355px; }
  .hatri-site .hero-image-frame { left: 2%; right: 2%; top: 25px; height: 300px; }
	.hatri-site .hero-slide img { padding: 27px 18px 54px; }
	.hatri-site .hero-slide-caption { display: none; }
	.hatri-site .hero-slider-dots { left: 20px; transform: none; }
	.hatri-site .hero-slider-controls { right: 13px; }
  .hatri-site .hero-ring { width: 330px; height: 330px; top: 0; }
  .hatri-site .hero-card { padding: 10px 12px; }
  .hatri-site .hero-card-two { top: 7px; }
  .hatri-site .hero-card-one { bottom: -5px; }
  .hatri-site .hero-scroll { display: none; }
  .hatri-site .trust-grid article { padding: 22px 15px; }
  .hatri-site .about-gallery { min-height: 410px; }
  .hatri-site .about-main-image { height: 370px; width: 88%; }
  .hatri-site .about-small-image { height: 170px; width: 48%; }
  .hatri-site .experience-seal { width: 112px; height: 112px; left: 66%; top: 40px; }
  .hatri-site .experience-seal strong { font-size: 29px; }
  .hatri-site .about-copy h2, .hatri-site .section-heading h2, .hatri-site .video-copy h2, .hatri-site .contact-copy h2, .hatri-site .split-heading h2 { font-size: 39px; }
  .hatri-site .product-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
	.hatri-site .product-filters button { white-space: nowrap; padding: 11px 15px; }
	.hatri-site .products-grid { grid-template-columns: 1fr; }
	.hatri-site .news-grid { grid-template-columns: 1fr; gap: 20px; }
	.hatri-site .youtube-video-grid, .hatri-site .youtube-video-grid.youtube-count-2 { grid-template-columns: 1fr; gap: 20px; }
  .hatri-site .product-content h3, .hatri-site .product-content p { min-height: auto; height: auto; }
  .hatri-site .video-section, .hatri-site .contact-section { padding: 80px 0; }
  .hatri-site .video-panel, .hatri-site .video-panel > img { min-height: 310px; height: 310px; }
  .hatri-site .contact-form-card { padding: 27px 20px; }
  .hatri-site .field-row { grid-template-columns: 1fr; }
  .hatri-site .footer-main { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hatri-site .footer-brand { grid-column: 1/-1; }
  .hatri-site .footer-bottom { display: grid; gap: 8px; text-align: center; }
  .hatri-site .floating-contact b { display: none; }
  .hatri-site .floating-contact { right: 10px; bottom: 75px; }
  .hatri-site .modal-backdrop { padding: 10px; }
	.hatri-site .product-modal { max-height: calc(100vh - 20px); }
	.hatri-site .modal-close { top: 9px; right: 9px; width: 36px; height: 36px; min-width: 36px; min-height: 36px; font-size: 20px; }
	.hatri-site .modal-media { padding: 20px 16px 16px; }
	.hatri-site .modal-image { min-height: 255px; }
	.hatri-site .modal-gallery-thumb { flex-basis: 58px; width: 58px; height: 58px; min-width: 58px; min-height: 58px; }
  .hatri-site .modal-product-copy { padding: 37px 23px 30px; }
  .hatri-site .modal-form { padding: 30px 22px 36px; }
	.hatri-site .news-article-hero-inner { padding-top: 50px; padding-bottom: 72px; }
	.hatri-site .news-breadcrumbs { margin-bottom: 24px; }
	.hatri-site .news-article-hero h1 { margin-top: 14px; font-size: 39px; }
	.hatri-site .news-article-featured { width: calc(100% - 28px); margin-top: -30px; }
	.hatri-site .news-article-featured img { min-height: 210px; }
	.hatri-site .news-article-body { padding-top: 47px; padding-bottom: 58px; }
	.hatri-site .news-article-content { font-size: 16px; line-height: 1.78; }
	.hatri-site .news-article-content h2 { margin-top: 42px; font-size: 30px; }
	.hatri-site .news-article-content h3 { font-size: 24px; }
	.hatri-site .news-article-content blockquote { margin: 32px 0; padding-left: 21px; font-size: 22px; }
	.hatri-site .news-article-footer { align-items: flex-start; flex-direction: column; }
	.hatri-site .news-article-cta { padding: 52px 0; }
	.hatri-site .news-archive-hero { padding: 67px 0 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hatri-site *, .hatri-site *::before, .hatri-site *::after { transition-duration: .01ms !important; }
	.hatri-site .hero-slide.is-active img, .hatri-site .hero-slider.is-running .hero-slider-progress i { animation: none !important; }
}

/* v2.6.2 — WooCommerce single-product header integration */
body.hatri-product-page { margin: 0; }
body.hatri-product-page > .hatri-site.hatri-module-header { width: 100%; margin-left: 0; }
body.hatri-product-page.admin-bar > .hatri-site.hatri-module-header { top: 32px; }
@media (max-width: 782px) {
  body.hatri-product-page.admin-bar > .hatri-site.hatri-module-header { top: 46px; }
}


/* v2.6.3 — WooCommerce product content + floating contact */
body.hatri-product-page .product-main h1,
body.hatri-product-page .product-main h2,
body.hatri-product-page .product-main h3,
body.hatri-product-page .product-main h4,
body.hatri-product-page .product-main h5,
body.hatri-product-page .product-main h6,
body.hatri-product-page .product-footer h1,
body.hatri-product-page .product-footer h2,
body.hatri-product-page .product-footer h3,
body.hatri-product-page .product-footer h4,
body.hatri-product-page .product-footer h5,
body.hatri-product-page .product-footer h6,
body.hatri-product-page .woocommerce-tabs h1,
body.hatri-product-page .woocommerce-tabs h2,
body.hatri-product-page .woocommerce-tabs h3,
body.hatri-product-page .woocommerce-tabs h4,
body.hatri-product-page .woocommerce-tabs h5,
body.hatri-product-page .woocommerce-tabs h6 {
  color: #111 !important;
}
body.hatri-product-page .hatri-product-floating-tools { position: relative; z-index: 9999; }
body.hatri-product-page .hatri-product-floating-tools .floating-contact { z-index: 9999; }


/* v2.6.4 — Replace Flatsome footer with HATRI plugin footer on product pages */
body.hatri-hide-flatsome-footer #footer,
body.hatri-hide-flatsome-footer .absolute-footer,
body.hatri-hide-flatsome-footer .footer-wrapper,
body.hatri-hide-flatsome-footer footer#footer {
  display: none !important;
}
/* The plugin footer itself must remain visible. */
body.hatri-hide-flatsome-footer .hatri-module-footer footer {
  display: block !important;
}


/* v2.6.5 — Products dropdown + stronger WooCommerce product typography */
.hatri-site .nav-products-dropdown { position: relative; display: flex; align-items: center; }
.hatri-site .nav-products-toggle {
  appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: .04em !important;
  text-transform: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  vertical-align: middle;
}
.hatri-site .nav-products-toggle .nav-products-label { display: inline-block; }
.hatri-site .nav-products-toggle .nav-products-chevron {
  display: inline-block;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 1px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: 55% 55%;
  transition: transform .2s ease, margin .2s ease;
}
.hatri-site .nav-products-dropdown.open .nav-products-toggle .nav-products-chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}
.hatri-site .nav-products-menu { position: absolute; z-index: 10020; top: calc(100% + 18px); left: 50%; min-width: 210px; transform: translate(-50%, 8px); padding: 9px; background: #fff; border: 1px solid rgba(18,57,52,.10); box-shadow: 0 18px 42px rgba(6,35,31,.18); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; }
.hatri-site .nav-products-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -20px; height: 20px; }
.hatri-site .nav-products-dropdown:hover .nav-products-menu,
.hatri-site .nav-products-dropdown:focus-within .nav-products-menu,
.hatri-site .nav-products-dropdown.open .nav-products-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.hatri-site .nav-products-menu a { display: block; padding: 12px 13px; color: #123934 !important; font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.hatri-site .nav-products-menu a:hover { background: #f4f0e4; color: #9a7a24 !important; }

body.hatri-product-page .product-main,
body.hatri-product-page .product-footer,
body.hatri-product-page .woocommerce-tabs,
body.hatri-product-page .woocommerce-Tabs-panel,
body.hatri-product-page .woocommerce-product-details__short-description { color: #222 !important; }
body.hatri-product-page .product-main p,
body.hatri-product-page .product-main li,
body.hatri-product-page .product-main td,
body.hatri-product-page .product-main th,
body.hatri-product-page .product-footer p,
body.hatri-product-page .product-footer li,
body.hatri-product-page .woocommerce-tabs p,
body.hatri-product-page .woocommerce-tabs li,
body.hatri-product-page .woocommerce-tabs td,
body.hatri-product-page .woocommerce-tabs th,
body.hatri-product-page .woocommerce-product-details__short-description p { color: #222 !important; opacity: 1 !important; }

@media (max-width: 849px) {
  .hatri-site .nav-products-dropdown { display: block; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hatri-site .nav-products-toggle { width: 100%; padding: 15px 0 !important; justify-content: space-between; font-size: 11.5px !important; }
  .hatri-site .nav-products-menu { position: static; display: none; min-width: 0; width: 100%; transform: none !important; opacity: 1; visibility: visible; pointer-events: auto; padding: 0 0 8px 14px; background: transparent; border: 0; box-shadow: none; }
  .hatri-site .nav-products-dropdown:hover .nav-products-menu,
  .hatri-site .nav-products-dropdown:focus-within .nav-products-menu { display: none; }
  .hatri-site .nav-products-dropdown.open .nav-products-menu { display: block; }
  .hatri-site .nav-products-menu a { color: rgba(255,255,255,.88) !important; padding: 11px 0; border: 0; }
  .hatri-site .nav-products-menu a:hover { background: transparent; color: #d7b553 !important; }
}

/* v2.6.9 — HATRI shell + premium WooCommerce product-category pages */
body.hatri-woocommerce-page {
  margin: 0;
  background: #f7f8f5;
  color: #17211f;
}
body.hatri-woocommerce-page > .hatri-site.hatri-module-header {
  width: 100%;
  margin: 0;
}
body.hatri-woocommerce-page.admin-bar > .hatri-site.hatri-module-header { top: 32px; }

/* Hide every known Flatsome header/footer layer on HATRI WooCommerce screens. */
body.hatri-hide-flatsome-header #header,
body.hatri-hide-flatsome-header #header-wrapper,
body.hatri-hide-flatsome-header .header-wrapper,
body.hatri-hide-flatsome-header .header-main,
body.hatri-hide-flatsome-header .header-top,
body.hatri-hide-flatsome-header .header-bottom,
body.hatri-hide-flatsome-header .stuck,
body.hatri-hide-flatsome-header .stuck-container,
body.hatri-hide-flatsome-header .wide-nav { display: none !important; }
body.hatri-hide-flatsome-footer #footer,
body.hatri-hide-flatsome-footer footer#footer,
body.hatri-hide-flatsome-footer .footer-wrapper,
body.hatri-hide-flatsome-footer .absolute-footer { display: none !important; }
body.hatri-hide-flatsome-footer .hatri-module-footer footer { display: block !important; }

/* Premium catalogue canvas. */
body.hatri-product-archive #main {
  background:
    radial-gradient(circle at 8% 0%, rgba(183,151,74,.08), transparent 28%),
    linear-gradient(180deg,#fbfcfa 0%,#f4f5f1 100%);
}
body.hatri-product-archive .shop-page-title,
body.hatri-product-archive .page-title-inner {
  background: #0a3b36 !important;
  color: #fff;
  border: 0;
}
body.hatri-product-archive .shop-page-title a,
body.hatri-product-archive .shop-page-title span,
body.hatri-product-archive .shop-page-title h1,
body.hatri-product-archive .shop-page-title .woocommerce-breadcrumb,
body.hatri-product-archive .shop-page-title .woocommerce-breadcrumb a { color: #fff !important; }
body.hatri-product-archive .shop-container,
body.hatri-product-archive .category-page-row {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
body.hatri-product-archive .category-page-row { padding-top: 48px; padding-bottom: 64px; }
body.hatri-product-archive .products.row { row-gap: 30px; }
body.hatri-product-archive .products .product-small .col-inner {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16,56,50,.09);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(10,46,41,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
body.hatri-product-archive .products .product-small .col-inner:hover {
  transform: translateY(-7px);
  border-color: rgba(183,151,74,.40);
  box-shadow: 0 22px 52px rgba(10,46,41,.15);
}
body.hatri-product-archive .products .box-image {
  background: #f3f5f1;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
body.hatri-product-archive .products .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
body.hatri-product-archive .products .product-small .col-inner:hover .box-image img { transform: scale(1.045); }
body.hatri-product-archive .products .box-text-products,
body.hatri-product-archive .products .box-text {
  padding: 20px 20px 22px !important;
  text-align: left;
}
body.hatri-product-archive .products .category,
body.hatri-product-archive .products .product-cat {
  color: #a5822c !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body.hatri-product-archive .products .product-title,
body.hatri-product-archive .products .product-title a {
  color: #0b2f2b !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.42 !important;
  text-decoration: none;
}
body.hatri-product-archive .products .price,
body.hatri-product-archive .products .amount { color: #82691f !important; font-weight: 700; }
body.hatri-product-archive .products .button,
body.hatri-product-archive .products a.button {
  margin-top: 13px;
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid #0a3b36;
  border-radius: 999px;
  background: #0a3b36;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  box-shadow: none;
}
body.hatri-product-archive .products .button:hover,
body.hatri-product-archive .products a.button:hover { background: #b3974a; border-color: #b3974a; }
body.hatri-product-archive .woocommerce-ordering select {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.12);
  color: #fff;
  box-shadow: none;
}

/* Three plugin quick-contact buttons on category pages too. */
body.hatri-product-archive .hatri-product-floating-tools { position: relative; z-index: 9999; }
body.hatri-product-archive .hatri-product-floating-tools .floating-contact { z-index: 9999; }
body.hatri-product-archive .hatri-product-floating-tools .float-email > span { background: #b28c2f; }

@media (max-width: 782px) {
  body.hatri-woocommerce-page.admin-bar > .hatri-site.hatri-module-header { top: 46px; }
}
@media (max-width: 849px) {
  body.hatri-product-archive .category-page-row { padding-top: 28px; padding-bottom: 42px; }
  body.hatri-product-archive .products .box-text-products,
  body.hatri-product-archive .products .box-text { padding: 15px 15px 18px !important; }
  body.hatri-product-archive .products .product-title,
  body.hatri-product-archive .products .product-title a { font-size: 15px !important; }
}

/* v2.6.10 — Product & article view counter */
.hatri-view-count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #7c8582;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
  text-transform: none;
}
.hatri-view-count svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: currentColor;
  opacity: .78;
}
.hatri-site .product-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hatri-site .product-card-topline > small { min-width: 0; }
.hatri-site .news-meta-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.hatri-site .news-meta .hatri-view-count {
  color: #909794;
  font-size: 9px;
  letter-spacing: .04em;
}
.hatri-site .news-article-meta .hatri-view-count {
  color: rgba(255,255,255,.72);
  font-size: 10px;
  letter-spacing: .04em;
}
body.hatri-product-page .hatri-product-single-views {
  margin: 1px 0 14px;
  color: #6d7774;
  font-size: 12px;
}
body.hatri-product-page .hatri-product-single-views svg { width: 16px; height: 16px; }
body.hatri-product-archive .hatri-product-loop-views {
  margin-top: 9px;
  color: #7a8481;
  font-size: 10px;
}
body.hatri-product-archive .hatri-product-loop-views svg { width: 14px; height: 14px; }
@media (max-width: 549px) {
  .hatri-site .news-meta-right { gap: 7px; }
  .hatri-view-label { display: none; }
}
