* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  background: #fafaf8;
  color: #1e1e1e;
  line-height: 1.5;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
}
h1, h2, h3 {
  font-weight: 350;
  letter-spacing: 0.02em;
}
h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 0.75rem;
  color: #2a2a2a;
}
.hero {
  background: #0a0a0a;
  color: #f0e9e0;
  text-align: center;
  padding: 4rem 1rem 3rem;
}
.hero-container {
  max-width: 800px;
  margin: 0 auto;
}
.brand {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #d4af37;
}
.brand-loc {
  display: block;
  font-size: 2rem;
  color: #c0b29a;
  letter-spacing: 3px;
}
.tagline {
  font-size: 1.3rem;
  margin: 1rem 0 2.5rem;
  color: #e5d9cc;
}
.btn {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  margin: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  border-radius: 40px;
  transition: 0.2s;
  font-size: 1rem;
  border: none;
}
.btn-large {
  padding: 1.2rem 3.5rem;
  font-size: 1.4rem;
}
.btn-highlight {
  background: #f5c542;
  color: #0a0a0a;
  box-shadow: 0 8px 18px rgba(245,197,66,0.2);
}
.btn-highlight:hover {
  background: #ffd966;
  transform: scale(1.02);
}
.btn-secondary {
  background: transparent;
  color: #f0e9e0;
  border: 1.5px solid #7a6a5a;
}
.btn-secondary:hover {
  background: #3a332c;
  border-color: #b89e7c;
}
.cta-primary {
  margin: 2rem 0 0.8rem;
}
.cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
.scrolldown {
  margin-top: 3rem;
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #7a6a5a;
}
.about-text p {
  font-size: 1.4rem;
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto;
  color: #333;
}
.features-grid .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  padding-top: 1rem;
}
.feature-item {
  background: #f3efea;
  padding: 2rem 1.8rem;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.feature-item h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #a67c4e;
}
.feature-item p {
  color: #3a2e24;
}
.gallery-text-image .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.image-block img.inline-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  box-shadow: 0 18px 30px -8px rgba(0,0,0,0.2);
}
.text-block p {
  font-size: 1.3rem;
  font-weight: 300;
  color: #2b2b2b;
}
.showcase {
  background: #e8e0d5;
}
.companion-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 2.5rem 0;
}
.companion-card {
  background: #1a1a1a;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1rem;
  transition: all 0.2s;
}
.companion-card img {
  width: 100%;
  height: auto;
  display: block;
}
.companion-card .name {
  display: block;
  color: #ecd7b4;
  font-weight: 400;
  padding: 0.8rem 0 0.5rem;
  font-size: 1.1rem;
}
.showcase-note {
  text-align: center;
  font-size: 1.2rem;
  color: #4d3e2e;
}
.reverse .grid-2 {
  direction: rtl;
}
.reverse .text-block {
  direction: ltr;
}
.origin-highlight {
  background: #fcf8f3;
}
.origin-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 2rem 0;
}
.origin-item {
  background: #d4c9bc;
  padding: 1rem 2rem;
  border-radius: 60px;
  font-weight: 500;
  font-size: 1.2rem;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
blockquote {
  background: #ece6dd;
  padding: 2rem 1.5rem;
  border-radius: 32px;
  font-size: 1.1rem;
  font-style: italic;
  color: #2f261e;
}
blockquote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-weight: 500;
  color: #a67c4e;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  counter-reset: step;
  margin: 2rem 0 3rem;
}
.steps li {
  counter-increment: step;
  flex: 1 1 200px;
  background: #fff7ed;
  margin: 0.5rem;
  padding: 1.8rem 1rem;
  border-radius: 40px;
  text-align: center;
  font-weight: 500;
  border: 1px solid #dac2a8;
}
.steps li::before {
  content: counter(step) ".";
  font-size: 2rem;
  display: block;
  color: #b48a5a;
  font-weight: 300;
}
.promise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 2rem;
  background: #f3ede5;
  padding: 3rem;
  border-radius: 60px;
}
.promise-item {
  font-size: 1.2rem;
  color: #2d231b;
}
.final-cta {
  background: #0f0f0f;
  color: #ddd2c4;
  text-align: center;
  padding: 3rem 0;
}
.final-cta h2 {
  color: #e6d5b8;
  border-bottom: none;
}
.copyright {
  margin-top: 4rem;
  font-size: 0.85rem;
  color: #5e5347;
}
@media (max-width: 900px) {
  .companion-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-text-image .grid-2 { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .promise-grid { grid-template-columns: 1fr; }
  .brand { font-size: 3rem; }
}
@media (max-width: 500px) {
  .companion-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; }
}