.hero-copy{
  max-width:820px;
  margin-top:28px;
}

.hero-copy p{
  margin:0;
  line-height:1.95;
}

.eyebrow{
  color:#c8423d !important;
}

/* =====================================
   GUIDE CARD
===================================== */

.guide-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
}

.guide-card{
  background:#fff;
  border:1px solid #eadfdb;
  border-radius:20px;
  padding:28px;
  height:100%;
  box-sizing:border-box;
}

.guide-card h3{
  margin:0 0 12px;
}

.guide-card p{
  margin:0;
  color:var(--text-light);
  line-height:1.9;
}

.guide-card p + p{
  margin-top:12px;
}

/* =====================================
   FLOW
===================================== */

.flow-list{
  max-width:960px;
  margin:0 auto;
  padding:0;
  list-style:none;
}

.flow-item{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:24px;
  padding:26px 0;
  border-bottom:1px solid #eadfdb;
}

.flow-item:first-child{
  border-top:1px solid #eadfdb;
}

.flow-step{
  margin:0;
  color:var(--brand);
  font-size:24px;
  font-weight:700;
  line-height:1.2;
}

.flow-body h3{
  margin:0 0 10px;
  font-size:24px;
}

.flow-body p{
  margin:0;
  color:var(--text-light);
  line-height:1.9;
}

/* =====================================
   AREA
===================================== */

.area-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:center;
}

.area-copy p{
  margin:0 0 18px;
  color:var(--text-light);
}

.area-copy p:last-child{
  margin-bottom:0;
}

.area-box{
  background:#fff;
  border:1px solid #eadfdb;
  border-radius:20px;
  padding:30px;
}

.area-box h3{
  margin:0 0 16px;
}

.area-box ul{
  margin:0;
  padding-left:20px;
  color:var(--text-light);
  line-height:1.9;
}

/* =====================================
   NOTE
===================================== */

.note-box{
  max-width:900px;
  margin:0 auto;
  background:#fff7f5;
  border:1px solid #f1d8d2;
  border-radius:20px;
  padding:30px;
}

.note-box p{
  margin:0 0 16px;
  color:var(--text-light);
  line-height:1.9;
}

.note-box p:last-child{
  margin-bottom:0;
}

/* =====================================
   2x2 GUIDE GRID
===================================== */

.guide-grid.guide-grid-2x2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
  align-items:stretch;
}

.guide-grid.guide-grid-2x2 .guide-card{
  height:100%;
}

/* =====================================
   Responsive
===================================== */

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

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

@media (max-width:780px){
  .flow-item{
    grid-template-columns:1fr;
    gap:10px;
  }

  .flow-step{
    font-size:22px;
  }
}

@media (max-width:767px){
  .guide-grid.guide-grid-2x2{
    grid-template-columns:1fr;
  }
}

/* =====================================
   Reservation section
===================================== */

.guide-reservation-wrap{
  max-width: 960px;
}

.guide-reservation .section-sub{
  max-width: 760px;
  margin: 0 auto;
}

.guide-reservation-box{
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 34px 36px;
  box-shadow: var(--shadow);
}

.guide-reservation-list{
  margin: 0;
  padding-left: 1.4em;
}

.guide-reservation-list li{
  margin-bottom: 12px;
  color: var(--text-light);
}

.guide-reservation-list li:last-child{
  margin-bottom: 0;
}

@media (max-width: 767px){
  .guide-reservation-box{
    padding: 26px 22px;
    border-radius: 20px;
  }

  .guide-reservation-list{
    padding-left: 1.2em;
  }

  .guide-reservation-list li{
    margin-bottom: 10px;
  }
}
