
#Header  {
    display: none;
}
#MainSearch  {
    display: none;
}
#Footer  {
    display: none;
}
/* Fonts & Reset */
body {
    background-color: #121212;
    color: #FFFFFF;
    font-family: 'Helvetica Neue', sans-serif;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

.brand {
  font-weight: 700;
}

/* Hero Section */
.hero {
    position: relative;
    text-align: center;
    padding: 100px 20px;
    background: linear-gradient(135deg, #1a1a1a, #202020);
}

.hero .glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(61,60,60,0.4), transparent);
  transform: translateY(12%) translateX(-50%);
  border-radius: 50%;
}

.hero-content .intro-text {
  max-width: 600px;
  margin: 20px auto 0;
}

/* Intro Section */
.intro-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 20px;
}

.intro-text-block, .philosophy-card {
  flex: 1 1 300px;
}

/* Brand Story */
.brand-story {
  text-align: center;
  padding: 10px 20px;
}

/* Timeline */
.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 10px 20px;
}

.timeline-item .year {
  font-weight: 700;
  color: #555;
}

/* Statement */
.statement {
  text-align: center;
  padding: 10px 20px;
}

/* Footer */
footer {
  text-align: center;
  padding: 30px 20px;
  background-color: #222;
  color: #fff;
}