.nav-logo-sub,
body {
  font-family: var(--font-body);
}
.cursor,
.cursor-ring {
  pointer-events: none;
  transform: translate(-50%, -50%);
  left: 0;
  top: 0;
  position: fixed;
}
body,
button {
  cursor: none;
}
.nav-logo-main,
.preloader-brand,
.preloader-counter {
  font-family: var(--font-accent);
}
.social-link,
a {
  text-decoration: none;
}
#contact,
#glazes {
  padding: 8rem 0;
}
#cta,
.gallery-overlay h3,
.glazes-header,
.hero-stat,
.size-use,
.why-card,
.why-header {
  text-align: center;
}
#cta-strip::before,
#cta::before,
.form-submit::before,
.glazes-scroll-wrap::after,
.glazes-scroll-wrap::before,
.hero-eyebrow::before,
.hero-panel-left::before,
.intro-visual::after,
.nav-links a::after,
.pattern-preview::before,
.size-square::after,
.size-square::before,
.testimonials-track-wrap::after,
.testimonials-track-wrap::before,
.tile-card::before,
.why-card::before {
  content: "";
  content: "";
  content: "";
}
#care,
#cta,
#featured,
#process {
  background: var(--charcoal-mid);
}
#calculator,
#care,
#collection,
#edges,
#process,
#products,
#rooms,
#showcase,
#testimonials,
#why {
  padding: 8rem 8vw;
}
#cta-strip,
#origin-banner,
.calc-field select option {
  background: var(--granite-mid);
}
#care::before,
#process::before,
#why::before {
  color: rgba(255, 255, 255, 0.02);
  white-space: nowrap;
}
#calculator::before,
#care::before,
#process::before,
#why::before,
.rating-val {
  white-space: nowrap;
}
#lightbox,
#navbar,
#preloader,
#scrollTop,
.cursor,
.cursor-ring,
.nav-mobile {
  position: fixed;
}
body,
html,
img {
  max-width: 100%;
}
:root {
  --ivory: #f5f0e8;
  --warm-white: #faf8f4;
  --stone: #c4b49a;
  --stone-dark: #9e8a70;
  --gold: #c9a84c;
  --gold-light: #e8d08a;
  --charcoal: #1c1c1c;
  --charcoal-mid: #2e2c2a;
  --ash: #5c5850;
  --marble-vein: #d8d0c4;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-accent: "Bebas Neue", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-sharp: cubic-bezier(0.19, 1, 0.22, 1);
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  background-color: var(--warm-white);
  color: var(--charcoal);
}
.cursor {
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  z-index: 99999;
  transition: transform 0.1s, width 0.3s var(--ease-smooth),
    height 0.3s var(--ease-smooth), background 0.3s;
}
.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  z-index: 99998;
  transition: transform 0.15s var(--ease-smooth), width 0.3s var(--ease-smooth),
    height 0.3s var(--ease-smooth), opacity 0.3s;
  opacity: 0.6;
}
body:has(a:hover) .cursor,
body:has(button:hover) .cursor {
  width: 20px;
  height: 20px;
  background: var(--gold-light);
}
#products,
#rooms,
#testimonials,
.hamburger span {
  background: var(--ivory);
}
body:has(a:hover) .cursor-ring,
body:has(button:hover) .cursor-ring {
  width: 50px;
  height: 50px;
  opacity: 0.3;
}
img {
  display: block;
}
a {
  color: inherit;
}
ul {
  list-style: none;
}
button {
  border: none;
  background: 0 0;
}
#preloader {
  inset: 0;
  background: var(--charcoal);
  z-index: 99997;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s var(--ease-smooth), visibility 0.8s;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader-brand {
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: 0.5em;
  color: var(--ivory);
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.preloader-brand span {
  display: inline-block;
  transform: translateY(100%);
  animation: slideUpChar 0.8s var(--ease-sharp) 0.2s forwards;
}
.preloader-tiles {
  display: grid;
  grid-template-columns: repeat(4, 18px);
  grid-template-rows: repeat(4, 18px);
  gap: 4px;
}
.preloader-tile {
  width: 18px;
  height: 18px;
  background: var(--stone);
  animation: 1.6s infinite tileFlicker;
}
.hero-panel-right img,
.page-hero-bg {
  animation: heroZoom 14s var(--ease-smooth) forwards;
}
.preloader-tile:nth-child(odd) {
  background: var(--gold);
  animation-delay: 0.1s;
}
.preloader-tile:nth-child(3n) {
  background: var(--marble-vein);
  animation-delay: 0.25s;
}
.preloader-tile:nth-child(4n) {
  background: var(--stone-dark);
  animation-delay: 0.4s;
}
.preloader-counter {
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: var(--stone);
  margin-top: 2rem;
}
#navbar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.5rem 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 0.4s var(--ease-smooth),
    background 0.4s var(--ease-smooth), box-shadow 0.4s;
  background-color: rgba(28, 28, 28, 0.95);
}
#navbar.scrolled {
  padding: 1rem 4vw;
  background: rgba(28, 28, 28, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(201, 168, 76, 0.2);
}
.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav-logo-main {
  font-size: 1.8rem;
  letter-spacing: 0.35em;
  color: var(--ivory);
}
.nav-logo-sub {
  font-size: 0.55rem;
  letter-spacing: 0.45em;
  color: var(--gold);
  text-transform: uppercase;
}
.nav-cta,
.nav-links a {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  font-family: var(--font-body);
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.care-head .section-label::before,
.edges-head .section-label::before,
.faq-header .section-label::before,
.glazes-header .section-label::before,
.hamburger,
.inlay-process .section-label::before,
.patterns-head .section-label::before,
.privacy-header .section-label::before,
.process-header .section-label::before,
.related-posts .section-label::before,
.terms-header .section-label::before,
.testimonials-header .section-label::before,
.why-header .section-label::before {
  display: none;
}
.nav-links a {
  color: var(--marble-vein);
  position: relative;
  transition: color 0.3s;
}
.nav-links a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.35s var(--ease-smooth);
}
.breadcrumb a:hover,
.breadcrumb span,
.care-card:hover .care-num,
.cta-text .section-title em,
.footer-policy a:hover,
.form-submit:hover span,
.hero-breadcrumb a:hover,
.hero-breadcrumb span,
.nav-links a:hover {
  color: var(--gold);
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-cta {
  color: var(--charcoal);
  background: var(--gold);
  padding: 0.65rem 1.5rem;
  transition: background 0.3s, transform 0.3s var(--ease-bounce),
    box-shadow 0.3s;
}
.hero-eyebrow,
.nav-mobile a:hover {
  letter-spacing: 0.5em;
  color: var(--gold);
}
.hero-left,
.nav-mobile {
  background: var(--charcoal);
}
.nav-cta:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
  color: var(--charcoal);
}
.hamburger {
  flex-direction: column;
  gap: 5px;
  width: 28px;
  z-index: 1001;
}
.hamburger span {
  display: block;
  height: 1.5px;
  transition: all 0.3s var(--ease-smooth);
  transform-origin: center;
}
.hamburger.open span:first-child {
  transform: translateY(6.5px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
.nav-mobile {
  inset: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  transform: translateX(100%);
  transition: transform 0.5s var(--ease-sharp);
}
#home,
.hero-left {
  position: relative;
}
#scrollTop,
.product-card-overlay {
  opacity: 0;
  transform: translateY(20px);
}
.btn-primary:hover::before,
.calc-btn:hover::before,
.form-submit:hover::before,
.nav-mobile.open,
.pattern-card:hover .pattern-preview::before {
  transform: translateX(0);
}
.nav-mobile a {
  font-family: var(--font-accent);
  font-size: clamp(2rem, 8vw, 3.5rem);
  letter-spacing: 0.3em;
  color: var(--ivory);
  transition: color 0.3s, letter-spacing 0.3s;
}
#home {
  height: 100vh;
  min-height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.hero-left {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6rem 6vw;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-eyebrow::before {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 2rem;
}
.btn-primary .arrow,
.hero-sub {
  font-size: 1rem;
}
.featured-title em,
.hero-headline em,
.page-hero-title em {
  font-style: italic;
  color: var(--stone);
}
.btn-outline,
.hero-scroll-hint span,
.hero-sub {
  font-family: var(--font-body);
  color: var(--marble-vein);
}
.hero-sub {
  font-weight: 300;
  max-width: 380px;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.hero-btns {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.btn-outline {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(196, 180, 154, 0.4);
  padding-bottom: 2px;
  transition: color 0.3s, border-color 0.3s;
}
.btn-outline:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.featured-img,
.featured-visual,
.hero-panel-right,
.hero-right,
.intro-visual {
  position: relative;
  overflow: hidden;
}
.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 8s var(--ease-smooth);
}
#home:hover .hero-right img,
#lightbox.open img {
  transform: scale(1);
}
.hero-right-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--charcoal) 0, transparent 40%);
}
.hero-scroll-hint {
  right: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.hero-scroll-hint span {
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero-stat-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: rgba(201, 168, 76, 0.12);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.about-images,
section {
  position: relative;
}
.hero-stat {
  padding: 1.25rem 2rem;
  border-right: 1px solid rgba(201, 168, 76, 0.15);
}
.hero-stat:last-child,
.intro-strip-item:last-child,
.origin-fact:last-child {
  border-right: none;
}
.hero-stat-num {
  font-family: var(--font-accent);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.hero-stat-label {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--marble-vein);
  margin-top: 0.2rem;
}
.section-title {
  font-family: var(--font-display);
  color: var(--charcoal);
}
#about,
#intro,
#origin {
  padding: 8rem 0;
  background: var(--warm-white);
  overflow: hidden;
}
.about-grid,
.featured-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
.about-images {
  padding: 0 4vw 0 8vw;
}
.about-img-main {
  width: 75%;
  height: 520px;
  object-fit: cover;
  box-shadow: 24px 24px 0 var(--stone);
}
.about-img-accent {
  width: 55%;
  height: 260px;
  object-fit: cover;
  position: absolute;
  bottom: -60px;
  right: 2vw;
  border: 6px solid var(--warm-white);
  box-shadow: 0 20px 60px rgba(28, 28, 28, 0.15);
}
.about-years-badge {
  position: absolute;
  top: 3rem;
  right: 5vw;
  width: 110px;
  height: 110px;
  background: var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-years-badge span:first-child {
  font-family: var(--font-accent);
  font-size: 2.5rem;
  color: var(--charcoal);
  line-height: 1;
}
.about-feature-text h4,
.about-text,
.filter-btn,
.product-tag {
  font-family: var(--font-body);
}
.about-years-badge span:last-child {
  font-family: var(--font-body);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.about-content {
  padding: 4rem 8vw 4rem 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--ash);
  margin: 1.75rem 0 2.5rem;
  max-width: 480px;
}
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.about-feature-icon {
  width: 32px;
  height: 32px;
  background: var(--gold);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-top: 0.1rem;
}
.about-feature-text h4 {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.15rem;
}
.about-feature-text p {
  font-size: 0.75rem;
  color: var(--ash);
  line-height: 1.5;
}
.blog-header,
.products-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  margin-bottom: 4rem;
  gap: 2rem;
}
.products-filter {
  display: flex;
  gap: 0;
}
.filter-btn {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ash);
  padding: 0.6rem 1.25rem;
  border: 1px solid var(--marble-vein);
  background: 0 0;
  cursor: pointer;
  transition: 0.3s;
  margin-left: -1px;
}
.gallery-overlay span,
.product-tag {
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--charcoal);
  color: var(--ivory);
  border-color: var(--charcoal);
  z-index: 1;
  position: relative;
}
.marble-grid,
.products-grid,
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.product-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: none;
}
.gallery-item img,
.inlay-gallery-item img,
.marble-card-img img,
.product-card img,
.room-card img,
.sc-item img,
.show-item img,
.showcase-item img,
.tile-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-smooth);
}
.finish-card:hover .finish-img img,
.gallery-item:hover img,
.glaze-card:hover .glaze-card-img img,
.inlay-gallery-item:hover img,
.marble-card:hover .marble-card-img img,
.product-card:hover img,
.sc-item:hover img,
.showcase-item:hover img {
  transform: scale(1.08);
}
.product-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 28, 28, 0.9) 0, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  transition: all 0.4s var(--ease-smooth);
}
#scrollTop.visible,
.app-item:hover .app-tags,
.product-card:hover .product-card-overlay,
.sc-item:hover .sc-overlay,
.show-item:hover .show-overlay,
.showcase-item:hover .showcase-overlay,
.slab-card:hover .slab-hover,
.tile-card:hover .tile-overlay {
  opacity: 1;
  transform: translateY(0);
}
#calculator::before,
#care::before,
#cta-strip::before,
#process::before,
#why::before {
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.product-card-base {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(
    to top,
    rgba(28, 28, 28, 0.75) 0,
    transparent 100%
  );
}
#why,
.gallery-item,
.why-card {
  position: relative;
  overflow: hidden;
}
.product-tag {
  font-size: 0.6rem;
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.product-name,
.show-overlay h3,
.showcase-overlay h3,
.slab-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ivory);
}
.product-details-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  margin-top: 1rem;
  transition: color 0.3s, gap 0.3s;
}
#why::before,
.why-num {
  font-family: var(--font-accent);
}
.blog-readmore:hover,
.marble-card-btn:hover,
.product-details-btn:hover,
.slab-hov-btn:hover,
.tile-ov-btn:hover {
  color: var(--gold);
  gap: 0.75rem;
}
.product-card.featured,
.room-card:first-child {
  grid-row: span 2;
  aspect-ratio: unset;
}
#why {
  background: var(--charcoal);
}
#why::before {
  content: "EXCELLENCE";
  position: absolute;
  left: 50%;
  font-size: clamp(6rem, 18vw, 20rem);
  letter-spacing: 0.1em;
}
.why-header {
  max-width: 600px;
  margin: 0 auto 5rem;
}
.care-head .section-label,
.edges-head .section-label,
.faq-header .section-label,
.glazes-header .section-label,
.inlay-process .section-label,
.patterns-head .section-label,
.privacy-header .section-label,
.process-header .section-label,
.related-posts .section-label,
.terms-header .section-label,
.testimonials-header .section-label,
.why-header .section-label {
  justify-content: center;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.why-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 168, 76, 0.1);
  padding: 3rem 2rem;
  transition: background 0.4s, border-color 0.4s,
    transform 0.4s var(--ease-bounce);
}
.why-card::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.5s var(--ease-smooth);
}
.why-card:hover {
  background: rgba(201, 168, 76, 0.06);
  border-color: rgba(201, 168, 76, 0.3);
  transform: translateY(-6px);
}
.why-card:hover::before {
  width: 60%;
}
.why-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.why-num {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.gallery-overlay h3,
.testi-text,
.why-title {
  font-family: var(--font-display);
}
.why-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.75rem;
}
.care-desc,
.why-desc {
  font-size: 0.8rem;
  color: var(--stone);
  line-height: 1.8;
}
#applications,
#blog,
#finishes,
#patterns,
#projects,
#size-guide,
#thickness {
  padding: 8rem 8vw;
  background: var(--warm-white);
}
.gallery-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  margin-bottom: 3.5rem;
}
.gallery-desc {
  font-size: 0.9rem;
  color: var(--ash);
  line-height: 1.8;
  max-width: 400px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 280px);
  gap: 6px;
}
.gallery-item {
  grid-column: span 4;
  cursor: none;
}
.gallery-item:first-child,
.gallery-item:nth-child(6),
.sc-item:nth-child(2),
.sc-item:nth-child(5),
.tile-card:nth-child(6) {
  grid-column: span 5;
}
.app-item:nth-child(3),
.app-item:nth-child(4),
.gallery-item:nth-child(2),
.gallery-item:nth-child(4),
.sc-item:nth-child(3),
.sc-item:nth-child(4),
.showcase-item:nth-child(3),
.tile-card:nth-child(3),
.tile-card:nth-child(4),
.tile-card:nth-child(8) {
  grid-column: span 3;
}
.app-item:nth-child(2),
.app-item:nth-child(5),
.gallery-item:nth-child(3),
.gallery-item:nth-child(5),
.showcase-item:nth-child(2),
.tile-card:nth-child(2),
.tile-card:nth-child(5),
.tile-card:nth-child(7) {
  grid-column: span 4;
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 28, 28, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s;
}
#contact,
.testi-card {
  background: var(--warm-white);
}
.gallery-item:hover .gallery-overlay,
.inlay-gallery-item:hover .inlay-gallery-overlay,
.tone-item:hover .tone-swatch::after {
  opacity: 1;
}
.gallery-overlay h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--ivory);
  padding: 0 1rem;
}
.gallery-overlay span {
  font-family: var(--font-body);
  font-size: 0.65rem;
  color: var(--gold);
  margin-top: 0.5rem;
}
.gallery-zoom {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  font-size: 1.2rem;
  margin-top: 1.25rem;
  transition: background 0.3s, border-color 0.3s;
}
.gallery-item:hover .gallery-zoom {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--charcoal);
}
#lightbox {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#testimonials {
  overflow: hidden;
}
.faq-header,
.privacy-header,
.terms-header,
.testimonials-header {
  text-align: center;
  margin-bottom: 4rem;
}
.glazes-scroll-wrap,
.testimonials-track-wrap {
  overflow: hidden;
  position: relative;
}
.testimonials-track-wrap::after,
.testimonials-track-wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
}
.testimonials-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--ivory), transparent);
}
.testimonials-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--ivory), transparent);
}
.testimonials-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.6s var(--ease-smooth);
}
.testi-card {
  flex: 0 0 420px;
  padding: 2.5rem;
  border-left: 3px solid var(--gold);
  transition: box-shadow 0.4s, transform 0.4s var(--ease-bounce);
}
.testi-card:hover {
  box-shadow: 0 20px 60px rgba(28, 28, 28, 0.1);
  transform: translateY(-6px);
}
.testi-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 1.25rem;
}
.testi-stars span {
  color: var(--gold);
  font-size: 0.9rem;
}
.testi-text {
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.7;
  margin-bottom: 1.75rem;
}
.testi-name,
.testi-role {
  font-family: var(--font-body);
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testi-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--stone);
}
.testi-name {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--charcoal);
}
.testi-role {
  font-size: 0.7rem;
  color: var(--stone-dark);
  letter-spacing: 0.1em;
}
.testi-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}
.form-submit,
.testi-btn {
  align-items: center;
  cursor: pointer;
}
.testi-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--marble-vein);
  background: 0 0;
  display: flex;
  justify-content: center;
  color: var(--ash);
  font-size: 1.1rem;
  transition: all 0.3s var(--ease-bounce);
}
.btn-ghost,
.form-submit {
  transition: all 0.35s var(--ease-smooth);
}
.glaze-btn:hover,
.testi-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--charcoal);
  transform: scale(1.1);
}
#footer,
#stats-strip,
.contact-info,
.form-submit::before {
  background: var(--charcoal);
}
#cta {
  padding: 10rem 8vw;
  position: relative;
  overflow: hidden;
}
#cta::before {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
      0deg,
      transparent,
      transparent 39px,
      rgba(201, 168, 76, 0.04) 39px,
      rgba(201, 168, 76, 0.04) 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 39px,
      rgba(201, 168, 76, 0.04) 39px,
      rgba(201, 168, 76, 0.04) 40px
    );
}
#scrollTop:hover,
.comment-form button:hover {
  background: var(--gold-light);
}
.btn-primary span,
.calc-btn span,
.cta-content,
.form-submit span {
  position: relative;
  z-index: 1;
}
.cta-title {
  font-family: var(--font-display);
  line-height: 1.1;
  color: var(--ivory);
}
.cta-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--stone);
  margin-bottom: 3rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
.btn-ghost,
.contact-info .section-title,
.process-step,
.section-title.light {
  color: var(--ivory);
}
.cta-btns {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-ghost {
  font-family: var(--font-body);
  text-transform: uppercase;
}
.btn-ghost:hover {
  border-color: var(--ivory);
}
.contact-grid,
.intro-grid,
.origin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-info {
  padding: 4rem 4vw 4rem 8vw;
}
.contact-desc,
.contact-info .section-title em,
.cta-text p,
.featured-desc,
.section-title.light em {
  color: var(--stone);
}
.contact-desc {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.9;
  margin: 1.5rem 0 3rem;
  max-width: 400px;
}
.contact-details,
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-detail-icon {
  width: 40px;
  height: 40px;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.3);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.contact-detail-label,
.form-group label {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.contact-detail-label {
  font-family: var(--font-body);
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.contact-detail-value {
  font-size: 0.9rem;
  color: var(--marble-vein);
  line-height: 1.6;
}
.footer-brand .nav-logo-main,
.form-title {
  font-size: 2rem;
}
.map-embed {
  width: 100%;
  height: 250px;
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 168, 76, 0.15);
  overflow: hidden;
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%) invert(90%) contrast(80%);
  opacity: 0.7;
}
.contact-form-wrap {
  padding: 4rem 8vw 4rem 4vw;
}
.form-title {
  font-family: var(--font-display);
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: 2rem;
}
.footer-col h4,
.form-group label,
.form-submit,
.page-hero-kicker {
  font-family: var(--font-body);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.calc-field.full,
.form-group.full,
.marble-card.wide {
  grid-column: span 2;
}
.form-group label {
  color: var(--stone-dark);
}
#scrollTop,
.form-submit,
.social-link:hover {
  color: var(--charcoal);
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--charcoal);
  background: 0 0;
  border: none;
  border-bottom: 1.5px solid var(--marble-vein);
  padding: 0.75rem 0;
  outline: 0;
  transition: border-color 0.3s;
  width: 100%;
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.calc-field input:focus,
.calc-field select:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-bottom-color: var(--gold);
}
.form-submit {
  display: inline-flex;
  gap: 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: var(--gold);
  padding: 1rem 2.5rem;
  border: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  margin-top: 0.5rem;
}
.footer-col li a,
.footer-tagline,
.social-link {
  font-size: 0.85rem;
  color: var(--stone);
}
.form-submit::before {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  transition: transform 0.4s var(--ease-smooth);
}
.form-submit:hover {
  box-shadow: 0 12px 30px rgba(28, 28, 28, 0.25);
}
#footer {
  padding: 6rem 8vw 2rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}
.footer-tagline {
  font-weight: 300;
  line-height: 1.8;
  margin-top: 1rem;
  max-width: 280px;
}
.footer-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
}
.social-link {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease-bounce);
}
.social-link:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-3px);
}
.footer-col h4 {
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-col li a {
  transition: color 0.3s, padding-left 0.3s;
}
.footer-col li a:hover {
  color: var(--ivory);
  padding-left: 6px;
}
.footer-bottom {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy {
  font-size: 0.75rem;
  color: var(--ash);
}
.footer-copy a {
  color: var(--gold);
  transition: color 0.3s;
}
.footer-copy a:hover {
  color: var(--gold-light);
}
.footer-policy {
  display: flex;
  gap: 2rem;
}
.footer-policy a {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ash);
  transition: color 0.3s;
}
#scrollTop {
  bottom: 2.5rem;
  right: 2.5rem;
  width: 48px;
  height: 48px;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  z-index: 900;
  cursor: pointer;
  transition: all 0.4s var(--ease-bounce);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
}
#scrollTop:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(201, 168, 76, 0.5);
}
@keyframes slideUpChar {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes tileFlicker {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.85);
  }
}
@keyframes counterUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-hero {
  display: flex;
  align-items: flex-end;
}
.page-hero-bg {
  inset: 0;
}
.hero-panel-left::before {
  inset: 0;
  pointer-events: none;
}
.hero-pattern-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  background-image: linear-gradient(
      rgba(201, 168, 76, 0.6) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(201, 168, 76, 0.6) 1px, transparent 1px);
  background-size: 60px 60px;
}
.page-hero-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.featured-eyebrow::before,
.featured-tag::before,
.hero-kicker::before,
.page-hero-kicker::before,
.section-label::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--gold);
}
.featured-title,
.page-hero-title {
  font-family: var(--font-display);
  color: var(--ivory);
}
.featured-title em,
.page-hero-title em {
  color: var(--stone);
  display: block;
}
.page-hero-subtitle {
  font-family: var(--font-body);
  color: var(--marble-vein);
}
.hero-pills {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.hero-pill {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.35rem 1rem;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.05);
}
#stats-strip {
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  padding: 0;
}
.stats-marquee-wrap {
  display: flex;
  overflow: hidden;
  position: relative;
}
.stats-marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: 20s linear infinite marqueeScroll;
}
.stats-marquee-track:hover {
  animation-play-state: paused;
}
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.2rem 3rem;
  border-right: 1px solid rgba(201, 168, 76, 0.12);
  flex-shrink: 0;
}
.marquee-num {
  font-family: var(--font-accent);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.marquee-label,
.pillar-title {
  font-family: var(--font-body);
}
.marquee-label {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--stone);
}
.marquee-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.4;
  flex-shrink: 0;
}
.intro-img-bg,
.intro-img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.intro-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 70%, var(--warm-white) 70%);
  z-index: 1;
  pointer-events: none;
}
.intro-pattern-badge {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 28px);
  grid-template-rows: repeat(3, 28px);
  gap: 3px;
}
.ipb-tile {
  width: 28px;
  height: 28px;
  animation: tilePop 0.6s var(--ease-bounce) backwards;
}
.ipb-tile:first-child {
  background: var(--ivory);
  animation-delay: 0.1s;
}
.ipb-tile:nth-child(2) {
  background: var(--gold);
  animation-delay: 0.15s;
}
.ipb-tile:nth-child(3) {
  background: var(--stone);
  animation-delay: 0.2s;
}
.ipb-tile:nth-child(4) {
  background: var(--stone);
  animation-delay: 0.25s;
}
.ipb-tile:nth-child(5) {
  background: var(--charcoal);
  animation-delay: 0.3s;
}
.ipb-tile:nth-child(6) {
  background: var(--ivory);
  animation-delay: 0.35s;
}
.ipb-tile:nth-child(7) {
  background: var(--gold);
  animation-delay: 0.4s;
}
.ipb-tile:nth-child(8) {
  background: var(--stone-dark);
  animation-delay: 0.45s;
}
.ipb-tile:nth-child(9) {
  background: var(--marble-vein);
  animation-delay: 0.5s;
}
@keyframes tilePop {
  from {
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}
.featured-info,
.intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-pillars,
.origin-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.pillar {
  padding: 1.25rem;
  border: 1px solid var(--marble-vein);
  transition: border-color 0.3s, background 0.3s,
    transform 0.4s var(--ease-bounce);
}
.pillar:hover {
  border-color: var(--gold);
  background: rgba(201, 168, 76, 0.04);
  transform: translateY(-4px);
}
.pillar-icon {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.pillar-title {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.3rem;
}
.pillar-desc {
  font-size: 0.72rem;
  color: var(--ash);
  line-height: 1.6;
}
.collection-head,
.collection-header,
.collection-top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  margin-bottom: 3rem;
  gap: 2rem;
}
.tile-count {
  font-family: var(--font-accent);
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--stone-dark);
}
.cat-tab,
.tile-base-tag {
  font-family: var(--font-body);
  text-transform: uppercase;
}
.cat-tabs {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--marble-vein);
  margin-bottom: 3rem;
}
.cat-tab {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--ash);
  padding: 0.8rem 1.75rem;
  cursor: pointer;
  border: none;
  background: 0 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: 0.3s;
}
.cat-tab.active,
.cat-tab:hover,
.filter-tab.active,
.filter-tab:hover {
  color: var(--charcoal);
  border-bottom-color: var(--gold);
}
.tile-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 280px;
  gap: 4px;
}
.tile-card {
  position: relative;
  overflow: hidden;
  cursor: none;
  background: var(--warm-white);
  transition: transform 0.4s var(--ease-bounce), box-shadow 0.4s;
}
.tile-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 28px 60px rgba(28, 28, 28, 0.16);
  z-index: 3;
}
.app-item:first-child,
.showcase-item:first-child,
.tile-card:first-child {
  grid-column: span 5;
  grid-row: span 2;
}
.tile-card:first-child .tile-card-img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
}
.room-card:hover img,
.show-item:hover img,
.tile-card:hover .tile-card-img {
  transform: scale(1.07);
}
.featured-gallery img:hover,
.hero-panel-right img,
.slab-card:hover img {
  transform: scale(1.06);
}
.tile-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--gold);
  z-index: 4;
  transition: height 0.5s var(--ease-smooth);
}
.tile-card:hover::before {
  height: 100%;
}
.tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(28, 28, 28, 0.92) 0,
    rgba(28, 28, 28, 0.3) 55%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem 1.75rem 1.75rem 2rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s var(--ease-smooth), transform 0.4s var(--ease-smooth);
}
.tile-base-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem;
  background: linear-gradient(
    to top,
    rgba(28, 28, 28, 0.72) 0,
    transparent 100%
  );
  z-index: 2;
}
.tile-base-tag {
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.tile-base-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--ivory);
}
.slab-hov-tag,
.slab-origin,
.tile-ov-tag {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}
.tile-ov-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.5rem;
}
.tile-ov-desc {
  font-size: 0.75rem;
  color: var(--marble-vein);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.tile-meta-pill,
.tile-ov-btn {
  color: var(--ivory);
  font-family: var(--font-body);
  text-transform: uppercase;
}
.tile-ov-meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.tile-meta-pill {
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  padding: 0.2rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tile-ov-btn {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s, gap 0.3s;
}
.featured-split {
  display: grid;
  grid-template-columns: 5fr 7fr;
  min-height: 620px;
}
.featured-eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
}
.app-header,
.featured-attrs,
.featured-gallery,
.rooms-header,
.size-guide-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.featured-attrs {
  gap: 1.25rem;
  margin-bottom: 3rem;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  padding-top: 2rem;
}
.attr-label {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--stone-dark);
  margin-bottom: 0.35rem;
}
.attr-val {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ivory);
}
.featured-gallery {
  grid-template-rows: 1fr 1fr;
  gap: 3px;
  overflow: hidden;
}
.featured-gallery img,
.finish-img img,
.glaze-card-img img,
.pattern-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-smooth);
}
.featured-gallery img:first-child,
.marble-card.tall {
  grid-row: span 2;
}
.app-header,
.rooms-header,
.size-guide-head {
  align-items: flex-end;
  margin-bottom: 4rem;
  gap: 2rem;
}
.app-desc,
.finishes-desc,
.size-desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--ash);
  line-height: 1.9;
  max-width: 400px;
}
.size-visual {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
}
.size-block,
.thick-block-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  cursor: none;
  transition: transform 0.4s var(--ease-bounce);
}
.size-block:hover {
  transform: translateY(-6px);
}
.size-block:hover .size-square {
  border-color: var(--gold);
  background: rgba(201, 168, 76, 0.06);
}
.size-square {
  background: var(--ivory);
  border: 1.5px solid var(--marble-vein);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.35s var(--ease-smooth);
}
.size-square::after,
.size-square::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: var(--stone);
  border-style: solid;
}
.size-square::before {
  top: 4px;
  left: 4px;
  border-width: 1px 0 0 1px;
}
.size-square::after {
  bottom: 4px;
  right: 4px;
  border-width: 0 1px 1px 0;
}
.size-dim {
  font-family: var(--font-accent);
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  color: var(--stone-dark);
}
.glaze-badge,
.size-label,
.size-use {
  font-family: var(--font-body);
}
.size-label {
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ash);
}
.size-use {
  font-size: 0.65rem;
  color: var(--stone-dark);
  line-height: 1.5;
}
#glazes {
  background: var(--charcoal);
  overflow: hidden;
}
.glazes-header {
  max-width: 600px;
  margin: 0 auto 4rem;
  padding: 0 8vw;
}
.glazes-scroll-wrap::after,
.glazes-scroll-wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.glazes-scroll-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--charcoal), transparent);
}
.glazes-scroll-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--charcoal), transparent);
}
.glazes-track {
  display: flex;
  gap: 1.5rem;
  padding: 0 8vw;
  transition: transform 0.5s var(--ease-smooth);
}
.glaze-card {
  flex: 0 0 280px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.12);
  padding: 0;
  overflow: hidden;
  transition: transform 0.4s var(--ease-bounce), border-color 0.3s,
    box-shadow 0.4s;
  cursor: none;
}
.glaze-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 168, 76, 0.45);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
}
.glaze-card-img {
  height: 180px;
  overflow: hidden;
}
.glaze-card-body,
.marble-card-body,
.related-card-content {
  padding: 1.5rem;
}
.glaze-badge {
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.glaze-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.5rem;
}
.glaze-desc {
  font-size: 0.75rem;
  color: var(--stone);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.glaze-props {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.glaze-prop {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: var(--marble-vein);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.2rem 0.6rem;
}
.glazes-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
.glaze-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  background: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stone);
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s var(--ease-bounce);
}
.blog-card,
.inlay-gallery-item,
.pattern-card,
.room-card {
  cursor: none;
  overflow: hidden;
}
.rooms-desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--ash);
  line-height: 1.9;
  max-width: 380px;
}
.care-head,
.patterns-head {
  max-width: 560px;
  text-align: center;
}
.room-card {
  position: relative;
  aspect-ratio: 3/4;
}
.room-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(28, 28, 28, 0.85) 0,
    transparent 55%
  );
}
.room-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  transform: translateY(8px);
  opacity: 0.9;
  transition: transform 0.4s var(--ease-smooth), opacity 0.4s;
}
.room-card:hover .room-content {
  transform: translateY(0);
  opacity: 1;
}
.room-icon {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
.room-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.4rem;
}
.room-tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.app-tag,
.room-tag {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.35);
  padding: 0.2rem 0.6rem;
}
.room-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  font-size: 1rem;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
  transition: all 0.4s var(--ease-bounce);
}
#care,
#process,
.care-grid,
.care-head,
.pattern-preview {
  position: relative;
}
.room-card:hover .room-arrow {
  transform: rotate(0) scale(1);
  opacity: 1;
}
.patterns-head {
  margin: 0 auto 4rem;
}
.finishes-grid,
.patterns-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.pattern-card {
  transition: transform 0.4s var(--ease-bounce), box-shadow 0.4s;
}
.pattern-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 50px rgba(28, 28, 28, 0.12);
}
.pattern-preview {
  height: 200px;
  overflow: hidden;
}
.pattern-card:hover .pattern-preview img {
  transform: scale(1.1);
}
.pattern-preview::before {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid var(--gold);
  border-left: 40px solid transparent;
  transform: translateX(100%);
  transition: transform 0.35s var(--ease-smooth);
  z-index: 2;
}
.pattern-body {
  padding: 1.25rem;
  border: 1px solid var(--marble-vein);
  border-top: none;
  background: var(--warm-white);
  transition: border-color 0.3s;
}
.pattern-card:hover .pattern-body,
.thick-block-wrap:hover .thick-block {
  border-color: var(--gold);
}
.pattern-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.25rem;
}
.pattern-desc {
  font-size: 0.72rem;
  color: var(--ash);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.pattern-tag {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.35);
  padding: 0.2rem 0.65rem;
  display: inline-block;
}
#care::before,
.care-num {
  letter-spacing: 0.05em;
  font-family: var(--font-accent);
}
#care,
#process {
  overflow: hidden;
}
#care::before {
  content: "CARE";
  position: absolute;
  left: 50%;
  font-size: clamp(8rem, 25vw, 22rem);
}
.care-head {
  margin: 0 auto 5rem;
  z-index: 1;
}
.care-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  z-index: 1;
}
.care-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 168, 76, 0.1);
  padding: 3rem 2.5rem;
  display: flex;
  gap: 1.5rem;
  transition: background 0.4s, border-color 0.4s,
    transform 0.4s var(--ease-bounce);
}
.care-card:hover {
  background: rgba(201, 168, 76, 0.06);
  border-color: rgba(201, 168, 76, 0.3);
  transform: translateY(-4px);
}
.care-num {
  font-size: 3rem;
  color: rgba(201, 168, 76, 0.2);
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.3s;
}
.care-title,
.sc-overlay h3 {
  font-family: var(--font-display);
  font-weight: 400;
}
.care-title {
  font-size: 1.4rem;
  color: var(--ivory);
  margin-bottom: 0.6rem;
}
.showcase-sub {
  color: var(--ash);
}
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 300px 300px;
  gap: 5px;
}
.app-item,
.sc-item,
.showcase-item {
  position: relative;
  overflow: hidden;
  cursor: none;
}
.sc-item:first-child {
  grid-column: span 4;
  grid-row: span 2;
}
.sc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(28, 28, 28, 0.85) 0,
    transparent 60%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.4s var(--ease-smooth);
}
.sc-overlay h3 {
  font-size: 1.3rem;
  color: var(--ivory);
}
.blog-meta,
.btn-ghost,
.sc-overlay span,
.show-overlay span {
  font-family: var(--font-body);
  text-transform: uppercase;
}
.sc-overlay span,
.show-overlay span {
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin-top: 0.25rem;
  display: block;
}
#cta-strip::before {
  inset: 0;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(201, 168, 76, 0.06) 0,
    transparent 70%
  );
  animation: 4s infinite alternate ctaGlow;
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
      0deg,
      transparent,
      transparent 39px,
      rgba(201, 168, 76, 0.04) 39px,
      rgba(201, 168, 76, 0.04) 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 39px,
      rgba(201, 168, 76, 0.04) 39px,
      rgba(201, 168, 76, 0.04) 40px
    );
}
.cta-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.btn-ghost {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: var(--ivory);
  padding: 1rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: 0.35s;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--ivory);
}
.blog-grid,
.inlay-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.blog-card {
  background: var(--ivory);
  transition: transform 0.4s var(--ease-bounce), box-shadow 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--marble-vein);
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(28, 28, 28, 0.1);
  border-color: var(--gold-light);
}
.blog-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: transform 0.7s var(--ease-smooth);
}
.blog-card:hover .blog-card-img {
  transform: scale(1.05);
}
.blog-card-content {
  padding: 1.75rem 1.5rem 2rem;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}
.blog-category,
.blog-detail-category {
  color: var(--gold);
  font-weight: 500;
}
.blog-date {
  color: var(--stone-dark);
}
.blog-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--charcoal);
  margin-bottom: 0.75rem;
}
.blog-excerpt,
.blog-search input {
  font-family: var(--font-body);
  font-size: 0.85rem;
}
.blog-excerpt {
  color: var(--ash);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.blog-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: color 0.3s, gap 0.3s;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 4rem;
}
.page-btn {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--ash);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--marble-vein);
  background: 0 0;
  transition: 0.3s;
}
.inlay-hero-img,
.slab-card.tall img {
  height: 500px;
  object-fit: cover;
}
.page-btn.active,
.page-btn:hover {
  background: var(--charcoal);
  color: var(--ivory);
  border-color: var(--charcoal);
}
.blog-search {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid var(--marble-vein);
  padding-bottom: 0.4rem;
}
.blog-search input {
  background: 0 0;
  border: none;
  padding: 0.5rem 0;
  color: var(--charcoal);
  outline: 0;
  width: 180px;
}
.blog-search input::placeholder {
  color: var(--stone);
  opacity: 0.7;
}
.blog-search button {
  font-size: 1rem;
  color: var(--gold);
}
@media (max-width: 1024px) {
  .blog-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .gallery-grid {
    grid-template-rows: repeat(3, 220px);
  }
}
@media (max-width: 768px) {
  #home,
  .about-grid,
  .blog-grid,
  .blog-header,
  .contact-grid,
  .form-row,
  .gallery-header,
  .products-header {
    grid-template-columns: 1fr;
  }
  .hero-left {
    clip-path: none;
    padding: 8rem 6vw 10rem;
  }
  .hero-right,
  .nav-cta,
  .nav-links {
    display: none;
  }
  .hero-stat-strip,
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid,
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-images {
    padding: 0 8vw;
    height: 400px;
    margin-bottom: 80px;
  }
  .about-img-main {
    width: 80%;
    height: 100%;
  }
  .about-content {
    padding: 4rem 8vw;
  }
  .product-card.featured {
    grid-row: unset;
  }
  .gallery-grid {
    grid-template-rows: auto;
  }
  .gallery-item,
  .gallery-item:nth-child(n) {
    grid-column: span 1;
    height: 200px;
  }
  .contact-form-wrap,
  .contact-info {
    padding: 4rem 6vw;
  }
  .form-group.full {
    grid-column: span 1;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .products-filter {
    flex-wrap: wrap;
  }
  .testi-card {
    flex: 0 0 85vw;
  }
  .hamburger {
    display: flex;
  }
  .blog-search input {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .about-features,
  .blog-header,
  .products-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .hero-stat-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-detail,
.faq-page,
.inlay-page,
.privacy-page,
.terms-page {
  padding: 8rem 8vw 5rem;
  background: var(--warm-white);
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.inlay-cta p,
.inlay-hero-content {
  max-width: 600px;
}
.faq-title,
.privacy-title,
.terms-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  margin-bottom: 1rem;
}
.faq-question,
.inlay-feature-text h3,
.process-step h3 {
  font-weight: 400;
  font-family: var(--font-display);
}
.faq-title em,
.inlay-hero-title em,
.privacy-title em,
.section-title em,
.terms-title em {
  font-style: italic;
  color: var(--stone-dark);
}
.faq-item {
  background: var(--ivory);
  border-left: 3px solid var(--gold);
  padding: 1.8rem 2rem;
  transition: transform 0.3s var(--ease-smooth), box-shadow 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.faq-item:hover {
  transform: translateX(6px);
  box-shadow: 0 12px 30px rgba(201, 168, 76, 0.1);
}
.faq-question {
  font-size: 1.4rem;
  color: var(--charcoal);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.faq-question::before {
  content: "—";
  color: var(--gold);
  font-family: var(--font-accent);
  font-size: 1.8rem;
  line-height: 1;
}
.faq-answer {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ash);
  padding-left: 2rem;
}
.inlay-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 6rem;
}
.inlay-hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  margin: 1.5rem 0;
}
.inlay-hero-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ash);
  margin-bottom: 2rem;
}
.inlay-hero-img {
  width: 100%;
  box-shadow: 24px 24px 0 var(--stone);
}
.inlay-gallery {
  margin: 6rem 0;
}
.inlay-gallery-header {
  text-align: center;
  margin-bottom: 3rem;
}
.inlay-gallery-item {
  position: relative;
  aspect-ratio: 1/1;
}
.inlay-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 28, 28, 0.9), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.4s;
}
.inlay-gallery-overlay h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--ivory);
  margin-bottom: 0.5rem;
}
.inlay-gallery-overlay p {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.inlay-process {
  background: var(--charcoal);
  padding: 5rem 0;
  margin: 5rem -50vw 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
}
.inlay-process-container {
  padding: 0 8vw;
}
.inlay-process .section-title {
  color: var(--ivory);
  text-align: center;
  margin-bottom: 4rem;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.process-step-number {
  font-family: var(--font-accent);
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 1rem;
}
.process-step h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.process-step p {
  font-size: 0.9rem;
  color: var(--stone);
  line-height: 1.7;
}
.inlay-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 5rem 0;
}
.inlay-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.inlay-feature-icon {
  font-size: 2.5rem;
  background: rgba(201, 168, 76, 0.1);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
}
.inlay-feature-text h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.inlay-feature-text p {
  color: var(--ash);
  line-height: 1.8;
}
.inlay-cta {
  background: var(--ivory);
  padding: 4rem;
  text-align: center;
  border: 1px solid var(--gold);
  margin-top: 3rem;
}
.inlay-cta h2 {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.inlay-cta p {
  font-size: 1rem;
  color: var(--ash);
  margin: 0 auto 2rem;
}
.inlay-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.privacy-container,
.terms-container {
  max-width: 880px;
  margin: 0 auto;
}
.privacy-last-updated,
.terms-last-updated {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--stone);
  letter-spacing: 0.05em;
}
.privacy-section,
.terms-section {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed var(--marble-vein);
}
.calc-result-row:last-child,
.privacy-section:last-child,
.terms-section:last-child {
  border-bottom: none;
}
.privacy-section h2,
.terms-section h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: 1.25rem;
}
.privacy-section h3,
.terms-section h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--charcoal-mid);
  margin: 2rem 0 1rem;
}
.privacy-section p,
.terms-section p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ash);
  margin-bottom: 1.25rem;
}
.privacy-section ul,
.terms-section ul {
  list-style: none;
  margin: 1rem 0 1.5rem 1.5rem;
}
.privacy-section li,
.terms-section li {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ash);
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.blog-detail-content blockquote,
.privacy-highlight,
.terms-highlight {
  background: rgba(201, 168, 76, 0.05);
  padding: 1.5rem 2rem;
  font-style: italic;
}
.privacy-section li::before,
.terms-section li::before {
  content: "—";
  color: var(--gold);
  position: absolute;
  left: 0;
}
.privacy-highlight,
.terms-highlight {
  border-left: 3px solid var(--gold);
  margin: 2rem 0;
}
.blog-author-box,
.comment-body,
.related-card {
  background: var(--ivory);
}
.blog-detail-header {
  max-width: 900px;
  margin: 0 auto 3rem;
  text-align: center;
}
.blog-detail-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone-dark);
  margin: 1rem 0 1.5rem;
}
.blog-detail-content h2,
.blog-detail-title {
  font-weight: 300;
  color: var(--charcoal);
  font-family: var(--font-display);
}
.blog-detail-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.blog-detail-featured-img {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
  margin: 3rem 0 2rem;
  border: 1px solid var(--marble-vein);
}
.blog-detail-content {
  max-width: 780px;
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--ash);
}
.blog-detail-content h2 {
  font-size: 2rem;
  margin: 2.5rem 0 1rem;
}
.blog-detail-content h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 2rem 0 1rem;
  color: var(--charcoal-mid);
}
.blog-detail-content p {
  margin-bottom: 1.5rem;
}
.blog-detail-content blockquote {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--charcoal);
  border-left: 3px solid var(--gold);
  margin: 2rem 0 2rem 2rem;
}
.blog-detail-content img {
  width: 100%;
  margin: 2rem 0;
  border: 1px solid var(--marble-vein);
}
.blog-author-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  margin: 3rem 0 4rem;
  border-left: 3px solid var(--gold);
}
.blog-author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--stone);
}
.blog-author-info h4 {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.comment-form button,
.related-readmore {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.blog-author-name,
.related-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
}
.blog-author-bio {
  font-size: 0.9rem;
  color: var(--ash);
  line-height: 1.7;
}
.related-posts {
  margin-top: 5rem;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}
.related-card {
  transition: transform 0.4s var(--ease-bounce), box-shadow 0.4s;
  border: 1px solid var(--marble-vein);
  overflow: hidden;
}
.related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(28, 28, 28, 0.1);
}
.related-card img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
}
.related-card .blog-meta {
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
.related-card p {
  font-size: 0.8rem;
  color: var(--ash);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.related-readmore {
  font-family: var(--font-body);
  font-size: 0.65rem;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}
.comment-author,
.comment-form button,
.comment-form textarea {
  font-family: var(--font-body);
  color: var(--charcoal);
}
.comments-section {
  max-width: 780px;
  margin: 5rem auto 0;
  border-top: 1px solid var(--marble-vein);
  padding-top: 3rem;
}
.comment {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.comment-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-body {
  padding: 1rem 1.5rem;
  border-radius: 4px;
  flex: 1;
}
#calculator,
#collection,
#showcase,
.hero-panel-left {
  background: var(--granite-deep);
}
.comment-author {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.comment-date {
  font-size: 0.7rem;
  color: var(--stone-dark);
  margin-left: 0.5rem;
}
.comment-text {
  font-size: 0.9rem;
  color: var(--ash);
}
.comment-form {
  margin-top: 2rem;
}
.comment-form textarea {
  width: 100%;
  background: 0 0;
  border: 1px solid var(--marble-vein);
  padding: 1rem;
  font-size: 0.9rem;
  resize: vertical;
}
.comment-form button {
  margin-top: 1rem;
  font-size: 0.7rem;
  background: var(--gold);
  padding: 0.75rem 2rem;
  transition: background 0.3s;
}
.hero-panel-left {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8rem 5vw 7rem 8vw;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
  background-color:#000;
}
.hero-breadcrumb,
.hero-kicker {
  font-family: var(--font-body);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-panel-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.6;
}
.hero-breadcrumb {
  gap: 0.75rem;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  color: var(--silver);
  margin-bottom: 2rem;
}
.hero-breadcrumb a {
  color: var(--silver);
  transition: color 0.3s;
}
.hero-kicker {
  font-size: 0.65rem;
  letter-spacing: 0.5em;
  color: var(--gold);
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.hero-btns,
.hero-scroll-hint {
  display: flex;
  align-items: center;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 3.5vw, 9rem);
  font-weight: 300;
  line-height: 0.92;
  color: var(--ivory);
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.hero-title em {
  font-style: italic;
  color: var(--stone);
  display: block;
}
.hero-desc {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  color: rgba(216, 208, 196, 0.75);
  line-height: 1.85;
  max-width: 400px;
  margin-bottom: 2.75rem;
  position: relative;
  z-index: 1;
}
.hero-btns {
  gap: 1.25rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.hero-panel-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
}
.hero-speckle {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background-image: radial-gradient(
      circle 1px at 15% 20%,
      rgba(201, 168, 76, 0.35) 0,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 72% 55%,
      rgba(201, 168, 76, 0.25) 0,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 40% 80%,
      rgba(201, 168, 76, 0.3) 0,
      transparent 100%
    ),
    radial-gradient(
      circle 2px at 88% 12%,
      rgba(255, 255, 255, 0.15) 0,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 55% 35%,
      rgba(255, 255, 255, 0.1) 0,
      transparent 100%
    );
}
.hero-stat-vert {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  background: rgba(14, 14, 16, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  z-index: 3;
  border-left: 1px solid rgba(201, 168, 76, 0.12);
}
.hero-stat-v {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.hero-stat-v-num {
  font-family: var(--font-accent);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: var(--gold);
}
.hero-scroll-hint span,
.hero-stat-v-lbl {
  color: var(--silver);
  font-family: var(--font-body);
  text-transform: uppercase;
}
.hero-stat-v-lbl {
  font-size: 0.52rem;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
}
.hero-scroll-hint {
  position: absolute;
  bottom: 3rem;
  left: 8vw;
  gap: 1rem;
  z-index: 4;
}
.hero-scroll-line {
  background: linear-gradient(to right, var(--gold), transparent);
}
@keyframes lineBreath {
  0%,
  100% {
    width: 60px;
    opacity: 1;
  }
  50% {
    width: 30px;
    opacity: 0.5;
  }
}
.hero-scroll-hint span {
  font-size: 0.6rem;
  letter-spacing: 0.35em;
}
#origin-banner {
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  overflow: hidden;
}
.origin-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.origin-fact {
  padding: 2.5rem 3vw;
  border-right: 1px solid rgba(201, 168, 76, 0.1);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: background 0.3s;
}
.intro-strip-item:hover,
.origin-fact:hover {
  background: rgba(201, 168, 76, 0.05);
}
.origin-fact-icon,
.strip-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.origin-fact-title {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  /* color: var(--ivory); */
}
.origin-fact-desc {
  font-size: 0.7rem;
  color: var(--silver);
  line-height: 1.5;
  margin-top: 0.2rem;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}
.intro-content {
  padding: 5rem 5vw 5rem 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-body,
.origin-body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  color: var(--ash);
  line-height: 2;
  margin: 1.75rem 0 2.5rem;
  max-width: 480px;
}
.intro-body strong,
.origin-body strong {
  font-weight: 500;
  color: var(--charcoal);
}
.hardness-bar-wrap {
  margin-bottom: 2.5rem;
}
.hardness-bar-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.hardness-bar-label span:first-child {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--stone-dark);
}
.hardness-bar-label span:last-child {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--charcoal);
}
.hardness-track {
  height: 4px;
  background: var(--marble-vein);
  border-radius: 2px;
  overflow: hidden;
}
.hardness-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(to right, var(--gold), var(--gold-light));
  width: 0;
  transition: width 1.4s var(--ease-smooth);
}
.hardness-fill.animated {
  width: var(--fill-w);
}
.intro-diamond-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.06;
  background-image: linear-gradient(45deg, #c9a84c 1px, transparent 1px),
    linear-gradient(-45deg, #c9a84c 1px, transparent 1px);
  background-size: 40px 40px;
}
.intro-badge {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 3;
  background: var(--gold);
  padding: 1.75rem 2rem;
}
.intro-badge-num {
  font-family: var(--font-accent);
  font-size: 3rem;
  color: var(--charcoal);
  line-height: 1;
}
.intro-badge-text {
  font-family: var(--font-body);
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--charcoal-mid);
  margin-top: 0.2rem;
}
.slab-count,
.slab-filter {
  letter-spacing: 0.2em;
  color: var(--silver);
}
#collection {
  background: var(--ivory);
}
.slab-count {
  font-family: var(--font-accent);
  font-size: 1rem;
}
.slab-filters {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  margin-bottom: 3rem;
}
.slab-filter {
  font-family: var(--font-body);
  font-size: 0.68rem;
  text-transform: uppercase;
  padding: 0.8rem 1.75rem;
  cursor: pointer;
  border: none;
  background: 0 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: 0.3s;
}
.slab-filter.active,
.slab-filter:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.slab-masonry {
  columns: 3;
  column-gap: 3px;
}
.slab-card {
  break-inside: avoid;
  margin-bottom: 3px;
  position: relative;
  overflow: hidden;
  cursor: none;
  display: block;
}
.slab-card img {
  width: 100%;
  display: block;
  transition: transform 0.7s var(--ease-smooth), filter 0.5s;
}
.slab-card:hover img {
  filter: brightness(1.05);
}
.slab-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid var(--gold);
  transition: border-width 0.35s var(--ease-smooth), opacity 0.35s;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}
.slab-card:hover::after {
  border-width: 2px;
  opacity: 1;
}
.slab-base {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(14, 14, 16, 0.95) 0,
    transparent 100%
  );
  padding: 2rem 1.75rem 1.5rem;
  z-index: 2;
}
.slab-hover {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: rgba(14, 14, 16, 0.82);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s var(--ease-smooth), transform 0.4s var(--ease-smooth);
}
.slab-hov-name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.6rem;
}
.slab-hov-desc {
  font-size: 0.75rem;
  color: rgba(216, 208, 196, 0.8);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.slab-hov-meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.slab-meta-tag {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--marble-vein);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.2rem 0.65rem;
}
.slab-hov-price {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ivory);
  margin-bottom: 1rem;
}
.slab-hov-btn,
.slab-hov-price span {
  font-family: var(--font-body);
  font-size: 0.65rem;
}
.slab-hov-price span {
  color: var(--silver);
  display: block;
}
.slab-hov-btn {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: color 0.3s, gap 0.3s;
}
.fdc-label,
.fdc-spec-label {
  font-family: var(--font-body);
  font-size: 0.58rem;
  text-transform: uppercase;
}
#featured {
  background: var(--granite-dark);
  border-top: 1px solid rgba(201, 168, 76, 0.1);
  background: var(--charcoal);
  overflow: hidden;
}
.featured-wrap {
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: 680px;
}
.featured-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 10s var(--ease-smooth);
}
#featured:hover .featured-img img,
#featured:hover .featured-visual img {
  transform: scale(1.04);
}
.featured-data-card {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 3;
  background: rgba(14, 14, 16, 0.9);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 1.75rem;
  backdrop-filter: blur(8px);
}
.fdc-label {
  letter-spacing: 0.35em;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.fdc-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.5rem;
}
.fdc-spec-label {
  letter-spacing: 0.2em;
  color: var(--silver);
  margin-bottom: 0.15rem;
}
.fdc-spec-val {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--ivory);
}
.featured-info {
  padding: 5rem 8vw 5rem 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.75rem;
}
.featured-body {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--stone);
  line-height: 2;
  max-width: 400px;
  margin-bottom: 2.5rem;
}
.granite-ratings {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
}
.rating-row {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 1rem;
}
.calc-result-label,
.rating-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--silver);
}
.rating-track {
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.rating-fill {
  height: 100%;
  border-radius: 2px;
  background: var(--gold);
  transition: width 1.2s var(--ease-smooth);
  width: 0;
}
.rating-fill.anim {
  width: var(--rw);
}
.rating-val {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: var(--gold);
}
.thick-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 3rem;
  margin-bottom: 5rem;
}
.thick-desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--ash);
  line-height: 1.9;
  max-width: 420px;
}
.thick-visual {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  flex-wrap: wrap;
}
.finish-card:hover,
.process-step:hover,
.thick-block-wrap:hover {
  transform: translateY(-8px);
}
.thick-block {
  width: 100px;
  background: linear-gradient(
    135deg,
    var(--charcoal) 0,
    var(--charcoal-mid) 100%
  );
  border: 1px solid rgba(201, 168, 76, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.3s;
}
.thick-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      1px 1px at 20% 30%,
      rgba(201, 168, 76, 0.4) 0,
      transparent 100%
    ),
    radial-gradient(
      1px 1px at 65% 60%,
      rgba(255, 255, 255, 0.12) 0,
      transparent 100%
    ),
    radial-gradient(
      1px 1px at 80% 15%,
      rgba(201, 168, 76, 0.2) 0,
      transparent 100%
    ),
    radial-gradient(
      1px 1px at 40% 80%,
      rgba(255, 255, 255, 0.1) 0,
      transparent 100%
    );
}
.thick-label-mm {
  font-family: var(--font-accent);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: rgba(201, 168, 76, 0.8);
  position: relative;
  z-index: 1;
}
.edge-best,
.thick-badge {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.thick-ruler {
  width: 20px;
  height: 100%;
  position: absolute;
  right: -24px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#calculator,
.calc-btn,
.calc-form,
.calc-grid {
  position: relative;
}
.thick-ruler-line {
  width: 8px;
  height: 1px;
  background: var(--stone);
}
.calc-form,
.edge-card {
  background: rgba(255, 255, 255, 0.03);
}
.thick-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--charcoal);
  text-align: center;
}
.thick-badge,
.thick-uses {
  font-family: var(--font-body);
  text-align: center;
}
.thick-uses {
  font-size: 0.68rem;
  color: var(--ash);
  line-height: 1.5;
  max-width: 110px;
}
.thick-badge {
  font-size: 0.55rem;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.35);
  padding: 0.2rem 0.6rem;
}
#edges {
  background: var(--granite-dark);
}
.edges-head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4.5rem;
}
.edges-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
.edge-card {
  border: 1px solid rgba(201, 168, 76, 0.1);
  padding: 2.5rem 1.5rem;
  text-align: center;
  cursor: none;
  transition: background 0.4s, border-color 0.4s,
    transform 0.4s var(--ease-bounce);
}
.edge-card:hover {
  background: rgba(201, 168, 76, 0.07);
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-7px);
}
.edge-svg-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calc-grid,
.calc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.edge-svg-wrap svg {
  width: 100%;
  height: 100%;
}
.edge-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  /* color: var(--ivory); */
  margin-bottom: 0.4rem;
}
.edge-desc {
  font-size: 0.72rem;
  color: var(--silver);
  line-height: 1.6;
}
.edge-best {
  font-family: var(--font-body);
  font-size: 0.58rem;
  color: var(--gold);
  margin-top: 0.75rem;
}
#calculator {
  overflow: hidden;
}
#calculator::before {
  content: "CALCULATE";
  position: absolute;
  left: 50%;
  font-family: var(--font-accent);
  font-size: clamp(4rem, 12vw, 14rem);
  color: rgba(255, 255, 255, 0.015);
  letter-spacing: 0.08em;
}
.calc-grid {
  gap: 6rem;
  align-items: center;
  z-index: 1;
}
.calc-body {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--stone);
  line-height: 2;
  margin: 1.5rem 0 2rem;
  max-width: 440px;
}
.calc-form {
  border: 1px solid rgba(201, 168, 76, 0.15);
  padding: 3rem;
}
.calc-form-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 2rem;
}
.calc-btn,
.calc-field label {
  font-family: var(--font-body);
}
.calc-row {
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.calc-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.calc-field label {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--silver);
}
.calc-field input,
.calc-field select {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--gold);
  background: 0 0;
  border: none;
  border-bottom: 1.5px solid rgba(201, 168, 76, 0.25);
  padding: 0.65rem 0;
  outline: 0;
  width: 100%;
  transition: border-color 0.3s;
}
.calc-btn {
  width: 100%;
  margin-top: 1.75rem;
  padding: 1.1rem;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--gold);
  cursor: pointer;
  border: none;
  transition: all 0.35s var(--ease-smooth);
  overflow: hidden;
}
.app-title,
.calc-result-val,
.cta-title {
  font-family: var(--font-display);
}
.calc-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-light);
  transform: translateX(-101%);
  transition: transform 0.4s var(--ease-smooth);
}
.calc-btn:hover {
  box-shadow: 0 12px 30px rgba(201, 168, 76, 0.4);
}
.calc-result {
  margin-top: 1.75rem;
  padding: 1.5rem;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.2);
  display: none;
}
.calc-result.visible {
  display: block;
}
.calc-result-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}
.app-overlay,
.show-overlay {
  flex-direction: column;
  inset: 0;
}
.calc-result-val {
  font-size: 1.2rem;
  color: var(--gold);
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 320px 320px;
  gap: 4px;
}
.app-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-smooth), filter 0.5s;
}
.app-item:hover img {
  transform: scale(1.07);
  filter: brightness(1.08);
}
.app-overlay {
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(14, 14, 16, 0.88) 0,
    transparent 55%
  );
  display: flex;
  justify-content: flex-end;
  padding: 1.75rem;
  transition: background 0.4s;
}
.app-item:hover .app-overlay {
  background: linear-gradient(
    to top,
    rgba(14, 14, 16, 0.92) 0,
    rgba(14, 14, 16, 0.15) 100%
  );
}
.app-icon {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.app-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.4rem;
}
.app-tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.4s var(--ease-smooth);
}
.lb-close,
.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  color: var(--ivory);
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
}
.lb-close:hover,
.lightbox-close:hover {
  color: var(--gold);
  transform: rotate(90deg);
}
#showcase {
  background: var(--warm-white);
}
.showcase-head,
.showcase-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  gap: 2rem;
}
.featured-specs,
.showcase-grid {
  grid-template-columns: 1fr 1fr 1fr;
}
.showcase-sub {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--silver);
  line-height: 1.9;
  max-width: 380px;
}
.showcase-grid {
  display: grid;
  gap: 4px;
}
.show-item {
  position: relative;
  overflow: hidden;
  cursor: none;
  aspect-ratio: 4/3;
}
.show-item:first-child {
  grid-column: span 2;
  aspect-ratio: unset;
  min-height: 360px;
}
.show-overlay {
  position: absolute;
  background: linear-gradient(to top, rgba(14, 14, 16, 0.9) 0, transparent 60%);
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.4s var(--ease-smooth);
}
.cta-btns,
.origin-badge {
  flex-direction: column;
  display: flex;
}
#cta-strip {
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  padding: 7rem 8vw;
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}
@keyframes ctaGlow {
  from {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.cta-title {
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 300;
  color: var(--ivory);
  margin-bottom: 0.75rem;
}
.cta-title em {
  font-style: italic;
  color: var(--gold);
}
.cta-body {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.8;
  max-width: 520px;
}
.cta-btns {
  gap: 1rem;
  align-items: flex-end;
  flex-shrink: 0;
}
.origin-img-col {
  position: relative;
  min-height: 600px;
}
.origin-img-main {
  width: 80%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.origin-img-float {
  position: absolute;
  bottom: -3rem;
  right: -2rem;
  width: 48%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border: 8px solid var(--warm-white);
  box-shadow: 0 24px 60px rgba(28, 28, 28, 0.18);
}
.origin-badge {
  position: absolute;
  top: 3rem;
  right: 0;
  background: var(--gold);
  padding: 1.5rem;
  align-items: center;
  gap: 0.3rem;
  text-align: center;
}
.marble-card,
.marble-card-img {
  position: relative;
  overflow: hidden;
}
.origin-badge-num {
  font-family: var(--font-accent);
  font-size: 2.8rem;
  color: var(--charcoal);
  line-height: 1;
}
.origin-badge-text,
.spec-label {
  font-family: var(--font-body);
  text-transform: uppercase;
}
.origin-badge-text {
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  color: var(--charcoal);
}
.origin-content {
  padding: 5rem 8vw 5rem 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spec-item {
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
}
.spec-label {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.marble-card-price,
.spec-value {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--charcoal);
}
.collection-count {
  font-family: var(--font-accent);
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--stone-dark);
  align-self: flex-end;
}
.filter-tab,
.marble-card-origin,
.meta-pill {
  font-family: var(--font-body);
  text-transform: uppercase;
}
.filter-wrap {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--marble-vein);
  padding-bottom: 0;
}
.filter-tab {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--ash);
  padding: 0.75rem 1.5rem;
  background: 0 0;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: 0.3s;
}
.finish-card,
.tone-item {
  cursor: none;
}
.marble-card {
  cursor: none;
  background: var(--warm-white);
  transition: transform 0.4s var(--ease-smooth), box-shadow 0.4s;
}
#tones,
.meta-pill {
  background: var(--ivory);
}
.marble-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(28, 28, 28, 0.14);
  z-index: 2;
}
.marble-card-img {
  aspect-ratio: 1/1;
}
.marble-swatches {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 6px;
}
.swatch {
  flex: 1;
  transition: height 0.3s;
}
.marble-card:hover .swatch {
  height: 10px;
}
.marble-card-origin {
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.marble-card-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.4rem;
}
.marble-card-desc {
  font-size: 0.78rem;
  color: var(--ash);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.marble-card-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.meta-pill {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  color: var(--stone-dark);
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--marble-vein);
}
.marble-card-btn,
.marble-card-price span {
  font-family: var(--font-body);
  font-size: 0.65rem;
}
.marble-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--marble-vein);
}
.marble-card-price span {
  color: var(--stone-dark);
  display: block;
}
.marble-card-btn {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: color 0.3s, gap 0.3s;
}
.finish-card,
.process-step {
  transition: transform 0.4s var(--ease-bounce);
}
.marble-card.wide .marble-card-img {
  aspect-ratio: 16/9;
}
.marble-card.tall .marble-card-img {
  aspect-ratio: unset;
  height: 100%;
}
.featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s var(--ease-smooth);
}
.featured-img-label {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-family: var(--font-accent);
  font-size: 1rem;
  letter-spacing: 0.4em;
  color: var(--ivory);
  background: rgba(28, 28, 28, 0.7);
  padding: 0.5rem 1rem;
}
.process-step,
.process-steps,
.step-num,
.tone-swatch {
  position: relative;
}
#intro-strip,
.step-num {
  background: var(--charcoal-mid);
}
.featured-content {
  padding: 6rem 8vw 6rem 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-tag {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.featured-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 1.5rem;
}
.featured-desc {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--stone);
  line-height: 2;
  max-width: 420px;
  margin-bottom: 2.5rem;
}
.featured-specs {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  padding-top: 2rem;
}
#page-hero,
.finishes-intro {
  grid-template-columns: 1fr 1fr;
}
.fspec-label {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--stone-dark);
  margin-bottom: 0.4rem;
}
.finish-name,
.fspec-value {
  font-family: var(--font-display);
}
.fspec-value {
  font-size: 1.15rem;
  color: var(--ivory);
}
.finishes-intro {
  display: grid;
  align-items: flex-end;
  margin-bottom: 4rem;
  gap: 3rem;
}
.finish-img {
  aspect-ratio: 1/1.2;
  overflow: hidden;
  margin-bottom: 1rem;
}
.finish-name {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.35rem;
}
.finish-desc {
  font-size: 0.75rem;
  color: var(--ash);
  line-height: 1.6;
}
.finish-badge,
.showcase-overlay span {
  letter-spacing: 0.25em;
  color: var(--gold);
}
.finish-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.55rem;
  text-transform: uppercase;
  border: 1px solid rgba(201, 168, 76, 0.4);
  padding: 0.2rem 0.75rem;
  margin-top: 0.6rem;
}
.step-num,
.tone-swatch::after {
  font-size: 1.5rem;
  display: flex;
}
#process::before,
.step-num {
  font-family: var(--font-accent);
  letter-spacing: 0.1em;
}
#process::before {
  content: "QUARRY TO HOME";
  position: absolute;
  left: 50%;
  font-size: clamp(3rem, 10vw, 12rem);
}
.process-header {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 5rem;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.process-steps::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: calc(10% + 1rem);
  right: calc(10% + 1rem);
  height: 1px;
  background: rgba(201, 168, 76, 0.25);
  z-index: 0;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1.5rem;
  z-index: 1;
}
.step-num {
  width: 60px;
  height: 60px;
  border: 1.5px solid rgba(201, 168, 76, 0.4);
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  margin-bottom: 1.5rem;
  transition: all 0.35s var(--ease-bounce);
}
.step-title,
.tone-name {
  font-family: var(--font-display);
  font-weight: 400;
}
.process-step:hover .step-num {
  background: var(--gold);
  color: var(--charcoal);
  border-color: var(--gold);
  transform: scale(1.1);
}
.step-icon {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.step-title {
  font-size: 1.1rem;
  color: var(--ivory);
  margin-bottom: 0.5rem;
}
.step-desc {
  font-size: 0.72rem;
  color: var(--stone);
  line-height: 1.7;
}
#tones {
  padding: 6rem 8vw;
}
.tones-header {
  margin-bottom: 3rem;
}
.tones-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
}
.tone-item {
  overflow: hidden;
  transition: transform 0.4s var(--ease-bounce);
}
.tone-item:hover {
  transform: scaleY(1.04);
  z-index: 2;
}
.tone-swatch {
  height: 120px;
}
.tone-swatch::after {
  content: "✓";
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.2);
}
#lightbox img,
.btn-primary::before {
  transition: transform 0.4s var(--ease-smooth);
}
.tone-body {
  padding: 1rem 0.75rem;
  background: var(--warm-white);
}
.tone-name {
  font-size: 1rem;
  color: var(--charcoal);
}
.tone-hex {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  color: var(--stone-dark);
  margin-top: 0.15rem;
}
.showcase-desc {
  font-size: 0.9rem;
  color: var(--ash);
  line-height: 1.9;
  max-width: 380px;
}
.breadcrumb,
.showcase-overlay span {
  font-family: var(--font-body);
  font-size: 0.65rem;
  text-transform: uppercase;
}
.showcase-masonry {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 280px 280px;
  gap: 6px;
}
#lightbox,
.showcase-overlay {
  inset: 0;
  display: flex;
  opacity: 0;
}
.showcase-item:nth-child(4) {
  grid-column: span 7;
}
.showcase-overlay {
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(28, 28, 28, 0.85) 0,
    transparent 60%
  );
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem;
  transform: translateY(8px);
  transition: all 0.4s var(--ease-smooth);
}
#page-hero,
.cta-inner {
  display: grid;
  position: relative;
}
.showcase-overlay span {
  margin-top: 0.25rem;
  display: block;
}
.breadcrumb,
.breadcrumb a,
.cta-text p {
  color: var(--stone);
}
#lightbox {
  background: rgba(0, 0, 0, 0.96);
  z-index: 9990;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transition: 0.4s;
}
#lightbox.open {
  opacity: 1;
  visibility: visible;
}
#lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  transform: scale(0.9);
}
.cta-inner {
  z-index: 1;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3rem;
}
.page-hero-bg,
.page-hero-overlay,
.page-hero-vein {
  position: absolute;
  inset: 0;
}
.cta-text .section-title {
  color: var(--ivory);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}
.cta-text p {
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 1rem;
  line-height: 1.8;
  max-width: 480px;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}
#page-hero {
  height: 70vh;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-top: 5%;
  margin-top:5.8%
}
.page-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1604709177225-055f99402ea3?w=1600&q=80");
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: heroZoom 12s var(--ease-smooth) forwards;
}
@keyframes heroZoom {
  to {
    transform: scale(1);
  }
}
.page-hero-overlay {
  background: linear-gradient(
    to top,
    rgba(28, 28, 28, 0.92) 0,
    rgba(28, 28, 28, 0.35) 60%,
    transparent 100%
  );
}
.page-hero-vein {
  opacity: 0.08;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='800' viewBox='0 0 1440 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 200 Q360 100 720 350 T1440 200' stroke='%23C9A84C' stroke-width='1.5' fill='none'/%3E%3Cpath d='M0 400 Q480 250 960 500 T1440 350' stroke='%23C9A84C' stroke-width='1' fill='none'/%3E%3Cpath d='M0 600 Q300 450 700 600 T1440 500' stroke='%23C9A84C' stroke-width='.8' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
}
.page-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 8vw 5rem;
  width: 100%;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: 0.3em;
  margin-bottom: 1.5rem;
}
.breadcrumb a {
  transition: color 0.3s;
}
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 3.5rem);
  font-weight: 300;
  line-height: 1;
  color: var(--ivory);
}
.hero-scroll span,
.page-hero-subtitle {
  color: var(--marble-vein);
  font-family: var(--font-body);
}
.page-hero-subtitle {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 1.25rem;
  max-width: 520px;
  line-height: 1.8;
}
.hero-scroll {
  position: absolute;
  right: 8vw;
  bottom: 5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.hero-scroll span {
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero-scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: 2s infinite scrollPulse;
}
@keyframes scrollPulse {
  0%,
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.6);
    opacity: 0.4;
  }
}
.section-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
}
.btn-outline-dark,
.btn-primary {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 1rem 2.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.35s var(--ease-smooth);
  font-family: var(--font-body);
}
.btn-primary {
  background: var(--gold);
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-light);
  transform: translateX(-100%);
}
.btn-primary .arrow {
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(201, 168, 76, 0.4);
}
.btn-primary:hover .arrow {
  transform: translateX(4px);
}
.btn-outline-dark {
  border: 1.5px solid var(--charcoal);
}
.btn-outline-dark:hover {
  background: var(--charcoal);
  color: var(--ivory);
}
#intro-strip {
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}
.intro-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.intro-strip-item {
  padding: 2rem 3vw;
  border-right: 1px solid rgba(201, 168, 76, 0.12);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: background 0.3s;
}
.strip-title {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--ivory);
  letter-spacing: 0.05em;
}
.strip-desc {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--stone);
  margin-top: 0.2rem;
  line-height: 1.5;
}
body,
html {
  overflow-x: hidden;
}

/* =========================
   RESPONSIVE CSS
========================= */

/* Large Tablets (≤ 1200px) */
@media (max-width: 1200px) {
  .products-grid,
  .rooms-grid,
  .marble-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .featured-split {
    grid-template-columns: 1fr;
  }
}

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
  #home {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-left {
    clip-path: none;
  }

  .hero-right {
    height: 400px;
  }

  .about-grid,
  .contact-grid,
  .intro-grid,
  .origin-grid {
    grid-template-columns: 1fr;
  }

  .about-images {
    padding: 0 6vw;
  }

  .about-content {
    padding: 3rem 6vw;
  }

  .gallery-header,
  .products-header,
  .blog-header {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }

  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .products-grid,
  .rooms-grid,
  .marble-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .care-grid {
    grid-template-columns: 1fr;
  }

  .patterns-grid,
  .finishes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
  }

  .hero-stat-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  #scrollTop {
    right: 1rem;
    bottom: 1rem;
  }
}

/* Small Mobile (≤ 576px) */
@media (max-width: 576px) {
  .patterns-grid,
  .finishes-grid {
    grid-template-columns: 1fr;
  }

  .hero-headline {
    font-size: 2rem;
  }

  .hero-sub {
    font-size: 0.9rem;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .btn-primary,
  .btn-ghost {
    width: 100%;
    text-align: center;
  }

  .hero-btns {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ===============================
   🔥 MOBILE FIX (REAL FIX)
================================ */

/* Prevent horizontal scroll */
html, body {
  overflow-x: hidden;
}

/* ---------- HERO FIX ---------- */
@media (max-width: 992px) {
  #page-hero {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .hero-panel-left {
    padding: 3rem 6vw;
    text-align: center;
  }

  .hero-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .hero-desc {
    font-size: 0.95rem;
  }

  .hero-panel-right {
    height: 300px;
  }

  .hero-panel-right img {
    height: 100%;
    object-fit: cover;
  }

  .hero-stat-vert {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}

/* ---------- NAV FIX ---------- */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}

/* ---------- GRIDS FIX ---------- */
@media (max-width: 992px) {
  .intro-grid,
  .calc-grid,
  .featured-wrap {
    grid-template-columns: 1fr;
  }

  .origin-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .edges-grid,
  .app-grid,
  .showcase-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- MASONRY FIX (IMPORTANT) ---------- */
@media (max-width: 768px) {
  .slab-masonry {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }

  .slab-card,
  .slab-card.tall {
    height: auto !important;
  }

  .slab-card img {
    height: 220px;
    object-fit: cover;
  }
}

/* ---------- THICKNESS BLOCK FIX ---------- */
@media (max-width: 768px) {
  .thick-visual {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .thick-block-wrap {
    text-align: center;
  }
}

/* ---------- FEATURED SECTION ---------- */
@media (max-width: 992px) {
  .featured-wrap {
    grid-template-columns: 1fr;
  }

  .featured-data-card {
    position: static;
    margin-top: 1rem;
  }
}

/* ---------- CALCULATOR ---------- */
@media (max-width: 768px) {
  .calc-row {
    grid-template-columns: 1fr;
  }
}

/* ---------- CTA ---------- */
@media (max-width: 768px) {
  .cta-inner {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .cta-btns {
    flex-direction: column;
    width: 100%;
  }

  .cta-btns a {
    width: 100%;
  }
}

/* ---------- FOOTER ---------- */
@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

/* ---------- TYPOGRAPHY ---------- */
@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
  }

  .featured-title {
    font-size: 2rem;
  }

  .hero-title {
    font-size: 1.8rem;
  }
}