/* ============================================================
   INTERIA KITCHEN STUDIO v2.0 — Ultra Premium Luxury CSS
   Earthy Walnut · Champagne Gold · Warm Ivory Palette
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&family=Manrope:wght@300;400;500;600;700&display=swap');

/* ── CSS Custom Properties ────────────────────────────────── */
:root {
  --ivory: #F7F2EB;
  --ivory-deep: #EDE2D3;
  --sandstone: #E8DBCC;
  --walnut: #3A2E25;
  --walnut-mid: #4A3C31;
  --walnut-light: #5C4E42;
  --gold: #C8A27B;
  --gold-light: #DDB98E;
  --gold-pale: #F0E4D4;
  --bronze: #9C7650;
  --bronze-dark: #7D5E3C;
  --stone: #8A7F73;
  --stone-light: #A89F95;
  --charcoal: #2A2118;
  --text: #2A2118;
  --text-mid: #4A3C31;
  --text-soft: #7A6B5E;
  --white: #FFFFFF;
  --bg: #F7F2EB;
  --bg-2: #F0E9DE;
  --bg-3: #EDE2D3;

  --glass-ivory: rgba(247, 242, 235, 0.18);
  --glass-gold: rgba(200, 162, 123, 0.15);
  --glow-gold: 0 0 60px rgba(200, 162, 123, 0.22), 0 0 120px rgba(200, 162, 123, 0.08);
  --glow-warm: 0 0 80px rgba(200, 162, 123, 0.12);

  --shadow-xs: 0 2px 12px rgba(42, 33, 24, 0.05);
  --shadow-sm: 0 4px 24px rgba(42, 33, 24, 0.07);
  --shadow-md: 0 12px 48px rgba(42, 33, 24, 0.10);
  --shadow-lg: 0 24px 80px rgba(42, 33, 24, 0.14);
  --shadow-xl: 0 40px 120px rgba(42, 33, 24, 0.18);
  --shadow-gold: 0 8px 40px rgba(200, 162, 123, 0.28);

  --font-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-body: 'Manrope', 'Inter', system-ui, sans-serif;

  --ease-luxury: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-expo: cubic-bezier(0.87, 0, 0.13, 1);

  --navbar-h: 82px;
}

/* ── Reset & Base ─────────────────────────────────────────── */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: auto;
}

body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--text);
  overflow-x: hidden;
  cursor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.preloading {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: none;
  font-family: var(--font-body);
  border: none;
  background: none;
}

input,
textarea,
select {
  font-family: var(--font-body);
}

/* ── Luxury Spotlight Cursor ─────────────────────────────── */
#cursor-spotlight {
  position: fixed;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99997;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(196, 151, 58, 0.07) 0%, transparent 65%);
  transition: opacity 0.5s ease;
  mix-blend-mode: multiply;
}

#cursor-dot {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease;
}

#cursor-ring {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: width 0.4s var(--ease-luxury), height 0.4s var(--ease-luxury),
    background 0.4s ease, border-color 0.3s ease, opacity 0.3s ease;
}

#cursor-ring.hovered {
  width: 70px;
  height: 70px;
  background: rgba(196, 151, 58, 0.08);
  border-color: var(--gold-light);
}

#cursor-ring.clicking {
  width: 28px;
  height: 28px;
  background: rgba(196, 151, 58, 0.2);
}

/* ── Scroll Progress ──────────────────────────────────────── */
#scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--bronze), var(--gold), var(--gold-light));
  z-index: 9999;
  box-shadow: 0 0 8px rgba(196, 151, 58, 0.5);
}

/* ── PRELOADER ────────────────────────────────────────────── */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: var(--walnut);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pre-grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  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.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
  pointer-events: none;
}

.pre-line-top,
.pre-line-bot {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.3;
}

.pre-line-top {
  top: 80px;
}

.pre-line-bot {
  bottom: 80px;
}

.pre-logo-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}

.pre-studio-tag {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.6em;
  color: var(--gold);
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  margin-bottom: 20px;
  transition: opacity 0.8s ease 0.2s, transform 0.8s var(--ease-luxury) 0.2s;
}

.pre-logo-wrap.animate .pre-studio-tag {
  opacity: 1;
  transform: translateY(0);
}

.pre-title {
  display: flex;
  gap: 0.02em;
  justify-content: center;
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 300;
  color: var(--ivory);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pre-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(80px) rotateX(40deg);
  transition: opacity 0.7s ease, transform 0.9s var(--ease-luxury);
}

.pre-subtitle {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.45em;
  color: var(--stone-light);
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(16px);
  margin-top: 16px;
  transition: opacity 0.8s ease 0.9s, transform 0.8s var(--ease-luxury) 0.9s;
}

.pre-logo-wrap.animate .pre-subtitle {
  opacity: 1;
  transform: translateY(0);
}

.pre-bar-wrap {
  width: 240px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 48px;
  position: relative;
  overflow: hidden;
}

.pre-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--bronze), var(--gold), var(--gold-light));
  box-shadow: 0 0 8px rgba(196, 151, 58, 0.6);
  transition: width 0.3s ease;
}

.pre-bar-glow {
  position: absolute;
  top: -3px;
  width: 20px;
  height: 7px;
  background: var(--gold-light);
  filter: blur(4px);
  opacity: 0.8;
  left: 0;
  transition: left 0.3s ease;
}

.pre-counter {
  font-family: var(--font-display);
  font-size: 0.75rem;
  color: rgba(245, 240, 232, 0.4);
  letter-spacing: 0.2em;
  margin-top: 16px;
  transition: opacity 0.3s;
}

.pre-exit {
  position: absolute;
  inset: 0;
  background: var(--ivory);
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 1;
}

/* ── NAVBAR ───────────────────────────────────────────────── */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--navbar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  background: rgba(247, 242, 235, 0.72);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border-bottom: 1px solid rgba(200, 162, 123, 0.18);
  transition: background 0.7s var(--ease-luxury),
    backdrop-filter 0.7s ease,
    box-shadow 0.5s ease,
    height 0.4s var(--ease-luxury);
}

#navbar.scrolled {
  background: rgba(247, 242, 235, 0.97);
  backdrop-filter: blur(32px) saturate(2);
  -webkit-backdrop-filter: blur(32px) saturate(2);
  box-shadow: 0 2px 40px rgba(42, 33, 24, 0.07);
  height: 66px;
}

#navbar.dark-mode {
  background: rgba(58, 46, 37, 0.95);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
}

#navbar.dark-mode .nav-logo-main,
#navbar.dark-mode .nav-links a {
  color: var(--ivory);
}

.nav-logo {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1;
}

.nav-logo-main {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--walnut);
  text-transform: uppercase;
  transition: color 0.4s;
}

.nav-logo-sub {
  font-family: var(--font-body);
  font-size: 0.54rem;
  letter-spacing: 0.5em;
  color: var(--bronze);
  text-transform: uppercase;
  margin-top: 3px;
}

.nav-links {
  display: flex;
  gap: 2.8rem;
  list-style: none;
}

.nav-links a {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--walnut);
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: linear-gradient(90deg, var(--bronze), var(--gold));
  transition: width 0.45s var(--ease-luxury);
}

.nav-links a:hover {
  color: var(--bronze);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--walnut);
  padding: 13px 26px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s;
}

.nav-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold), var(--bronze));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease-luxury);
}

.nav-cta:hover::before {
  transform: scaleX(1);
}

.nav-cta>span {
  position: relative;
  z-index: 1;
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.nav-hamburger span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: var(--walnut);
  transition: transform 0.4s var(--ease-luxury), opacity 0.3s;
}

/* ── Utility Classes ──────────────────────────────────────── */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
}

.section-eyebrow::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.section-heading {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--text);
  letter-spacing: -0.01em;
}

.section-heading em {
  font-style: italic;
  color: var(--gold);
  font-weight: 300;
}

.section-body {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--text-soft);
}

/* Reveal helpers */
.rv {
  opacity: 0;
}

.rv.vis {
  opacity: 1;
}

/* Buttons */
.btn-walnut {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--walnut);
  padding: 16px 38px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s;
}

.btn-walnut::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold), var(--bronze));
  transform: translateX(-101%);
  transition: transform 0.55s var(--ease-luxury);
}

.btn-walnut:hover::before {
  transform: translateX(0);
}

.btn-walnut>span {
  position: relative;
  z-index: 1;
}

.btn-gold-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  background: transparent;
  padding: 15px 37px;
  border-radius: 2px;
  border: 1px solid var(--gold);
  position: relative;
  overflow: hidden;
  transition: color 0.4s;
}

.btn-gold-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-101%);
  transition: transform 0.55s var(--ease-luxury);
}

.btn-gold-outline:hover {
  color: var(--walnut);
}

.btn-gold-outline:hover::before {
  transform: translateX(0);
}

.btn-gold-outline>span {
  position: relative;
  z-index: 1;
}

.btn-ivory-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory);
  background: transparent;
  padding: 15px 37px;
  border-radius: 2px;
  border: 1px solid rgba(245, 240, 232, 0.4);
  position: relative;
  overflow: hidden;
  transition: color 0.4s, border-color 0.4s;
}

.btn-ivory-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(245, 240, 232, 0.1);
  transform: translateX(-101%);
  transition: transform 0.55s var(--ease-luxury);
}

.btn-ivory-outline:hover {
  border-color: rgba(245, 240, 232, 0.7);
}

.btn-ivory-outline:hover::before {
  transform: translateX(0);
}

.btn-ivory-outline>span {
  position: relative;
  z-index: 1;
}

/* ══════════════════════════════════════════════════════════ */
/* ── HERO SECTION ─────────────────────────────────────────── */
/* ══════════════════════════════════════════════════════════ */
#hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #F7F2EB 0%, #EDE2D3 40%, #F0E9DE 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

#blueprint-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.25;
}

.light-rays {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.light-ray {
  position: absolute;
  top: -20%;
  width: 2px;
  height: 160%;
  background: linear-gradient(to bottom, rgba(200, 162, 123, 0.25) 0%, transparent 100%);
  filter: blur(3px);
  transform-origin: top center;
  animation: rayFloat 8s ease-in-out infinite;
}

.light-ray:nth-child(1) {
  left: 15%;
  transform: rotate(-15deg);
  animation-delay: 0s;
  opacity: 0.5;
}

.light-ray:nth-child(2) {
  left: 30%;
  transform: rotate(-8deg);
  animation-delay: 1.5s;
  opacity: 0.3;
  width: 4px;
}

.light-ray:nth-child(3) {
  left: 55%;
  transform: rotate(5deg);
  animation-delay: 0.8s;
  opacity: 0.4;
}

.light-ray:nth-child(4) {
  left: 72%;
  transform: rotate(12deg);
  animation-delay: 2.2s;
  opacity: 0.25;
  width: 6px;
}

.light-ray:nth-child(5) {
  left: 85%;
  transform: rotate(-3deg);
  animation-delay: 1s;
  opacity: 0.35;
}

@keyframes rayFloat {

  0%,
  100% {
    opacity: var(--ro, 0.4);
    transform-origin: top center;
  }

  50% {
    opacity: calc(var(--ro, 0.4) * 0.6);
  }
}

#dust-canvas {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-left {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 6% 80px 7%;
}

.hero-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(200, 162, 123, 0.12) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}

.hero-brand-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateX(-30px);
}

.hero-brand-tick {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, var(--bronze), var(--gold));
}

.hero-brand-text {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--bronze);
}

.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.08;
  color: var(--walnut);
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(50px);
}

.hero-h1 strong {
  font-weight: 600;
  display: block;
}

.hero-h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero-desc {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.9;
  color: var(--text-soft);
  max-width: 440px;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(30px);
}

.hero-btns {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(25px);
}

.hero-awards {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(58, 46, 37, 0.12);
  opacity: 0;
}

.hero-award-item {
  text-align: center;
}

.hero-award-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--bronze);
  line-height: 1;
}

.hero-award-label {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-top: 4px;
}

.hero-award-divider {
  width: 1px;
  height: 40px;
  background: rgba(58, 46, 37, 0.15);
}

.hero-right {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.hero-slider-frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s var(--ease-luxury);
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 9s var(--ease-smooth);
  filter: brightness(0.96) saturate(1.05);
}

.hero-slide.active img {
  transform: scale(1.0);
}

.hero-slide::before,
.hero-slide::after {
  content: '';
  position: absolute;
  z-index: 4;
  opacity: 0;
  transition: opacity 1s ease 0.5s;
}

.hero-slide.active::before,
.hero-slide.active::after {
  opacity: 1;
}

.hero-slide::before {
  top: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.hero-slide::after {
  bottom: 24px;
  left: 24px;
  width: 60px;
  height: 60px;
  border-bottom: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
}

.hero-slide-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(237, 226, 211, 0.2) 0%, transparent 50%),
    linear-gradient(to top, rgba(58, 46, 37, 0.35) 0%, transparent 50%);
  z-index: 3;
}

.hero-slide-label {
  position: absolute;
  bottom: 36px;
  left: 36px;
  z-index: 5;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 0.6s, transform 0.8s var(--ease-luxury) 0.6s;
}

.hero-slide.active .hero-slide-label {
  opacity: 1;
  transform: translateY(0);
}

.hsl-tag {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.hsl-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ivory);
}

.hero-counter {
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 5;
  font-family: var(--font-display);
  font-size: 0.8rem;
  color: rgba(247, 242, 235, 0.7);
  letter-spacing: 0.1em;
}

.hero-dots {
  position: absolute;
  bottom: 36px;
  right: 36px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(245, 240, 232, 0.3);
  cursor: none;
  transition: background 0.4s, transform 0.4s var(--ease-spring), width 0.4s;
}

.hero-dot.active {
  background: var(--gold);
  transform: scale(1.5);
}

.hero-metallic-sweep {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  overflow: hidden;
}

.metallic-band {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
  transform: translateX(-100%);
  animation: metallicSweep 6s ease-in-out infinite;
}

@keyframes metallicSweep {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(120vw);
  }
}

.hero-glass-refraction {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(ellipse at 60% 30%, rgba(196, 151, 58, 0.04) 0%, transparent 60%);
}

.hero-scroll-cue {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
}

.hsc-line {
  width: 1px;
  height: 55px;
  background: linear-gradient(to bottom, transparent, var(--bronze));
  animation: lineBreath 2.2s ease-in-out infinite;
}

@keyframes lineBreath {

  0%,
  100% {
    transform: scaleY(0.7);
    opacity: 0.5;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.hsc-text {
  font-family: var(--font-body);
  font-size: 0.55rem;
  letter-spacing: 0.35em;
  color: var(--bronze);
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* ══ MARQUEE ══════════════════════════════════════════════ */
.marquee-strip {
  background: var(--ivory);
  border-top: 1px solid var(--sandstone);
  border-bottom: 1px solid var(--sandstone);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}

.marquee-strip::before,
.marquee-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.marquee-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--ivory), transparent);
}

.marquee-strip::after {
  right: 0;
  background: linear-gradient(-90deg, var(--ivory), transparent);
}

.marquee-inner {
  display: flex;
  animation: marqueeRoll 30s linear infinite;
  white-space: nowrap;
}

.marquee-inner:hover {
  animation-play-state: paused;
}

.mq-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 36px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-style: italic;
  color: var(--stone);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.mq-diamond {
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  opacity: 0.7;
}

@keyframes marqueeRoll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ══ ABOUT SECTION ════════════════════════════════════════ */
#about {
  padding: 100px 0;
  background: var(--ivory);
  position: relative;
  overflow: hidden;
}

.about-bg-text {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: clamp(8rem, 18vw, 18rem);
  font-weight: 700;
  color: rgba(44, 24, 16, 0.02);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-media-stack {
  position: relative;
}

.about-img-main {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.about-img-main img {
  height: 620px;
  transition: transform 1.4s var(--ease-luxury);
  filter: saturate(0.9) brightness(0.95);
}

.about-img-main:hover img {
  transform: scale(1.03);
}

.about-img-accent {
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 200px;
  height: 200px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  z-index: -1;
  opacity: 0.5;
}

.about-badge {
  position: absolute;
  top: 32px;
  left: -24px;
  background: linear-gradient(135deg, var(--gold), var(--bronze));
  color: var(--walnut);
  padding: 22px 26px;
  border-radius: 2px;
  text-align: center;
  box-shadow: var(--shadow-gold);
}

.ab-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
  line-height: 1;
}

.ab-label {
  font-family: var(--font-body);
  font-size: 0.56rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  opacity: 0.8;
}

.about-h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.8vw, 4.2rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--text);
  margin-bottom: 1.6rem;
}

.about-h2 em {
  font-style: italic;
  color: var(--gold);
}

.about-body {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.95;
  color: var(--text-soft);
  margin-bottom: 1.2rem;
}

.about-gold-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 2rem 0;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}

.stat-box {
  padding-left: 1.2rem;
  border-left: 2px solid var(--sandstone);
  transition: border-color 0.4s;
}

.stat-box:hover {
  border-color: var(--gold);
}

.stat-num {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--text);
  line-height: 1;
}

.stat-suffix {
  color: var(--gold);
}

.stat-label {
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-top: 5px;
}

/* ══ SERVICES SECTION ══════════════════════════════════════ */
#services {
  padding: 100px 0;
  background: var(--bg-2);
  position: relative;
}

.services-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.services-intro {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--text-soft);
  margin-top: 1.2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5px;
  background: var(--sandstone);
}

.service-card {
  background: var(--ivory);
  padding: 44px 32px;
  position: relative;
  overflow: hidden;
  cursor: none;
  transition: background 0.5s var(--ease-luxury), transform 0.5s var(--ease-luxury);
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s var(--ease-luxury);
}

.service-card:hover {
  background: var(--bg-3);
}

.service-card:hover::after {
  transform: scaleX(1);
}

.service-card--full {
  grid-column: span 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: start;
}

.service-icon {
  width: 52px;
  height: 52px;
  color: var(--gold);
  margin-bottom: 22px;
  transition: transform 0.55s var(--ease-spring), color 0.4s;
  flex-shrink: 0;
}

.service-icon svg {
  width: 100%;
  height: 100%;
}

.service-card:hover .service-icon {
  transform: scale(1.15) translateY(-4px);
  color: var(--bronze);
}

.service-card--full .service-icon {
  margin-bottom: 0;
}

.service-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--walnut);
  margin-bottom: 10px;
  transition: color 0.3s;
}

.service-card:hover .service-title {
  color: var(--gold);
}

.service-desc {
  font-family: var(--font-body);
  font-size: 0.78rem;
  line-height: 1.8;
  color: var(--text-soft);
}

@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-card--full {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .service-card--full .service-icon {
    margin-bottom: 22px;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* ══ KITCHEN CINEMA SECTION ════════════════════════════════ */
#kitchen-cinema {
  background: var(--walnut);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.cinema-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 85vh;
}

.cinema-visual {
  position: relative;
  overflow: hidden;
}

.cinema-visual img {
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  filter: brightness(0.85) saturate(0.9);
  transition: transform 1.4s var(--ease-luxury), filter 0.8s ease;
}

.cinema-visual:hover img {
  transform: scale(1.04);
  filter: brightness(0.9) saturate(1);
}

.cinema-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, var(--walnut) 100%);
  z-index: 2;
}

.cinema-gold-frame {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(196, 151, 58, 0.25);
  z-index: 3;
  pointer-events: none;
  transition: border-color 0.5s;
}

.cinema-visual:hover .cinema-gold-frame {
  border-color: rgba(196, 151, 58, 0.5);
}

.cinema-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 7% 80px 6%;
}

.cinema-eyebrow {
  color: var(--gold);
}

.cinema-eyebrow::before {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.cinema-h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--ivory);
  margin-bottom: 1.5rem;
}

.cinema-h2 em {
  font-style: italic;
  color: var(--gold);
}

.cinema-body {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.9;
  color: rgba(245, 240, 232, 0.55);
  margin-bottom: 2.5rem;
  max-width: 420px;
}

.cinema-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.cf-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(196, 151, 58, 0.15);
  border-radius: 3px;
  transition: border-color 0.4s, background 0.4s;
}

.cf-item:hover {
  border-color: rgba(196, 151, 58, 0.4);
  background: rgba(196, 151, 58, 0.05);
}

.cf-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 6px;
  flex-shrink: 0;
}

.cf-text {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(245, 240, 232, 0.7);
  line-height: 1.5;
}

.cf-label {
  font-weight: 600;
  color: var(--ivory);
  display: block;
  margin-bottom: 3px;
}


/* ══ FINISH CONFIGURATOR ══════════════════════════════════ */
#configurator {
  padding: 100px 0;
  background: var(--ivory);
}

.cfg-header {
  text-align: center;
  margin-bottom: 70px;
}

.cfg-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.cfg-kitchen-viz {
  position: sticky;
  top: 100px;
  background: var(--walnut);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  aspect-ratio: 4/3;
}

.cfg-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s var(--ease-luxury);
}

.cfg-img.active {
  opacity: 1;
}

.cfg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cfg-overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(44, 24, 16, 0.9) 0%, transparent 100%);
  z-index: 3;
}

.cfg-overlay-finish {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.cfg-overlay-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ivory);
}

.cfg-panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cfg-section-title {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.cfg-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cfg-chip {
  padding: 10px 18px;
  border: 1px solid var(--sandstone);
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-mid);
  cursor: none;
  transition: all 0.35s var(--ease-luxury);
  background: var(--white);
}

.cfg-chip:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.cfg-chip.active {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--walnut);
  font-weight: 700;
}

.cfg-color-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cfg-color {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: none;
  transition: transform 0.35s var(--ease-spring), border-color 0.3s;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.cfg-color::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  opacity: 0;
  transition: opacity 0.3s;
}

.cfg-color.active {
  transform: scale(1.18);
}

.cfg-color.active::after {
  opacity: 1;
}

.cfg-summary {
  margin-top: 1rem;
  padding: 20px;
  background: var(--bg-2);
  border-radius: 3px;
  border: 1px solid var(--sandstone);
}

.cfg-summary-label {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: 8px;
}

.cfg-summary-val {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--walnut);
}

/* ══ MATERIALS SHOWCASE ══════════════════════════════════ */
#materials {
  padding: 100px 0;
  background: var(--walnut);
}

.mat-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.mat-header .section-eyebrow {
  color: var(--gold);
}

.mat-header .section-eyebrow::before {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.mat-intro {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.9;
  color: rgba(245, 240, 232, 0.55);
  margin-top: 1.2rem;
}

.mat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(255, 255, 255, 0.04);
}

.mat-card {
  background: rgba(28, 22, 16, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--gold);
  overflow: hidden;
  cursor: none;
  transition: background 0.5s var(--ease-luxury), transform 0.5s var(--ease-luxury), border-left-color 0.4s;
  display: flex;
  flex-direction: column;
}

.mat-card:hover {
  background: rgba(45, 35, 26, 0.98);
  transform: translateY(-4px);
  border-left-color: var(--gold-light);
}

.mat-swatch {
  height: 140px;
  overflow: hidden;
  transition: transform 0.8s var(--ease-luxury);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mat-card:hover .mat-swatch {
  transform: scale(1.04);
}

.mat-info {
  padding: 28px 24px;
}

.mat-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 4px;
  transition: color 0.3s;
}

.mat-card:hover .mat-name {
  color: var(--gold-light);
}

.mat-origin {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.mat-detail {
  font-family: var(--font-body);
  font-size: 0.75rem;
  line-height: 1.7;
  color: rgba(245, 240, 232, 0.55);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-luxury), opacity 0.4s;
  opacity: 0;
}

.mat-card:hover .mat-detail {
  max-height: 120px;
  opacity: 1;
}

@media (max-width: 1200px) {
  .mat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .mat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .mat-grid {
    grid-template-columns: 1fr;
  }
}

/* ══ STORAGE SHOWCASE ═════════════════════════════════════ */
#storage-showcase {
  padding: 100px 0;
  background: var(--walnut);
}

.storage-header {
  text-align: center;
  margin-bottom: 80px;
}

.storage-header .section-eyebrow {
  color: var(--gold);
}

.storage-header .section-eyebrow::before {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.storage-header .section-heading {
  color: var(--ivory);
}

.storage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.storage-card {
  position: relative;
  overflow: hidden;
  cursor: none;
  aspect-ratio: 3/4;
  background: var(--walnut-mid);
}

.storage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65) saturate(0.8);
  transition: transform 0.9s var(--ease-luxury), filter 0.7s;
}

.storage-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.8) saturate(1);
}

.storage-card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(to top, rgba(44, 24, 16, 0.9) 0%, transparent 55%);
  z-index: 2;
  transition: background 0.5s;
}

.storage-card:hover .storage-card-content {
  background: linear-gradient(to top, rgba(44, 24, 16, 0.95) 0%, rgba(44, 24, 16, 0.2) 60%);
}

.sc-tag {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.sc-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 8px;
  transition: color 0.3s;
}

.storage-card:hover .sc-title {
  color: var(--gold-light);
}

.sc-desc {
  font-family: var(--font-body);
  font-size: 0.76rem;
  color: rgba(245, 240, 232, 0.6);
  line-height: 1.65;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-luxury), opacity 0.4s;
  opacity: 0;
}

.storage-card:hover .sc-desc {
  max-height: 80px;
  opacity: 1;
}

.sc-arrow {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s, transform 0.4s var(--ease-luxury);
}

.storage-card:hover .sc-arrow {
  opacity: 1;
  transform: translateY(0);
}

.sc-arrow-line {
  flex: 1;
  height: 1px;
  background: var(--gold);
  max-width: 32px;
}

/* ══ TESTIMONIALS ═════════════════════════════════════════ */
#testimonials {
  padding: 100px 0;
  background: var(--walnut);
  overflow: hidden;
}

.testi-top {
  text-align: center;
  margin-bottom: 80px;
}

.testi-top .section-eyebrow {
  color: var(--gold);
}

.testi-top .section-eyebrow::before {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.testi-top .section-heading {
  color: var(--ivory);
}

.testi-track-wrap {
  overflow: hidden;
}

.testi-track-v3 {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 20px 0;
}

.testi-card-v3 {
  flex: 0 0 calc(33.33% - 20px);
  background: rgba(245, 239, 230, 0.04);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(210, 180, 140, 0.15);
  border-radius: 4px;
  padding: 40px;
  transition: all 0.6s var(--ease-luxury);
  opacity: 0.4;
  transform: scale(0.9);
}

.testi-card-v3.active {
  opacity: 1;
  transform: scale(1.05);
  background: rgba(245, 239, 230, 0.08);
  border-color: rgba(210, 180, 140, 0.4);
  box-shadow: var(--shadow-gold);
  z-index: 2;
}

.testi-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 1.2rem;
}

.testi-quote {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.75;
  color: rgba(245, 240, 232, 0.85);
  margin-bottom: 2rem;
}

.testi-client {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testi-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--bronze));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--walnut);
  font-weight: 600;
  border: 2px solid rgba(196, 151, 58, 0.3);
  flex-shrink: 0;
}

.testi-name {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ivory);
}

.testi-loc {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: rgba(245, 240, 232, 0.45);
  margin-top: 2px;
}

@media (max-width: 1024px) {
  .testi-card-v3 {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .testi-card-v3 {
    flex: 0 0 100%;
    transform: scale(1);
    opacity: 1;
  }

  .testi-card-v3.active {
    transform: scale(1);
  }
}

/* ══ PROJECTS GALLERY ═════════════════════════════════════ */
#projects {
  padding: 100px 0;
  background: var(--ivory);
}

.projects-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.proj-gallery {
  columns: 3;
  column-gap: 20px;
}

.proj-item {
  break-inside: avoid;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  cursor: none;
}

.proj-item img {
  width: 100%;
  display: block;
  transition: transform 0.9s var(--ease-luxury), filter 0.7s;
}

.proj-item:hover img {
  transform: scale(1.06);
  filter: brightness(0.65);
}

.proj-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44, 24, 16, 0.88) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  opacity: 0;
  transition: opacity 0.55s;
}

.proj-item:hover .proj-overlay {
  opacity: 1;
}

.proj-cat {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}

.proj-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ivory);
  margin-bottom: 8px;
}

.proj-cta {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.7);
  display: flex;
  align-items: center;
  gap: 8px;
}

.proj-cta-line {
  flex: 1;
  height: 1px;
  background: var(--gold);
  max-width: 24px;
  transition: max-width 0.3s;
}

.proj-item:hover .proj-cta-line {
  max-width: 40px;
}

/* ══ CONSULTATION FORM ════════════════════════════════════ */
#consultation {
  padding: 100px 0;
  background: var(--bg-2);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
}

.form-left .section-heading {
  text-align: left;
}

.form-left .section-eyebrow {
  justify-content: flex-start;
}

.form-perks {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.form-perk {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--text-soft);
}

.form-perk-ico {
  color: var(--gold);
  flex-shrink: 0;
}

.form-box {
  background: var(--white);
  border-radius: 6px;
  padding: 52px 48px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--sandstone);
}

.f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.f-full {
  margin-bottom: 1.2rem;
}

.f-group {
  position: relative;
}

.f-group input,
.f-group select,
.f-group textarea {
  width: 100%;
  background: transparent;
  border: 1px solid var(--sandstone);
  border-radius: 3px;
  padding: 18px 16px 8px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  outline: none;
  transition: border-color 0.4s, box-shadow 0.4s;
}

.f-group textarea {
  height: 120px;
  resize: none;
  padding-top: 22px;
}

.f-group select {
  appearance: none;
  cursor: none;
  padding-top: 18px;
}

.f-group input:focus,
.f-group select:focus,
.f-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196, 151, 58, 0.1);
}

.f-label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--stone);
  pointer-events: none;
  transition: top 0.3s, font-size 0.3s, color 0.3s;
}

.f-group input:focus~.f-label,
.f-group input:not(:placeholder-shown)~.f-label,
.f-group select:focus~.f-label,
.f-group textarea:focus~.f-label,
.f-group textarea:not(:placeholder-shown)~.f-label {
  top: 6px;
  font-size: 0.62rem;
  color: var(--gold);
  letter-spacing: 0.06em;
}

/* ══ FINAL CTA ════════════════════════════════════════════ */
#cta-final {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
}

.cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4) saturate(0.7);
}

.cta-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28, 20, 16, 0.88) 0%, rgba(44, 24, 16, 0.6) 100%);
}

.cta-body {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 840px;
  padding: 80px 40px;
  margin: 0 auto;
}

.cta-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.cta-eyebrow::before,
.cta-eyebrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.cta-h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ivory);
  margin-bottom: 2.5rem;
}

.cta-h2 em {
  font-style: italic;
  color: var(--gold);
}

.cta-btns {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ══ FOOTER ═══════════════════════════════════════════════ */
#footer {
  background: var(--charcoal);
  padding: 80px 0 32px;
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 40px;
}

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ivory);
  text-transform: uppercase;
}

.footer-brand-tag {
  font-family: var(--font-body);
  font-size: 0.52rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.footer-brand-text {
  font-family: var(--font-body);
  font-size: 0.8rem;
  line-height: 1.8;
  color: rgba(245, 240, 232, 0.72);
  max-width: 280px;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  transition: border-color 0.4s, color 0.4s, background 0.4s;
}

.footer-social a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(196, 151, 58, 0.08);
}

.footer-col-hd {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 1.5rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: rgba(245, 240, 232, 0.72);
  transition: color 0.3s, padding-left 0.3s;
  display: inline-block;
}

.footer-links a:hover {
  color: var(--gold);
  padding-left: 6px;
}

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.fc-icon {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.fc-text {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(245, 240, 232, 0.72);
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-copy {
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: rgba(245, 240, 232, 0.50);
  letter-spacing: 0.05em;
}

.footer-gold-bar {
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.4;
}

/* ══ WHATSAPP FLOAT ═══════════════════════════════════════ */
#wa-float {
  position: fixed;
  bottom: 36px;
  right: 36px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  z-index: 9000;
  animation: waFloat 3.5s ease-in-out infinite;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s;
}

#wa-float::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.35);
  animation: waPulse 2.8s ease-out infinite;
}

@keyframes waFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

#wa-float:hover {
  transform: scale(1.12) translateY(-3px) !important;
  box-shadow: 0 14px 44px rgba(37, 211, 102, 0.55);
}

#wa-float svg {
  color: white;
  position: relative;
  z-index: 1;
}

/* ══ LIGHTBOX ═════════════════════════════════════════════ */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(28, 20, 16, 0);
  transition: background 0.4s;
}

#lightbox.open {
  display: flex;
  background: rgba(28, 20, 16, 0.95);
}

.lb-img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 4px;
  object-fit: contain;
  transform: scale(0.85);
  opacity: 0;
  transition: transform 0.55s var(--ease-luxury), opacity 0.55s;
}

#lightbox.open .lb-img {
  transform: scale(1);
  opacity: 1;
}

.lb-close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  cursor: none;
  transition: border-color 0.3s, background 0.3s;
}

.lb-close:hover {
  border-color: var(--gold);
  background: rgba(196, 151, 58, 0.15);
}

/* ══ MOBILE MENU ══════════════════════════════════════════ */
#mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  background: var(--ivory);
  z-index: 900;
  transform: translateX(100%);
  transition: transform 0.6s var(--ease-luxury);
  padding: 110px 48px;
  box-shadow: -20px 0 80px rgba(44, 24, 16, 0.15);
}

#mobile-menu.open {
  transform: translateX(0);
}

.mob-links {
  list-style: none;
}

.mob-links li a {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--walnut);
  padding: 12px 0;
  border-bottom: 1px solid var(--sandstone);
  transition: color 0.3s, padding-left 0.4s var(--ease-luxury);
}

.mob-links li a:hover {
  color: var(--gold);
  padding-left: 10px;
}

.mob-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(28, 20, 16, 0.5);
  z-index: 899;
}

.mob-overlay.show {
  display: block;
}

/* ══ REVEAL SYSTEM ════════════════════════════════════════ */
.rv-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.95s var(--ease-luxury), transform 0.95s var(--ease-luxury);
}

.rv-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.9s var(--ease-luxury), transform 0.9s var(--ease-luxury);
}

.rv-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.9s var(--ease-luxury), transform 0.9s var(--ease-luxury);
}

.rv-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.9s var(--ease-luxury), transform 0.9s var(--ease-luxury);
}

.rv-fade {
  opacity: 0;
  transition: opacity 1.2s var(--ease-luxury);
}

.rv-up.vis,
.rv-left.vis,
.rv-right.vis,
.rv-scale.vis,
.rv-fade.vis {
  opacity: 1;
  transform: none;
}

/* ══ MAGNETIC ═════════════════════════════════════════════ */
.magnetic {
  display: inline-block;
}

/* ══ PREMIUM CTA BUTTON ═══════════════════════════════════ */
.btn-premium {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--walnut);
  background: var(--gold);
  padding: 18px 46px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-gold);
  transition: transform 0.4s var(--ease-luxury), box-shadow 0.4s;
  border: 1px solid var(--gold-light);
  z-index: 2;
  pointer-events: auto;
}

.btn-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  transition: left 0.7s var(--ease-luxury);
}

.btn-premium:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 50px rgba(210, 180, 140, 0.4);
}

.btn-premium:hover::before {
  left: 200%;
}

.btn-premium>span {
  position: relative;
  z-index: 1;
}

/* ══ TRUST SECTION ════════════════════════════════════════ */
#trust-section {
  padding: 60px 0;
  background: var(--walnut-mid);
  border-top: 1px solid rgba(210, 180, 140, 0.1);
  border-bottom: 1px solid rgba(210, 180, 140, 0.1);
}

.trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.trust-heading {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--gold);
  font-style: italic;
  margin-right: 20px;
}

.trust-items {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  flex: 1;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--ivory);
  text-transform: uppercase;
}

.trust-check {
  color: var(--gold);
}

/* ══ GRAIN TEXTURE ════════════════════════════════════════ */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99996;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 180px;
}

/* ══ RESPONSIVE ═══════════════════════════════════════════ */
@media (max-width: 1200px) {
  .footer-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .cinema-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  #hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-right {
    height: 60vh;
  }

  .hero-left {
    padding: 120px 5% 60px;
  }

  .hero-scroll-cue {
    left: 50%;
  }

  .about-grid,
  .cinema-inner,
  .cfg-stage,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .about-img-main img {
    height: 440px;
  }

  .cinema-visual {
    height: 50vh;
  }

  .cfg-kitchen-viz {
    position: relative;
  }

  .proj-gallery {
    columns: 2;
  }

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

@media (max-width: 768px) {
  :root {
    --navbar-h: 66px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .proj-gallery {
    columns: 1;
  }

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

  .form-box {
    padding: 32px 24px;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

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

  .cinema-features {
    grid-template-columns: 1fr;
  }

  .cfg-row {
    gap: 8px;
  }

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

  .trust-inner {
    flex-direction: column;
    text-align: center;
  }

  .trust-items {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-h1 {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }

  .hero-btns,
  .cta-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  #wa-float {
    bottom: 20px;
    right: 20px;
  }

  .hero-awards {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (min-width: 769px) {
  .proj-gallery {
    columns: 3;
  }
}

/* ══ END OF STYLES ═══════════════════════════════════════════ */

/* -- EXTENDED RESPONSIVE SYSTEM ------------------------------ */

/* -- Tablet Large (max 1024px) extra fixes ------------------- */
@media (max-width: 1024px) {
  .hero-awards { gap: 1.2rem; }
  .about-badge { left: 0; }
  .about-grid { gap: 40px; }
  .cinema-content { padding: 60px 5%; }
  .cfg-stage { gap: 40px; }
  .form-grid { gap: 40px; }
  .projects-top { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
}

/* -- Tablet (max 768px) extra fixes -------------------------- */
@media (max-width: 768px) {
  body { cursor: auto; }
  button { cursor: pointer; }
  #cursor-dot, #cursor-ring, #cursor-spotlight { display: none; }

  #about, #services, #kitchen-cinema, #configurator,
  #materials, #storage-showcase, #testimonials,
  #projects, #consultation { padding: 70px 0; }

  .hero-left { padding: 100px 5% 50px; text-align: center; align-items: center; }
  .hero-brand-line { justify-content: center; }
  .hero-h1 { text-align: center; }
  .hero-desc { text-align: center; max-width: 100%; }
  .hero-btns { justify-content: center; }
  .hero-awards { justify-content: center; flex-wrap: wrap; gap: 1rem; }
  .hero-right { height: 55vw; min-height: 280px; }
  .hero-scroll-cue { display: none; }

  .about-img-main img { height: 300px; }
  .about-img-accent { display: none; }
  .about-badge { left: 0; top: 16px; padding: 16px 20px; }

  .cinema-visual { height: 45vw; min-height: 260px; }
  .cinema-visual img { min-height: unset; height: 100%; }
  .cinema-visual-overlay { background: linear-gradient(to bottom, transparent 60%, var(--walnut) 100%); }
  .cinema-content { padding: 50px 5%; }

  .cfg-kitchen-viz { position: relative; aspect-ratio: 16/9; }

  .form-box { padding: 32px 20px; }

  .trust-items { justify-content: center; gap: 16px; }

  .testi-track-v3 { flex-direction: column; gap: 20px; }
  .testi-card-v3 { flex: 0 0 100%; width: 100%; padding: 28px 22px; transform: scale(1); opacity: 1; }
  .testi-card-v3.active { transform: scale(1); }
  .testi-top { margin-bottom: 40px; }

  .projects-top { flex-direction: column; align-items: flex-start; gap: 1.5rem; margin-bottom: 40px; }
  .about-stats { grid-template-columns: repeat(2,1fr); }
  .section-heading { font-size: clamp(1.9rem, 6vw, 3rem); }
  .cta-btns { flex-direction: column; align-items: center; }
}

/* -- Mobile (max 480px) extra fixes -------------------------- */
@media (max-width: 480px) {
  .hero-left { padding: 90px 5% 40px; }
  .hero-h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .hero-right { height: 60vw; }
  .hero-awards { flex-wrap: wrap; gap: 0.8rem; justify-content: center; }

  .hero-btns, .cta-btns { flex-direction: column; align-items: center; width: 100%; }
  .btn-premium, .btn-gold-outline, .btn-walnut { width: 100%; justify-content: center; }

  .about-img-main img { height: 260px; }
  .about-stats { grid-template-columns: 1fr; }
  .ab-num { font-size: 1.8rem; }

  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 32px 24px; }

  .mat-grid { grid-template-columns: 1fr; }
  .storage-card { aspect-ratio: 4/3; }

  .testi-card-v3 { flex: 0 0 90vw; padding: 24px 18px; }
  .testi-quote { font-size: 0.95rem; }

  .footer-wrap { grid-template-columns: 1fr; }
  #footer { padding: 50px 0 24px; }
  .form-box { padding: 28px 16px; border-radius: 4px; }

  #about, #services, #kitchen-cinema, #configurator,
  #materials, #storage-showcase, #testimonials,
  #projects, #consultation { padding: 50px 0; }

  #wa-float { bottom: 20px; right: 20px; width: 50px; height: 50px; }
  .cta-body { padding: 50px 20px; }
  .cta-h2 { font-size: clamp(2rem, 8vw, 3rem); }
  .section-heading { font-size: clamp(1.7rem, 7vw, 2.4rem); }
  .cfg-chip { font-size: 0.7rem; padding: 8px 14px; }
  #mobile-menu { width: 100%; }
}

/* -- Very small phones (max 360px) -------------------------- */
@media (max-width: 360px) {
  .hero-h1 { font-size: 1.9rem; }
  .hero-desc { font-size: 0.82rem; }
  .about-badge { padding: 12px 14px; }
  .ab-num { font-size: 1.5rem; }
  .testi-card-v3 { flex: 0 0 95vw; padding: 20px 14px; }
  .nav-logo-main { font-size: 1.1rem !important; }
  .nav-logo-sub { font-size: 0.45rem; }
  .form-box { padding: 20px 12px; }
  .sc-title { font-size: 1.1rem; }
  .storage-card-content { padding: 20px; }
}

/* -- Landscape phone ----------------------------------------- */
@media (max-width: 768px) and (orientation: landscape) {
  #hero { grid-template-columns: 1fr 1fr; min-height: 100vh; }
  .hero-left { padding: 80px 4% 40px; text-align: left; align-items: flex-start; }
  .hero-right { height: 100%; min-height: 100vh; }
  .hero-brand-line { justify-content: flex-start; }
  .hero-h1 { text-align: left; }
  .hero-btns { justify-content: flex-start; }
  .hero-awards { justify-content: flex-start; }
}
