* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans TC', system-ui, sans-serif;
  color: #2c1810;
  background-color: #fdf6f0;
  line-height: 1.6;
}

nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  gap: 1rem;
  background-color: #4a3427;
}

nav a {
  display: inline-block;
  min-width: 9rem;
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 2px solid #d4b59e;
}

nav a:hover {
  background-color: #d4b59e;
  color: #4a3427;
}

nav a[aria-current='page'] {
  background-color: #d4b59e;
  color: #4a3427;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.hero {
  text-align: center;
  padding: 4rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 400px;
  background-image: url('https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}

.delivery-hero {
  background-image: url('https://images.unsplash.com/photo-1629905679177-4c4e2623654f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1200&q=80');
}

h1 {
  font-size: 2.5rem;
  color: #4a3427;
  margin-bottom: 1rem;
}

.subtitle {
  font-size: 1.2rem;
  color: #6b4d3d;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.feature-card {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.coffee-beans {
  background-image: url('https://images.unsplash.com/photo-1447933601403-0c6688de566e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.desserts {
  background-image: url('https://images.unsplash.com/photo-1587314168485-3236d6710814?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.interior {
  background-image: url('https://images.unsplash.com/photo-1554118811-1e0d58224f24?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.feature-card h2 {
  color: #4a3427;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.feature-card p {
  color: #6b4d3d;
}

.welcome {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem;
  margin: 3rem 0;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.welcome-image {
  width: 100%;
  height: 300px;
  background-image: url('https://images.unsplash.com/photo-1445116572660-236099ec97a0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.welcome h2 {
  color: #4a3427;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.welcome p {
  color: #6b4d3d;
  max-width: 800px;
  margin: 0 auto;
}

.menu-section {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menu-section h2 {
  color: #4a3427;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.8rem;
}

.menu-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.menu-item {
  padding: 1rem;
  text-align: center;
  border: 1px solid #d4b59e;
  border-radius: 0.5rem;
}

.menu-image {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.americano {
  background-image: url('https://images.unsplash.com/photo-1551030173-122aabc4489c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.latte {
  background-image: url('https://images.unsplash.com/photo-1461023058943-07fcbe16d735?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.cappuccino {
  background-image: url('https://images.unsplash.com/photo-1534778101976-62847782c213?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.mocha {
  background-image: url('https://images.pexels.com/photos/1006297/pexels-photo-1006297.jpeg');
}

.espresso {
  background-image: url('https://images.unsplash.com/photo-1510591509098-f4fdc6d0ff04?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.matcha-latte {
  background-image: url('https://images.unsplash.com/photo-1515823662972-da6a2e4d3002?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.chocolate {
  background-image: url('https://images.unsplash.com/photo-1544787219-7f47ccb76574?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.tea {
  background-image: url('https://images.unsplash.com/photo-1576092768241-dec231879fc3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.tiramisu {
  background-image: url('https://images.unsplash.com/photo-1571877227200-a0d98ea607e9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.brownie {
  background-image: url('https://images.unsplash.com/photo-1606313564200-e75d5e30476c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.pudding {
  background-image: url('https://images.unsplash.com/photo-1528975604071-b4dc52a2d18c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.cheesecake {
  background-image: url('https://images.unsplash.com/photo-1524351199678-941a58a3df50?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.croissant {
  background-image: url('https://images.unsplash.com/photo-1555507036-ab1f4038808a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.sandwich {
  background-image: url('https://images.unsplash.com/photo-1528735602780-2552fd46c7af?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.salad {
  background-image: url('https://images.unsplash.com/photo-1512852939750-1305098529bf?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.quiche {
  background-image: url('https://images.unsplash.com/photo-1608039829572-78524f79c4c7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80');
}

.menu-item h3 {
  color: #4a3427;
  margin-bottom: 0.5rem;
}

.price {
  color: #6b4d3d;
  font-weight: bold;
}

.delivery-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.info-card {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.info-card h2 {
  color: #4a3427;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.info-card p {
  color: #6b4d3d;
  margin-bottom: 0.5rem;
}

.delivery-notice {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin: 3rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.delivery-notice h2 {
  color: #4a3427;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.delivery-notice ul {
  list-style-position: inside;
  color: #6b4d3d;
}

.delivery-notice li {
  margin-bottom: 0.5rem;
}

.order-steps {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin: 3rem 0;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.order-steps h2 {
  color: #4a3427;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.step-card {
  padding: 1.5rem;
  text-align: center;
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: #4a3427;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.step-card h3 {
  color: #4a3427;
  margin-bottom: 0.5rem;
}

.step-card p {
  color: #6b4d3d;
}

.contact-section {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  margin:  3rem 0;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-section h2 {
  color: #4a3427;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.contact-section p {
  color: #6b4d3d;
  margin-bottom: 1rem;
}

.order-button {
  background-color: #4a3427;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1.5rem;
}

.order-button:hover {
  background-color: #6b4d3d;
  transform: translateY(-2px);
}

footer {
  background-color: #4a3427;
  color: #fff;
  text-align: center;
  padding: 2rem;
  margin-top: 3rem;
}

footer p {
  margin: 0.5rem 0;
}

@media (max-width: 768px) {
  .hero {
    padding: 2rem 1rem;
  }
  
  .hero-image {
    height: 250px;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  .welcome {
    padding: 2rem;
  }
  
  .welcome-image {
    height: 200px;
  }
  
  .feature-image {
    height: 150px;
  }
  
  .menu-image {
    height: 120px;
  }
  
  .steps-container {
    grid-template-columns: 1fr;
  }
  
  .delivery-info {
    grid-template-columns: 1fr;
  }
}