
/* =========================================================
   GLOBAL RESET & BASE STYLES
   ========================================================= */

* {
  box-sizing:border-box;
  margin:0;
  padding:0;
}
html {
  scroll-behavior:smooth;
}
body {
  font-family:"DM Sans",sans-serif;
  color:#111;
  background:#fff;
  line-height:1.6;
}
a {
  text-decoration:none;
  color:inherit;
}
button,input,select,textarea {
  font:inherit;
}

/* =========================================================
   MAIN CONTENT CONTAINER
   ========================================================= */

.container {
  width:min(1180px,calc(100% - 40px));
  margin:auto;
}

/* =========================================================
   TOP INFORMATION BAR
   ========================================================= */

.topbar {
  background:#111;
  color:#aaa;
  font-size:10px;
  letter-spacing:1.8px;
}
.topbar-inner {
  height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

/* =========================================================
   STICKY HEADER / NAVBAR
   ========================================================= */

.header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #eee;
  backdrop-filter:blur(16px);
}
.nav {
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

/* =========================================================
   BRAND LOGO
   ========================================================= */

.brand {
  display:flex;
  align-items:center;
  min-width:0;
}
.brand-logo {
  display:block;
  width:245px;
  height:auto;
  max-height:56px;
  object-fit:contain;
  object-position:left center;
}

/* =========================================================
   DESKTOP NAVIGATION LINKS
   ========================================================= */

.nav-links {
  display:flex;
  align-items:center;
  gap:26px;
  font-size:12px;
  font-weight:700;
}
.nav-links a:not(.nav-cta) {
  color:#333;
}
.nav-links a:not(.nav-cta):hover {
  color:#e60012;
}
.nav-cta {
  background:#e60012;
  color:#fff;
  padding:12px 17px;
}
.nav-cta span {
  margin-left:8px;
}

/* =========================================================
   MOBILE HAMBURGER BUTTON
   ========================================================= */

.menu-toggle {
  display:none;
  border:0;
  background:none;
  width:38px;
}
.menu-toggle span {
  height:2px;
  background:#111;
  display:block;
  margin:6px 0;
}

/* =========================================================
   HERO SECTION
   ========================================================= */

.hero {
  position:relative;
  min-height:690px;
  background:#f5f5f3;
  overflow:hidden;
}
.hero-grid {
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(17,17,17,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,17,.035) 1px,transparent 1px);
  background-size:60px 60px;
  mask-image:linear-gradient(90deg,#000,transparent 75%);
}
.hero:after {
  content:"";
  position:absolute;
  right:-15%;
  top:-30%;
  width:70%;
  height:120%;
  background:#e60012;
  transform:rotate(10deg);
  opacity:.97;
}

/* =========================================================
   HERO CONTENT LAYOUT
   ========================================================= */

.hero-content {
  position:relative;
  z-index:2;
  min-height:690px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
}

/* =========================================================
   SMALL LABELS / SECTION KICKERS
   ========================================================= */

.eyebrow,.section-kicker {
  font-size:10px;
  letter-spacing:2.2px;
  font-weight:800;
  color:#e60012;
}
.eyebrow i {
  display:inline-block;
  width:24px;
  height:2px;
  background:#e60012;
  vertical-align:middle;
  margin-right:8px;
}

/* =========================================================
   HERO HEADLINE & TEXT
   ========================================================= */

.hero h1 {
  font:800 clamp(48px,6vw,82px)/.95 Manrope,sans-serif;
  letter-spacing:-4px;
  margin:18px 0 24px;
}
.hero h1 em {
  font-style:normal;
  color:#e60012;
}
.hero-copy>p {
  max-width:560px;
  color:#555;
  font-size:17px;
}

/* =========================================================
   HERO CALL-TO-ACTION BUTTONS
   ========================================================= */

.hero-actions {
  display:flex;
  gap:12px;
  margin:32px 0 42px;
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  border:0;
  padding:15px 22px;
  font-weight:800;
  font-size:11px;
  letter-spacing:.7px;
  cursor:pointer;
}
.btn-primary {
  background:#e60012;
  color:#fff;
}
.btn-primary:hover {
  background:#c90010;
}
.btn-ghost {
  border:1px solid #bbb;
  background:transparent;
}
.btn-dark {
  background:#111;
  color:#fff;
}

/* =========================================================
   HERO TRUST / PROOF ITEMS
   ========================================================= */

.hero-proof {
  display:flex;
  gap:34px;
}
.hero-proof div {
  display:flex;
  align-items:center;
  gap:10px;
}
.hero-proof b {
  font:800 20px Manrope;
}
.hero-proof span {
  font-size:10px;
  line-height:1.3;
  color:#666;
}

/* =========================================================
   HERO PRODUCT VISUAL
   ========================================================= */

.hero-product {
  height:560px;
  position:relative;
  display:grid;
  place-items:center;
}
.hero-glow {
  position:absolute;
  width:410px;
  height:410px;
  background:#fff;
  border-radius:50%;
  filter:blur(3px);
  opacity:.12;
}

/* =========================================================
   DECORATIVE PRODUCT BAG / HERO GRAPHICS
   ========================================================= */

.product-bag {
  width:255px;
  height:370px;
  background:#fff;
  border:7px solid #e60012;
  box-shadow:28px 30px 70px rgba(0,0,0,.25);
  position:relative;
  z-index:3;
  padding:25px;
  color:#111;
  transform:rotate(-7deg);
}
.product-bag:before {
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid #ddd;
}
.bag-top {
  font:800 30px Manrope;
  color:#e60012;
  position:relative;
}
.bag-name {
  font:800 18px/1 Manrope;
  letter-spacing:1px;
  position:relative;
  margin-top:6px;
}
.bag-line {
  height:5px;
  background:#111;
  width:55px;
  margin:25px 0;
  position:relative;
}
.bag-product {
  font:800 48px/.85 Manrope;
  color:#e60012;
  position:relative;
  letter-spacing:-2px;
}
.bag-bottom {
  position:absolute;
  bottom:25px;
  right:25px;
  background:#111;
  color:#fff;
  padding:7px 10px;
  font:800 11px Manrope;
}

/* =========================================================
   HERO ORBIT DECORATION
   ========================================================= */

.hero-orbit {
  position:absolute;
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
  z-index:1;
}
.orbit-one {
  width:450px;
  height:450px;
}
.orbit-two {
  width:560px;
  height:560px;
}

/* =========================================================
   FLOATING HERO TAGS
   ========================================================= */

.floating-tag {
  position:absolute;
  background:#111;
  color:#fff;
  padding:9px 12px;
  font-size:9px;
  letter-spacing:1.2px;
  font-weight:800;
  z-index:4;
  box-shadow:0 10px 25px rgba(0,0,0,.18);
}
.tag-one {
  top:150px;
  right:5px;
}
.tag-two {
  bottom:145px;
  left:10px;
  background:#fff;
  color:#111;
}

/* =========================================================
   SCROLL INDICATOR
   ========================================================= */

.scroll-cue {
  position:absolute;
  bottom:25px;
  left:50%;
  transform:translateX(-50%);
  font-size:9px;
  letter-spacing:1.7px;
  font-weight:800;
  color:#777;
  z-index:5;
}
.scroll-cue span {
  margin-left:12px;
  color:#e60012;
}

/* =========================================================
   PRODUCT SELECTOR SECTION
   ========================================================= */

.selector-section {
  padding:85px 0 100px;
}
.section-heading {
  margin-bottom:38px;
}
.section-heading.compact {
  max-width:650px;
}
.section-heading h2 {
  font:800 42px/1.08 Manrope;
  letter-spacing:-1.8px;
  margin:10px 0 14px;
}
.section-heading h2 span {
  color:#e60012;
}
.section-heading p {
  color:#777;
  font-size:14px;
}

/* =========================================================
   PRODUCT SELECTOR CARDS
   ========================================================= */

.selector-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.selector-card {
  text-align:left;
  padding:25px;
  background:#f4f4f2;
  border:1px solid #eee;
  min-height:170px;
  position:relative;
  cursor:pointer;
  transition:.25s;
}
.selector-card:hover,.selector-card.active {
  background:#111;
  color:#fff;
  transform:translateY(-4px);
}
.selector-card.active:after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:45px;
  height:4px;
  background:#e60012;
}
.selector-number {
  position:absolute;
  top:16px;
  right:18px;
  font-size:10px;
  color:#999;
}
.selector-icon {
  font-size:34px;
  display:block;
  margin:20px 0 12px;
  color:#e60012;
}
.selector-card strong {
  display:block;
  font:800 15px Manrope;
  letter-spacing:.5px;
}
.selector-card small {
  color:#888;
}
.selector-arrow {
  position:absolute;
  bottom:20px;
  right:20px;
}

/* =========================================================
   PRODUCTS SECTION
   ========================================================= */

.products-section {
  background:#111;
  color:#fff;
  padding:105px 0;
}
.products-section .section-kicker,.products-section .row-heading p {
  color:#aaa;
}
.row-heading {
  display:grid;
  grid-template-columns:1fr .55fr;
  align-items:end;
}
.products-section .section-heading h2 {
  color:#fff;
}

/* =========================================================
   PRODUCT CARD GRID
   ========================================================= */

.product-grid {
  display:grid;
  grid-template-columns:1.15fr .925fr .925fr;
  gap:16px;
}

/* =========================================================
   PRODUCT CARD & PRODUCT VISUALS
   ========================================================= */

.product-card {
  background:#fff;
  color:#111;
  min-width:0;
}
.tile-visual {
  background:linear-gradient(135deg,#f3f3f1 0%,#ddd 100%);
}
.grout-visual {
  background:#d9d7d2;
}
.putty-visual {
  background:#ecebe8;
}
.product-badge {
  position:absolute;
  top:18px;
  left:18px;
  background:#111;
  color:#fff;
  padding:7px 9px;
  font-size:8px;
  letter-spacing:1.4px;
  font-weight:800;
  z-index:4;
}
.visual-label {
  position:absolute;
  bottom:17px;
  left:18px;
  font-size:8px;
  letter-spacing:1.5px;
  font-weight:800;
}

/* =========================================================
   PRODUCT PACKAGING / VISUAL PLACEHOLDERS
   ========================================================= */

.mini-bag {
  width:190px;
  height:275px;
  background:#fff;
  border:6px solid #e60012;
  box-shadow:20px 25px 45px #0002;
  padding:20px;
  transform:rotate(-8deg);
  position:relative;
}
.mini-bag b,.grout-pack b,.putty-pack b {
  font:800 24px Manrope;
  color:#e60012;
}
.mini-bag strong,.grout-pack strong,.putty-pack strong {
  display:block;
  font:800 12px/1 Manrope;
}
.mini-bag i,.grout-pack i,.putty-pack i {
  display:block;
  font:800 34px/.9 Manrope;
  color:#e60012;
  font-style:normal;
  margin-top:22px;
}
.mini-bag small {
  position:absolute;
  right:15px;
  bottom:15px;
  background:#111;
  color:#fff;
  padding:5px;
}
.grout-pack,.putty-pack {
  width:180px;
  height:235px;
  background:#fff;
  border:5px solid #e60012;
  padding:18px;
  box-shadow:18px 20px 40px #0002;
  transform:rotate(5deg);
  position:relative;
  z-index:2;
}
.grout-pack i,.putty-pack i {
  font-size:30px;
}
.joint-pattern {
  position:absolute;
  width:320px;
  height:320px;
  background-image:linear-gradient(#aaa 2px,transparent 2px),linear-gradient(90deg,#aaa 2px,transparent 2px);
  background-size:55px 55px;
  transform:rotate(18deg);
  opacity:.3;
}
.wall-lines {
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(115deg,transparent 0 65px,#d0cfca 66px 68px);
  opacity:.6;
}
.product-body {
  padding:27px;
}

/* =========================================================
   PRODUCT INFORMATION
   ========================================================= */

.product-meta {
  display:flex;
  justify-content:space-between;
  color:#999;
  font-size:9px;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.product-meta span:first-child {
  color:#e60012;
}
.product-body h3 {
  font:800 25px Manrope;
  margin:10px 0 9px;
}
.product-body p {
  font-size:13px;
  color:#666;
  min-height:83px;
}

/* =========================================================
   PRODUCT FEATURE CHIPS
   ========================================================= */

.chips {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:17px 0;
}
.chips span {
  font-size:9px;
  background:#f1f1ef;
  padding:6px 8px;
  color:#666;
}

/* =========================================================
   PRODUCT TEXT LINKS
   ========================================================= */

.text-link {
  border:0;
  background:none;
  font-weight:800;
  font-size:11px;
  cursor:pointer;
  padding:8px 0;
}
.text-link span {
  color:#e60012;
  margin-left:7px;
}

/* =========================================================
   PRODUCT WORKFLOW / PROCESS
   ========================================================= */

.workflow-section {
  padding:105px 0;
}
.workflow {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  position:relative;
}
.workflow-line {
  position:absolute;
  top:47px;
  left:10%;
  right:10%;
  height:1px;
  background:#ddd;
}
.step {
  position:relative;
  z-index:1;
}
.step>span {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  background:#e60012;
  color:#fff;
  border-radius:50%;
  font-size:10px;
  font-weight:800;
  margin-bottom:22px;
}
.step-icon {
  height:65px;
  width:65px;
  border:1px solid #ddd;
  background:#fff;
  display:grid;
  place-items:center;
  font-size:28px;
  margin-bottom:20px;
}
.step h3 {
  font:800 18px Manrope;
}
.step p {
  font-size:12px;
  color:#777;
  margin-top:7px;
  max-width:220px;
}

/* =========================================================
   WHY CHOOSE US SECTION
   ========================================================= */

.why-section {
  background:#f2f2f0;
  padding:105px 0;
}

/* =========================================================
   BENEFITS GRID
   ========================================================= */

.why-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px;
}
.why-intro h2 {
  font:800 45px/1.05 Manrope;
  letter-spacing:-2px;
  margin:14px 0;
}
.why-intro h2 span {
  color:#e60012;
}
.why-intro p {
  color:#666;
  max-width:460px;
  margin-bottom:28px;
}
.benefit {
  display:grid;
  grid-template-columns:55px 1fr;
  gap:15px;
  padding:23px 0;
  border-top:1px solid #d6d6d3;
}
.benefit>span {
  font:800 11px Manrope;
  color:#e60012;
}
.benefit h3 {
  font:800 17px Manrope;
}
.benefit p {
  font-size:12px;
  color:#777;
  margin-top:5px;
}

/* =========================================================
   APPLICATIONS SECTION
   ========================================================= */

.applications-section {
  padding:105px 0;
}

/* =========================================================
   APPLICATION CARDS
   ========================================================= */

.application-grid {
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  grid-auto-rows:190px;
  gap:12px;
}
.application-card {
  background:#111;
  color:#fff;
  padding:25px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
}
.application-card.large {
  grid-row:span 2;
  background:#e60012;
}
.application-card>div {
  position:relative;
  z-index:2;
}
.application-card span {
  font-size:9px;
  letter-spacing:1.5px;
  color:#aaa;
}
.application-card.large span {
  color:#ffd0d0;
}
.application-card h3 {
  font:800 21px Manrope;
  margin:5px 0;
}
.application-card p {
  font-size:11px;
  color:#aaa;
  max-width:300px;
}
.application-card.large p {
  color:#ffe4e4;
}
.application-card>b {
  position:absolute;
  right:-15px;
  top:-45px;
  font:800 170px Manrope;
  color:#ffffff08;
}

/* =========================================================
   ABOUT COMPANY SECTION
   ========================================================= */

.about-section {
  background:#f4f4f2;
  padding:105px 0;
}

/* =========================================================
   ABOUT LAYOUT & GRAPHICS
   ========================================================= */

.about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center;
}
.about-art {
  height:500px;
  position:relative;
  background:#111;
  overflow:hidden;
}
.red-panel {
  position:absolute;
  left:0;
  top:0;
  width:65%;
  height:72%;
  background:#e60012;
  color:#fff;
  padding:45px;
}
.red-panel span {
  font:800 65px Manrope;
}
.red-panel strong {
  display:block;
  font:800 25px/1 Manrope;
  margin-top:20px;
  letter-spacing:1px;
}
.red-panel small {
  position:absolute;
  bottom:30px;
  left:45px;
  font-size:8px;
  letter-spacing:1.7px;
}
.black-panel {
  position:absolute;
  right:0;
  bottom:0;
  width:60%;
  height:55%;
  background:#111;
  color:#fff;
  padding:35px;
}
.black-panel span {
  font-size:8px;
  letter-spacing:2px;
  color:#888;
}
.black-panel b {
  display:block;
  font:800 30px/1 Manrope;
  margin-top:22px;
}
.grid-stamp {
  position:absolute;
  right:20px;
  top:25px;
  color:#fff;
  font:700 9px/1.5 Manrope;
  letter-spacing:1px;
}

/* =========================================================
   ABOUT TEXT & STATISTICS
   ========================================================= */

.about-copy h2 {
  font:800 44px/1.05 Manrope;
  letter-spacing:-2px;
  margin:14px 0 20px;
}
.about-copy h2 span {
  color:#e60012;
}
.about-copy p {
  font-size:14px;
  color:#666;
  margin-bottom:15px;
}
.about-stats {
  display:flex;
  gap:35px;
  margin-top:35px;
  padding-top:25px;
  border-top:1px solid #ddd;
}
.about-stats div {
  display:flex;
  align-items:center;
  gap:9px;
}
.about-stats b {
  font:800 25px Manrope;
}
.about-stats span {
  font-size:9px;
  line-height:1.2;
  color:#777;
}

/* =========================================================
   CUSTOMER REVIEWS SECTION
   ========================================================= */

.reviews-section {
  padding:105px 0;
}

/* =========================================================
   REVIEW CARDS
   ========================================================= */

.reviews-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.review-card {
  border:1px solid #e5e5e2;
  padding:28px;
  background:#fff;
}
.featured-review {
  background:#111;
  color:#fff;
  border-color:#111;
}
.stars {
  color:#e60012;
  letter-spacing:2px;
  font-size:13px;
}
.review-card p {
  font:500 15px/1.6 Manrope;
  margin:22px 0 30px;
}
.review-author {
  display:flex;
  align-items:center;
  gap:12px;
  border-top:1px solid #eee;
  padding-top:18px;
}
.featured-review .review-author {
  border-color:#333;
}
.review-author>span {
  width:36px;
  height:36px;
  background:#e60012;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:10px;
  font-weight:800;
}
.review-author b,.review-author small {
  display:block;
}
.review-author b {
  font-size:11px;
}
.review-author small {
  font-size:9px;
  color:#999;
}

/* =========================================================
   RESOURCES SECTION
   ========================================================= */

.resources-section {
  background:#f3f3f1;
  padding:105px 0;
}

/* =========================================================
   RESOURCE CARDS
   ========================================================= */

.resource-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.resource-card {
  display:grid;
  grid-template-columns:65px 1fr 30px;
  align-items:center;
  padding:20px;
  background:#fff;
  border:1px solid #e6e6e3;
  transition:.2s;
}
.resource-card:hover {
  border-color:#e60012;
  transform:translateY(-2px);
}
.resource-card>span {
  font-size:9px;
  color:#e60012;
  font-weight:800;
}
.resource-card h3 {
  font:800 15px Manrope;
}
.resource-card p {
  font-size:11px;
  color:#777;
}
.resource-card>b {
  font-size:18px;
}

/* =========================================================
   QUOTE / CALL-TO-ACTION SECTION
   ========================================================= */

.cta-section {
  background:#e60012;
  color:#fff;
  padding:95px 0;
}
.cta-inner {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px;
}
.cta-section .section-kicker {
  color:#ffd3d3;
}
.cta-copy h2 {
  font:800 55px/1 Manrope;
  letter-spacing:-2px;
  margin:15px 0;
}
.cta-copy p {
  color:#ffe2e2;
  font-size:14px;
  max-width:430px;
}

/* =========================================================
   QUOTE FORM
   ========================================================= */

.quote-form {
  background:#fff;
  color:#111;
  padding:30px;
}
.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
label {
  display:block;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.8px;
  margin-bottom:13px;
}
input,select,textarea {
  display:block;
  width:100%;
  border:1px solid #ddd;
  background:#fafafa;
  padding:12px;
  margin-top:6px;
  outline:none;
  font-size:12px;
}
input:focus,select:focus,textarea:focus {
  border-color:#e60012;
}
.quote-form .btn {
  margin-top:4px;
}
.form-note {
  font-size:9px;
  color:#999;
  margin-top:10px;
}

/* =========================================================
   FOOTER
   ========================================================= */

.footer {
  background:#111;
  color:#fff;
}
.footer-main {
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:45px;
  padding:65px 0;
}
.footer-brand p {
  font-size:11px;
  color:#888;
  max-width:280px;
  margin-top:18px;
}
.footer-col {
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-col h4 {
  font:800 11px Manrope;
  letter-spacing:1px;
  margin-bottom:8px;
}
.footer-col a {
  font-size:11px;
  color:#0fe925;
}
.footer-col a:hover {
  color:#fff;
}
.footer-bottom {
  border-top:1px solid #282828;
  padding:20px 0;
  display:flex;
  justify-content:space-between;
  font-size:9px;
  color:#57e134;
}
.brand.light .brand-text strong {
  color:#fff;
}
.brand.light .brand-text small {
  color:#e60012;
}

/* =========================================================
   FLOATING WHATSAPP BUTTON
   ========================================================= */

.whatsapp {
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:40;
  width:52px;
  height:52px;
  border-radius:50%;
  background:#31e15d;
  color:#d20202;
  display:grid;
  place-items:center;
  font-size:10px;
  font-weight:800;
  box-shadow:0 10px 25px #0003;
}

/* =========================================================
   PRODUCT / CONTENT MODAL
   ========================================================= */

.modal {
  display:none;
  position:fixed;
  inset:0;
  z-index:100;
}
.modal.open {
  display:block;
}
.modal-backdrop {
  position:absolute;
  inset:0;
  background:#000b;
  backdrop-filter:blur(7px);
}
.modal-dialog {
  position:relative;
  width:min(940px,calc(100% - 30px));
  max-height:90vh;
  overflow:auto;
  background:#fff;
  margin:5vh auto;
  padding:38px;
}
.modal-close {
  position:absolute;
  right:20px;
  top:16px;
  border:0;
  background:none;
  font-size:30px;
  cursor:pointer;
}
.modal-head {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-right:35px;
}
.modal-head h2 {
  font:800 38px Manrope;
  letter-spacing:-1.5px;
  margin:8px 0;
}
.modal-head p {
  font-size:13px;
  color:#777;
  max-width:650px;
}
.modal-number {
  font:800 50px Manrope;
  color:#e60012;
}

/* =========================================================
   MODAL TABS & PRODUCT DETAILS
   ========================================================= */

.tabs {
  display:flex;
  border-bottom:1px solid #ddd;
  margin-top:30px;
  overflow:auto;
}
.tab {
  white-space:nowrap;
  border:0;
  background:none;
  padding:14px 16px;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}
.tab.active {
  color:#e60012;
  border-bottom:3px solid #e60012;
}
.tab-panel {
  display:none;
  padding:30px 5px;
}
.tab-panel.active {
  display:block;
}
.detail-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.detail-box {
  background:#f5f5f3;
  padding:22px;
}
.detail-box h4 {
  font:800 14px Manrope;
  margin-bottom:10px;
}
.detail-box p,.detail-box li {
  font-size:12px;
  color:#666;
}
.detail-box ul {
  padding-left:18px;
}

/* =========================================================
   PRODUCT USAGE STEPS
   ========================================================= */

.usage-steps {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.usage-step {
  border:1px solid #ddd;
  padding:18px;
}
.usage-step b {
  display:block;
  color:#e60012;
  font:800 20px Manrope;
  margin-bottom:10px;
}
.usage-step h4 {
  font:800 13px Manrope;
}
.usage-step p {
  font-size:11px;
  color:#777;
  margin-top:5px;
}

/* =========================================================
   PRODUCT SPECIFICATION TABLE
   ========================================================= */

.spec-table {
  width:100%;
  border-collapse:collapse;
}
.spec-table td {
  padding:13px;
  border-bottom:1px solid #eee;
  font-size:12px;
}
.spec-table td:first-child {
  font-weight:800;
  width:35%;
}

/* =========================================================
   MODAL REVIEW
   ========================================================= */

.modal-review {
  border-left:3px solid #e60012;
  padding:8px 0 8px 18px;
  margin-bottom:20px;
}
.modal-review p {
  font-size:13px;
}
.modal-review small {
  display:block;
  color:#888;
  margin-top:6px;
}

/* =========================================================
   SCROLL REVEAL ANIMATION
   ========================================================= */

.reveal {
  opacity:0;
  transform:translateY(18px);
  transition:.65s ease;
}
.reveal.visible {
  opacity:1;
  transform:none;
}

/* =========================================================
   TABLET / MOBILE RESPONSIVE RULES
   ========================================================= */

@media(max-width:900px) {
  .nav-links {
    gap:13px;
  }
  .product-grid {
    grid-template-columns:1fr 1fr;
  }
  .product-card:first-child {
    grid-column:1/-1;
  }
  .hero-content {
    grid-template-columns:1fr;
  }
  .hero {
    min-height:auto;
  }
  .hero-content {
    padding:75px 0;
  }
  .hero-product {
    position:absolute;
    right:-170px;
    top:80px;
    opacity:.35;
    width:500px;
  }
  .hero:after {
    right:-45%;
    width:85%;
  }
  .row-heading,.why-grid,.about-grid,.cta-inner {
    grid-template-columns:1fr;
    gap:35px;
  }
  .workflow {
    grid-template-columns:1fr 1fr;
  }
  .workflow-line {
    display:none;
  }
  .application-grid {
    grid-template-columns:1fr 1fr;
  }
  .application-card.large {
    grid-row:span 1;
  }
  .reviews-grid {
    grid-template-columns:1fr;
  }
  .footer-main {
    grid-template-columns:2fr 1fr 1fr;
  }
  .footer-col:last-child {
    display:none;
  }
}

/* =========================================================
   SMALLER RESPONSIVE BREAKPOINT
   ========================================================= */

@media(max-width:700px) {
  .container {
    width:min(100% - 28px,1180px);
  }
  .topbar-inner span:last-child {
    display:none;
  }
  .nav {
    height:68px;
  }
  .menu-toggle {
    display:block;
  }
  .nav-links {
    display:none;
    position:absolute;
    left:14px;
    right:14px;
    top:68px;
    background:#fff;
    padding:15px;
    box-shadow:0 20px 40px #0002;
    flex-direction:column;
    align-items:stretch;
  }
  .nav-links.open {
    display:flex;
  }
  .nav-links a {
    padding:11px;
  }
  .hero h1 {
    font-size:49px;
    letter-spacing:-2.5px;
  }
  .hero-product {
    display:none;
  }
  .hero-content {
    min-height:590px;
  }
  .hero-proof {
    gap:15px;
  }
  .hero-proof span {
    font-size:8px;
  }
  .selector-grid,.product-grid,.resource-grid,.detail-grid,.usage-steps {
    grid-template-columns:1fr;
  }
  .product-card:first-child {
    grid-column:auto;
  }
  .product-visual {
    height:330px;
  }
  .section-heading h2 {
    font-size:34px;
  }
  .workflow {
    grid-template-columns:1fr;
  }
  .application-grid {
    grid-template-columns:1fr;
    grid-auto-rows:auto;
  }
  .application-card {
    min-height:180px;
  }
  .about-art {
    height:380px;
  }
  .red-panel {
    padding:28px;
  }
  .red-panel span {
    font-size:50px;
  }
  .black-panel b {
    font-size:23px;
  }
  .footer-main {
    grid-template-columns:1fr 1fr;
  }
  .footer-brand {
    grid-column:1/-1;
  }
  .footer-bottom {
    flex-direction:column;
    gap:5px;
  }
  .form-row {
    grid-template-columns:1fr;
  }
  .cta-copy h2 {
    font-size:43px;
  }
  .modal-dialog {
    padding:25px 18px;
    margin:2vh auto;
    max-height:96vh;
  }
  .modal-head h2 {
    font-size:29px;
  }
  .modal-number {
    font-size:30px;
  }
  .tabs {
    margin-top:20px;
  }
  .floating-tag {
    display:none;
  }
}
/* Product media */

/* =========================================================
   PRODUCT MEDIA BUTTONS — VIEW IMAGE / VIDEO
   ========================================================= */

.product-card {
  position:relative;
}
.product-media-tools {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:0 18px 2px;
  background:#fff;
}
.media-btn {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  border:1px solid #e2e2df;
  border-radius:8px;
  background:#fff;
  color:#111;
  padding:9px 11px;
  font-size:9px;
  letter-spacing:.65px;
  font-weight:800;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease,color .22s ease;
  overflow:hidden;
}
.media-btn:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.6) 48%,transparent 70%);
  transform:translateX(-130%);
  transition:transform .5s ease;
}
.media-btn:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0,0,0,.09);
  border-color:#e60012;
}
.media-btn:hover:after {
  transform:translateX(130%);
}
.media-btn b {
  margin-left:auto;
  font-size:11px;
  color:#aaa;
  position:relative;
  z-index:1;
}
.media-icon {
  width:25px;
  height:25px;
  border-radius:7px;
  display:grid;
  place-items:center;
  font-size:10px;
  position:relative;
  z-index:1;
}
.media-btn span:not(.media-icon) {
  position:relative;
  z-index:1;
}
.media-btn-photo .media-icon {
  background:#f7e5e7;
  color:#e60012;
}
.media-btn-video {
  background:#111;
  color:#fff;
  border-color:#111;
}
.media-btn-video .media-icon {
  background:#e60012;
  color:#fff;
}
.media-btn-video b {
  color:#777;
}
.media-btn-video:hover {
  background:#e60012;
  border-color:#e60012;
}
.media-btn-video:hover .media-icon {
  background:#fff;
  color:#e60012;
}
.media-btn-video:hover b {
  color:#fff;
}

/* =========================================================
   PRODUCT MEDIA SHOWCASE / LIBRARY
   ========================================================= */

.media-showcase {
  padding:105px 0;
  background:#fff;
}
.media-library {
  display:grid;
  grid-template-columns:1.15fr .925fr .925fr;
  gap:14px;
}
.media-card {
  border:1px solid #e3e3e0;
  background:#f5f5f3;
}
.media-placeholder {
  height:270px;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#eee,#d7d7d3);
  overflow:hidden;
}
.media-placeholder:before {
  content:"";
  position:absolute;
  inset:20px;
  border:1px dashed #aaa;
}
.media-type {
  position:absolute;
  top:16px;
  left:17px;
  font-size:8px;
  letter-spacing:1.5px;
  font-weight:800;
  color:#e60012;
}
.media-mark {
  font:800 60px Manrope;
  color:#111;
}
.media-placeholder p {
  font-size:10px;
  color:#666;
  position:relative;
}
.play-button {
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e60012;
  color:#fff;
  padding-left:3px;
  box-shadow:0 12px 30px #0002;
}
.media-card-body {
  padding:20px;
  background:#fff;
}
.media-card-body h3 {
  font:800 17px Manrope;
  margin-bottom:7px;
}

/* =========================================================
   CUSTOMER REVIEW VIDEO SECTION
   ========================================================= */

.review-videos-section {
  background:#111;
  color:#fff;
  padding:105px 0;
}
.review-videos-section .section-kicker {
  color:#e60012;
}
.review-videos-section .row-heading p {
  color:#999;
}
.review-videos-section .section-heading h2 {
  color:#fff;
}
.review-video-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.review-video-card {
  background:#181818;
  border:1px solid #2b2b2b;
}
.review-video-frame {
  height:300px;
  background:#080808;
}
.review-video-frame video {
  width:100%;
  height:100%;
  object-fit:contain;
}
.review-video-info {
  padding:20px;
}
.review-video-info>span {
  font-size:8px;
  letter-spacing:1.5px;
  color:#e60012;
  font-weight:800;
}
.review-video-info h3 {
  font:800 18px Manrope;
  margin:8px 0;
}
.review-video-info p {
  font-size:11px;
  color:#888;
}

/* =========================================================
   MEDIA LIGHTBOX / GALLERY MODAL
   ========================================================= */

.media-modal {
  display:none;
  position:fixed;
  inset:0;
  z-index:110;
}
.media-modal.open {
  display:block;
}
.media-modal-dialog {
  position:relative;
  width:min(1000px,calc(100% - 30px));
  max-height:92vh;
  overflow:auto;
  background:#fff;
  margin:4vh auto;
  padding:38px;
}
.media-modal-dialog h2 {
  font:800 34px Manrope;
  margin:7px 0 25px;
}
.gallery-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.gallery-grid figure {
  background:#f2f2f0;
  min-height:250px;
  display:flex;
  flex-direction:column;
}
.gallery-grid img {
  width:100%;
  height:250px;
  object-fit:cover;
}
.gallery-grid figure.missing {
  display:grid;
  place-items:center;
  background:#eee;
}
.gallery-grid figure.missing img {
  display:none;
}
.gallery-grid figcaption {
  padding:9px;
  font-size:9px;
  color:#777;
}
.media-note {
  font-size:10px;
  color:#888;
  margin-top:15px;
}

/* =========================================================
   LARGE PRODUCT VIDEO
   ========================================================= */

.large-video {
  background:#080808;
}
.large-video video {
  width:100%;
  max-height:65vh;
  display:block;
}

/* =========================================================
   MEDIA RESPONSIVE RULES
   ========================================================= */

@media(max-width:900px) {
  .media-library {
    grid-template-columns:1fr 1fr;
  }
  .review-video-grid {
    grid-template-columns:1fr 1fr;
  }
  .gallery-grid {
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:700px) {
  .media-library,.review-video-grid,.gallery-grid {
    grid-template-columns:1fr;
  }
  .media-placeholder {
    height:230px;
  }
  .review-video-frame {
    height:240px;
  }
  .media-modal-dialog {
    padding:25px 18px;
  }
  .product-media-tools {
    grid-template-columns:1fr 1fr;
    padding:0 14px 2px;
    gap:8px;
  }
  .media-btn {
    min-height:46px;
    padding:9px 8px;
    font-size:8px;
    letter-spacing:.45px;
    border-radius:9px;
  }
  .media-icon {
    width:27px;
    height:27px;
  }
}
/* =========================================================
ADDED FEATURES: PRODUCT IMAGES, CALCULATOR, CEO, DEALERS
========================================================= */

/* =========================================================
   PRODUCT IMAGE OVERRIDES
   ========================================================= */

.product-visual {
  isolation: isolate;
}
.product-photo {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 22px;
  object-fit: contain;
  background: transparent;
}
.fallback-product {
  position: relative;
  z-index: 2;
}

/* =========================================================
   APPROXIMATION CALCULATOR
   ========================================================= */

.calculator-section {
  padding: 105px 0;
  background: #f3f3f1;
}
.calculator-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.calculator-intro h2 {
  margin: 13px 0 18px;
  font: 800 46px/1.05 Manrope, sans-serif;
  letter-spacing: -2px;
}
.calculator-intro h2 span {
  color: #e60012;
}
.calculator-intro > p {
  max-width: 500px;
  color: #666;
  font-size: 13px;
}
.calculator-note {
  margin-top: 25px;
  padding: 18px;
  border-left: 3px solid #e60012;
  background: #fff;
  color: #666;
  font-size: 11px;
}
.calculator-note strong {
  color: #111;
}
.calculator-card {
  padding: 30px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
}
.calculator-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.calc-tab {
  padding: 12px 5px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
}
.calc-tab.active {
  color: #e60012;
  border-bottom-color: #e60012;
}
.calculator-button {
  width: 100%;
  margin-top: 4px;
}
.calculator-result {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #ddd;
  background: #fafafa;
}
.calculator-result span {
  color: #e60012;
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: 800;
}
.calculator-result strong {
  display: block;
  margin-top: 5px;
  font: 800 46px/1 Manrope, sans-serif;
}
.calculator-result small {
  color: #777;
  font-size: 10px;
}
.calculator-result p {
  margin-top: 10px;
  color: #777;
  font-size: 10px;
}

/* =========================================================
   CEO / LEADERSHIP SECTION
   ========================================================= */

.ceo-section {
  padding: 105px 0;
}
.ceo-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 75px;
  align-items: center;
}
.ceo-image {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #111;
}
.ceo-image img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}
.ceo-placeholder {
  position: absolute;
  inset: 20px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  border: 1px dashed #777;
  color: #aaa;
  font-size: 10px;
  letter-spacing: 2px;
}
.ceo-placeholder small {
  display: block;
  margin-top: 7px;
  color: #777;
  font-size: 8px;
  letter-spacing: 1px;
}
.ceo-content h2 {
  margin: 13px 0 25px;
  font: 800 48px/1.04 Manrope, sans-serif;
  letter-spacing: -2px;
}
.ceo-content h2 span {
  color: #e60012;
}
.ceo-content blockquote {
  padding-left: 22px;
  border-left: 3px solid #e60012;
  color: #555;
  font: 500 17px/1.6 Manrope, sans-serif;
}
.ceo-name {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.ceo-name strong {
  font: 800 13px Manrope, sans-serif;
}
.ceo-name span {
  color: #e60012;
  font-size: 9px;
  letter-spacing: 1px;
}

/* =========================================================
   TRUSTED DEALERS SECTION
   ========================================================= */

.dealers-section {
  padding: 105px 0;
}
.dealer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.dealer-card {
  border: 1px solid #e4e4e1;
  background: #fff;
  transition: .25s ease;
}
.dealer-card:hover {
  transform: translateY(-4px);
  border-color: #e60012;
}
.dealer-logo {
  position: relative;
  height: 450px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f3f3f1;
}
.dealer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 25px;
}
.dealer-logo b {
  color: #bbb;
  font: 800 13px Manrope, sans-serif;
  letter-spacing: 2px;
}
.dealer-logo span {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #e60012;
  font-size: 9px;
  font-weight: 800;
}
.dealer-content {
  padding: 23px;
}
.dealer-type {
  color: #e60012;
  font-size: 8px;
  letter-spacing: 1.3px;
  font-weight: 800;
}
.dealer-content h3 {
  margin: 7px 0 3px;
  font: 800 18px Manrope, sans-serif;
}
.dealer-content > p {
  color: #777;
  font-size: 10px;
}
.dealer-contact {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 18px 0;
  color: #555;
  font-size: 10px;
}

/* =========================================================
   DEALER RESPONSIVE RULES
   ========================================================= */

@media (max-width: 900px) {
  .calculator-layout, .ceo-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dealer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .calculator-tabs, .dealer-grid {
    grid-template-columns: 1fr;
  }
  .calculator-card {
    padding: 20px;
  }
  .calculator-intro h2, .ceo-content h2 {
    font-size: 39px;
  }
  .ceo-image, .ceo-image img {
    min-height: 360px;
  }
}
/* ===== FINAL NAVBAR + MOBILE POLISH ===== */

/* =========================================================
   FINAL NAVBAR & MOBILE POLISH OVERRIDES
   ========================================================= */

.header {
  box-shadow:0 4px 18px rgba(0,0,0,.04);
}
.brand-logo {
  transition:transform .25s ease;
}
.brand:hover .brand-logo {
  transform:scale(1.015);
}
.menu-toggle {
  position:relative;
  display:none;
  border:1px solid #e8e8e6;
  border-radius:10px;
  background:#fff;
  width:44px;
  height:44px;
  padding:9px;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.menu-toggle span {
  height:2px;
  background:#111;
  display:block;
  margin:5px 0;
  border-radius:2px;
  transition:.25s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform:translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity:0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform:translateY(-7px) rotate(-45deg);
}

/* =========================================================
   FINAL MOBILE NAVIGATION OVERRIDES
   ========================================================= */

@media(max-width:900px) {
  .brand-logo {
    width:215px;
    max-height:52px;
  }
  .nav {
    height:72px;
  }
  .menu-toggle {
    display:block;
  }
  .nav-links {
    display:none;
    position:absolute;
    left:12px;
    right:12px;
    top:72px;
    padding:10px;
    background:rgba(255,255,255,.98);
    border:1px solid #e8e8e6;
    border-radius:14px;
    box-shadow:0 22px 55px rgba(0,0,0,.14);
    flex-direction:column;
    align-items:stretch;
    gap:3px;
  }
  .nav-links.open {
    display:flex;
  }
  .nav-links a:not(.nav-cta) {
    padding:12px 13px;
    border-radius:9px;
  }
  .nav-links a:not(.nav-cta):hover {
    background:#f5f5f3;
  }
  .nav-cta {
    margin-top:4px;
    text-align:center;
    border-radius:9px;
    padding:13px 16px;
  }
}
@media(max-width:700px) {
  .brand-logo {
    width:185px;
    max-height:46px;
  }
  .nav {
    height:66px;
  }
  .nav-links {
    top:66px;
  }
  .hero-actions {
    flex-direction:column;
    align-items:stretch;
  }
  .hero-actions .btn {
    width:100%;
    min-height:50px;
  }
  .hero-proof {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }
  .hero-proof div {
    gap:6px;
    align-items:flex-start;
  }
  .hero-proof b {
    font-size:17px;
  }
  .hero-proof span {
    font-size:8px;
  }
  .product-media-tools {
    margin-top:0;
  }
  .product-body {
    padding:22px 18px;
  }
  .product-body h3 {
    font-size:22px;
  }
  .chips {
    margin:14px 0;
  }
  .text-link {
    font-size:10px;
  }
  .selector-card {
    min-height:150px;
  }
  .btn {
    border-radius:9px;
  }
  .nav-cta {
    padding:13px;
  }
  .topbar {
    font-size:8px;
  }
  .topbar-inner {
    height:30px;
  }
}
@media(max-width:420px) {
  .container {
    width:calc(100% - 22px);
  }
  .brand-logo {
    width:168px;
  }
  .product-media-tools {
    grid-template-columns:1fr;
  }
  .media-btn {
    min-height:48px;
  }
  .hero h1 {
    font-size:43px;
  }
  .section-heading h2 {
    font-size:31px;
  }
  .calculator-result strong {
    font-size:39px;
  }
}

/* =========================================================
   FINAL CORRECTIONS — HERO + PRODUCT IMAGE SYSTEM
   =========================================================

   IMPORTANT:
   The homepage hero image and the product-card images use
   DIFFERENT classes. Do not combine their sizing rules.

   HERO:
   .hero-product-frame
   .hero-product-image

   PRODUCT CARDS:
   .product-visual
   .product-photo
   ========================================================= */

/* =========================================================
   HERO PRODUCT FRAME
   ---------------------------------------------------------
   This is the red frame around the large product image in
   the homepage hero section.

   A fixed height prevents the hero image from expanding
   unpredictably when object-fit is changed.
   ========================================================= */

.hero-product-frame {
  position:relative;
  width:min(440px,100%);
  height:520px;
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e60012;
  border:1px solid rgba(255,255,255,.65);
  box-shadow:0 28px 70px rgba(0,0,0,.24),0 0 0 8px rgba(230,0,18,.08);
  transform:rotate(-2.5deg);
  overflow:hidden;
  z-index:3;
}

/* Thin inner border used as a brand detail. */
.hero-product-frame::before {
  content:"";
  position:absolute;
  inset:9px;
  border:1px solid rgba(255,255,255,.75);
  pointer-events:none;
  z-index:4;
}

/* =========================================================
   HERO PRODUCT IMAGE
   ---------------------------------------------------------
   contain = show the complete product without cropping.

   Because the parent frame has a fixed width AND height,
   the image cannot keep expanding vertically.
   ========================================================= */

.hero-product-image {
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  background:#fff;
  position:relative;
  z-index:3;
}

/* Hero image hover effect. */
.hero-product:hover .hero-product-frame {
  transform:rotate(0deg) translateY(-5px);
  transition:transform .45s ease,box-shadow .45s ease;
  box-shadow:0 34px 80px rgba(0,0,0,.28),0 0 0 9px rgba(230,0,18,.10);
}

/* =========================================================
   PRODUCT CARD IMAGE AREA
   ---------------------------------------------------------
   These rules affect ONLY the images inside the Products
   section. They do not affect the homepage hero image.
   ========================================================= */

.product-visual {
  height:390px;
  position:relative;
  overflow:hidden;
  display:grid;
  place-items:center;
  border:1px solid #e8e8e6;
  isolation:isolate;
}

/* Product packaging image. */
.product-photo {
  position:absolute;
  inset:0;
  z-index:3;
  display:block;
  width:100%;
  height:100%;
  padding:12px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  transition:transform .45s ease;
}

/* Fallback illustration stays behind a real product image. */
.fallback-product {
  position:relative;
  z-index:2;
}

/* Red product-card border. */
.product-visual::after {
  content:"";
  position:absolute;
  inset:12px;
  border:3px solid #e60012;
  pointer-events:none;
  z-index:5;
  opacity:.98;
  transition:inset .3s ease;
}

.product-badge,
.visual-label {
  z-index:6;
}

/* Product image zoom on card hover. */
.product-card:hover .product-photo {
  transform:scale(1.025);
}

.product-card:hover .product-visual::after {
  inset:9px;
}

/* =========================================================
   HERO HEADLINE COLOR CORRECTION
   ---------------------------------------------------------
   The HTML should contain:

   <em>FINISH <span class="hero-better">BETTER.</span></em>

   FINISH remains red while BETTER becomes black so it is
   readable against the red hero background.
   ========================================================= */

.hero h1 em {
  font-style:normal;
  color:#e60012;
}

.hero h1 .hero-better {
  color:#111;
}

/* =========================================================
   TABLET HERO
   ========================================================= */

@media(max-width:900px) {
  .hero-product-frame {
    width:380px;
    height:460px;
  }
}

/* =========================================================
   MOBILE HERO + PRODUCT CARDS
   ========================================================= */

@media(max-width:700px) {
  .hero-product {
    display:flex;
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    max-width:310px;
    height:auto;
    margin:12px auto 0;
    opacity:1;
    justify-content:center;
    z-index:4;
  }

  .hero-product .hero-orbit,
  .hero-product .floating-tag,
  .hero-product .hero-glow {
    display:none;
  }

  .hero-product-frame {
    width:270px;
    height:390px;
    padding:8px;
    margin:0 auto;
  }

  .hero-product-frame::before {
    inset:6px;
  }

  .hero-product-image {
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
  }

  .product-visual {
    height:360px;
  }

  .product-photo {
    padding:4px;
  }

  .product-visual::after {
    inset:10px;
    border-width:3px;
  }
}

/* =========================================================
   SMALL PHONE
   ========================================================= */

@media(max-width:420px) {
  .hero-product-frame {
    width:245px;
    height:350px;
  }

  .product-visual {
    height:335px;
  }
}

/* =========================================================
   REDUCED MOTION ACCESSIBILITY
   ========================================================= */

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

/* =========================================================
   FINAL TABLET + MOBILE PROFESSIONAL LAYOUT
   ---------------------------------------------------------
   These rules intentionally affect ONLY screens 900px and
   below. Desktop layout remains unchanged.
   ========================================================= */

/* =========================================================
   TABLET: 701px - 900px
   ========================================================= */
@media (min-width:701px) and (max-width:900px) {

  /* ---------- HERO ---------- */
  .hero {
    min-height:650px;
  }

  .hero-content {
    min-height:650px;
    padding:55px 0;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);
    gap:28px;
    align-items:center;
  }

  .hero-copy {
    position:relative;
    z-index:5;
  }

  .hero h1 {
    font-size:clamp(46px,6vw,66px);
    letter-spacing:-3px;
    margin:14px 0 18px;
  }

  .hero-copy > p {
    font-size:15px;
    max-width:500px;
  }

  .hero-actions {
    margin:25px 0 32px;
  }

  .hero-proof {
    gap:18px;
  }

  .hero-product {
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    height:500px;
    opacity:1;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:4;
  }

  .hero-product .hero-orbit,
  .hero-product .floating-tag {
    display:none;
  }

  .hero-product-frame {
    width:330px;
    height:440px;
  }

  /* ---------- FIND YOUR SOLUTION ---------- */
  .selector-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
  }

  .selector-card {
    min-height:185px;
    padding:20px 16px;
  }

  .selector-icon {
    font-size:28px;
    margin:16px 0 10px;
  }

  /* ---------- COMPLETE WORKFLOW ---------- */
  .workflow {
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
  }

  .workflow-line {
    display:block;
    left:9%;
    right:9%;
    top:17px;
  }

  .step > span {
    position:relative;
    margin-bottom:16px;
  }

  .step-icon {
    width:58px;
    height:58px;
    font-size:24px;
  }

  .step h3 {
    font-size:15px;
  }

  .step p {
    font-size:11px;
  }

  /* ---------- APPLICATIONS ---------- */
  .application-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-auto-rows:185px;
    gap:10px;
  }

  .application-card {
    min-width:0;
    padding:18px;
  }

  .application-card.large {
    grid-row:span 1;
  }

  .application-card h3 {
    font-size:17px;
  }

  /* ---------- CUSTOMER REVIEW VIDEOS ---------- */
  .review-video-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }

  .review-video-frame {
    height:auto;
    aspect-ratio:1 / 1;
  }

  .review-video-frame video {
    object-fit:cover;
  }

  .review-video-info {
    padding:16px;
  }

  .review-video-info h3 {
    font-size:15px;
  }

  .review-video-info p {
    font-size:10px;
  }

  .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    width: 60px;
    height: 60px;
    background: #e60012;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 5;
    box-shadow: 0 8px 25px rgba(0,0,0,.35);
  }
  
  .video-play-text {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    color: #fff;
    background: rgba(17,17,17,.85);
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    white-space: nowrap;
  }

  /* ---------- TRUSTED DEALERS ---------- */
  .dealer-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }

  .dealer-logo {
    height:auto;
    aspect-ratio:1 / 1;
  }

  .dealer-content {
    padding:17px;
  }

  /* ---------- FOOTER ---------- */
  .footer-main {
    grid-template-columns:1.5fr 1fr 1fr;
    gap:28px;
    padding:50px 0 42px;
  }

  .footer-brand p {
    max-width:300px;
  }

  .footer-bottom {
    padding:17px 0;
  }
}

/* =========================================================
   MOBILE: 700px AND BELOW
   ========================================================= */
@media (max-width:700px) {

  /* ---------- HERO SECTION ---------- */
  .hero {
    min-height:auto;
    background:#f5f5f3;
  }

  .hero::after {
    right:-42%;
    top:38%;
    width:125%;
    height:64%;
    transform:rotate(8deg);
    opacity:.96;
  }

  .hero-grid {
    background-size:42px 42px;
    mask-image:linear-gradient(180deg,#000 0%,transparent 82%);
  }

  .hero-content {
    min-height:0;
    padding:48px 0 62px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:26px;
  }

  .hero-copy {
    position:relative;
    z-index:6;
    text-align:left;
  }

  .eyebrow {
    font-size:9px;
    letter-spacing:1.8px;
  }

  .hero h1 {
    font-size:clamp(43px,13vw,56px);
    line-height:.94;
    letter-spacing:-2.8px;
    margin:14px 0 18px;
    max-width:620px;
  }

  .hero-copy > p {
    max-width:560px;
    font-size:14px;
    line-height:1.65;
  }

  .hero-actions {
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    margin:23px 0 27px;
  }

  .hero-actions .btn {
    width:100%;
    min-height:50px;
    padding:14px 18px;
  }

  .hero-proof {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    padding-top:2px;
  }

  .hero-proof div {
    min-width:0;
    gap:5px;
    align-items:flex-start;
  }

  .hero-proof b {
    font-size:15px;
    white-space:nowrap;
  }

  .hero-proof span {
    font-size:7px;
    line-height:1.25;
  }

  /* Keep the real hero product visible on mobile. */
  .hero-product {
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    max-width:320px;
    height:390px;
    margin:0 auto;
    opacity:1;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:7;
  }

  .hero-product .hero-orbit,
  .hero-product .floating-tag,
  .hero-product .hero-glow {
    display:none;
  }

  .hero-product-frame {
    width:255px;
    height:350px;
    padding:8px;
    transform:rotate(-2deg);
  }

  .hero-product-image {
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
  }

  .scroll-cue {
    display:none;
  }

  /* ---------- FIND YOUR SOLUTION ---------- */
  .selector-section {
    padding:65px 0 72px;
  }

  .section-heading {
    margin-bottom:25px;
  }

  .section-heading h2 {
    font-size:32px;
    letter-spacing:-1.4px;
  }

  .section-heading p {
    font-size:12px;
  }

  /* Exactly three options in one horizontal row. */
  .selector-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }

  .selector-card {
    min-height:165px;
    padding:17px 10px;
    border-radius:8px;
  }

  .selector-number {
    top:10px;
    right:9px;
    font-size:8px;
  }

  .selector-icon {
    font-size:24px;
    margin:19px 0 10px;
  }

  .selector-card strong {
    font-size:11px;
    line-height:1.25;
  }

  .selector-card small {
    display:block;
    margin-top:5px;
    font-size:8px;
    line-height:1.35;
  }

  .selector-arrow {
    right:9px;
    bottom:9px;
    font-size:11px;
  }

  /* ---------- COMPLETE WORKFLOW ---------- */
  .workflow-section {
    padding:72px 0;
  }

  .workflow {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:7px;
    overflow:visible;
  }

  .workflow-line {
    display:block;
    top:16px;
    left:9%;
    right:9%;
  }

  .step {
    min-width:0;
    text-align:center;
  }

  .step > span {
    width:30px;
    height:30px;
    margin:0 auto 11px;
    font-size:8px;
    position:relative;
  }

  .step-icon {
    width:48px;
    height:48px;
    margin:0 auto 12px;
    font-size:20px;
  }

  .step h3 {
    font-size:11px;
    line-height:1.25;
  }

  .step p {
    max-width:none;
    font-size:8px;
    line-height:1.4;
  }

  /* ---------- APPLICATIONS ---------- */
  .applications-section {
    padding:72px 0;
  }

  /* Horizontal application cards; swipe/scroll on narrow phones. */
  .application-grid {
    display:flex;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 2px 10px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  .application-grid::-webkit-scrollbar {
    display:none;
  }

  .application-card,
  .application-card.large {
    flex:0 0 78%;
    min-height:210px;
    height:210px;
    padding:20px;
    grid-row:auto;
    scroll-snap-align:start;
    border-radius:8px;
  }

  .application-card h3 {
    font-size:19px;
  }

  .application-card p {
    font-size:10px;
  }

  /* ---------- CUSTOMER REVIEW VIDEOS ---------- */
  .review-videos-section {
    padding:72px 0;
  }

  .review-video-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .review-video-card {
    min-width:0;
    border-radius:8px;
    overflow:hidden;
  }

  /* Square video window. */
  .review-video-frame {
    width:100%;
    height:auto;
    aspect-ratio:1 / 1;
    background:#080808;
  }

  .review-video-frame video {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .review-video-info {
    padding:14px 12px 16px;
  }

  .review-video-info > span {
    font-size:7px;
    letter-spacing:1.1px;
  }

  .review-video-info h3 {
    font-size:13px;
    line-height:1.3;
    margin:6px 0;
  }

  .review-video-info p {
    font-size:8px;
    line-height:1.45;
  }

  /* ---------- TRUSTED DEALERS ---------- */
  .dealers-section {
    padding:72px 0;
  }

  .dealer-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .dealer-card {
    min-width:0;
    border-radius:8px;
    overflow:hidden;
  }

  /* Square dealer logo/image area. */
  .dealer-logo {
    width:100%;
    height:auto;
    aspect-ratio:1 / 1;
  }

  .dealer-logo img {
    padding:15px;
  }

  .dealer-logo span {
    top:9px;
    left:9px;
    font-size:7px;
  }

  .dealer-content {
    padding:14px;
  }

  .dealer-type {
    font-size:7px;
  }

  .dealer-content h3 {
    font-size:14px;
    line-height:1.25;
  }

  .dealer-content > p,
  .dealer-contact {
    font-size:8px;
    line-height:1.4;
  }

  .dealer-contact {
    margin:11px 0;
  }

  /* ---------- FOOTER ---------- */
  .footer {
    border-top:4px solid #e60012;
  }

  .footer-main {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px 18px;
    padding:48px 0 34px;
  }

  .footer-brand {
    grid-column:1 / -1;
    padding-bottom:10px;
  }

  .footer-brand p {
    max-width:100%;
    margin-top:14px;
    font-size:10px;
    line-height:1.7;
  }

  .footer-col {
    gap:7px;
  }

  .footer-col h4 {
    font-size:10px;
    margin-bottom:7px;
    color:#FFFFFF;
  }

  .footer-col a {
    font-size:9px;
    line-height:1.5;
    color:#22cd00;
  }

  .footer-col a:hover {
    color:#e60012;
  }

  /* Show all footer columns on mobile instead of hiding one. */
  .footer-col:last-child {
    display:flex;
  }

  .footer-bottom {
    display:flex;
    flex-direction:column;
    gap:7px;
    padding:18px 0 22px;
    font-size:8px;
    line-height:1.5;
  }

  /* ---------- GENERAL MOBILE SPACING ---------- */
  .products-section,
  .why-section,
  .about-section,
  .reviews-section,
  .resources-section,
  .cta-section,
  .calculator-section,
  .ceo-section {
    padding-top:72px;
    padding-bottom:72px;
  }
}

/* =========================================================
   VERY SMALL PHONES: 420px AND BELOW
   ========================================================= */
@media (max-width:420px) {

  .hero-content {
    padding-top:40px;
    padding-bottom:52px;
  }

  .hero h1 {
    font-size:41px;
    letter-spacing:-2.4px;
  }

  .hero-product {
    height:365px;
  }

  .hero-product-frame {
    width:235px;
    height:335px;
  }

  /* Keep three solution cards horizontal even on very small phones. */
  .selector-card {
    min-height:150px;
    padding:15px 7px;
  }

  .selector-card strong {
    font-size:10px;
  }

  .selector-card small {
    font-size:7px;
  }

  /* Keep four workflow steps horizontal. */
  .step h3 {
    font-size:10px;
  }

  .step p {
    font-size:7px;
  }

  /* Two square review cards remain visible per row. */
  .review-video-grid {
    gap:8px;
  }

  .review-video-info {
    padding:11px 9px 13px;
  }

  .review-video-info h3 {
    font-size:11px;
  }

  .review-video-info p {
    font-size:7px;
  }

  /* Two square dealer cards remain visible per row. */
  .dealer-grid {
    gap:8px;
  }

  .dealer-content {
    padding:11px;
  }

  .dealer-content h3 {
    font-size:12px;
  }

  .dealer-content > p,
  .dealer-contact {
    font-size:7px;
  }
}

/* =========================================================
   MOBILE HERO — KEEP PRODUCT BESIDE HEADING
   ---------------------------------------------------------
   On phones the hero now keeps the same side-by-side visual
   relationship as desktop: copy on the left, Tile Bond bag
   on the right. These rules affect mobile/tablet only.
   ========================================================= */
@media (max-width:700px){
  .hero-content{
    grid-template-columns:minmax(0,1.08fr) minmax(145px,.72fr);
    align-items:center;
    column-gap:12px;
    padding:42px 0 52px;
    min-height:620px;
  }

  .hero-copy{
    min-width:0;
    position:relative;
    z-index:5;
  }

  .hero h1{
    font-size:clamp(34px,10vw,48px);
    line-height:.94;
    letter-spacing:-2px;
    margin:14px 0 17px;
  }

  .hero-copy>p{
    font-size:12px;
    line-height:1.55;
    max-width:330px;
  }

  .hero-actions{
    margin:22px 0 24px;
    gap:8px;
  }

  .hero-actions .btn{
    width:auto;
    min-height:42px;
    padding:11px 12px;
    font-size:9px;
    gap:8px;
  }

  .hero-proof{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }

  .hero-proof div{
    gap:6px;
  }

  .hero-proof b{
    font-size:14px;
  }

  .hero-proof span{
    font-size:7px;
  }

  .hero-product{
    display:flex;
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    max-width:none;
    height:auto;
    margin:0;
    opacity:1;
    justify-content:center;
    align-items:center;
    z-index:4;
  }

  .hero-product-frame{
    width:100%;
    max-width:205px;
    height:330px;
    padding:7px;
    margin:0;
    transform:rotate(-2.5deg);
  }

  .hero-product-image{
    width:100%;
    height:100%;
    max-height:none;
    object-fit:contain;
    object-position:center;
  }

  .hero-product:hover .hero-product-frame{
    transform:rotate(-2.5deg) translateY(-2px);
  }

  .hero-product .hero-orbit,
  .hero-product .floating-tag,
  .hero-product .hero-glow{
    display:none;
  }

  .hero:after{
    right:-58%;
    width:95%;
    opacity:.97;
  }
}

@media (max-width:420px){
  .hero-content{
    grid-template-columns:minmax(0,1fr) minmax(122px,.68fr);
    column-gap:9px;
    padding:34px 0 44px;
    min-height:575px;
  }

  .hero h1{
    font-size:clamp(30px,9.8vw,40px);
    letter-spacing:-1.6px;
    margin:11px 0 14px;
  }

  .hero-copy>p{
    font-size:10px;
    line-height:1.5;
  }

  .hero-actions{
    margin:18px 0 20px;
  }

  .hero-actions .btn{
    min-height:38px;
    padding:9px 9px;
    font-size:8px;
  }

  .hero-proof{
    gap:6px;
  }

  .hero-proof b{
    font-size:12px;
  }

  .hero-proof span{
    font-size:6.5px;
  }

  .hero-product-frame{
    width:100%;
    max-width:145px;
    height:265px;
    padding:5px;
  }

  .hero-product-frame::before{
    inset:5px;
  }
}
